1. ed39800 Upgrade to valgrind 3.13.0 (15 June 2017). by Elliott Hughes · 7 years ago
  2. b3a1e4b Update copyright dates, to include 2015. No functional change. by sewardj · 9 years ago
  3. ea71ffb Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  4. b49e4a5 Tidy up m_oset.c by florian · 10 years ago
  5. d4bab99 drd: Update copyright notice by bart · 11 years ago
  6. 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
  7. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  8. 1081fe2 Remove emacs modeline and/or local variables from DRD source files by bart · 12 years ago
  9. ad994e8 drd, XML tracing: move newline generation into DRD_(trace_msg)() / change tracing output format slightly. by bart · 13 years ago
  10. b92ff0f DRD, refactoring: Introduce DRD_(trace_msg)() by bart · 13 years ago
  11. 922304f Updated modeline and copyright statement in DRD source files. by bart · 13 years ago
  12. 876cafd E-mail address update. by bart · 14 years ago
  13. a300398 Made sure that DRD processes empty address ranges without triggering an assertion failure. Added a unit test in drd/tests/unit_bitmap.c. by bart · 14 years ago
  14. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  15. b878a73 Do not suppress data races on user-annotated addresses. by bart · 14 years ago
  16. 62cc232 Changes: by bart · 14 years ago
  17. 31b983d Removed trailing whitespace in C source and header files. by bart · 14 years ago
  18. 9374ee3 Added (and commented out) more debugging code. by bart · 15 years ago
  19. 1e29ebc by sewardj · 15 years ago
  20. bedfd23 - Reindented code such that it uses three spaces for indentation instead by bart · 15 years ago
  21. 28be7aa Minor performance optimization: reduced the number of client objects that are inspected during memory deallocation. by bart · 15 years ago
  22. 1344d6c - Bug fix: swapped order of VG_(OSetGen_Remove)() and by bart · 15 years ago
  23. d2c5eae Changes: by bart · 15 years ago
  24. 86562bd - Updated copyright statements. - Improved consistency of source file headers. by bart · 15 years ago
  25. dc1ef03 Wrapped DRD_() macro around even more function names. by bart · 15 years ago
  26. 195e41f Wrapped DRD_() macro around all client object function names. by bart · 15 years ago
  27. 1335ecc Introduced more DRD_ prefixes. by bart · 15 years ago
  28. 9c606bd by sewardj · 16 years ago
  29. ccf17de Renamed exp-drd directory into drd. Moved drd from the experimental tool class to the class of regular tools. by bart · 16 years ago[Renamed from exp-drd/drd_clientobj.c]
  30. 391d9dc Made error messages more verbose. by bart · 16 years ago
  31. fea6444 Improved scalability in case of many synchronization objects. by bart · 16 years ago
  32. 0268dfa Added support for OpenMP barriers -- if libgomp.so has been built with debug information. More in general, added support for nested synchronization constructs. by bart · 16 years ago
  33. 72b751c Added command-line option --trace-clientobj. Renamed drd_clientobj* functions into clientobj*. Moved some code from drd_main.c into the drd_mutex.c/drd_cond.c/drd_semaphore.c. by bart · 16 years ago
  34. bcbd748 Removed debugging code. by bart · 16 years ago
  35. 28230a3 Eliminated upper bounds on the number of condition variables, semaphores and barriers. Added command-line option --trace-semaphore. by bart · 16 years ago
  36. b78312c Bug fix: "mutex reinitialization" error message is no longer printed for the tc09_bad_unlock test. by bart · 16 years ago
  37. e7d5872 Eliminated the upper bound on the number of client-side mutexes. by bart · 16 years ago