rust/compiler/rustc_codegen_ssa/src/traits
Nikita Popov 4560efe46c Pass type when creating load
This makes load generation compatible with opaque pointers.

The generation of nontemporal copies still accesses the pointer
element type, as fixing this requires more movement.
2021-07-09 22:14:44 +02:00
..
abi.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
asm.rs Add support for const operands and options to global_asm! 2021-05-13 22:31:57 +01:00
backend.rs Provide default MetadataLoader 2021-06-04 13:20:04 +02:00
builder.rs Pass type when creating load 2021-07-09 22:14:44 +02:00
consts.rs Update other codegens to use tcx managed vtable allocations. 2021-06-28 19:39:48 +08:00
coverageinfo.rs Changes from review comments 2021-03-23 17:02:10 -07:00
debuginfo.rs rustc_codegen_llvm: add support for inlined function debuginfo. 2020-10-21 04:43:57 +03:00
declare.rs Remove DeclareMethods 2020-09-18 13:11:59 +02:00
intrinsic.rs Remove the -Zinsert-sideeffect 2021-03-10 12:21:43 +02:00
misc.rs Add support for leaf fn frame pointer elimination 2021-06-30 19:45:17 +03:00
mod.rs Add support for const operands and options to global_asm! 2021-05-13 22:31:57 +01:00
statics.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
type_.rs rustc_target: Rename some target options to avoid tautology 2020-11-08 17:29:13 +03:00
write.rs Support -C passes in NewPM 2021-05-08 10:58:08 +02:00