about summary refs log tree commit diff
path: root/src/rustllvm
AgeCommit message (Expand)AuthorLines
2018-01-25Rollup merge of #47710 - alexcrichton:llvm-6-compat, r=nikomatsakisAlex Crichton-14/+29
2018-01-25Rollup merge of #47618 - mrhota:dw_at_noreturn, r=michaelwoeristerAlex Crichton-2/+18
2018-01-24llvm6: Different return value for writeArchiveAlex Crichton-3/+10
2018-01-24llvm6: Remove MIPS64 archive variantAlex Crichton-3/+0
2018-01-24llvm6: Tweak fast math intrinsicsAlex Crichton-0/+4
2018-01-24llvm6: Missing include for LLVM 6 in PassWrapper.cppAlex Crichton-0/+1
2018-01-24llvm6: CodeModel::{JIT,}Default no longer existsAlex Crichton-8/+14
2018-01-21Ensure test doesn't run with llvm 3.9A.J. Gardner-1/+1
2018-01-20Teach rustc about DW_AT_noreturn and a few more DIFlagsA.J. Gardner-2/+18
2018-01-19Update DW_OP_plus to DW_OP_plus_uconstJosh Stone-1/+8
2018-01-14rustc_trans: remove unused `TargetDataRef` accessor.Eduard-Mihai Burtescu-4/+0
2018-01-07Remove unused LLVMRustJITMemoryManagerRef typedefBjörn Steinbrink-1/+0
2018-01-07Remove dead function rustc_llvm::debug_loc_to_string()Björn Steinbrink-9/+0
2018-01-07Remove dead function LLVMRustLinkInParsedExternalBitcode()Björn Steinbrink-17/+0
2018-01-07Remove redundant -Zdebug-llvm optionBjörn Steinbrink-6/+0
2018-01-07Rollup merge of #47220 - nagisa:nonamellvm, r=rkruppekennytm-2/+8
2018-01-06Rollup merge of #47173 - dotdash:cleanup, r=michaelwoeristerGuillaume Gomez-18/+2
2018-01-05Use name-discarding LLVM contextSimonas Kazlauskas-2/+8
2018-01-05Auto merge of #46739 - arielb1:simple-loops, r=nikomatsakisbors-1/+1
2018-01-04Simplify LLVMRustModuleCost()Björn Steinbrink-7/+2
2018-01-04Remove unused function LLVMRustGetValueContext()Björn Steinbrink-4/+0
2018-01-04Remove outdated LLVMRustBuildLandingPad() wrapperBjörn Steinbrink-7/+0
2017-12-23rustc: Set release mode cgus to 16 by defaultAlex Crichton-0/+15
2017-12-18rustc: Work around `DICompileUnit` bugs in LLVMAlex Crichton-0/+80
2017-12-15Rollup merge of #46652 - ishitatsuyuki:thinlto-backport, r=alexcrichtonSteve Klabnik-0/+8
2017-12-14Simplify CFG after IndVarSimplifyAriel Ben-Yehuda-1/+1
2017-12-12Fix return value of `LLVMRustMetadataAsValue`varkor-2/+2
2017-12-12ThinLTO: updates for LLVM 5Tatsuyuki Ishi-0/+8
2017-12-07rustc: Further tweak linkage in ThinLTOAlex Crichton-1/+1
2017-12-03Auto merge of #46435 - cuviper:min-llvm-3.9, r=rkruppebors-148/+1
2017-12-01rustllvm: Remove conditional code for LLVM < 3.9Josh Stone-148/+1
2017-11-30rustc: Tweak the `isExported` callback for ThinLTOAlex Crichton-87/+23
2017-11-20[rustllvm] Use report_fatal_error over llvm_unreachableRobin Kruppe-28/+28
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