1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/include/llvm/Transforms/Instrumentation
Peter Collingbourne 504382c3e8 hwasan: Initialize the pass only once.
This will let us instrument globals during initialization. This required
making the new PM pass a module pass, which should still provide access to
analyses via the ModuleAnalysisManager.

Differential Revision: https://reviews.llvm.org/D64843

llvm-svn: 366379
2019-07-17 21:45:19 +00:00
..
AddressSanitizer.h [NewPM] Second attempt at porting ASan 2019-02-13 22:22:48 +00:00
BoundsChecking.h
CGProfile.h
ControlHeightReduction.h
GCOVProfiler.h
HWAddressSanitizer.h hwasan: Initialize the pass only once. 2019-07-17 21:45:19 +00:00
InstrOrderFile.h Add a module pass for order file instrumentation 2019-02-28 20:13:38 +00:00
InstrProfiling.h Fixed ubsan failures in r355005. 2019-02-27 20:01:14 +00:00
MemorySanitizer.h
PGOInstrumentation.h [NFC] Fix PGO link error in shared libs build 2019-03-04 22:54:44 +00:00
PoisonChecking.h Add a transform pass to make the executable semantics of poison explicit in the IR 2019-07-09 18:49:29 +00:00
ThreadSanitizer.h