1. 31b983d Removed trailing whitespace in C source and header files. by bart · 14 years ago
  2. 4cb6bf7 Make Callgrind, DRD and Ptrcheck build on arm-linux. by sewardj · 15 years ago
  3. 6584b69 Merged revisions 10129:10130 from the DRDDEV branch to the trunk. by bart · 15 years ago
  4. 8f822af svn merge -r9818:10278 svn://svn.valgrind.org/valgrind/branches/DRDDEV by bart · 15 years ago
  5. 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
  6. 8c04673 bm0_clear_range by bart · 15 years ago
  7. 25a439a Minor optimization: eliminated one if statement from each bm_clear*() function. by bart · 15 years ago
  8. e2c7e67 Simplified bm_clear* implementations. by bart · 15 years ago
  9. 578eeb4 Optimized the functions for clearing bits in bitmaps. by bart · 15 years ago
  10. 56a3406 Fixed bug in bm0_clear_range() that caused this fucntion to clear more bits than it should clear. by bart · 15 years ago
  11. bedfd23 - Reindented code such that it uses three spaces for indentation instead by bart · 15 years ago
  12. 86562bd - Updated copyright statements. - Improved consistency of source file headers. by bart · 15 years ago
  13. 82a0c5d Added a missing #include directive. by bart · 15 years ago
  14. 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]
  15. 45af5ea Disabled bitmap cache rotation optimization because not all gcc versions compile it correctly. by bart · 16 years ago
  16. 3c9989f - Renamed s_bitmap2_creation_count into s_bitmap2_node_creation_count. by bart · 16 years ago
  17. 8b4b2ee - Reduced level two bitmap size from 2**16 to 2**14 addresses. This by bart · 16 years ago
  18. ea2fa4c Only enable the cache rotation optimization for gcc 4.2 and later. by bart · 16 years ago
  19. 7e81a17 Implemented cache rotation. by bart · 16 years ago
  20. d59bb0f Declared more inline functions static, such that the compiler can omit the out-of-line code. by bart · 16 years ago
  21. 588d90f Added bm_get_bitmap2_node_creation_count(). by bart · 16 years ago
  22. 567614d Another small optimization. by bart · 16 years ago
  23. f29205e Cache misses too. by bart · 16 years ago
  24. 5955f33 Minor optimization of bm_clear(). by bart · 16 years ago
  25. f647d34 Merged revisions r7758:7781 from branch DRDDEV to trunk. by bart · 16 years ago
  26. 33e56c9 Extended bitmap lookup cache from one to four elements. by bart · 16 years ago
  27. 0008f5b Added more comments / renamed some variables / bm_print() now also works on 64-bit systems. by bart · 16 years ago
  28. 11d0b50 Renamed bm_lookup() into bm2_lookup() and shifted right 2nd argument by ADDR0_BITS. by bart · 16 years ago
  29. adbdf14 Added separator. by bart · 16 years ago
  30. f587d04 More performance tuning. by bart · 16 years ago
  31. f8bc71d Modified bitmap implementation such that more expressions can be evaluated at compile time. by bart · 16 years ago
  32. a79df6e Even more optimizations. by bart · 16 years ago
  33. 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
  34. 8564292 by sewardj · 16 years ago
  35. af44c82 Add DRD as an experimental tool. Bart Van Assche is the maintainer. by sewardj · 17 years ago