rust/compiler/rustc_codegen_ssa/src/traits
Vadim Petrochenkov dc004d4809 rustc_target: Rename some target options to avoid tautology
`target.target_endian` -> `target.endian`
`target.target_c_int_width` -> `target.c_int_width`
`target.target_os` -> `target.os`
`target.target_env` -> `target.env`
`target.target_vendor` -> `target.vendor`
`target.target_family` -> `target.os_family`
`target.target_mcount` -> `target.mcount`
2020-11-08 17:29:13 +03: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 rustc_codegen_llvm: expose DILocation to rustc_codegen_ssa. 2020-10-21 04:43:57 +03: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