1. 922304f Updated modeline and copyright statement in DRD source files. by bart · 14 years ago
  2. 876cafd E-mail address update. by bart · 14 years ago
  3. 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
  4. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  5. b878a73 Do not suppress data races on user-annotated addresses. by bart · 15 years ago
  6. 62cc232 Changes: by bart · 15 years ago
  7. 31b983d Removed trailing whitespace in C source and header files. by bart · 15 years ago
  8. 9374ee3 Added (and commented out) more debugging code. by bart · 15 years ago
  9. 1e29ebc by sewardj · 15 years ago
  10. bedfd23 - Reindented code such that it uses three spaces for indentation instead by bart · 16 years ago
  11. 28be7aa Minor performance optimization: reduced the number of client objects that are inspected during memory deallocation. by bart · 16 years ago
  12. 1344d6c - Bug fix: swapped order of VG_(OSetGen_Remove)() and by bart · 16 years ago
  13. d2c5eae Changes: by bart · 16 years ago
  14. 86562bd - Updated copyright statements. - Improved consistency of source file headers. by bart · 16 years ago
  15. dc1ef03 Wrapped DRD_() macro around even more function names. by bart · 16 years ago
  16. 195e41f Wrapped DRD_() macro around all client object function names. by bart · 16 years ago
  17. 1335ecc Introduced more DRD_ prefixes. by bart · 16 years ago
  18. 9c606bd by sewardj · 16 years ago
  19. 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]
  20. 391d9dc Made error messages more verbose. by bart · 16 years ago
  21. fea6444 Improved scalability in case of many synchronization objects. by bart · 17 years ago
  22. 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 · 17 years ago
  23. 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 · 17 years ago
  24. bcbd748 Removed debugging code. by bart · 17 years ago
  25. 28230a3 Eliminated upper bounds on the number of condition variables, semaphores and barriers. Added command-line option --trace-semaphore. by bart · 17 years ago
  26. b78312c Bug fix: "mutex reinitialization" error message is no longer printed for the tc09_bad_unlock test. by bart · 17 years ago
  27. e7d5872 Eliminated the upper bound on the number of client-side mutexes. by bart · 17 years ago