summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp
Commit message (Expand)AuthorAgeFilesLines
* [sancov] enabling coverage edge pruning by default.Mike Aizatsky2016-04-061-4/+4
* NFC: make AtomicOrdering an enum classJF Bastien2016-04-061-1/+1
* [sancov] save entry block from pruning (it is always full dominator)Mike Aizatsky2016-04-011-3/+3
* [sancov] code readability improvement.Mike Aizatsky2016-03-231-11/+26
* [sancov] do not instrument nodes that are full pre-dominatorsMike Aizatsky2016-03-211-10/+17
* [sancov] clang-formatting SanitizerCoverage.cpp and fully pleasing clang-tidy.Mike Aizatsky2016-03-181-72/+78
* Revert "Revert "[sancov] specifying sanitizer coverage dependencies.""Chandler Carruth2016-03-181-1/+7
* [sancov] Fix the sancov pass to initialize itself inside itsChandler Carruth2016-03-181-1/+3
* Revert "[sancov] specifying sanitizer coverage dependencies."Mike Aizatsky2016-03-181-7/+1
* [sancov] specifying sanitizer coverage dependencies.Mike Aizatsky2016-03-181-1/+7
* Remove llvm::getDISubprogram in favor of Function::getSubprogramPete Cooper2016-03-111-1/+1
* Revert "[sancov] do not instrument nodes that are full pre-dominators"Renato Golin2016-02-271-22/+11
* [sancov] properly initializing pass.Mike Aizatsky2016-02-271-1/+6
* [libFuzzer] don't emit callbacks to sanitizer run-time in -fsanitize-coverage...Kostya Serebryany2016-02-271-12/+14
* [sancov] do not instrument nodes that are full pre-dominatorsMike Aizatsky2016-02-271-11/+22
* [sancov] Pruning full dominator blocks from instrumentation.Mike Aizatsky2016-02-261-4/+32
* [sanitizer-coverage] implement -fsanitize-coverage=trace-pc. This is similar ...Kostya Serebryany2016-02-171-6/+24
* Update to use new name alignTo().Rui Ueyama2016-01-141-2/+1
* getParent() ^ 3 == getModule() ; NFCISanjay Patel2015-12-141-2/+1
* Move EH-specific helper functions to a more appropriate placeDavid Majnemer2015-12-021-1/+1
* [sanitizer coverage] when adding a bb trace instrumentation, do it instead, n...Kostya Serebryany2015-12-021-15/+10
* Instrumentation: Remove ilist iterator implicit conversions, NFCDuncan P. N. Exon Smith2015-10-131-4/+4
* [sancov] Disable sanitizer coverage on functions using SEHReid Kleckner2015-09-031-0/+7
* [sancov] Fix an unused variable warning introduced in r245067Justin Bogner2015-08-141-1/+1
* [sancov] Leave llvm.localescape in the entry blockReid Kleckner2015-08-141-8/+4
* [libFuzzer] don't crash if the condition in a switch has unusual type (e.g. i72)Kostya Serebryany2015-08-111-0/+3
* [libFuzzer] trace switch statements and apply mutations based on the expected...Kostya Serebryany2015-07-311-4/+55
* [SanitizerCoverage] Don't add instrumentation to unreachable blocks.Alexey Samsonov2015-06-301-0/+7
* [SanitizerCoverage] Use llvm::getDISubprogram() to get location of the entry ...Alexey Samsonov2015-06-121-3/+9
* Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...David Blaikie2015-05-181-8/+8
* SanitizerCoverage: Use `createSanitizerCtor` to create ctor and call initIsmail Pazarbasi2015-05-101-20/+13
* Delete unused createSanitizerCoverageModulePass overload.Alexey Samsonov2015-05-071-3/+0
* Revert "SanitizerCoverage: Use `createSanitizerCtor` to create ctor and call ...Ismail Pazarbasi2015-05-071-11/+16
* SanitizerCoverage: Use `createSanitizerCtor` to create ctor and call initIsmail Pazarbasi2015-05-071-16/+11
* [SanitizerCoverage] Introduce SanitizerCoverageOptions struct.Alexey Samsonov2015-05-071-30/+68
* [SanitizerCoverage] Fix a couple of typos. NFC.Alexey Samsonov2015-05-061-7/+7
* Reduce dyn_cast<> to isa<> or cast<> where possible.Benjamin Kramer2015-04-101-1/+1
* Move `checkInterfaceFunction` to ModuleUtilsIsmail Pazarbasi2015-04-061-20/+12
* Transforms: Use the new DebugLoc API, NFCDuncan P. N. Exon Smith2015-03-301-2/+2
* [sanitizer] experimental tracing for cmp instructionsKostya Serebryany2015-03-211-13/+50
* SanitizerCoverage: Check for null DebugLocsDuncan P. N. Exon Smith2015-03-201-2/+3
* [sanitizer] fix instrumentation with -mllvm -sanitizer-coverage-block-thresho...Kostya Serebryany2015-03-101-7/+10
* [sanitizer] decrease sanitizer-coverage-block-threshold from 1000 to 500 as a...Kostya Serebryany2015-03-101-1/+1
* [sanitizer] add nosanitize metadata to more coverage instrumentation instruct...Kostya Serebryany2015-03-051-4/+12
* Make DataLayout Non-Optional in the ModuleMehdi Amini2015-03-041-6/+2
* [sanitizer/coverage] Add AFL-style coverage counters (search heuristic for fu...Kostya Serebryany2015-03-031-7/+55
* [sanitizer] when dumping the basic block trace, also dump the module names. P...Kostya Serebryany2015-02-201-3/+12
* [sanitizer] add another workaround for PR 17409: when over a threshold emit c...Kostya Serebryany2015-02-041-24/+32
* [sancov] Fix unspecified constructor order between sancov and asan.Evgeniy Stepanov2015-01-271-1/+1
* [PM] Remove the Pass argument from all of the critical edge splittingChandler Carruth2015-01-191-1/+1
OpenPOWER on IntegriCloud