1. bedfd23 - Reindented code such that it uses three spaces for indentation instead by bart · 15 years ago
  2. 86562bd - Updated copyright statements. - Improved consistency of source file headers. by bart · 16 years ago
  3. 39934d6 drd_bitmap_test compiles again. by bart · 16 years ago
  4. 99edb29 Wrapped DRD_() macro around yet even more function names. by bart · 16 years ago
  5. 1335ecc Introduced more DRD_ prefixes. by bart · 16 years ago
  6. 9c606bd by sewardj · 16 years ago
  7. 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_bitmap.c]
  8. 3c9989f - Renamed s_bitmap2_creation_count into s_bitmap2_node_creation_count. by bart · 16 years ago
  9. 7e81a17 Implemented cache rotation. by bart · 16 years ago
  10. d59bb0f Declared more inline functions static, such that the compiler can omit the out-of-line code. by bart · 16 years ago
  11. c2c81db Changed return type of some of the bitmap functions from UWord to Bool. by bart · 16 years ago
  12. f5acbbc Bug fix: bm_equal() now also works if the first argument contains one or more bitmap structures that are entirely zero. by bart · 16 years ago
  13. a3f6109 Renamed bm_compare() into bm_equal(). Fixed a bug in bm_equal(). by bart · 16 years ago
  14. 34eff98 Moved bitmap test from drd_bitmap.c to tests/drd_bitmap_test.c by bart · 16 years ago
  15. f06a123 Restored original bitmap test patterns. by bart · 16 years ago
  16. 7cd7d7f Added bm_compare(). by bart · 16 years ago
  17. 588d90f Added bm_get_bitmap2_node_creation_count(). by bart · 16 years ago
  18. d490707 Split bm_has_any() into bm_has_any_load() and bm_has_any_store(). by bart · 16 years ago
  19. 8bf2f8b Introduced bm_test_and_clear(). by bart · 16 years ago
  20. 9c4224c Added functions bm_clear_load() and bm_clear_store(). by bart · 16 years ago
  21. f29205e Cache misses too. by bart · 16 years ago
  22. 5955f33 Minor optimization of bm_clear(). by bart · 16 years ago
  23. 0ea4eca Removed unused function. by bart · 16 years ago
  24. f647d34 Merged revisions r7758:7781 from branch DRDDEV to trunk. by bart · 16 years ago
  25. 33e56c9 Extended bitmap lookup cache from one to four elements. by bart · 16 years ago
  26. 0008f5b Added more comments / renamed some variables / bm_print() now also works on 64-bit systems. by bart · 16 years ago
  27. 11d0b50 Renamed bm_lookup() into bm2_lookup() and shifted right 2nd argument by ADDR0_BITS. by bart · 16 years ago
  28. e1d4aa6 The recently added cache data members of the bitmap structure are now initialized properly. by bart · 16 years ago
  29. f587d04 More performance tuning. by bart · 16 years ago
  30. f8bc71d Modified bitmap implementation such that more expressions can be evaluated at compile time. by bart · 16 years ago
  31. 3772a98 Made indentation in the DRD source code uniform: indentation size is now two spaces in all soure files. by bart · 16 years ago
  32. a79df6e Even more optimizations. by bart · 16 years ago
  33. 5848793 Small additional optimization. by bart · 16 years ago
  34. 3655612 Inlining and specialization of some bitmap manipulation functions. by bart · 16 years ago
  35. 9036dea Made arguments of bitmap manipulating functions more uniform. by bart · 16 years ago
  36. 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
  37. 5b311f1 Cleanup: removed commented out code. by bart · 17 years ago
  38. 8564292 by sewardj · 17 years ago
  39. af44c82 Add DRD as an experimental tool. Bart Van Assche is the maintainer. by sewardj · 17 years ago