summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Valgrind.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Add a missing include of cstddef needed for size_t.Adrian Prantl2015-10-151-0/+1
* Support: Clean up TSan annotations.Peter Collingbourne2015-08-181-20/+0
* Provide the same ABI regardless of NDEBUGDmitri Gribenko2015-02-191-2/+1
* Don't mark the declarations of the TSan annotation functions as weak.Chandler Carruth2014-03-301-3/+11
* Don't define these unless we plan to use them.Nick Lewycky2011-11-281-0/+2
* Move WEAK marking to the declaration.Nick Lewycky2011-11-151-6/+6
* Fix linking for some users who already have tsan enabled code and are trying toNick Lewycky2011-11-151-6/+6
* Add support for tsan annotations (thread sanitizer, a valgrind-based tool).Nick Lewycky2011-11-141-0/+11
* Revert previous commit. It seems that whether casting to voidDuncan Sands2011-07-021-1/+1
* Supress gcc-4.5 warning about the result not being used.Duncan Sands2011-07-021-1/+1
* Merge System into Support.Michael J. Spencer2010-11-291-0/+54
OpenPOWER on IntegriCloud