Make DataLayout Non-Optional in the Module
[oota-llvm.git] / lib / Transforms / Instrumentation / SanitizerCoverage.cpp
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-03-03 Kostya Serebryany[sanitizer/coverage] Add AFL-style coverage counters...
2015-02-20 Kostya Serebryany[sanitizer] when dumping the basic block trace, also...
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-19 Chandler Carruth[PM] Remove the Pass argument from all of the critical...
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-17 Kostya Serebryany[sanitizer] allow -fsanitize-coverage=N w/ -fsanitize...
2014-12-16 Kostya Serebryany[sanitizer] prevent function call merging for sanitizer...
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
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-13 Reid KlecknerUse nullptr instead of NULL for variadic sentinels
2014-11-11 Kostya SerebryanyMove asan-coverage into a separate phase.