rust/src/librustc_back
Anton Blanchard 1fb9f42c6b Fix LLVM default CPU on powerpc64 and powerpc64le
We currently pass generic as the CPU to LLVM. This results in worse
than required code generation. On little endian, which is only POWER8,
we avoid many POWER4 and newer instructions.

Pass ppc64 and ppc64le instead.
2016-01-17 19:45:10 +00:00
..
target Fix LLVM default CPU on powerpc64 and powerpc64le 2016-01-17 19:45:10 +00:00
abi.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
lib.rs std: Stabilize APIs for the 1.7 release 2016-01-16 11:03:10 -08:00
rpath.rs Pass --enable-new-dtags to GNU ld 2015-12-15 21:20:44 -05:00
sha2.rs std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
slice.rs std: Stabilize library APIs for 1.5 2015-10-25 09:36:32 -07:00
svh.rs Implement type ascription. 2015-12-16 17:12:35 +03:00
tempdir.rs Reduce code bloat from conversion traits in function parameters 2015-09-09 22:37:59 +03:00