Switch to WeakVHs in the value mapper, and aggressively prune dead basic
[oota-llvm.git] / lib / Transforms / Instrumentation / ThreadSanitizer.cpp
2012-03-26 Kostya Serebryany[tsan] treat vtable pointer updates in a special way...
2012-03-14 Kostya Serebryany[tsan] use FunctionBlackList
2012-02-14 Kostya Serebryany[tsan] fix compiler warnings
2012-02-13 Kostya SerebryanyThreadSanitizer, a race detector. First LLVM commit.