summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/mir/block.rs
AgeCommit message (Expand)AuthorLines
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