about summary refs log tree commit diff
path: root/src/rustllvm/rustllvm.h
AgeCommit message (Expand)AuthorLines
2015-06-16rustc: Update LLVMAlex Crichton-1/+6
2015-06-08Changes to LLVM `ExecutionEngine` wrapperMurarth-8/+0
2015-04-21LLVM < 3.5 is unsupported since bb18a3cTamir Duberstein-7/+0
2014-12-11Add LLVM ExecutionEngine APIMurarth-0/+1
2014-10-04Update LLVM.Luqman Aden-2/+0
2014-09-27Translate inline assembly errors back to source locationsKeegan McAllister-0/+1
2014-09-12Add -C remark for LLVM optimization remarksKeegan McAllister-0/+2
2014-09-12Add a Rust string ostream for LLVMKeegan McAllister-0/+28
2014-04-23rustc: Fix passing errors from LLVM to rustcAlex Crichton-1/+1
2014-04-17Upgrade LLVMAlex Crichton-3/+6
2014-02-26rustc: Get rustc compiling with LLVM 3.{3,4} againAlex Crichton-1/+6
2014-01-29Upgrade LLVMAlex Crichton-3/+1
2013-12-09Implement LTOAlex Crichton-0/+2
2013-08-26Rewrite pass management with LLVMAlex Crichton-0/+2
2013-08-04Fix build issues once LLVM has been upgradedAlex Crichton-0/+2
2013-06-17Use DIBuilder in debuginfoVadim Chugunov-0/+2
2013-06-15auto merge of #7125 : alexcrichton/rust/rusti-issues, r=brsonbors-0/+1
2013-06-13Revert "Revert "Have JIT execution take ownership of the LLVMContextRef""Alex Crichton-0/+1
2013-06-13automated whitespace fixesDaniel Micay-1/+0
2013-06-13Revert "Have JIT execution take ownership of the LLVMContextRef"Brian Anderson-1/+0
2013-06-10Have JIT execution take ownership of the LLVMContextRefAlex Crichton-0/+1
2013-05-29Refactor optimization pass handling.James Miller-0/+57