rust/compiler/rustc_codegen_llvm/src
bors 91cacb3faf Auto merge of #97512 - scottmcm:add-coldcc, r=nagisa,lcnr
Add support for emitting functions with `coldcc` to LLVM

The eventual goal is to try using this for things like the internal panicking stuff, to see whether it helps.
2022-06-07 08:12:45 +00:00
..
back Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00
coverageinfo
debuginfo Auto merge of #97287 - compiler-errors:type-interner, r=jackh726,oli-obk 2022-05-29 08:20:13 +00:00
llvm rustc_codegen_ssa: cleanup AtomicOrdering 2022-05-25 10:34:35 +02:00
abi.rs Add support for emitting functions with coldcc in LLVM 2022-05-30 00:19:23 -07:00
allocator.rs
asm.rs Add tmm_reg clobbers 2022-05-16 20:15:06 -04:00
attributes.rs only_local: always check for misuse 2022-05-10 12:07:35 +02:00
base.rs
builder.rs Don't use global initializer if type does not match 2022-05-25 17:28:58 +02:00
callee.rs
common.rs
consts.rs Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00
context.rs Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00
declare.rs
intrinsic.rs Finish bumping stage0 2022-05-27 07:36:17 -04:00
lib.rs Fully stabilize NLL 2022-06-03 17:16:41 -04:00
llvm_util.rs Avoid creating SmallVecs in global_llvm_features 2022-06-06 18:05:07 +08:00
mono_item.rs
type_.rs Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00
type_of.rs
va_arg.rs
value.rs