summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/sanitizer_coverage_libcdep.cc
Commit message (Expand)AuthorAgeFilesLines
* [sanitizer-coverage] nuke more stale codeKostya Serebryany2017-06-021-610/+0
* [sanitizer-coverage] nuke more stale codeKostya Serebryany2017-06-021-13/+0
* [sanitizer-coverage] nuke more stale codeKostya Serebryany2017-06-011-4/+0
* [sanitizer-coverage] remove stale code (old coverage); compiler-rt part Kostya Serebryany2017-05-311-41/+6
* [sanitizer-coverage] add a deprecation note for the old sanitizer-coverage; r...Kostya Serebryany2017-05-021-0/+7
* [sanitizer-coverage] remove more stale codeKostya Serebryany2017-05-011-31/+0
* [sanitizer-coverage] disable coverage_direct=1, will remove the code in a few...Kostya Serebryany2017-05-011-0/+2
* [sanitizer-coverage] remove more unused codeKostya Serebryany2017-04-191-18/+0
* [sanitizer-coverage] remove run-time support for -fsanitize-coverage=indirect...Kostya Serebryany2017-04-191-105/+0
* [sanitizer-coverage] remove run-time support for -fsanitize-coverage=trace-bbKostya Serebryany2017-04-191-111/+0
* [sanitizer-coverage] remove run-time support for the deprecated -fsanitize-co...Kostya Serebryany2017-04-191-117/+0
* [compiler-rt][asan|win] Fix flaky unittest due to large allocationsEtienne Bergeron2017-02-141-1/+5
* General definition for weak functionsMarcos Pividori2017-01-291-22/+11
* [asan] fix __sanitizer_cov_with_check to get the correct caller PC. Before th...Kostya Serebryany2017-01-251-1/+2
* Fix pc_array bounds check to use elements instead of bytesReid Kleckner2017-01-241-2/+1
* Remove SANITIZER_LINUX ifdefsReid Kleckner2017-01-131-2/+0
* Revert "[sancov] moving sancov rt to sancov/ directory"Mike Aizatsky2017-01-121-0/+2
* [sancov] there are windows tests that check linker symbolsMike Aizatsky2017-01-121-2/+0
* [sancov] moving sancov rt to sancov/ directoryMike Aizatsky2017-01-121-0/+2
* [sancov] __sanitizer_dump_coverage apiMike Aizatsky2016-12-121-4/+1
* [sanitizer-coverage] remove stale code, second attempt after failed r282994Kostya Serebryany2016-10-041-24/+0
* Revert "[sanitizer-coverage] remove stale code" at it breaks Windows bot.Vitaly Buka2016-10-041-0/+24
* [sanitizer-coverage] remove stale codeKostya Serebryany2016-10-011-24/+0
* [asan] fix window buildKostya Serebryany2016-09-151-0/+2
* [asan] provide dummy implementations for __sanitizer_cov_trace_pc_*Kostya Serebryany2016-09-151-0/+6
* [compiler-rt] Do not introduce __sanitizer namespace globallyAnna Zaks2016-09-151-0/+2
* [sanitizer-coverage] add two more modes of instrumentation: trace-div and tra...Kostya Serebryany2016-08-301-0/+6
* [sanitizer-coverage] add __sanitizer_cov_trace_cmp[1248] to the sanitizer-cov...Kostya Serebryany2016-08-181-0/+8
* [sanitizers] trace buffer API to use user-allocated buffer.Mike Aizatsky2016-08-051-11/+16
* Reduce coverage PC buffer size on 32-bit Windows to match 32-bit LinuxReid Kleckner2016-08-031-3/+2
* [Sanitizer] Introduce ListOfModules object and use it to replace GetListOfMod...Alexey Samsonov2016-02-221-5/+6
* [sancov] use GetLoadedModules for list of modules rather than sanitizer's list.Mike Aizatsky2016-02-191-12/+33
* [sancov] improved object files handling.Mike Aizatsky2016-02-121-10/+4
* GetArgv returns null on widnows, do not crashMike Aizatsky2016-01-281-2/+4
* [sanitizers] generating html report on coverage dumpMike Aizatsky2016-01-271-0/+35
* using const instead of constexpr: MSVC troublesMike Aizatsky2016-01-191-2/+2
* [sancov] NFC: simplifying DumpOffsets.Mike Aizatsky2016-01-191-29/+38
* [sancov] coverage pc bufferMike Aizatsky2016-01-051-0/+19
* [sanitizer coverage] when adding a bb trace instrumentation, do it instead, n...Kostya Serebryany2015-12-021-5/+7
* [sanitizer coverage] reset global counters in __sanitizer_reset_coverageKostya Serebryany2015-11-111-0/+6
* sanitizer: speedup coverage by 33%Dmitry Vyukov2015-11-111-1/+2
* [sanitizer-coverage] introduce __sanitizer_get_total_unique_caller_callee_pairsKostya Serebryany2015-10-221-1/+7
* [sanitizer_common] Apply modernize-use-nullptr, other minor fixesVedant Kumar2015-09-301-3/+3
* [Sanitizer] Dump coverage if we're killing the program with __sanitizer::Die().Alexey Samsonov2015-08-241-0/+6
* Revert r245770 and r245777.Alexey Samsonov2015-08-221-3/+1
* [Sanitizer] Dump coverage if we're killing the program with __sanitizer::Die().Alexey Samsonov2015-08-221-1/+3
* [libFuzzer] prepare for __sanitizer_cov_trace_switch in libFuzzer and sanitiz...Kostya Serebryany2015-07-311-1/+3
* [asan/fuzzer] define a dummy weak __sanitizer_cov_trace_cmpKostya Serebryany2015-05-081-0/+3
* [asancov] Fix coverage reserving 4x the necessary amount of memory on fork.Evgeniy Stepanov2015-05-011-1/+2
* [ASan/Win] Increase the size of the PC array for coverage on WindowsTimur Iskhodzhanov2015-04-241-2/+3
OpenPOWER on IntegriCloud