summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/mir/statement.rs
AgeCommit message (Expand)AuthorLines
2018-10-06codegen_llvm: verify that inline assembly operands are scalarsLevente Kurusa-7/+21
2018-09-26fixup! codegen_llvm: check inline assembly constraints with LLVMLevente Kurusa-1/+2
2018-09-25codegen_llvm: check inline assembly constraints with LLVMLevente Kurusa-1/+4
2018-09-18Refactor 'ReadForMatch' into 'FakeRead' and add the cause of the fake readRemy Rakic-1/+1
2018-09-10add the `AscribeUserType` statement kindNiko Matsakis-1/+1
2018-08-19Implement simple codegen for unsized rvalues.Masaki Hara-0/+7
2018-07-30rustc_codegen_llvm: use safe references for Type.Irina Popa-3/+3
2018-05-29rust-lang/rust#27282: Add `StatementKind::ReadForMatch` to MIR.Felix S. Klock II-0/+1
2018-05-17Rename trans to codegen everywhere.Irina Popa-0/+91