about summary refs log tree commit diff
path: root/src/rustllvm
AgeCommit message (Expand)AuthorLines
2015-04-21rollup merge of #24635: tamird/llvm-3.5Alex Crichton-43/+13
2015-04-21rustc: Handle duplicate names merging archivesAlex Crichton-24/+55
2015-04-21LLVM < 3.5 is unsupported since bb18a3cTamir Duberstein-43/+13
2015-04-03Implement LLVMGetOrInsertGlobal wrapperSimonas Kazlauskas-0/+6
2015-04-03Wrap LLVM’s Module::getNamedValueSimonas Kazlauskas-0/+5
2015-03-14Drop support for LLVM < 3.5 and fix compile errors with 3.5Björn Steinbrink-108/+12
2015-03-10Add support for target-cpu=nativeJulian Orth-1/+7
2015-03-05updating llvm-auto-clean-trigger tooDave Huseby-1/+1
2015-02-21Update LLVM to rust-llvm-2015-02-19Björn Steinbrink-1/+1
2015-02-16Update LLVM to release_36@229036Björn Steinbrink-1/+1
2015-02-12Update LLVM to disable asserts in the PassInfo cacheBjörn Steinbrink-1/+1
2015-02-09Update llvm to rust-llvm-2015-02-09Björn Steinbrink-1/+1
2015-02-02Test fixes and rebase conflictsAlex Crichton-1/+1
2015-02-01Update LLVM to rust-llvm-2015-01-30Björn Steinbrink-111/+181
2015-01-22Better inline assembly errorsJohn Kåre Alsaker-0/+16
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