rust/compiler/rustc_codegen_ssa/src/mir
khyperia c5bc95676b Let backends access span information
Sometimes, a backend may need to emit warnings, errors, or otherwise
need to know the span of the current item in a basic block. So, add a
set_span method to give the backend that information.
2020-10-06 15:39:12 +02:00
..
analyze.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
block.rs Auto merge of #76964 - RalfJung:rollup-ybn06fs, r=RalfJung 2020-09-20 11:02:36 +00:00
constant.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
coverageinfo.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
debuginfo.rs Let backends access span information 2020-10-06 15:39:12 +02:00
intrinsic.rs Extract some intrinsics out of rustc_codegen_llvm 2020-09-15 23:35:31 +02:00
mod.rs Extract some intrinsics out of rustc_codegen_llvm 2020-09-15 23:35:31 +02:00
operand.rs Auto merge of #76071 - khyperia:configurable_to_immediate, r=eddyb 2020-09-01 07:44:34 +00:00
place.rs Auto merge of #73453 - erikdesjardins:tuplayout, r=eddyb 2020-09-25 14:42:20 +00:00
rvalue.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
statement.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00