[sanitizer] fix a test broken by r229940
[oota-llvm.git] / test / Instrumentation / SanitizerCoverage / coverage.ll
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...
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-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.