about summary refs log tree commit diff
path: root/src/rustllvm
AgeCommit message (Expand)AuthorLines
2015-01-18Redo Segmented stack support for DragonFlyMichael Neumann-1/+1
2015-01-13Bump to ensure llvm is rebuiltRicho Healey-1/+1
2015-01-05Ensure that LLVM is rebuilt with recent changesMichael Neumann-1/+1
2015-01-03Initial version of AArch64 support.Akos Kiss-1/+1
2014-12-30debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty p...Michael Woerister-3/+9
2014-12-11Add LLVM ExecutionEngine APIMurarth-0/+113
2014-10-12optimize position independent code in executablesDaniel Micay-0/+2
2014-10-04Update LLVM.Luqman Aden-11/+56
2014-09-27Translate inline assembly errors back to source locationsKeegan McAllister-0/+16
2014-09-12Add -C remark for LLVM optimization remarksKeegan McAllister-0/+50
2014-09-12Add a Rust string ostream for LLVMKeegan McAllister-8/+32
2014-09-08Update LLVM to fix a crash in the MergeFunc passBjörn Steinbrink-1/+1
2014-08-15Fix builds with LLVM < 3.6Björn Steinbrink-0/+8
2014-08-05Added clarification regarding rust_try_inner.Vadim Chugunov-1/+1
2014-08-04Update LLVMVadim Chugunov-3/+3
2014-07-29Update LLVM to fix miscompilations due to wrongfully removed lifetime intrinsicsBjörn Steinbrink-1/+1
2014-07-25rustllvm: Stub out some functions for llvm < 3.5Luqman Aden-0/+9
2014-07-25librustc: Use builder for llvm attributes.Luqman Aden-0/+17
2014-07-24rustllvm: Don't require null terminators in filesAlex Crichton-9/+25
2014-07-24Updated LLVM for iOSValerii Hiora-6/+7
2014-07-21Update LLVM to address an issue with range metadata in hoisted loadsJakub Wieczorek-1/+1
2014-07-21Update LLVM to include NullCheckElimination passBjörn Steinbrink-1/+1
2014-06-21Update LLVMBjörn Steinbrink-3/+11
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-1/+14
2014-05-15Add a crate for missing stubs from libcoreAlex Crichton-4/+14
2014-05-13rustllvm: Add LLVMRustArrayTypeklutzy-0/+6
2014-04-29rustc: Enable -f{function,data}-sectionsAlex Crichton-1/+5
2014-04-23rustc: Fix passing errors from LLVM to rustcAlex Crichton-16/+26
2014-04-19rustc: Ensure closures are "split-stack"Alex Crichton-0/+12
2014-04-17Upgrade LLVMAlex Crichton-14/+51
2014-04-03rustllvm: Remove a no longer needed fileAlex Crichton-635/+0
2014-04-03rustc: Stop using LLVMGetSectionNameAlex Crichton-0/+25
2014-03-27Initial support for emitting DWARF for static vars.gentlefolk-0/+23
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-8/+78
2014-02-25Update LLVMAlex Crichton-3/+3
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