summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/mir/block.rs
AgeCommit message (Expand)AuthorLines
2018-10-09codegen_llvm/misc: whitespace & formatting improvementsljedrz-22/+23
2018-10-03Record whether a Call in MIR corresponds to a call in HIRMatthew Jasper-1/+7
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-30panic when instantiating an uninhabited type via mem::{uninitialized,zeroed}Jorge Aparicio-0/+49
2018-09-29Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung"Ralf Jung-48/+0
2018-09-22move our check to reuse a previous computationJorge Aparicio-20/+21
2018-09-22improve panic messageJorge Aparicio-8/+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-08-22Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...varkor-3/+3
2018-08-21Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkorkennytm-1/+1
2018-08-19mv codemap() source_map()Donato Sciarra-1/+1
2018-08-19Fix typos found by codespell.Matthias Krüger-1/+1
2018-08-19Integrate OperandValue::UnsizedRef into OperandValue::Ref.Masaki Hara-20/+11
2018-08-19Integrate PassMode::UnsizedIndirect into PassMode::Indirect.Masaki Hara-5/+3
2018-08-19Implement simple codegen for unsized rvalues.Masaki Hara-1/+26
2018-07-31Make globals with private linkage unnamed. Fixes #50862.Colin Pronovost-2/+2
2018-07-30rustc_codegen_llvm: use safe references for BasicBlock.Irina Popa-4/+4
2018-07-30rustc_codegen_llvm: use safe references for Value.Irina Popa-20/+28
2018-07-30rustc_codegen_llvm: use safe references for Type.Irina Popa-13/+13
2018-07-23Explain promoted extraction for simd shuffleOliver Schneider-0/+3
2018-07-23Promoteds are statics and statics have a place, not just a valueOliver Schneider-1/+24
2018-06-02Generate br for all two target SwitchIntsNikita Popov-5/+14
2018-05-17Make sure the type we think is uninhabited actually isvarkor-1/+2
2018-05-17Fix an ICE when attempting to transmute an uninhabited typevarkor-3/+13
2018-05-17Rename trans to codegen everywhere.Irina Popa-0/+895