DataFlowSanitizer: fix a use-after-free. Spotted by libgmalloc.
[oota-llvm.git] / lib / Transforms / Instrumentation / DataFlowSanitizer.cpp
2013-08-12 Peter CollingbourneDataFlowSanitizer: fix a use-after-free. Spotted by...
2013-08-12 Alexey SamsonovAdd SpecialCaseList::createOrDie() factory and use...
2013-08-09 Peter CollingbourneDataFlowSanitizer: Remove unreachable BBs so IR continu...
2013-08-08 Peter CollingbourneFix ARM build.
2013-08-07 Peter CollingbourneDataFlowSanitizer; LLVM changes.