Don't refuse to transform constexpr(call(arg, ...)) to call(constexpr(arg), ...)...
[oota-llvm.git] / test / Instrumentation / AddressSanitizer / coverage.ll
2014-01-17 Kostya Serebryany[asan] extend asan-coverage (still experimental).
2013-11-15 Bob WilsonReapply "[asan] Poor man's coverage that works with...
2013-11-15 Bob WilsonRevert "[asan] Poor man's coverage that works with...
2013-11-14 Kostya Serebryany[asan] Poor man's coverage that works with ASan