Revert "[Windows] Simplify assertion code. NFC."
[oota-llvm.git] / lib / Support / Valgrind.cpp
2015-10-15 Adrian PrantlAdd a missing include of cstddef needed for size_t.
2015-08-18 Peter CollingbourneSupport: Clean up TSan annotations.
2015-02-19 Dmitri GribenkoProvide the same ABI regardless of NDEBUG
2014-03-30 Chandler CarruthDon't mark the declarations of the TSan annotation...
2011-11-28 Nick LewyckyDon't define these unless we plan to use them.
2011-11-15 Nick LewyckyMove WEAK marking to the declaration.
2011-11-15 Nick LewyckyFix linking for some users who already have tsan enable...
2011-11-14 Nick LewyckyAdd support for tsan annotations (thread sanitizer...
2011-07-02 Duncan SandsRevert previous commit. It seems that whether casting...
2011-07-02 Duncan SandsSupress gcc-4.5 warning about the result not being...
2010-11-29 Michael J. SpencerMerge System into Support.