summaryrefslogtreecommitdiffstats
path: root/llvm/test/Instrumentation/SanitizerCoverage
Commit message (Expand)AuthorAgeFilesLines
* DebugInfo: Remove MDString-based type referencesDuncan P. N. Exon Smith2016-04-231-5/+5
* [LLVM] Remove unwanted --check-prefix=CHECK from unit tests. NFC.Mandeep Singh Grang2016-04-192-2/+2
* [PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl2016-04-152-6/+4
* [sancov] enabling coverage edge pruning by default.Mike Aizatsky2016-04-063-9/+2
* [sancov] save entry block from pruning (it is always full dominator)Mike Aizatsky2016-04-011-3/+2
* testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl2016-04-012-2/+2
* [libFuzzer] don't emit callbacks to sanitizer run-time in -fsanitize-coverage...Kostya Serebryany2016-02-271-0/+1
* [sancov] Pruning full dominator blocks from instrumentation.Mike Aizatsky2016-02-261-0/+9
* [sanitizer-coverage] implement -fsanitize-coverage=trace-pc. This is similar ...Kostya Serebryany2016-02-172-0/+15
* Create llvm.global_ctors in the new format.Rafael Espindola2015-12-061-2/+2
* DI: Reverse direction of subprogram -> function edge.Peter Collingbourne2015-11-052-4/+4
* [sancov] Disable sanitizer coverage on functions using SEHReid Kleckner2015-09-031-6/+4
* DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith2015-08-282-2/+2
* [sancov] Leave llvm.localescape in the entry blockReid Kleckner2015-08-141-0/+88
* [libFuzzer] don't crash if the condition in a switch has unusual type (e.g. i72)Kostya Serebryany2015-08-111-0/+24
* DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith2015-08-032-2/+2
* DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith2015-07-312-2/+2
* [libFuzzer] trace switch statements and apply mutations based on the expected...Kostya Serebryany2015-07-311-0/+32
* [SanitizerCoverage] Don't add instrumentation to unreachable blocks.Alexey Samsonov2015-06-301-0/+9
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-292-32/+32
* [sanitizer] experimental tracing for cmp instructionsKostya Serebryany2015-03-211-0/+13
* [sanitizer] fix instrumentation with -mllvm -sanitizer-coverage-block-thresho...Kostya Serebryany2015-03-101-0/+5
* [sanitizer] add nosanitize metadata to more coverage instrumentation instruct...Kostya Serebryany2015-03-051-8/+8
* [sanitizer/coverage] Add AFL-style coverage counters (search heuristic for fu...Kostya Serebryany2015-03-031-3/+19
* DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith2015-03-032-24/+24
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-272-4/+4
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-1/+1
* [sanitizer] fix a test broken by r229940Kostya Serebryany2015-02-201-2/+2
* [sanitizer] add another workaround for PR 17409: when over a threshold emit c...Kostya Serebryany2015-02-041-2/+5
* [sancov] Fix unspecified constructor order between sancov and asan.Evgeniy Stepanov2015-01-271-0/+4
* IR: Move MDLocation into placeDuncan P. N. Exon Smith2015-01-142-10/+10
* [asan] simplify the tracing code, make it use the same guard variables as cov...Kostya Serebryany2015-01-031-1/+1
* [asan] change _sanitizer_cov_module_init to accept int* instead of int**Kostya Serebryany2014-12-301-1/+1
* [asan] change the coverage collection scheme so that we can easily emit cover...Kostya Serebryany2014-12-233-9/+9
* [sanitizer] prevent function call merging for sanitizer-coverage callbacksKostya Serebryany2014-12-161-0/+4
* IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith2014-12-152-52/+52
* [msan] allow -fsanitize-coverage=N together with -fsanitize=memory, llvm partKostya Serebryany2014-12-031-1/+1
* [asan/coverage] change the way asan coverage instrumentation is done: instead...Kostya Serebryany2014-11-243-6/+6
* [asan] add experimental basic-block tracing to asan-coverage; also fix -fsani...Kostya Serebryany2014-11-192-0/+34
* Move asan-coverage into a separate phase.Kostya Serebryany2014-11-113-0/+230
OpenPOWER on IntegriCloud