llvm-project/llvm/test/Instrumentation/AddressSanitizer
Vitaly Buka 9be90748f1 Revert "[asan] Emit .size directive for global object size before redzone"
Revert "[docs] Fix underline"

Breaks a lot of asan tests in google.

This reverts commit 365c3e85bc.
This reverts commit 78a784bea4.
2022-04-21 16:21:17 -07:00
..
AMDGPU [AMDGPU] Require AMDGPU target for ASAN instrumentation tests 2021-09-29 10:52:27 +01:00
X86 [ASan] Removed unused AddressSanitizerPass functional pass. 2022-03-01 00:41:29 +00:00
adaptive_global_redzones.ll Revert "[asan] Emit .size directive for global object size before redzone" 2022-04-21 16:21:17 -07:00
alloca-offset-lifetime.ll [ASan] Removed unused AddressSanitizerPass functional pass. 2022-03-01 00:41:29 +00:00
asan-detect-invalid-pointer-pair.ll [ASan] Removed unused AddressSanitizerPass functional pass. 2022-03-01 00:41:29 +00:00
asan-disable-sanitizer-instrumentation.ll [asan] Add support for disable_sanitizer_instrumentation attribute 2022-02-18 09:51:54 +01:00
asan-masked-load-store.ll [ASan] Removed unused AddressSanitizerPass functional pass. 2022-03-01 00:41:29 +00:00
asan-optimize-callbacks.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
asan-stack-safety.ll [asan][test] Remove legacy PM style opt -foo tests 2022-04-15 20:00:56 -07:00
asan-vs-gvn.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
asan_address_space_attr.ll [ASan] Removed unused AddressSanitizerPass functional pass. 2022-03-01 00:41:29 +00:00
basic-msvc64.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
basic.ll [AddressSanitizer] Allow prefixing memintrinsic calls in kernel mode 2022-03-31 11:14:42 +02:00
byref-args.ll [ASan] Removed unused AddressSanitizerPass functional pass. 2022-03-01 00:41:29 +00:00
byval-args.ll [ASan] Removed unused AddressSanitizerPass functional pass. 2022-03-01 00:41:29 +00:00
debug-info-alloca.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
debug-info-global-var.ll Revert "[asan] Emit .size directive for global object size before redzone" 2022-04-21 16:21:17 -07:00
debug_info.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
debug_info_noninstrumented_alloca.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
debug_info_noninstrumented_alloca2.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
do-not-instrument-globals-darwin.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
do-not-instrument-globals-linux.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
do-not-instrument-internal-globals.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
do-not-instrument-netbsd-link_set.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
do-not-instrument-profiling-globals.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
do-not-instrument-promotable-allocas.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
do-not-instrument-sanitizers.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
do-not-touch-comdat-global.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
do-not-touch-odr-global.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
do-not-touch-threadlocal.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
dynamic-shadow-darwin.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
experiment-call.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
experiment.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
fake-stack.ll Revert "[IR] `IRBuilderBase::CreateAdd()`: short-circuit `x + 0` --> `x`" 2021-10-27 22:21:37 +03:00
force-dynamic-shadow.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
freebsd.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
global_addrspace.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
global_cstring_darwin.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
global_lto_merge.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
global_metadata.ll [NFC][llvm] Remove uses of blacklist in llvm/test/Instrumentation 2021-11-12 16:44:52 +00:00
global_metadata_array.ll [NFC][llvm] Remove uses of blacklist in llvm/test/Instrumentation 2021-11-12 16:44:52 +00:00
global_metadata_bitcasts.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
global_metadata_darwin.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
global_metadata_external_comdat.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
global_metadata_windows.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
global_with_comdat.ll [NFC][llvm] Remove uses of blacklist in llvm/test/Instrumentation 2021-11-12 16:44:52 +00:00
hoist-argument-init-insts.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
instrument-dynamic-allocas.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
instrument-no-return.ll [ASan] Removed unused AddressSanitizerPass functional pass. 2022-03-01 00:41:29 +00:00
instrument-section-invalid-c-ident.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
instrument-stack.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
instrument_global.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
instrument_initializer_metadata.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
instrument_load_then_store.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
instrumentation-with-call-threshold.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
keep_going.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
lifetime-throw.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
lifetime-uar-uas.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
lifetime.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
local_alias.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
local_stack_base.ll [ASan] Removed unused AddressSanitizerPass functional pass. 2022-03-01 00:41:29 +00:00
localescape.ll [Tests] Add elementtype attribute to indirect inline asm operands (NFC) 2022-01-06 14:23:51 +01:00
mem-intrinsics.ll [AddressSanitizer] Allow prefixing memintrinsic calls in kernel mode 2022-03-31 11:14:42 +02:00
module-flags.ll Extend the `uwtable` attribute with unwind table kind 2022-02-14 14:35:02 +00:00
musttail.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
no-globals.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
no_global_dtors.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
odr-check-ignore.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
ps4.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
scale-offset.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
stack-poisoning-and-lifetime-be.ll Revert "[IR] `IRBuilderBase::CreateAdd()`: short-circuit `x + 0` --> `x`" 2021-10-27 22:21:37 +03:00
stack-poisoning-and-lifetime.ll Revert "[IR] `IRBuilderBase::CreateAdd()`: short-circuit `x + 0` --> `x`" 2021-10-27 22:21:37 +03:00
stack-poisoning-byval-args.ll [ASan] Removed unused AddressSanitizerPass functional pass. 2022-03-01 00:41:29 +00:00
stack-poisoning.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
stack_dynamic_alloca.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
stack_layout.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
str-nobuiltin.ll [ASan] Removed unused AddressSanitizerPass functional pass. 2022-03-01 00:41:29 +00:00
test64.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
twice.ll [ASan] Removed unused AddressSanitizerPass functional pass. 2022-03-01 00:41:29 +00:00
ubsan.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
version-mismatch-check.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
win-sorted-sections.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
win-string-literal.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00
with-ifunc.ll [test] Remove some legacy PM tests in llvm/test/Instrumentation/AddressSanitizer 2021-09-05 12:06:14 -07:00