about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm
AgeCommit message (Expand)AuthorLines
2018-10-06Auto merge of #54766 - alexcrichton:wasm-all-symbols, r=michaelwoeristerbors-1/+6
2018-10-04Auto merge of #54666 - matthewjasper:mir-function-spans, r=pnkfelixbors-1/+7
2018-10-03Record whether a Call in MIR corresponds to a call in HIRMatthew Jasper-1/+7
2018-10-03Introduce `TyKind::UnnormalizedProjection`scalexm-0/+1
2018-10-02wasm: Explicitly export all symbols with LLDAlex Crichton-1/+6
2018-10-01Auto merge of #54693 - RalfJung:ctfe-scalar-pair-undef, r=oli-obkbors-11/+7
2018-10-01Auto merge of #54667 - RalfJung:maybe-uninit, r=pnkfelixbors-6/+54
2018-10-01Auto merge of #54675 - alexcrichton:defaultlibs, r=varkorbors-6/+10
2018-09-30adapt to change in Session APIJorge Aparicio-1/+1
2018-09-30move our check to reuse a previous computationJorge Aparicio-20/+21
2018-09-30improve panic messageJorge Aparicio-8/+6
2018-09-30use is_uninhabited in more placesJorge Aparicio-6/+6
2018-09-30panic when instantiating an uninhabited type via mem::{uninitialized,zeroed}Jorge Aparicio-0/+49
2018-09-30do not normalize non-scalar constants to a ConstValue::ScalarPairRalf Jung-11/+7
2018-09-30Auto merge of #54639 - nagisa:lets-alias-for-now, r=eddybbors-7/+12
2018-09-30Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrumbors-1/+1
2018-09-29rust: Add a `-C default-linker-libraries` optionAlex Crichton-6/+10
2018-09-29Do not put noalias annotations by defaultSimonas Kazlauskas-7/+12
2018-09-29Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung"Ralf Jung-54/+6
2018-09-28Auto merge of #54356 - Xanewok:save-analysis-invocation, r=nrcbors-10/+2
2018-09-28Auto merge of #54568 - levex:issue-54130, r=nagisabors-6/+49
2018-09-27Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone-1/+1
2018-09-28Auto merge of #54547 - AstralSorcerer:issue-54028, r=eddybbors-4/+1
2018-09-28Move `filename_for_metadata` to codegen_utilsIgor Matuszewski-10/+2
2018-09-26add -Z emit-stack-sizesJorge Aparicio-1/+4
2018-09-26fixup! codegen_llvm: check inline assembly constraints with LLVMLevente Kurusa-1/+1
2018-09-26fixup! codegen_llvm: check inline assembly constraints with LLVMLevente Kurusa-1/+1
2018-09-26fixup! codegen_llvm: check inline assembly constraints with LLVMLevente Kurusa-2/+3
2018-09-25codegen_llvm: check inline assembly constraints with LLVMLevente Kurusa-6/+48
2018-09-24Rely only on base alignment and offset for computing field alignmentColin Pronovost-4/+1
2018-09-23Auto merge of #54380 - RalfJung:miri-snapshot, r=eddybbors-1/+1
2018-09-23Auto merge of #54325 - michaelwoerister:incr-thinlto-tests, r=alexcrichtonbors-26/+24
2018-09-22Auto merge of #53508 - japaric:maybe-uninit, r=RalfJungbors-6/+54
2018-09-22Auto merge of #54188 - lqd:fallout-53695, r=nikomatsakisbors-1/+1
2018-09-22move our check to reuse a previous computationJorge Aparicio-20/+21
2018-09-22improve panic messageJorge Aparicio-8/+6
2018-09-22use is_uninhabited in more placesJorge Aparicio-6/+6
2018-09-22adapt to change in Session APIJorge Aparicio-1/+1
2018-09-22panic when instantiating an uninhabited type via mem::{uninitialized,zeroed}Jorge Aparicio-0/+49
2018-09-20Rollup merge of #54258 - alexcrichton:lld-fatal-warnings, r=eddybkennytm-0/+4
2018-09-20Rollup merge of #54233 - irinagpopa:llvm-3.9, r=tromeykennytm-16/+4
2018-09-20rename evaluator -> interpreter to make eddyb happyRalf Jung-1/+1
2018-09-18incr.comp.: Allow for more fine-grained testing of CGU reuse and use it to te...Michael Woerister-26/+24
2018-09-18Refactor 'ReadForMatch' into 'FakeRead' and add the cause of the fake readRemy Rakic-1/+1
2018-09-18Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs.Nicholas Nethercote-10/+10
2018-09-15Enable fatal warnings for the wasm32 linkerAlex Crichton-0/+4
2018-09-14Remove LLVM 3.9 workaround.Unknown-16/+4
2018-09-14Rollup merge of #54095 - kenta7777:kenta7777#53719, r=davidtwcokennytm-4/+4
2018-09-14Rollup merge of #53950 - michaelwoerister:more-lto-cli, r=alexcrichtonkennytm-8/+4
2018-09-12Merge branch 'master' into kenta7777#53719kenta7777-6/+19