1. ed39800 Upgrade to valgrind 3.13.0 (15 June 2017). by Elliott Hughes · 7 years ago
  2. b3a1e4b Update copyright dates, to include 2015. No functional change. by sewardj · 9 years ago
  3. 112711a Add a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera.com) by sewardj · 9 years ago
  4. cae0cc2 This commit is for Bugzilla 334384. The Bugzilla contains patch 1 of 3 by carll · 10 years ago
  5. f0c1250 Add support for ARMv8 AArch64 (the 64 bit ARM instruction set). by sewardj · 10 years ago
  6. d4bab99 drd: Update copyright notice by bart · 11 years ago
  7. 4df0bfc mips: adding MIPS64LE support to Valgrind by petarj · 11 years ago
  8. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  9. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  10. 1081fe2 Remove emacs modeline and/or local variables from DRD source files by bart · 13 years ago
  11. 922304f Updated modeline and copyright statement in DRD source files. by bart · 13 years ago
  12. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 13 years ago
  13. 876cafd E-mail address update. by bart · 14 years ago
  14. 67cb4fb Builds again with ENABLE_DRD_CONSISTENCY_CHECKS defined. by bart · 14 years ago
  15. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  16. 31b983d Removed trailing whitespace in C source and header files. by bart · 14 years ago
  17. 4cb6bf7 Make Callgrind, DRD and Ptrcheck build on arm-linux. by sewardj · 14 years ago
  18. 6584b69 Merged revisions 10129:10130 from the DRDDEV branch to the trunk. by bart · 15 years ago
  19. 8f822af svn merge -r9818:10278 svn://svn.valgrind.org/valgrind/branches/DRDDEV by bart · 15 years ago
  20. 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
  21. 8c04673 bm0_clear_range by bart · 15 years ago
  22. 25a439a Minor optimization: eliminated one if statement from each bm_clear*() function. by bart · 15 years ago
  23. e2c7e67 Simplified bm_clear* implementations. by bart · 15 years ago
  24. 578eeb4 Optimized the functions for clearing bits in bitmaps. by bart · 15 years ago
  25. 56a3406 Fixed bug in bm0_clear_range() that caused this fucntion to clear more bits than it should clear. by bart · 15 years ago
  26. bedfd23 - Reindented code such that it uses three spaces for indentation instead by bart · 15 years ago
  27. 86562bd - Updated copyright statements. - Improved consistency of source file headers. by bart · 15 years ago
  28. 82a0c5d Added a missing #include directive. by bart · 15 years ago
  29. 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]
  30. 45af5ea Disabled bitmap cache rotation optimization because not all gcc versions compile it correctly. by bart · 16 years ago
  31. 3c9989f - Renamed s_bitmap2_creation_count into s_bitmap2_node_creation_count. by bart · 16 years ago
  32. 8b4b2ee - Reduced level two bitmap size from 2**16 to 2**14 addresses. This by bart · 16 years ago
  33. ea2fa4c Only enable the cache rotation optimization for gcc 4.2 and later. by bart · 16 years ago
  34. 7e81a17 Implemented cache rotation. by bart · 16 years ago
  35. d59bb0f Declared more inline functions static, such that the compiler can omit the out-of-line code. by bart · 16 years ago
  36. 588d90f Added bm_get_bitmap2_node_creation_count(). by bart · 16 years ago
  37. 567614d Another small optimization. by bart · 16 years ago
  38. f29205e Cache misses too. by bart · 16 years ago
  39. 5955f33 Minor optimization of bm_clear(). by bart · 16 years ago
  40. f647d34 Merged revisions r7758:7781 from branch DRDDEV to trunk. by bart · 16 years ago
  41. 33e56c9 Extended bitmap lookup cache from one to four elements. by bart · 16 years ago
  42. 0008f5b Added more comments / renamed some variables / bm_print() now also works on 64-bit systems. by bart · 16 years ago
  43. 11d0b50 Renamed bm_lookup() into bm2_lookup() and shifted right 2nd argument by ADDR0_BITS. by bart · 16 years ago
  44. adbdf14 Added separator. by bart · 16 years ago
  45. f587d04 More performance tuning. by bart · 16 years ago
  46. f8bc71d Modified bitmap implementation such that more expressions can be evaluated at compile time. by bart · 16 years ago
  47. a79df6e Even more optimizations. by bart · 16 years ago
  48. 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
  49. 8564292 by sewardj · 16 years ago
  50. af44c82 Add DRD as an experimental tool. Bart Van Assche is the maintainer. by sewardj · 17 years ago