1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/test/Instrumentation/SanitizerCoverage
Reid Kleckner 7f2f1a4146 [sancov] Name the global containing the main source file name
If the global name doesn't start with __sancov_gen, ASan will insert
unecessary red zones around it.

llvm-svn: 287117
2016-11-16 16:50:43 +00:00
..
cmp-tracing.ll [sanitizer-coverage] add two more modes of instrumentation: trace-div and trace-gep, mostly usaful for value-profile-based fuzzing; llvm part 2016-08-30 01:12:10 +00:00
coverage2-dbg.ll [PR27284] Reverse the ownership between DICompileUnit and DISubprogram. 2016-04-15 15:57:41 +00:00
coverage-dbg.ll DebugInfo: Remove MDString-based type references 2016-04-23 21:08:00 +00:00
coverage.ll [sancov] Name the global containing the main source file name 2016-11-16 16:50:43 +00:00
div-tracing.ll [sanitizer-coverage] add two more modes of instrumentation: trace-div and trace-gep, mostly usaful for value-profile-based fuzzing; llvm part 2016-08-30 01:12:10 +00:00
gep-tracing.ll [sanitizer-coverage] fix a bug in trace-gep 2016-09-27 01:55:08 +00:00
no-func.ll [sanitizer-coverage] don't emit the CTOR function if nothing has been instrumented 2016-09-27 01:08:33 +00:00
seh.ll
switch-tracing.ll [sanitizer-coverage] add two more modes of instrumentation: trace-div and trace-gep, mostly usaful for value-profile-based fuzzing; llvm part 2016-08-30 01:12:10 +00:00
tracing-comdat.ll [sanitizer-coverage] make sure asan does not instrument coverage guards (reported in https://github.com/google/oss-fuzz/issues/84) 2016-11-15 21:12:50 +00:00
tracing.ll [sanitizer-coverage/libFuzzer] make the guards for trace-pc 32-bit; create one array of guards per function, instead of one guard per BB. reorganize the code so that trace-pc-guard does not create unneeded globals 2016-09-29 17:43:24 +00:00