rust/compiler/rustc_codegen_llvm/src
Oleksii Lozovskyi bac15db1d0 Emit basic XRay instrumentation attributes
Add the attributes to functions according to the settings.

"xray-always" overrides "xray-never", and they both override
"xray-ignore-loops" and "xray-instruction-threshold", but we'll
let lints deal with warnings about silly attribute combinations.
2023-02-09 12:28:00 +09:00
..
back session: diagnostic migration lint on more fns 2023-01-30 17:11:35 +00:00
coverageinfo reduce rightward-drift 2023-01-27 07:52:44 +02:00
debuginfo Don't merge vtables when full debuginfo is enabled. 2023-01-27 15:29:04 +00: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 create and use GlobalAlloc::address_space 2023-01-25 01:46:19 -05:00
context.rs Rollup merge of #107412 - tshepang:needless-check, r=wesleywiser 2023-01-31 23:38:51 +01: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 abi: add AddressSpace field to Primitive::Pointer 2023-01-22 23:41:39 -05:00
lib.rs session: diagnostic migration lint on more fns 2023-01-30 17:11:35 +00:00
llvm_util.rs Remove wrapper functions for some unstable options 2022-12-20 15:02:15 +01: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 abi: add AddressSpace field to Primitive::Pointer 2023-01-22 23:41:39 -05:00
va_arg.rs Implement va_list and va_arg for s390x FFI 2022-12-19 21:07:57 +01:00
value.rs