about summary refs log tree commit diff
path: root/src/rustllvm/PassWrapper.cpp
AgeCommit message (Expand)AuthorLines
2015-04-21LLVM < 3.5 is unsupported since bb18a3cTamir Duberstein-16/+3
2015-03-10Add support for target-cpu=nativeJulian Orth-1/+7
2014-10-12optimize position independent code in executablesDaniel Micay-0/+2
2014-10-04Update LLVM.Luqman Aden-3/+15
2014-05-22Update to LLVM head and mark various ptrs as nonnull.Luqman Aden-0/+1
2014-05-15Add a crate for missing stubs from libcoreAlex Crichton-4/+14
2014-04-29rustc: Enable -f{function,data}-sectionsAlex Crichton-1/+5
2014-04-23rustc: Fix passing errors from LLVM to rustcAlex Crichton-2/+2
2014-04-17Upgrade LLVMAlex Crichton-0/+6
2014-02-26rustc: Get rustc compiling with LLVM 3.{3,4} againAlex Crichton-0/+16
2014-02-25Update LLVMAlex Crichton-2/+2
2014-01-29auto merge of #11853 : alexcrichton/rust/up-llvm, r=brsonbors-1/+1
2014-01-29Upgrade LLVMAlex Crichton-1/+1
2014-01-29enable fp-elim when debug info is disabledDaniel Micay-2/+3
2013-12-29Update llvm.Luqman Aden-3/+1
2013-12-11Disable all unwinding on -Z no-landing-pads LTOAlex Crichton-0/+21
2013-12-09Implement LTOAlex Crichton-0/+8
2013-12-05Update LLVM and jettison jit supportAlex Crichton-1/+0
2013-10-01add -Z soft-float optionJyun-Yan You-1/+6
2013-08-30Tweak pass management and add some more optionsAlex Crichton-23/+2
2013-08-28Revert "auto merge of #8695 : thestinger/rust/build, r=pcwalton"Brian Anderson-0/+1
2013-08-26Rewrite pass management with LLVMAlex Crichton-31/+190
2013-06-19rustc: Dispose of LLVM passes in test casesBrian Anderson-0/+5
2013-05-29Further refactor optimization pass handlingJames Miller-118/+23
2013-05-29Refactor optimization pass handling.James Miller-0/+160