about summary refs log tree commit diff
path: root/src/librustc_back/target/powerpc64_unknown_linux_gnu.rs
AgeCommit message (Expand)AuthorLines
2018-04-26Rename rustc_back::target to rustc_target::spec.Irina Popa-39/+0
2018-04-26rustc_back: move LinkerFlavor, PanicStrategy, and RelroLevel to target.Irina Popa-2/+1
2017-09-30rustc: Specify c_int width for each targetDaniel Klauer-0/+1
2017-07-14Make partial RELRO default on ppc64 due to segfaultJohannes Löthberg-1/+5
2017-07-05rustc: Implement the #[global_allocator] attributeAlex Crichton-1/+1
2017-04-07-Z linker-flavorJorge Aparicio-1/+3
2016-10-27Disable jemalloc on aarch64/powerpcAlex Crichton-0/+3
2016-10-03change max_atomic_width type from u64 to Option<u64>Jorge Aparicio-1/+1
2016-07-27librustc_back: convert fn target() to return ResultDoug Goldstein-4/+4
2016-05-09Add #[cfg(target_has_atomic)] to get atomic support for the current targetAmanieu d'Antras-0/+1
2016-04-19Make data-layout mandatory in target specs.Eduard Burtescu-0/+1
2016-01-17Fix LLVM default CPU on powerpc64 and powerpc64leAnton Blanchard-0/+1
2016-01-13Add powerpc64 and powerpc64le supportAnton Blanchard-0/+27