about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm
AgeCommit message (Expand)AuthorLines
2018-10-10Auto merge of #54747 - levex:inline-asm-bad-operands, r=nagisabors-7/+32
2018-10-10miri engine: basic support for pointer provenance trackingRalf Jung-2/+2
2018-10-09codegen_llvm/misc: convert string literals with to_ownedljedrz-6/+6
2018-10-09codegen_llvm/misc: improve common patternsljedrz-38/+32
2018-10-09codegen_llvm/misc: remove explicit returnsljedrz-5/+5
2018-10-09codegen_llvm/misc: whitespace & formatting improvementsljedrz-45/+46
2018-10-08codegen_llvm: remove explicit returnsljedrz-3/+4
2018-10-08codegen_llvm: fix spelling & grammatical errorsljedrz-4/+4
2018-10-08codegen_llvm: improve common patternsljedrz-115/+86
2018-10-08codegen_llvm: improve allocationsljedrz-14/+26
2018-10-08codegen_llvm: whitespace & formatting improvementsljedrz-80/+69
2018-10-06codegen_llvm: verify that inline assembly operands are scalarsLevente Kurusa-7/+32
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