rust/src/librustc_llvm
bors 89c4e3792d auto merge of #21233 : huonw/rust/simd-size, r=Aatch
This stops the compiler ICEing on the use of SIMD types in FFI signatures. It emits correct code for LLVM intrinsics, but I am quite unsure about the ABI handling in general so I've added a new feature gate `simd_ffi` to try to ensure people don't use it without realising there's a non-trivial risk of codegen brokenness.

Closes #20043.
2015-01-17 10:58:43 +00:00
..
archive_ro.rs std: Redesign c_str and c_vec 2015-01-05 08:00:13 -08:00
diagnostic.rs sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00
lib.rs auto merge of #21233 : huonw/rust/simd-size, r=Aatch 2015-01-17 10:58:43 +00:00