summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [asan/tsan] rename FunctionBlackList* to BlackList* as this class is not limi...Kostya Serebryany2012-08-241-3/+3
* [tsan] fix compile-time falilure found while building Chromium with tsan (tsa...Kostya Serebryany2012-07-051-0/+5
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-291-7/+7
* [tsan] typo and style (thanks to Nick Lewycky)Kostya Serebryany2012-05-021-9/+9
* [tsan] Atomic support for ThreadSanitizer, patch by Dmitry VyukovKostya Serebryany2012-04-271-33/+152
* [tsan] use llvm/ADT/Statistic.h for tsan statsKostya Serebryany2012-04-231-40/+17
* [tsan] two more compile-time optimizations:Kostya Serebryany2012-04-101-11/+42
* [tsan] compile-time instrumentation: do not instrument a read ifKostya Serebryany2012-04-101-5/+82
* [tsan] treat vtable pointer updates in a special way (requires tbaa); fix a b...Kostya Serebryany2012-03-261-0/+25
* [tsan] use FunctionBlackListKostya Serebryany2012-03-141-0/+9
* [tsan] fix compiler warningsKostya Serebryany2012-02-141-3/+3
* ThreadSanitizer, a race detector. First LLVM commit.Kostya Serebryany2012-02-131-0/+169
OpenPOWER on IntegriCloud