about summary refs log tree commit diff
path: root/src/rustllvm
AgeCommit message (Expand)AuthorLines
2013-09-23Disable zlib/libffi when configuring LLVMAlex Crichton-1/+1
2013-09-22touch LLVM clean triggerDaniel Micay-1/+1
2013-09-15auto merge of #9118 : alexcrichton/rust/llvm-fix, r=sanxiynbors-1/+1
2013-09-15Upgrade LLVM to close #9117Alex Crichton-1/+1
2013-09-15debuginfo: Added LLVMDICompositeTypeSetTypeArray to rustllvm.def.inMichael Woerister-0/+1
2013-09-15debuginfo: Added description of algorithm for handling recursive types.Michael Woerister-23/+0
2013-09-15debuginfo: Support for recursive types.Michael Woerister-0/+30
2013-09-10debuginfo: Wrapped namespace facilities of llvm::DIBuilderMichael Woerister-3/+18
2013-09-09add `noalias` attribute to ~ return valuesDaniel Micay-0/+17
2013-09-04debuginfo: Added test cases for structs, tuples, enums, etc passed by value.Michael Woerister-0/+3
2013-09-04debuginfo: Support for variables captured in closures and closure type descri...Michael Woerister-0/+36
2013-09-01touch llvm clean triggerDaniel Micay-1/+1
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/+2
2013-08-26Rewrite pass management with LLVMAlex Crichton-181/+208
2013-08-24rustllvm: Specify hard floats for gnueabihf.Luqman Aden-3/+7
2013-08-22make: stop disabling frame pointer eliminationDaniel Micay-2/+0
2013-08-20auto merge of #8328 : alexcrichton/rust/llvm-head, r=brsonbors-4/+9
2013-08-20Fix LLVM compilation issues and use the new attrsAlex Crichton-3/+8
2013-08-20Upgrade llvm to current HEADAlex Crichton-1/+1
2013-08-16debuginfo: Generate template type parameters for generic functions.Michael Woerister-0/+19
2013-08-11auto merge of #8410 : luqmana/rust/mcpu, r=sanxiynbors-1/+2
2013-08-10rustc: Add --target-cpu flag to select a more specific processor instead of t...Luqman Aden-1/+2
2013-08-09Implement an `address_insignificant` attributeAlex Crichton-0/+5
2013-08-04Fix build issues once LLVM has been upgradedAlex Crichton-10/+3
2013-08-04Update LLVMAlex Crichton-1/+1
2013-07-28Add an atomic fence intrinsicJames Miller-1/+5
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-07-19debuginfo: Support for tuple-style enums (WIP)Michael Woerister-42/+66
2013-07-19debuginfo: Added support for c-style enums.Michael Woerister-0/+30
2013-07-03force LLVM cleanDaniel Micay-1/+1
2013-07-01Turn on using LLVM threadsafelyAlex Crichton-0/+4
2013-06-27mk: add mechanisms for triggering clean-llvm builds from commitsGraydon Hoare-0/+0
2013-06-19rustc: Dispose of LLVM passes in test casesBrian Anderson-0/+6
2013-06-17Fixed rebase fallout .Vadim Chugunov-1/+3
2013-06-17Fixed remaining issues to pass debug-test/* tests.Vadim Chugunov-0/+12
2013-06-17Made the while DebugContext mutable, not just created_* hashesVadim Chugunov-34/+46
2013-06-17Use DIBuilder in debuginfoVadim Chugunov-0/+220
2013-06-15auto merge of #7125 : alexcrichton/rust/rusti-issues, r=brsonbors-38/+39
2013-06-13Don't run passes again on JIT codeAlex Crichton-14/+0
2013-06-13Revert "Revert "Have JIT execution take ownership of the LLVMContextRef""Alex Crichton-19/+16
2013-06-13Revert "Revert "Remove all usage of the global LLVMContextRef""Alex Crichton-7/+25
2013-06-13automated whitespace fixesDaniel Micay-1/+0
2013-06-13Revert "Remove all usage of the global LLVMContextRef"Brian Anderson-25/+7
2013-06-13Revert "Have JIT execution take ownership of the LLVMContextRef"Brian Anderson-16/+19
2013-06-10Have JIT execution take ownership of the LLVMContextRefAlex Crichton-19/+16
2013-06-10Remove all usage of the global LLVMContextRefAlex Crichton-7/+25
2013-05-29Further refactor optimization pass handlingJames Miller-216/+25
2013-05-29Remove extraneous defs from export fileJames Miller-3/+0