IR: Split Metadata from Value
[oota-llvm.git] / lib / Transforms / Instrumentation / SanitizerCoverage.cpp
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.