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. 82a0c5d Added a missing #include directive. by bart · 16 years ago
  4. 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.h]
  5. 45af5ea Disabled bitmap cache rotation optimization because not all gcc versions compile it correctly. by bart · 16 years ago
  6. 3c9989f - Renamed s_bitmap2_creation_count into s_bitmap2_node_creation_count. by bart · 16 years ago
  7. 8b4b2ee - Reduced level two bitmap size from 2**16 to 2**14 addresses. This by bart · 16 years ago
  8. ea2fa4c Only enable the cache rotation optimization for gcc 4.2 and later. 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. 588d90f Added bm_get_bitmap2_node_creation_count(). by bart · 16 years ago
  12. 567614d Another small optimization. by bart · 16 years ago
  13. f29205e Cache misses too. by bart · 16 years ago
  14. 5955f33 Minor optimization of bm_clear(). by bart · 16 years ago
  15. f647d34 Merged revisions r7758:7781 from branch DRDDEV to trunk. by bart · 16 years ago
  16. 33e56c9 Extended bitmap lookup cache from one to four elements. by bart · 16 years ago
  17. 0008f5b Added more comments / renamed some variables / bm_print() now also works on 64-bit systems. by bart · 16 years ago
  18. 11d0b50 Renamed bm_lookup() into bm2_lookup() and shifted right 2nd argument by ADDR0_BITS. by bart · 16 years ago
  19. adbdf14 Added separator. by bart · 16 years ago
  20. f587d04 More performance tuning. by bart · 16 years ago
  21. f8bc71d Modified bitmap implementation such that more expressions can be evaluated at compile time. by bart · 16 years ago
  22. a79df6e Even more optimizations. by bart · 16 years ago
  23. 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
  24. 8564292 by sewardj · 17 years ago
  25. af44c82 Add DRD as an experimental tool. Bart Van Assche is the maintainer. by sewardj · 17 years ago