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. d4bab99 drd: Update copyright notice by bart · 11 years ago
  5. 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
  6. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  7. 41a378a drd: Add command-line option --ptrace-addr. by bart · 12 years ago
  8. 2e2f213 drd: Remove prefix from local variable names by bart · 12 years ago
  9. 59d93d7 DRD: make DRD_(stop_tracing_address_range)() work at an acceptable speed by bart · 12 years ago
  10. 1081fe2 Remove emacs modeline and/or local variables from DRD source files by bart · 12 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. b00ac4c Added support for marking happens-before annotated addresses in another way by bart · 14 years ago
  16. 31b983d Removed trailing whitespace in C source and header files. by bart · 14 years ago
  17. fe3de44 Disabled a tl_assert() statement. by bart · 15 years ago
  18. 1e29ebc by sewardj · 15 years ago
  19. bedfd23 - Reindented code such that it uses three spaces for indentation instead by bart · 15 years ago
  20. 86562bd - Updated copyright statements. - Improved consistency of source file headers. by bart · 15 years ago
  21. 99edb29 Wrapped DRD_() macro around yet even more function names. by bart · 15 years ago
  22. 1335ecc Introduced more DRD_ prefixes. by bart · 15 years ago
  23. 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_suppression.c]
  24. d490707 Split bm_has_any() into bm_has_any_load() and bm_has_any_store(). by bart · 16 years ago
  25. 005dc97 Removed --trace-mem which traced all memory accesses. Added support for multiple --trace-address options. A range size can now be specified to the VG_USERREQ__DRD_START_TRACE_ADDR client request. Added VG_USERREQ__DRD_STOP_TRACE_ADDR client request. by bart · 16 years ago
  26. d43f8d3 Fixed stack red zone handling. by bart · 16 years ago
  27. 3772a98 Made indentation in the DRD source code uniform: indentation size is now two spaces in all soure files. by bart · 16 years ago
  28. 3655612 Inlining and specialization of some bitmap manipulation functions. by bart · 16 years ago
  29. 9036dea Made arguments of bitmap manipulating functions more uniform. by bart · 16 years ago
  30. b78312c Bug fix: "mutex reinitialization" error message is no longer printed for the tc09_bad_unlock test. by bart · 16 years ago
  31. 4bb53d8 Eliminated the upper bound on the number of client-side mutexes. by bart · 16 years ago
  32. 8564292 by sewardj · 16 years ago
  33. af44c82 Add DRD as an experimental tool. Bart Van Assche is the maintainer. by sewardj · 17 years ago