rust/compiler/rustc_codegen_llvm/src
bors 609496eecf Auto merge of #108446 - Zoxc:named-allocs, r=oli-obk
Name LLVM anonymous constants by a hash of their contents

This makes the names stable between different versions of a crate unlike the `AllocId` naming, making LLVM IR comparisons with `llvm-diff` more practical.
2023-03-01 15:36:15 +00:00
..
back record llvm cgu instruction stats 2023-02-25 16:18:56 +08:00
coverageinfo Use IntoIterator for mk_fn_sig. 2023-02-17 22:24:34 +11:00
debuginfo Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
llvm record llvm cgu instruction stats 2023-02-25 16:18:56 +08:00
abi.rs
allocator.rs
asm.rs
attributes.rs
base.rs
builder.rs
callee.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
common.rs Name LLVM anonymous constants by a hash of their contents 2023-02-25 08:53:41 +01:00
consts.rs
context.rs Use List::empty() instead of mk_substs(&[]). 2023-02-24 07:33:02 +11:00
declare.rs
errors.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
intrinsic.rs Use IntoIterator for mk_fn_sig. 2023-02-17 22:24:34 +11:00
lib.rs various: translation resources from cg backend 2023-02-22 09:15:54 +00:00
llvm_util.rs
mono_item.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
type_.rs
type_of.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
va_arg.rs
value.rs