AMDGPU/SI: Test commit
[oota-llvm.git] / test / Instrumentation / SanitizerCoverage /
2015-12-06 Rafael EspindolaCreate llvm.global_ctors in the new format.
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-09-03 Reid Kleckner[sancov] Disable sanitizer coverage on functions using SEH
2015-08-28 Duncan P. N. Exon... DI: Require subprogram definitions to be distinct
2015-08-14 Reid Kleckner[sancov] Leave llvm.localescape in the entry block
2015-08-11 Kostya Serebryany[libFuzzer] don't crash if the condition in a switch...
2015-08-03 Duncan P. N. Exon... DI: Disallow uniquable DICompileUnits
2015-07-31 Duncan P. N. Exon... DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
2015-07-31 Kostya Serebryany[libFuzzer] trace switch statements and apply mutations...
2015-06-30 Alexey Samsonov[SanitizerCoverage] Don't add instrumentation to unreac...
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-03-21 Kostya Serebryany[sanitizer] experimental tracing for cmp instructions
2015-03-10 Kostya Serebryany[sanitizer] fix instrumentation with -mllvm -sanitizer...
2015-03-05 Kostya Serebryany[sanitizer] add nosanitize metadata to more coverage...
2015-03-03 Kostya Serebryany[sanitizer/coverage] Add AFL-style coverage counters...
2015-03-03 Duncan P. N. Exon... DebugInfo: Move new hierarchy into place
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-20 Kostya Serebryany[sanitizer] fix a test broken by r229940
2015-02-04 Kostya Serebryany[sanitizer] add another workaround for PR 17409: when...
2015-01-27 Evgeniy Stepanov[sancov] Fix unspecified constructor order between...
2015-01-14 Duncan P. N. Exon... IR: Move MDLocation into place
2015-01-03 Kostya Serebryany[asan] simplify the tracing code, make it use the same...
2014-12-30 Kostya Serebryany[asan] change _sanitizer_cov_module_init to accept...
2014-12-23 Kostya Serebryany[asan] change the coverage collection scheme so that...
2014-12-16 Kostya Serebryany[sanitizer] prevent function call merging for sanitizer...
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-12-03 Kostya Serebryany[msan] allow -fsanitize-coverage=N together with -fsani...
2014-11-24 Kostya Serebryany[asan/coverage] change the way asan coverage instrument...
2014-11-19 Kostya Serebryany[asan] add experimental basic-block tracing to asan...
2014-11-11 Kostya SerebryanyMove asan-coverage into a separate phase.