]> git.lizzy.rs Git - rust.git/commit
auto merge of #11853 : alexcrichton/rust/up-llvm, r=brson
authorbors <bors@rust-lang.org>
Thu, 30 Jan 2014 07:46:26 +0000 (23:46 -0800)
committerbors <bors@rust-lang.org>
Thu, 30 Jan 2014 07:46:26 +0000 (23:46 -0800)
commite3b1f3c443c048913e2d573fcc5a9c2be3484a78
tree36925f01ccfcbb10a8a7738b27de7c545740e65d
parent056363ff362231c6e78543290bbc5c151b899f3d
parent8cd935f52a9af8620f608e1baad94282f038a864
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!
src/librustc/lib/llvm.rs
src/librustc/middle/trans/base.rs
src/rustllvm/PassWrapper.cpp
src/rustllvm/RustWrapper.cpp