summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* tsan: do not instrument not captured valuesDmitry Vyukov2015-02-121-0/+15
* tsan: properly instrument unaligned accessesDmitry Vyukov2015-01-271-1/+22
* Replace several 'assert(false' with 'llvm_unreachable' or fold a condition in...Craig Topper2015-01-051-1/+1
* Use nullptr instead of NULL for variadic sentinelsReid Kleckner2014-11-131-16/+16
* Revert "IR: MDNode => Value"Duncan P. N. Exon Smith2014-11-111-1/+1
* IR: MDNode => Value: Instruction::getMetadata()Duncan P. N. Exon Smith2014-11-011-1/+1
* Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...Craig Topper2014-08-271-6/+4
* Kill unnecessary includeAlexey Samsonov2014-07-081-1/+0
* IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover2014-06-131-2/+8
* Remove sanitizer blacklist from ASan/TSan/MSan function passes.Alexey Samsonov2014-06-021-14/+4
* [TSan] Behave the same for functions w/o sanitize_thread attribute and blackl...Alexey Samsonov2014-05-311-5/+7
* Use range-based for loops in ASan, TSan and MSanAlexey Samsonov2014-05-291-22/+19
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-251-4/+4
* Fix handling of missing DataLayout in sanitizers.Evgeniy Stepanov2014-04-231-1/+1
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-2/+2
* IR: add a second ordering operand to cmpxhg for failureTim Northover2014-03-111-17/+2
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-1/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-051-3/+3
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-251-2/+3
* Make some DataLayout pointers const.Rafael Espindola2014-02-241-1/+1
* Rename many DataLayout variables from TD to DL.Rafael Espindola2014-02-211-7/+7
* Fix known typosAlp Toker2014-01-241-1/+1
* [tsan] fix PR18146: sometimes a variable written into vptr could have an inte...Kostya Serebryany2013-12-051-1/+3
* [tsan] fix instrumentation of vector vptr updates (https://code.google.com/p/...Kostya Serebryany2013-12-021-4/+7
* tsan: implement no_sanitize_thread attributeDmitry Vyukov2013-10-171-1/+1
* TBAA: add isTBAAVtableAccess to MDNode so clients can call the functionManman Ren2013-09-061-6/+2
* Add SpecialCaseList::createOrDie() factory and use it in sanitizer passesAlexey Samsonov2013-08-121-1/+1
* Rename BlackList class to SpecialCaseList and move it to Transforms/Utils.Peter Collingbourne2013-07-091-3/+3
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-241-1/+1
* [tsan] make sure memset/memcpy/memmove are not inlined in tsan modeKostya Serebryany2013-03-281-0/+52
* tsan: handle vptr loads speciallyDmitry Vyukov2013-03-221-0/+10
* Sort all of the includes. Several files got checked in with mis-sortedChandler Carruth2013-01-191-1/+1
* Move Blacklist.h to include/ to enable use from clang.Will Dietz2013-01-181-1/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-8/+8
* Add proper support for -fsanitize-blacklist= flag for TSan and MSan. LLVM part.Alexey Samsonov2012-12-281-10/+10
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-8/+8
* [asan/tsan] initialize the asan/tsan callbacks in runOnFunction as opposed to...Kostya Serebryany2012-11-291-11/+17
* tsan: instrument atomic nand operationDmitry Vyukov2012-11-271-0/+2
* Remove stray trailing backslashMatt Beaumont-Gay2012-11-261-1/+1
* tsan: fix lint warningsDmitry Vyukov2012-11-261-2/+2
* [tsan] add fail order to compare_exchangeDmitry Vyukov2012-11-261-3/+27
* [TSan] fix indentationAlexey Samsonov2012-11-141-1/+1
* tsan: switch to new memory_order constants (ABI compatible)Dmitry Vyukov2012-11-091-8/+7
* tsan: instrument all atomics (including fetch_add, exchange, cas, etc)Dmitry Vyukov2012-11-091-8/+76
* Back out r166591, not sure why this made it through since I cancelled the com...Micah Villmow2012-10-241-2/+2
* Delete a directory that wasn't supposed to be checked in yet.Micah Villmow2012-10-241-2/+2
* Move TargetData to DataLayout.Micah Villmow2012-10-081-3/+3
* [tsan] add 3 internal flags for fine-grain control of what is instrumented an...Kostya Serebryany2012-10-041-7/+18
* tsan: prepare for migration to new memory_order enum values (ABI compatible)Dmitry Vyukov2012-10-031-1/+2
* WhitespaceAlexey Samsonov2012-08-301-3/+3
OpenPOWER on IntegriCloud