about summary refs log tree commit diff
path: root/src/rustllvm
AgeCommit message (Expand)AuthorLines
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
2017-04-26Add RWPI/ROPI relocation model supportAmit Aryeh Levy-4/+15
2017-04-26Cherry pick LLVM hexagon fixesMichael Wu-1/+1
2017-04-25Add Hexagon supportMichael Wu-1/+8
2017-04-12Expose LLVM appendModuleInlineAsmA.J. Gardner-0/+4
2017-03-24update LLVM with fix for PR32379Ariel Ben-Yehuda-1/+1
2017-03-20Auto merge of #39628 - arielb1:shimmir, r=eddybbors-1/+1
2017-03-19update LLVMAriel Ben-Yehuda-1/+1
2017-03-16add missing global metadataTim Neumann-3/+8
2017-03-16clang-formatTim Neumann-5/+2
2017-03-16isolate llvm 4.0 code pathTim Neumann-12/+6
2017-03-12rustbuild: Add option for enabling partial LLVM rebuildsVadim Petrochenkov-1/+1
2017-03-10LLVM: Update submodule to include SRet support patch for MSP430.Vadzim Dambrouski-1/+1
2017-03-02LLVM: Update submodule to include x86-interrupt ABI patchesPhilipp Oppermann-1/+1
2017-02-15rustc: Link statically to the MSVCRTAlex Crichton-1/+1
2017-02-13Auto merge of #39456 - nagisa:mir-switchint-everywhere, r=nikomatsakisbors-0/+6
2017-02-11[LLVM 4.0] Fix CreateCompileUnitMatt Ickstadt-3/+11
2017-02-10Fix intcast, use it where appropriateSimonas Kazlauskas-0/+6
2017-02-09Auto merge of #38109 - tromey:main-subprogram, r=michaelwoeristerbors-0/+6
2017-02-08Rollup merge of #38699 - japaric:lsan, r=alexcrichtonCorey Farwell-0/+9
2017-02-08sanitizer supportJorge Aparicio-0/+9