about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
AgeCommit message (Expand)AuthorLines
2014-01-29auto merge of #11853 : alexcrichton/rust/up-llvm, r=brsonbors-7/+13
2014-01-29Upgrade LLVMAlex Crichton-7/+13
2014-01-28Add appropriate LLVM module flags for debug info.comex-0/+8
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-31Convert relevant static mutexes to OnceAlex Crichton-22/+0
2013-12-19rustc: Optimize reading metadata by 4xAlex Crichton-0/+40
2013-12-09Implement LTOAlex Crichton-0/+19
2013-12-05Update LLVM and jettison jit supportAlex Crichton-277/+1
2013-10-28add support for the `cold` function attributeDaniel Micay-0/+5
2013-10-11have LLVM print type strings for usDaniel Micay-0/+7
2013-10-08debuginfo: Unified namespace generation approach for crate-local and external...Michael Woerister-6/+13
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/+17
2013-09-09add `noalias` attribute to ~ return valuesDaniel Micay-0/+15
2013-09-04debuginfo: Support for variables captured in closures and closure type descri...Michael Woerister-0/+36
2013-08-28Revert "auto merge of #8695 : thestinger/rust/build, r=pcwalton"Brian Anderson-0/+1
2013-08-26Rewrite pass management with LLVMAlex Crichton-143/+4
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-3/+7
2013-08-20Fix LLVM compilation issues and use the new attrsAlex Crichton-3/+7
2013-08-16debuginfo: Generate template type parameters for generic functions.Michael Woerister-0/+18
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/+4
2013-08-04Fix build issues once LLVM has been upgradedAlex Crichton-10/+1
2013-07-28Add an atomic fence intrinsicJames Miller-1/+4
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-06-17Fixed rebase fallout .Vadim Chugunov-1/+3
2013-06-17Fixed remaining issues to pass debug-test/* tests.Vadim Chugunov-0/+11
2013-06-17Made the while DebugContext mutable, not just created_* hashesVadim Chugunov-17/+28
2013-06-17Use DIBuilder in debuginfoVadim Chugunov-0/+201
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-18/+12
2013-06-13Revert "Revert "Remove all usage of the global LLVMContextRef""Alex Crichton-5/+24
2013-06-13Revert "Remove all usage of the global LLVMContextRef"Brian Anderson-24/+5
2013-06-13Revert "Have JIT execution take ownership of the LLVMContextRef"Brian Anderson-12/+18
2013-06-10Have JIT execution take ownership of the LLVMContextRefAlex Crichton-18/+12
2013-06-10Remove all usage of the global LLVMContextRefAlex Crichton-5/+24
2013-05-29Refactor optimization pass handling.James Miller-45/+3
2013-05-20rustllvm: Use target alignment for atomic load/storeBrian Anderson-6/+8
2013-05-17Fix AtomicLoad builder codeJames Miller-1/+1
2013-05-12Adds atomic_load, atomic_load_acq, atomic_store, and atomic_store_rel intrins...Matthijs Hofstra-0/+22
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-11/+11
2013-04-22Choose target featuresSeo Sanghyeon-1/+2
2013-04-19llvm: Fixes for RustWrapper.Patrick Walton-6/+0