rust/src/rustllvm
Alex Crichton 75bcda4cf1 rustc: Update LLVM to the LLVM 3.9 release branch
The 3.9 release of LLVM isn't out yet, but this moves us onto that branch to
start tracking it.
2016-07-29 10:29:59 +02:00
..
ArchiveWrapper.cpp Force check of error 2016-07-29 10:29:44 +02:00
ExecutionEngineWrapper.cpp Reflect supporting only LLVM 3.7+ in the LLVM wrappers 2016-06-09 15:59:26 -04:00
llvm-auto-clean-trigger rustc: Update LLVM to the LLVM 3.9 release branch 2016-07-29 10:29:59 +02:00
PassWrapper.cpp Use C type when passing value to LLVM pass 2016-07-29 10:29:44 +02:00
README add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
rustllvm.h rustc: Update LLVM 2015-06-16 22:56:42 -07:00
RustWrapper.cpp [LLVM-3.9] Rename custom methods to Rust-specific ones 2016-07-29 10:29:44 +02:00

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