rust/src/rustllvm
bors e3b1f3c443 auto merge of #11853 : alexcrichton/rust/up-llvm, r=brson
This upgrade brings commit by @eddyb to help optimizations of virtual calls in
a few places (https://github.com/llvm-mirror/llvm/commit/6d2bd95) as well as a
commit by @c-a to *greatly* improve the runtime of the optimization passes
(https://github.com/rust-lang/llvm/pull/3).

Nice work to these guys!
2014-01-29 23:46:26 -08:00
..
llvm-auto-clean-trigger Upgrade LLVM 2014-01-29 23:43:39 -08:00
PassWrapper.cpp auto merge of #11853 : alexcrichton/rust/up-llvm, r=brson 2014-01-29 23:46:26 -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 Upgrade LLVM 2014-01-29 23:43:39 -08:00
RustWrapper.cpp auto merge of #11853 : alexcrichton/rust/up-llvm, r=brson 2014-01-29 23:46:26 -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.