llvm-6502/test/Instrumentation/AddressSanitizer
Kostya Serebryany abb3335f6d Move asan-coverage into a separate phase.
Summary:
This change moves asan-coverage instrumentation
into a separate Module pass.
The other part of the change in clang introduces a new flag
-fsanitize-coverage=N.
Another small patch will update tests in compiler-rt.

With this patch no functionality change is expected except for the flag name.
The following changes will make the coverage instrumentation work with tsan/msan

Test Plan: Run regression tests, chromium.

Reviewers: nlewycky, samsonov

Reviewed By: nlewycky, samsonov

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D6152

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221718 91177308-0d34-0410-b5e6-96231b3b80d8
2014-11-11 22:14:37 +00:00
..
X86 [asan-asm-instrumentation] Fixed memory accesses with rbp as a base or an index register. 2014-10-21 10:22:27 +00:00
adaptive_global_redzones.ll
asan-vs-gvn.ll
basic.ll
debug_info.ll Revert "Revert "DI: Fold constant arguments into a single MDString"" 2014-10-03 20:01:09 +00:00
do-not-instrument-cstring.ll Base check on the section name, not the variable name. 2014-11-06 20:01:34 +00:00
do-not-instrument-internal-globals.ll
do-not-instrument-llvm-metadata.ll
do-not-touch-comdat-global.ll
do-not-touch-odr-global.ll
do-not-touch-threadlocal.ll
freebsd.ll
global_metadata.ll
instrument_global.ll
instrument_initializer_metadata.ll
instrument_load_then_store.ll
instrument-no-return.ll
instrumentation-with-call-threshold.ll
keep-instrumented_functions.ll
lifetime-uar.ll
lifetime.ll
stack_layout.ll
stack-poisoning.ll
test64.ll
ubsan.ll