about summary refs log tree commit diff
path: root/src/rustllvm
AgeCommit message (Expand)AuthorLines
2014-02-14Upgrade LLVMAlex Crichton-1/+1
2014-01-29auto merge of #11853 : alexcrichton/rust/up-llvm, r=brsonbors-12/+16
2014-01-29Upgrade LLVMAlex Crichton-12/+16
2014-01-29auto merge of #11879 : thestinger/rust/frame-pointer, r=alexcrichtonbors-2/+3
2014-01-29enable fp-elim when debug info is disabledDaniel Micay-2/+3
2014-01-28Add appropriate LLVM module flags for debug info.comex-0/+8
2014-01-23update llvmaydin.kim-1/+1
2014-01-23Build llvm-extract (needed by codegen tests)Alex Crichton-1/+1
2014-01-15Issue #3511 - Rationalize temporary lifetimes.Niko Matsakis-0/+11
2014-01-02auto merge of #11274 : michaelwoerister/rust/issue11083, r=pcwaltonbors-2/+4
2014-01-02debuginfo: Fix issue #11083 and some minor clean up.Michael Woerister-2/+4
2013-12-31auto merge of #11187 : alexcrichton/rust/once, r=brsonbors-22/+0
2013-12-31Convert relevant static mutexes to OnceAlex Crichton-22/+0
2013-12-29Update llvm.Luqman Aden-4/+2
2013-12-19rustc: Optimize reading metadata by 4xAlex Crichton-0/+40
2013-12-18llvm: Disable pthread on mingwklutzy-1/+1
2013-12-11Disable all unwinding on -Z no-landing-pads LTOAlex Crichton-0/+21
2013-12-09Implement LTOAlex Crichton-0/+32
2013-12-05Remove unused upcallsAlex Crichton-1/+1
2013-12-05Update LLVM and jettison jit supportAlex Crichton-282/+2
2013-11-29Add generation of static libraries to rustcAlex Crichton-0/+2
2013-10-28add support for the `cold` function attributeDaniel Micay-0/+6
2013-10-11have LLVM print type strings for usDaniel Micay-0/+8
2013-10-08debuginfo: Unified namespace generation approach for crate-local and external...Michael Woerister-6/+13
2013-10-01add -Z soft-float optionJyun-Yan You-1/+6
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