summary refs log tree commit diff
path: root/src/rustllvm/rustllvm.def.in
AgeCommit message (Expand)AuthorLines
2014-03-27Initial support for emitting DWARF for static vars.gentlefolk-0/+1
2013-12-09Implement LTOAlex Crichton-0/+3
2013-12-05Update LLVM and jettison jit supportAlex Crichton-3/+0
2013-11-29Add generation of static libraries to rustcAlex Crichton-0/+2
2013-10-28add support for the `cold` function attributeDaniel Micay-0/+1
2013-10-11have LLVM print type strings for usDaniel Micay-0/+1
2013-09-15debuginfo: Added LLVMDICompositeTypeSetTypeArray to rustllvm.def.inMichael Woerister-0/+1
2013-09-10debuginfo: Wrapped namespace facilities of llvm::DIBuilderMichael Woerister-0/+1
2013-09-09add `noalias` attribute to ~ return valuesDaniel Micay-0/+2
2013-09-04debuginfo: Added test cases for structs, tuples, enums, etc passed by value.Michael Woerister-0/+3
2013-08-26Rewrite pass management with LLVMAlex Crichton-7/+12
2013-08-20auto merge of #8328 : alexcrichton/rust/llvm-head, r=brsonbors-0/+1
2013-08-20Fix LLVM compilation issues and use the new attrsAlex Crichton-0/+1
2013-08-16debuginfo: Generate template type parameters for generic functions.Michael Woerister-0/+1
2013-08-09Implement an `address_insignificant` attributeAlex Crichton-0/+1
2013-07-28Add an atomic fence intrinsicJames Miller-0/+1
2013-07-21Avoid blocks for static allocas and loading the closure environmentBjörn Steinbrink-0/+1
2013-07-19debuginfo: Fixed some merge falloutMichael Woerister-0/+3
2013-06-19rustc: Dispose of LLVM passes in test casesBrian Anderson-0/+1
2013-06-17Fixed remaining issues to pass debug-test/* tests.Vadim Chugunov-0/+1
2013-06-17Made the while DebugContext mutable, not just created_* hashesVadim Chugunov-17/+18
2013-06-17Use DIBuilder in debuginfoVadim Chugunov-0/+17
2013-06-13Revert "Revert "Have JIT execution take ownership of the LLVMContextRef""Alex Crichton-1/+3
2013-06-13Revert "Revert "Remove all usage of the global LLVMContextRef""Alex Crichton-2/+1
2013-06-13Revert "Remove all usage of the global LLVMContextRef"Brian Anderson-1/+2
2013-06-13Revert "Have JIT execution take ownership of the LLVMContextRef"Brian Anderson-3/+1
2013-06-10Have JIT execution take ownership of the LLVMContextRefAlex Crichton-1/+3
2013-06-10Remove all usage of the global LLVMContextRefAlex Crichton-2/+1
2013-05-29Further refactor optimization pass handlingJames Miller-98/+2
2013-05-29Remove extraneous defs from export fileJames Miller-3/+0
2013-05-29Refactor optimization pass handling.James Miller-0/+102
2013-05-12Adds atomic_load, atomic_load_acq, atomic_store, and atomic_store_rel intrins...Matthijs Hofstra-0/+2
2013-04-10rustllvm: followup latest LLVMYoung-il Choi-2/+0
2013-03-12Parse inline assembly.Luqman Aden-0/+1
2013-03-03There is no function in LLVM called LLVMInitializeMipsAsmLexerBrian Anderson-1/+0
2013-03-03rustc: MIPS32 supportJyun-Yan You-0/+7
2013-01-13Support ARM and Androidkyeongwoon-7/+7
2012-10-21rustc: add new intrinsics - atomic_cxchg{_acq,_rel}Luqman Aden-0/+1
2012-09-27jit: Separate JIT execution into two functions and load crates before main lo...Zack Corr-2/+3
2012-08-31jit: Add passes and cleanup codeZack Corr-2/+1
2012-08-31jit: Add custom memory manager (still segfaulting)Zack Corr-1/+3
2012-08-31Add experimental JIT compilerZack Corr-0/+2
2012-07-25Added debug flag to enable LLVM debug output.Elliott Slaughter-0/+1
2012-07-24Remove rustllvm functions which have moved upstream.Elliott Slaughter-1/+0
2012-07-24Only initialize targets that are actually supported / linked to in RustWrapperZack Corr-0/+2
2012-06-29Adding a bunch of atomic intrinsics.Eric Holk-0/+1
2012-03-14Upgrade LLVM and add fix to PE/COFF relocation overflow handling.Graydon Hoare-1/+0
2011-12-18Remove rebase error.Josh Matthews-3/+0
2011-12-18Add debug info for local vars, basic fundamental types, and lexical blocks, a...Josh Matthews-1/+6
2011-12-18Generate basic debug info for files, functions and compile units.Josh Matthews-0/+1