1. bedfd23 - Reindented code such that it uses three spaces for indentation instead by bart · 16 years ago
  2. 2adfc2a Removed DRD_() wrapper from static variables. Corrected datatypes of DRD_(sg_new)(). by bart · 16 years ago
  3. 86562bd - Updated copyright statements. - Improved consistency of source file headers. by bart · 16 years ago
  4. 99edb29 Wrapped DRD_() macro around yet even more function names. by bart · 16 years ago
  5. 62a784c Wrapped DRD_() macro around thread-related function names. by bart · 16 years ago
  6. 62ada3f Wrapped DRD_() macro around all segment function names. by bart · 16 years ago
  7. 41b226c Wrapped DRD_() macro around all vector clock function names. by bart · 16 years ago
  8. 9c606bd by sewardj · 16 years ago
  9. 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_segment.c]
  10. 8514502 Trace lines enabled by --trace-segment=yes now include the thread ID of the created thread instead of the creator thread. by bart · 17 years ago
  11. a71e579 Added more tl_assert() statements. by bart · 17 years ago
  12. a9c3739 Implemented segment merging. by bart · 17 years ago
  13. a2b6e1b Added reference counting to segments. Synchronization objects (mutex, semaphore, barrier, rwlock) now keep a pointer to a segment instead of copying a vector clock for modeling causal relationships. by bart · 17 years ago
  14. 7102f10 Renamed functions for querying segment creation counters. Added the function sg_get_alive_segments_count(). Removed sg_init() and sg_cleanup() from the public segment interface. by bart · 17 years ago
  15. aa97a54 All error and trace messages now show both Valgrind's and DRD's thread ID. by bart · 17 years ago
  16. 3772a98 Made indentation in the DRD source code uniform: indentation size is now two spaces in all soure files. by bart · 17 years ago
  17. 2c7c1d5 Converted type of trace messages from Vg_DebugMsg to Vg_UserMsg. by bart · 17 years ago
  18. 68edad5 Added more debugging output. by bart · 17 years ago
  19. 8564292 by sewardj · 17 years ago
  20. da3fdba Add missing include to fix compiler warning. by tom · 17 years ago
  21. 9e86a12 Stop drd trying to get a backtrace when there is no stack pointer. by tom · 17 years ago
  22. e0744f0 Only pass valid ThreadIDs to VG_(record_ExeContext). (Bart Van Assche) by sewardj · 17 years ago
  23. af44c82 Add DRD as an experimental tool. Bart Van Assche is the maintainer. by sewardj · 17 years ago