rust/src/rustllvm
Alex Crichton 9396452592 rustc: Fix support for LLVM 3.3
The llvm.copysign and llvm.round intrinsics weren't added until LLVM 3.4, so if
we're on LLVM 3.3 we lower these to calls in libm instead of LLVM intrinsics.

This should fix our travis failures.
2014-03-05 18:05:05 -08:00
..
llvm-auto-clean-trigger Update LLVM 2014-02-25 09:37:30 -08:00
PassWrapper.cpp rustc: Get rustc compiling with LLVM 3.{3,4} again 2014-02-26 15:01:15 -08:00
README add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
rustllvm.def.in Implement LTO 2013-12-09 14:41:49 -08:00
rustllvm.h rustc: Get rustc compiling with LLVM 3.{3,4} again 2014-02-26 15:01:15 -08:00
RustWrapper.cpp rustc: Fix support for LLVM 3.3 2014-03-05 18:05:05 -08:00

This directory currently contains some LLVM support code. This will generally
be sent upstream to LLVM in time; for now it lives here.