about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
AgeCommit message (Expand)AuthorLines
2014-06-21Update LLVMBjörn Steinbrink-2/+10
2014-06-12debuginfo: Fix issue with unique type IDs not being passed to LLVM for LLVM 3.4Michael Woerister-2/+7
2014-05-23librustc: Consolidate the attribute handling for tagging function arguments a...Luqman Aden-40/+31
2014-05-22Update to LLVM head and mark various ptrs as nonnull.Luqman Aden-0/+12
2014-05-13rustllvm: Add LLVMRustArrayTypeklutzy-0/+6
2014-04-23rustc: Fix passing errors from LLVM to rustcAlex Crichton-13/+23
2014-04-19rustc: Ensure closures are "split-stack"Alex Crichton-0/+12
2014-04-17Upgrade LLVMAlex Crichton-10/+38
2014-04-03rustc: Stop using LLVMGetSectionNameAlex Crichton-0/+25
2014-03-27Initial support for emitting DWARF for static vars.gentlefolk-0/+22
2014-03-05rustc: Fix support for LLVM 3.3Alex Crichton-0/+5
2014-02-26rustc: Get rustc compiling with LLVM 3.{3,4} againAlex Crichton-7/+56
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