rust/compiler/rustc_codegen_ssa/src/traits
David Wood 6890312ea3
cg_ssa: introduce TargetMachineFactoryFn alias
This commit removes the `TargetMachineFactory` struct and adds a
`TargetMachineFactoryFn` type alias which is used everywhere that the
previous, long type was used.

Signed-off-by: David Wood <david@davidtw.co>
2020-12-16 10:33:43 +00:00
..
abi.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
asm.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
backend.rs cg_ssa: introduce TargetMachineFactoryFn alias 2020-12-16 10:33:43 +00:00
builder.rs Make set_span take mut self 2020-10-17 13:28:58 +02:00
consts.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
coverageinfo.rs Addressed all feedback to date 2020-11-05 18:24:17 -08: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 Prevent miscompilation in trivial loop {} 2020-10-15 09:42:06 -04:00
misc.rs Remove DeclareMethods 2020-09-18 13:11:59 +02:00
mod.rs rustc_codegen_llvm: expose DILocation to rustc_codegen_ssa. 2020-10-21 04:43:57 +03: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 Add -Z combine_cgu flag 2020-09-09 17:32:23 +10:00