1. 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
  2. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  3. b00ac4c Added support for marking happens-before annotated addresses in another way by bart · 15 years ago
  4. 31b983d Removed trailing whitespace in C source and header files. by bart · 15 years ago
  5. fe3de44 Disabled a tl_assert() statement. by bart · 15 years ago
  6. 1e29ebc by sewardj · 15 years ago
  7. bedfd23 - Reindented code such that it uses three spaces for indentation instead by bart · 16 years ago
  8. 86562bd - Updated copyright statements. - Improved consistency of source file headers. by bart · 16 years ago
  9. 99edb29 Wrapped DRD_() macro around yet even more function names. by bart · 16 years ago
  10. 1335ecc Introduced more DRD_ prefixes. by bart · 16 years ago
  11. 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]
  12. d490707 Split bm_has_any() into bm_has_any_load() and bm_has_any_store(). by bart · 17 years ago
  13. 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 · 17 years ago
  14. d43f8d3 Fixed stack red zone handling. by bart · 17 years ago
  15. 3772a98 Made indentation in the DRD source code uniform: indentation size is now two spaces in all soure files. by bart · 17 years ago
  16. 3655612 Inlining and specialization of some bitmap manipulation functions. by bart · 17 years ago
  17. 9036dea Made arguments of bitmap manipulating functions more uniform. by bart · 17 years ago
  18. b78312c Bug fix: "mutex reinitialization" error message is no longer printed for the tc09_bad_unlock test. by bart · 17 years ago
  19. 4bb53d8 Eliminated the upper bound on the number of client-side mutexes. by bart · 17 years ago
  20. 8564292 by sewardj · 17 years ago
  21. af44c82 Add DRD as an experimental tool. Bart Van Assche is the maintainer. by sewardj · 17 years ago