1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/test/Instrumentation
Vedant Kumar a37a807453 [asan] Do not instrument accesses to profiling globals
It's only useful to asan-itize profiling globals while debugging llvm's
profiling instrumentation passes. Enabling asan along with instrprof or
gcov instrumentation shouldn't incur extra overhead.

This patch is in the same spirit as r264805 and r273202, which disabled
tsan instrumentation of instrprof/gcov globals.

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

llvm-svn: 273444
2016-06-22 17:30:58 +00:00
..
AddressSanitizer [asan] Do not instrument accesses to profiling globals 2016-06-22 17:30:58 +00:00
BoundsChecking Add a bunch of CHECK missing colons in tests. NFC. 2015-03-14 01:43:57 +00:00
DataFlowSanitizer [PR27284] Reverse the ownership between DICompileUnit and DISubprogram. 2016-04-15 15:57:41 +00:00
EfficiencySanitizer [sanitizers] Disable target-specific lowering of string functions. 2016-06-18 10:10:37 +00:00
InstrProfiling [profile] value profiling bug fix -- missing icall targets in profile-use 2016-06-02 16:33:41 +00:00
MemorySanitizer [sanitizers] Disable target-specific lowering of string functions. 2016-06-18 10:10:37 +00:00
SanitizerCoverage DebugInfo: Remove MDString-based type references 2016-04-23 21:08:00 +00:00
ThreadSanitizer [asan] Do not instrument pointers with address space attributes 2016-06-22 00:15:52 +00:00