rust/compiler/rustc_codegen_llvm/src
2023-02-16 17:01:52 -07:00
..
back if $c:expr { Some($r:expr) } else { None } =>> $c.then(|| $r) 2023-02-16 15:26:00 +00:00
coverageinfo reduce rightward-drift 2023-01-27 07:52:44 +02:00
debuginfo change usages of type_of to bound_type_of 2023-02-16 17:01:52 -07:00
llvm Rollup merge of #105975 - jeremystucki:rustc-remove-needless-lifetimes, r=eholk 2022-12-24 00:31:41 +01:00
abi.rs Remove double spaces after dots in comments 2023-01-17 08:09:33 +00:00
allocator.rs Add LLVM KCFI support to the Rust compiler 2022-12-08 17:24:39 -08:00
asm.rs abi: add AddressSpace field to Primitive::Pointer 2023-01-22 23:41:39 -05:00
attributes.rs Emit basic XRay instrumentation attributes 2023-02-09 12:28:00 +09:00
base.rs Remove several unused methods from MiscMethods 2022-10-01 16:45:07 +00:00
builder.rs abi: add AddressSpace field to Primitive::Pointer 2023-01-22 23:41:39 -05:00
callee.rs Remove double spaces after dots in comments 2023-01-17 08:09:33 +00:00
common.rs abi: add AddressSpace field to Primitive::Pointer 2023-01-22 23:41:39 -05:00
consts.rs Update the minimum external LLVM to 14 2023-02-10 16:06:25 -08:00
context.rs if $c:expr { Some($r:expr) } else { None } =>> $c.then(|| $r) 2023-02-16 15:26:00 +00:00
declare.rs Add LLVM KCFI support to the Rust compiler 2022-12-08 17:24:39 -08:00
errors.rs session: diagnostic migration lint on more fns 2023-01-30 17:11:35 +00:00
intrinsic.rs s/eval_usize/eval_target_usize/ for clarity 2023-02-14 08:51:19 +00:00
lib.rs session: diagnostic migration lint on more fns 2023-01-30 17:11:35 +00:00
llvm_util.rs Drop llvm14-builtins-abi with compiler_builtins 0.1.87 2023-02-10 16:13:31 -08:00
mono_item.rs Fix diag() and formatting 2022-11-09 14:56:20 +01:00
type_.rs Rollup merge of #105109 - rcvalle:rust-kcfi, r=bjorn3 2022-12-10 09:24:43 +01:00
type_of.rs Replace some thens with some then_somes 2023-02-16 15:26:03 +00:00
va_arg.rs Implement va_list and va_arg for s390x FFI 2022-12-19 21:07:57 +01:00
value.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00