| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [Sanitizer coverage] Print out the error number if OpenFile fails | Timur Iskhodzhanov | 2015-04-23 | 1 | -2/+4 |
* | Split Mprotect into MmapNoAccess and MprotectNoAccess to be more portable | Timur Iskhodzhanov | 2015-04-10 | 1 | -2/+3 |
* | [ASan/Win] Add more support for file operations | Timur Iskhodzhanov | 2015-04-09 | 1 | -1/+1 |
* | Use WriteToFile instead of internal_write in non-POSIX code | Timur Iskhodzhanov | 2015-04-09 | 1 | -13/+13 |
* | Introduce CloseFile to be used instead of internal_close on non-POSIX | Timur Iskhodzhanov | 2015-04-09 | 1 | -9/+9 |
* | Replace a hard-coded constant with a named one | Timur Iskhodzhanov | 2015-04-09 | 1 | -1/+1 |
* | Move some POSIX-specific functions from sanitizer_libc.h to a new sanitizer_p... | Timur Iskhodzhanov | 2015-04-08 | 1 | -5/+5 |
* | [Sanitizers] Make OpenFile more portable | Timur Iskhodzhanov | 2015-04-08 | 1 | -27/+26 |
* | [sancov] Shrink pc array on Android back to 2**24. | Evgeniy Stepanov | 2015-04-03 | 1 | -1/+2 |
* | [ASan/Win] Minor improvements towards enabling coverage | Timur Iskhodzhanov | 2015-04-02 | 1 | -2/+0 |
* | [Sanitizer] Be consistent about separating ==%PID== and logged data. | Alexey Samsonov | 2015-03-31 | 1 | -2/+2 |
* | [Sanitizer RT] Put the Symbolizer module name string ownership in order | Timur Iskhodzhanov | 2015-03-31 | 1 | -5/+3 |
* | [Sanitizers coverage] Minor cleanup: reduce scope and visibility of one metho... | Timur Iskhodzhanov | 2015-03-25 | 1 | -6/+6 |
* | [sanitizer] instead of comparing pointers to module_names while initializing ... | Kostya Serebryany | 2015-03-23 | 1 | -10/+12 |
* | [ASan] Distinguish between read, write and read-write file access modes in Op... | Alexander Potapenko | 2015-03-23 | 1 | -3/+3 |
* | [sanitizer] change the sanitizer coverage format once again, this time adding... | Kostya Serebryany | 2015-03-18 | 1 | -6/+22 |
* | [sanitizer] add run-time a flag coverage_order_pcs. When true, the PCs are du... | Kostya Serebryany | 2015-03-18 | 1 | -6/+38 |
* | [sanitizer] change the format of coverage dump: instead of always dumping 32-... | Kostya Serebryany | 2015-03-17 | 1 | -5/+4 |
* | asan: remove left-over code from submitted in rev r232501 | Dmitry Vyukov | 2015-03-17 | 1 | -7/+0 |
* | asan: optimization experiments | Dmitry Vyukov | 2015-03-17 | 1 | -0/+7 |
* | [sanitizer] fix instrumentation with -mllvm -sanitizer-coverage-block-thresho... | Kostya Serebryany | 2015-03-10 | 1 | -1/+2 |
* | [sanitizer] Reconstruct the function that dumps block/edge coverage, hopefull... | Kostya Serebryany | 2015-03-05 | 1 | -73/+76 |
* | [sanitizer] add a run-time flag to dump the coverage counter bitset | Kostya Serebryany | 2015-03-05 | 1 | -0/+24 |
* | [sanitizer] when dumping coverage bitset, dump seperate file for every module... | Kostya Serebryany | 2015-03-04 | 1 | -25/+58 |
* | [sanitizer/coverage] Add AFL-style coverage counters (search heuristic for fu... | Kostya Serebryany | 2015-03-03 | 1 | -1/+93 |
* | [sanitizer] when dumping the basic block trace, also dump the module names. P... | Kostya Serebryany | 2015-02-20 | 1 | -5/+18 |
* | [sanitizer] add another workaround for PR 17409: when over a threshold emit c... | Kostya Serebryany | 2015-02-04 | 1 | -0/+5 |
* | [Sanitizers] Re-apply the fix ordering initialization of coverage and guard a... | Viktor Kutuzov | 2015-02-02 | 1 | -1/+3 |
* | [sanitizer] allow to reset the bb/edge coverage data inside the process while... | Kostya Serebryany | 2015-01-28 | 1 | -2/+21 |
* | Revert r226440. | Evgeniy Stepanov | 2015-01-27 | 1 | -3/+1 |
* | [Sanitizers] Order initialization of coverage and guard arrays | Viktor Kutuzov | 2015-01-19 | 1 | -1/+3 |
* | [asan] Fix uninit in coverage. | Evgeniy Stepanov | 2015-01-12 | 1 | -6/+30 |
* | [asan/tracing] write the trace using a sequence of internal_write calls inste... | Kostya Serebryany | 2015-01-06 | 1 | -13/+23 |
* | [asan/tracing] extend the test a bit more, simplify the tracing code, add a g... | Kostya Serebryany | 2015-01-03 | 1 | -8/+17 |
* | [asan] simplify the tracing code, make it use the same guard variables as cov... | Kostya Serebryany | 2015-01-03 | 1 | -43/+17 |
* | [asan] fix coverage between fork() and exec(): reinitialize the guards after ... | Kostya Serebryany | 2014-12-30 | 1 | -4/+20 |
* | [asan] add flag coverage_pcs. When false, the coverage is not dumped as PCs. ... | Kostya Serebryany | 2014-12-30 | 1 | -0/+1 |
* | [asan] change _sanitizer_cov_module_init to accept int* instead of int** | Kostya Serebryany | 2014-12-30 | 1 | -8/+11 |
* | [asan] Bump coverage size limit on 32-bit platforms. | Evgeniy Stepanov | 2014-12-26 | 1 | -1/+1 |
* | [asan] Allow enabling coverage at activation. | Evgeniy Stepanov | 2014-12-26 | 1 | -33/+63 |
* | Revert r224838, r224839. | Evgeniy Stepanov | 2014-12-26 | 1 | -63/+33 |
* | [asan] Disable __sanitizer_cov_dump registration on Windows. | Evgeniy Stepanov | 2014-12-25 | 1 | -0/+2 |
* | [asan] Allow enabling coverage at activation. | Evgeniy Stepanov | 2014-12-25 | 1 | -33/+61 |
* | [sanitizer] Fix off-by-8x in direct coverage. | Evgeniy Stepanov | 2014-12-24 | 1 | -2/+5 |
* | [asan] change the coverage collection scheme so that we can easily emit cover... | Kostya Serebryany | 2014-12-23 | 1 | -23/+64 |
* | [sanitizer] fix a performance regression in sanitizer coverage: move a small ... | Kostya Serebryany | 2014-12-20 | 1 | -3/+3 |
* | Replace InternalScopedBuffer<char> with InternalScopedString where applicable. | Alexey Samsonov | 2014-12-02 | 1 | -13/+11 |
* | [Sanitizer] Bump kMaxPathLength to 4096 and use it more extensively instead o... | Alexey Samsonov | 2014-11-26 | 1 | -4/+4 |
* | [asan/coverage] change the way asan coverage instrumentation is done: instead... | Kostya Serebryany | 2014-11-24 | 1 | -9/+14 |
* | [asan] initial support for experimental basic-block tracing; also add tests f... | Kostya Serebryany | 2014-11-19 | 1 | -0/+97 |