llvm-project/llvm/test/Instrumentation/SanitizerCoverage
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
..
abort-in-entry-block.ll
backedge-pruning.ll
chains.ll
cmp-tracing-api-x86_32.ll [IR] Enable opaque pointers by default 2022-06-02 09:40:56 +02:00
cmp-tracing-api-x86_64.ll [IR] Enable opaque pointers by default 2022-06-02 09:40:56 +02:00
cmp-tracing.ll
coff-comdat.ll [IR] Enable opaque pointers by default 2022-06-02 09:40:56 +02:00
coff-pc-table-inline-8bit-counters.ll
coff-pc-table-inline-bool-flag.ll
coff-used-ctor.ll
const-cmp-tracing.ll
coverage-dbg.ll
coverage.ll
coverage2-dbg.ll
crit-edge-sancov.ll
div-tracing.ll
gep-tracing.ll
inline-8bit-counters.ll [IR] Enable opaque pointers by default 2022-06-02 09:40:56 +02:00
inline-bool-flag.ll [IR] Enable opaque pointers by default 2022-06-02 09:40:56 +02:00
interposable-symbol.ll
no-func.ll
opaque-ptr.ll
pc-table.ll
postdominator_check.ll
seh.ll [Tests] Add elementtype attribute to indirect inline asm operands (NFC) 2022-01-06 14:23:51 +01:00
stack-depth-variable-declared-by-user.ll
stack-depth.ll
switch-tracing.ll [IR] Enable opaque pointers by default 2022-06-02 09:40:56 +02:00
trace-loads-stores.ll [sancov] add tracing for loads and store 2021-11-09 14:35:13 -08:00
trace-pc-guard-inline-8bit-counters.ll
trace-pc-guard-inline-bool-flag.ll
trace-pc-guard.ll [sancov] Don't instrument calls to bitcast funcs: they're not indirect. 2022-03-07 12:43:37 -08:00
tracing-comdat.ll [ASan] Process functions in Asan module pass 2021-11-03 20:27:53 +00:00
tracing.ll
unreachable-critedge.ll
wineh.ll