aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Valgrind.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2015-10-15Add a missing include of cstddef needed for size_t.Adrian Prantl1-0/+1
2015-08-18Support: Clean up TSan annotations.Peter Collingbourne1-20/+0
2015-02-19Provide the same ABI regardless of NDEBUGDmitri Gribenko1-2/+1
2014-03-30Don't mark the declarations of the TSan annotation functions as weak.Chandler Carruth1-3/+11
2011-11-28Don't define these unless we plan to use them.Nick Lewycky1-0/+2
2011-11-15Move WEAK marking to the declaration.Nick Lewycky1-6/+6
2011-11-15Fix linking for some users who already have tsan enabled code and are trying toNick Lewycky1-6/+6
2011-11-14Add support for tsan annotations (thread sanitizer, a valgrind-based tool).Nick Lewycky1-0/+11
2011-07-02Revert previous commit. It seems that whether casting to voidDuncan Sands1-1/+1
2011-07-02Supress gcc-4.5 warning about the result not being used.Duncan Sands1-1/+1
2010-11-29Merge System into Support.Michael J. Spencer1-0/+54