about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/mir/statement.rs
AgeCommit message (Expand)AuthorLines
2018-11-16Great separation of librustc_codegen_llvm: librustc_codegen_ssa compilesDenis Merigoux-115/+0
2018-11-16Generalized mir::codegen_mir (and all subsequent functions)Denis Merigoux-12/+10
2018-11-16New files and folders for traitsDenis Merigoux-1/+1
2018-11-16Generalized base.rs#call_memcpy and everything that it usesDenis Merigoux-0/+1
2018-11-16Reduced line length to pass tidyDenis Merigoux-1/+2
2018-11-07no more action on ref or cast, but add new MIR statement for escaping a ptr t...Ralf Jung-1/+2
2018-11-02Auto merge of #55087 - levex:e0669-improve-span, r=nagisabors-8/+5
2018-10-29Emit Retag statements, kill Validate statementsRalf Jung-1/+1
2018-10-28inline-asm: emit as many E0669 errors as we canLevente Kurusa-8/+5
2018-10-17rustc: improve E0669 spanLevente Kurusa-4/+4
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