1. d859638 Add a missing include of cstddef needed for size_t. by Adrian Prantl · 10 years ago
  2. 4cfa086 Support: Clean up TSan annotations. by Peter Collingbourne · 10 years ago
  3. 3e1551c Provide the same ABI regardless of NDEBUG by Dmitri Gribenko · 11 years ago
  4. a48ecb7 Don't mark the declarations of the TSan annotation functions as weak. by Chandler Carruth · 11 years ago
  5. 76c6299 Don't define these unless we plan to use them. by Nick Lewycky · 14 years ago
  6. 6804d27 Move WEAK marking to the declaration. by Nick Lewycky · 14 years ago
  7. b2489b7 Fix linking for some users who already have tsan enabled code and are trying to by Nick Lewycky · 14 years ago
  8. fe85611 Add support for tsan annotations (thread sanitizer, a valgrind-based tool). by Nick Lewycky · 14 years ago
  9. a1c4433 Revert previous commit. It seems that whether casting to void by Duncan Sands · 14 years ago
  10. dda99ee Supress gcc-4.5 warning about the result not being used. by Duncan Sands · 14 years ago
  11. 447762d Merge System into Support. by Michael J. Spencer · 15 years ago[Renamed (97%) from llvm/lib/System/Valgrind.cpp]
  12. 3ddd88f Tell Valgrind when we modify already-executed machine code so it knows by Jeffrey Yasskin · 16 years ago