rust/compiler/rustc_codegen_ssa/src/traits
2024-05-01 09:06:53 +10:00
..
abi.rs Merge apply_attrs_callsite into call and invoke 2022-10-01 17:01:31 +00:00
asm.rs Implement asm goto for LLVM and GCC backend 2024-02-24 18:50:09 +00:00
backend.rs Remove CodegenBackend::target_override. 2024-03-21 11:48:49 +11:00
builder.rs Auto merge of #122053 - erikdesjardins:alloca, r=nikic 2024-04-24 03:00:44 +00:00
consts.rs Add+Use mir::BinOp::Cmp 2024-03-23 23:23:41 -07:00
coverageinfo.rs coverage: Eagerly do start-of-function codegen for coverage 2024-05-01 09:06:53 +10:00
debuginfo.rs Deduplicate inlined function debug info, but create a new lexical scope to child subsequent scopes and variables from colliding 2023-09-01 14:27:21 -07:00
declare.rs Remove DeclareMethods 2020-09-18 13:11:59 +02:00
intrinsic.rs Teach llvm backend how to fall back to default bodies 2024-02-12 17:50:39 +00:00
misc.rs Remove several unused methods from MiscMethods 2022-10-01 16:45:07 +00:00
mod.rs Implement printing to file in llvm_util 2023-07-20 11:04:31 -07:00
statics.rs Check whether a static is mutable instead of passing it down 2024-03-12 05:53:46 +00:00
type_.rs Remove extern crate rustc_middle from numerous crates. 2024-04-29 14:50:45 +10:00
write.rs Rename many DiagCtxt arguments. 2023-12-18 16:06:22 +11:00