1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/lib/Transforms/Instrumentation
2017-11-23 15:06:51 +00:00
..
AddressSanitizer.cpp [asan] Use dynamic shadow on 32-bit Android, try 2. 2017-11-20 17:41:57 +00:00
BoundsChecking.cpp [PM] Port BoundsChecking to the new PM. 2017-11-14 01:30:04 +00:00
CFGMST.h
CMakeLists.txt
DataFlowSanitizer.cpp [Transforms] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-10-21 00:57:46 +00:00
EfficiencySanitizer.cpp
GCOVProfiling.cpp Disable gcov instrumentation of functions using funclet-based exception handling 2017-10-13 13:49:15 +00:00
IndirectCallPromotion.cpp [Transforms] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-10-21 00:57:46 +00:00
InstrProfiling.cpp
Instrumentation.cpp [PM] Port BoundsChecking to the new PM. 2017-11-14 01:30:04 +00:00
LLVMBuild.txt
MaximumSpanningTree.h
MemorySanitizer.cpp MSan: remove an unnecessary cast. NFC for userspace instrumenetation. 2017-11-23 15:06:51 +00:00
PGOInstrumentation.cpp Add heuristics for irreducible loop metadata under PGO 2017-11-20 21:03:38 +00:00
PGOMemOPSizeOpt.cpp [NFC] Convert OptimizationRemarkEmitter old emit() calls to new closure 2017-10-11 17:12:59 +00:00
SanitizerCoverage.cpp [sanitizer-coverage] call appendToUsed once per module, not once per function (which is too slow) 2017-09-09 05:30:13 +00:00
ThreadSanitizer.cpp