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