summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/mir/statement.rs
AgeCommit message (Expand)AuthorLines
2022-09-06Generalize the Assume intrinsic statement to a general Intrinsic statementOli Scherer-10/+9
2022-09-06Lower the assume intrinsic to a MIR statementOli Scherer-0/+5
2022-06-29Some tracing cleanupsOli Scherer-2/+1
2022-04-11Add new `Deinit` statement kindJakob Degen-0/+6
2022-01-12Remove deprecated LLVM-style inline assemblyTomasz Miąsko-47/+0
2021-11-06pointee_info_at() does not need mutable accessMatthias Krüger-1/+1
2021-03-15Make source-based code coverage compatible with MIR inliningTomasz Miąsko-1/+1
2021-03-09Build StKind::CopyOverlappingkadmin-9/+5
2021-03-09Change CopyNonOverlapping::codegen_ssakadmin-13/+15
2021-03-09Replace todos with implskadmin-2/+1
2021-03-09Update craneliftkadmin-6/+5
2021-03-09Update match brancheskadmin-8/+12
2021-03-09Update fmt and use of memcpykadmin-9/+14
2021-03-09Impl StatementKind::CopyNonOverlappingkadmin-0/+15
2020-08-30mv compiler to compiler/mark-0/+124