1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/lib/Transforms/Instrumentation
Vedant Kumar 6fddfedd4c [tsan] Do not instrument accesses to the gcov counters array
There is a known intended race here. This is a follow-up to r264805,
which disabled tsan instrumentation for updates to instrprof counters.
For more background on this please see the discussion in D18164.

llvm-svn: 273202
2016-06-20 21:24:26 +00:00
..
AddressSanitizer.cpp [sanitizers] Disable target-specific lowering of string functions. 2016-06-18 10:10:37 +00:00
BoundsChecking.cpp Remove PreserveNames template parameter from IRBuilder 2016-03-13 21:05:13 +00:00
CFGMST.h [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
CMakeLists.txt [PGO] Promote indirect calls to conditional direct calls with value-profile 2016-04-27 23:20:27 +00:00
DataFlowSanitizer.cpp [DFSan] Remove an overly aggressive assert reported in PR26068. 2016-03-07 14:05:09 +00:00
EfficiencySanitizer.cpp [sanitizers] Disable target-specific lowering of string functions. 2016-06-18 10:10:37 +00:00
GCOVProfiling.cpp IR: Introduce local_unnamed_addr attribute. 2016-06-14 21:01:22 +00:00
IndirectCallPromotion.cpp make icall pass name consistent /NFC 2016-06-02 01:52:05 +00:00
IndirectCallSiteVisitor.h [PGO] Avoid instrumenting direct callee's at value sites. 2016-04-04 18:56:36 +00:00
InstrProfiling.cpp IR: Introduce local_unnamed_addr attribute. 2016-06-14 21:01:22 +00:00
Instrumentation.cpp [PM] code refactoring /NFC 2016-06-05 03:40:03 +00:00
LLVMBuild.txt [PGO] Resubmit "MST based PGO instrumentation infrastructure" (r254021) 2015-12-09 18:08:16 +00:00
MaximumSpanningTree.h
MemorySanitizer.cpp [sanitizers] Disable target-specific lowering of string functions. 2016-06-18 10:10:37 +00:00
PGOInstrumentation.cpp Add a comment about why we need to buffer the attribute changes. 2016-05-28 04:24:39 +00:00
SanitizerCoverage.cpp [sancov] enabling coverage edge pruning by default. 2016-04-06 23:24:37 +00:00
ThreadSanitizer.cpp [tsan] Do not instrument accesses to the gcov counters array 2016-06-20 21:24:26 +00:00