aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Valgrind.cpp
AgeCommit message (Expand)Author
2011-11-28Don't define these unless we plan to use them.Nick Lewycky
2011-11-15Move WEAK marking to the declaration.Nick Lewycky
2011-11-15Fix linking for some users who already have tsan enabled code and are trying toNick Lewycky
2011-11-14Add support for tsan annotations (thread sanitizer, a valgrind-based tool).Nick Lewycky
2011-07-02Revert previous commit. It seems that whether casting to voidDuncan Sands
2011-07-02Supress gcc-4.5 warning about the result not being used.Duncan Sands
2010-11-29Merge System into Support.Michael J. Spencer