summary refs log tree commit diff
path: root/src/rustllvm
AgeCommit message (Expand)AuthorLines
2017-12-21Revert "Auto merge of #45225 - eddyb:trans-abi, r=arielb1"Ariel Ben-Yehuda-60/+5
2017-11-20Auto merge of #45905 - alexcrichton:add-wasm-target, r=aturonbors-1/+7
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-1/+7
2017-11-19rustc_trans: compute better align/dereferenceable attributes from pointees.Eduard-Mihai Burtescu-0/+58
2017-11-19rustc_trans: avoid working with sizes/offsets and alignments as integers.Eduard-Mihai Burtescu-5/+2
2017-11-16Auto merge of #45920 - sunfishcode:trap-on-unreachable, r=Zoxcbors-1/+9
2017-11-12Update LLVM to fix miscompiles with -Copt-level=z on WindowsBjörn Steinbrink-1/+1
2017-11-11Control LLVM's TrapUnreachable feature through rustc's TargetOptions.Dan Gohman-6/+8
2017-11-10Fix a spello.Dan Gohman-1/+1
2017-11-10Enable TrapUnreachable in LLVM.Dan Gohman-0/+6
2017-10-19Update ThinLTO (internalization) for LLVM 5Tatsuyuki Ishi-1/+16
2017-10-17Update ThinLTO for LLVM 5Alex Crichton-1/+38
2017-10-15rustc: Fix some ThinLTO internalizationAlex Crichton-5/+8
2017-10-10Auto merge of #45170 - rust-lang:aphs-no-unsynchronised-llvm-err-global, r=al...bors-1/+1
2017-10-10Band-aid fix to stop race conditions in llvm errorsAidan Hobson Sayers-1/+1
2017-10-07rustc: Implement ThinLTOAlex Crichton-0/+461
2017-09-30rustc: Enable LTO and multiple codegen unitsAlex Crichton-0/+62
2017-09-15Add 'native' to -C target-cpu=helpMatt Ickstadt-0/+7
2017-08-08Fix covered-switch-default warnings in PassWrapperkennytm-2/+4
2017-07-31Gate LLVMRustHasFeature on LLVM_RUSTLLVMJosh Stone-1/+1
2017-07-28Make LLVMRustHasFeature more robustLuca Barbato-13/+7
2017-07-23Auto merge of #43387 - TimNN:rustllvm50, r=alexcrichtonbors-79/+154
2017-07-21Fix archive member names on 5.0Alex Crichton-0/+4
2017-07-21update attributes API usageAlex Crichton-1/+26
2017-07-21rustllvm: split DebugLoc in UnpackOptimizationDiagnosticTim Neumann-3/+20
2017-07-21rustllvm: update to SyncScope::IDTim Neumann-0/+13
2017-07-21rustllvm: adjust usage of createNameSpaceTim Neumann-1/+5
2017-07-21rustllvm: adjust usage of createPointerTypeTim Neumann-1/+9
2017-07-21rustllvm: use LLVMMetadataRefTim Neumann-73/+75
2017-07-21rustllvm: define LLVM_VERSION_LTTim Neumann-0/+2
2017-07-18Fix LLVM assertion when a weak symbol is defined in global_asm.Vadzim Dambrouski-1/+1
2017-07-12[LLVM] Avoid losing the !nonnull attribute in SROAAriel Ben-Yehuda-5/+1
2017-07-06Auto merge of #42727 - alexcrichton:allocators-new, r=eddybbors-0/+4
2017-07-05rustc: Implement the #[global_allocator] attributeAlex Crichton-0/+4
2017-07-04Auto merge of #42993 - stepancheg:editorconfig, r=brsonbors-0/+6
2017-07-01When writing LLVM IR output demangled fn name in commentsStepan Koltsov-2/+126
2017-06-30Add .editorconfig to src/rustllvmStepan Koltsov-0/+6
2017-06-27Rebase LLVM on top of LLVM 4.0.1Ariel Ben-Yehuda-1/+1
2017-06-19Update LLVM to pick StackColoring improvementAriel Ben-Yehuda-1/+1
2017-06-19Backport fixes to LLVM 4.0 ARM codegen bugsAriel Ben-Yehuda-1/+1
2017-06-16Auto merge of #42410 - nagisa:llvmup, r=sanxiynbors-1/+1
2017-06-08Upgrade LLVMSimonas Kazlauskas-1/+1
2017-06-04Merge branch 'profiling' of github.com:whitequark/rust into profilingMarco Castelluccio-0/+4
2017-05-28add NullOp::SizeOf and BinOp::OffsetAriel Ben-Yehuda-5/+9
2017-05-13LLVM: Add support for EABI-compliant libcalls on MSP430.Vadzim Dambrouski-1/+1
2017-05-06trigger llvm rebuildTim Neumann-1/+1
2017-05-01Auto merge of #41560 - alevy:rwpi-ropi, r=eddybbors-23/+43
2017-05-01Add profiling support, through the rustc -Z profile flag.whitequark-0/+4
2017-04-28Added LLVMRustRelocModeAmit Aryeh Levy-34/+43
2017-04-27Update LLVM to fix incorrect codegen on MSP430.Vadzim Dambrouski-1/+1