1. b3a1e4b Update copyright dates, to include 2015. No functional change. by sewardj · 9 years ago
  2. d4bab99 drd: Update copyright notice by bart · 11 years ago
  3. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  4. e44bccc drd: Switch to new pool allocator by bart · 12 years ago
  5. 59d93d7 DRD: make DRD_(stop_tracing_address_range)() work at an acceptable speed by bart · 13 years ago
  6. 1081fe2 Remove emacs modeline and/or local variables from DRD source files by bart · 13 years ago
  7. 922304f Updated modeline and copyright statement in DRD source files. by bart · 13 years ago
  8. 876cafd E-mail address update. by bart · 14 years ago
  9. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  10. 6584b69 Merged revisions 10129:10130 from the DRDDEV branch to the trunk. by bart · 15 years ago
  11. 8f822af svn merge -r9818:10278 svn://svn.valgrind.org/valgrind/branches/DRDDEV by bart · 15 years ago
  12. 7b706b3 Merged all revisions up to and including 9814 from the DRDDEV branch to the trunk for the files pub_drd_bitmap.h, drd_bitmap.h, drd_bitmap.c and tests/drd_bitmap_test.c. by bart · 15 years ago
  13. 1de8c39 Cleanup. by bart · 15 years ago
  14. bedfd23 - Reindented code such that it uses three spaces for indentation instead by bart · 15 years ago
  15. 86562bd - Updated copyright statements. - Improved consistency of source file headers. by bart · 15 years ago
  16. 99edb29 Wrapped DRD_() macro around yet even more function names. by bart · 15 years ago
  17. 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/pub_drd_bitmap.h]
  18. 7e81a17 Implemented cache rotation. by bart · 16 years ago
  19. d59bb0f Declared more inline functions static, such that the compiler can omit the out-of-line code. by bart · 16 years ago
  20. c2c81db Changed return type of some of the bitmap functions from UWord to Bool. by bart · 16 years ago
  21. d5f2370 Reordered declarations. by bart · 16 years ago
  22. a3f6109 Renamed bm_compare() into bm_equal(). Fixed a bug in bm_equal(). by bart · 16 years ago
  23. 7cd7d7f Added bm_compare(). by bart · 16 years ago
  24. 588d90f Added bm_get_bitmap2_node_creation_count(). by bart · 16 years ago
  25. d490707 Split bm_has_any() into bm_has_any_load() and bm_has_any_store(). by bart · 16 years ago
  26. 8bf2f8b Introduced bm_test_and_clear(). by bart · 16 years ago
  27. 9c4224c Added functions bm_clear_load() and bm_clear_store(). by bart · 16 years ago
  28. 0ea4eca Removed unused function. by bart · 16 years ago
  29. 33e56c9 Extended bitmap lookup cache from one to four elements. by bart · 16 years ago
  30. 5e234ac Added creation / destruction events to the bitmap access type enumeration. by bart · 16 years ago
  31. a79df6e Even more optimizations. by bart · 16 years ago
  32. 3655612 Inlining and specialization of some bitmap manipulation functions. by bart · 16 years ago
  33. 9036dea Made arguments of bitmap manipulating functions more uniform. by bart · 16 years ago
  34. 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
  35. 8564292 by sewardj · 16 years ago
  36. af44c82 Add DRD as an experimental tool. Bart Van Assche is the maintainer. by sewardj · 17 years ago