aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/ThreadSanitizer.cpp
AgeCommit message (Expand)Author
2012-04-10[tsan] two more compile-time optimizations:Kostya Serebryany
2012-04-10[tsan] compile-time instrumentation: do not instrument a read ifKostya Serebryany
2012-03-26[tsan] treat vtable pointer updates in a special way (requires tbaa); fix a b...Kostya Serebryany
2012-03-14[tsan] use FunctionBlackListKostya Serebryany
2012-02-14[tsan] fix compiler warningsKostya Serebryany
2012-02-13ThreadSanitizer, a race detector. First LLVM commit.Kostya Serebryany