Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / Transforms / Instrumentation / ThreadSanitizer.cpp
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-29 Kostya Serebryany[asan/tsan] initialize the asan/tsan callbacks in runOn...
2012-11-27 Dmitry Vyukovtsan: instrument atomic nand operation
2012-11-26 Matt Beaumont-GayRemove stray trailing backslash
2012-11-26 Dmitry Vyukovtsan: fix lint warnings
2012-11-26 Dmitry Vyukov[tsan] add fail order to compare_exchange
2012-11-14 Alexey Samsonov[TSan] fix indentation
2012-11-09 Dmitry Vyukovtsan: switch to new memory_order constants (ABI compatible)
2012-11-09 Dmitry Vyukovtsan: instrument all atomics (including fetch_add,...
2012-10-24 Micah VillmowBack out r166591, not sure why this made it through...
2012-10-24 Micah VillmowDelete a directory that wasn't supposed to be checked...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-10-04 Kostya Serebryany[tsan] add 3 internal flags for fine-grain control...
2012-10-03 Dmitry Vyukovtsan: prepare for migration to new memory_order enum...
2012-08-30 Alexey SamsonovWhitespace
2012-08-24 Kostya Serebryany[asan/tsan] rename FunctionBlackList* to BlackList...
2012-07-05 Kostya Serebryany[tsan] fix compile-time falilure found while building...
2012-06-29 Chandler CarruthMove llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
2012-05-02 Kostya Serebryany[tsan] typo and style (thanks to Nick Lewycky)
2012-04-27 Kostya Serebryany[tsan] Atomic support for ThreadSanitizer, patch by...
2012-04-23 Kostya Serebryany[tsan] use llvm/ADT/Statistic.h for tsan stats
2012-04-10 Kostya Serebryany[tsan] two more compile-time optimizations:
2012-04-10 Kostya Serebryany[tsan] compile-time instrumentation: do not instrument...
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.