llvm-project/llvm/test/Instrumentation
Nikita Popov 41d5033eb1 [IR] Enable opaque pointers by default
This enabled opaque pointers by default in LLVM. The effect of this
is twofold:

* If IR that contains *neither* explicit ptr nor %T* types is passed
  to tools, we will now use opaque pointer mode, unless
  -opaque-pointers=0 has been explicitly passed.
* Users of LLVM as a library will now default to opaque pointers.
  It is possible to opt-out by calling setOpaquePointers(false) on
  LLVMContext.

A cmake option to toggle this default will not be provided. Frontends
or other tools that want to (temporarily) keep using typed pointers
should disable opaque pointers via LLVMContext.

Differential Revision: https://reviews.llvm.org/D126689
2022-06-02 09:40:56 +02:00
..
AddressSanitizer [IR] Enable opaque pointers by default 2022-06-02 09:40:56 +02:00
BoundsChecking [SanitizerBounds] Add support for NoSanitizeBounds function 2022-03-01 18:47:02 +01:00
DataFlowSanitizer [IR] Enable opaque pointers by default 2022-06-02 09:40:56 +02:00
HWAddressSanitizer [IR] Enable opaque pointers by default 2022-06-02 09:40:56 +02:00
HeapProfiler [memprof] Only insert dynamic shadow load when needed 2022-05-02 13:36:00 -07:00
InstrOrderFile [IR] Enable opaque pointers by default 2022-06-02 09:40:56 +02:00
InstrProfiling [AIX][PGO] Enable linux style PGO on AIX 2022-05-05 04:10:39 +00:00
JustMyCode [IR] Enable opaque pointers by default 2022-06-02 09:40:56 +02:00
MemorySanitizer [IR] Enable opaque pointers by default 2022-06-02 09:40:56 +02:00
PoisonChecking
SanitizerCoverage [IR] Enable opaque pointers by default 2022-06-02 09:40:56 +02:00
ThreadSanitizer [ThreadSanitizer] Add fallback DebugLocation for instrumentation calls 2022-05-05 15:21:35 +02:00
cgprofile.ll [CGProfile] Don't emit call graph profile edges with zero weight 2021-10-28 11:32:49 -04:00