Create llvm.global_ctors in the new format.
[oota-llvm.git] / test / Instrumentation / SanitizerCoverage / coverage.ll
2015-12-06 Rafael EspindolaCreate llvm.global_ctors in the new format.
2015-06-30 Alexey Samsonov[SanitizerCoverage] Don't add instrumentation to unreac...
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-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...
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.