1. c191a04 Followup to r8178: don't segfault if VG_(clo_log_name) is NULL. by sewardj · 16 years ago
  2. 4efbaa7 Reinstate printing of log-file-qualifiers in XML output (Ashley Pittman). by sewardj · 16 years ago
  3. fc2aa03 Add '*flags |= SfMayBlock' to PRE(sys_sync_file_range). by sewardj · 16 years ago
  4. 84eb487 Import recent suppression upgrades from 3_3_BRANCH: revs 8163 8166 8167 8168. by sewardj · 16 years ago
  5. 3281150 Added Cholesky and FFT. by bart · 16 years ago
  6. c4a174f Made script more robusts. Ratio is now always computed relative to the non-Valgrind single-CPU run. by bart · 16 years ago
  7. ca9f2ad Modified TLS-test slightly: the program checking for TLS support is now compiled, linked and run when compiling natively and compiled and linked only when cross-compiling. Before it was compiled and linked only, both for native and cross-compilation. by bart · 16 years ago
  8. 60ba3aa Try to make these tests more reliable for different machines. by njn · 16 years ago
  9. 2ebe411 Changed _Spec::mandatory from HChar* into const HChar*. If no symbol information is found in ld.so during startup of the exp-drd tool, let Valgrind abort and print an informative error message. by bart · 16 years ago
  10. afe8226 Added intercepts for strlen() and strnlen(). by bart · 16 years ago
  11. d5c6352 Fixed typo. by bart · 16 years ago
  12. 0560549 Update. by sewardj · 16 years ago
  13. cb2d007 - Replaced algorithm for suppressing false positives on symbol by bart · 16 years ago
  14. a97a789 Don't complain on .got.plt sections of size zero. Apparently such by bart · 16 years ago
  15. f06b427 Updated scripts for running SPLASH-2. by bart · 16 years ago
  16. ca9ff62 update by njn · 16 years ago
  17. 7064fb2 Fix a bug in Massif and Cachegrind, whereby if program's forked, the child by njn · 16 years ago
  18. 89230ca Allow 64-byte line sizes (PA6T cpu). by sewardj · 16 years ago
  19. 76dda8f Make the size calculations inside VG_(mallinfo) 64-bit clean. by sewardj · 16 years ago
  20. 7a1eaca More fiddling with the sys_signalfd wrapper. by sewardj · 16 years ago
  21. 9269147 In the leak checker, don't assert when there are multiple identical by sewardj · 16 years ago
  22. 510521e Make sure the debug information is read before a tool is notified about an mmap() system call. by bart · 16 years ago
  23. 8785c12 Added to repository. by bart · 16 years ago
  24. 9f9235a Add initial glibc-2.8 support for Helgrind. by sewardj · 16 years ago
  25. 7524c3e Refinements: added check for /usr/include/tiffio.h and added compiler flag -g3. by bart · 16 years ago
  26. 212d6c9 Tidy up timerfd wrapper stuff a bit: by sewardj · 16 years ago
  27. 74c8467 Several reader-writer lock related fixes. by bart · 16 years ago
  28. cf0c394 Removed the superfluous casts that were introduced in r8132. by bart · 16 years ago
  29. 89ea7ab Add a missing case and remove the bogus associated comment. by sewardj · 16 years ago
  30. 93ca0cb Make the rlimit_nofile regression tests less system dependent. by bart · 16 years ago
  31. fbce73d Make the fdleak regression tests less system dependent. by bart · 16 years ago
  32. 58cac55 sys_timerfd() and sys_signalfd() wrappers now interpret their first argument consistently as signed instead of unsigned. Fixes #162663. by bart · 16 years ago
  33. 906ef12 Updated to do list. by bart · 16 years ago
  34. d0d634d Added support for the fadvise64() system call on ppc64. by bart · 16 years ago
  35. 7aa2b6d Updated to do list. by bart · 16 years ago
  36. c874142 #define HAS_ALTIVEC is now fetched from config.h instead of from Makefile.am. by bart · 16 years ago
  37. 092b626 - Added support for querying information about .plt sections. by bart · 16 years ago
  38. d5dea1d Bug fixes (not in bugzilla): by bart · 16 years ago
  39. 5fbe0af Removed ppc debug print statements. by bart · 16 years ago
  40. 6bd721a Removed superfluous #include directive. by bart · 16 years ago
  41. cddeaf5 Let the configure script recognize the AR variable, such that the name of the archiver can be specified at configure time. Changed test for TLS-support from AC_RUN_IFELSE to AC_LINK_IFELSE. Both changes are necessary to make cross-compilation possible. by bart · 16 years ago
  42. 597a4f4 Added to repository. by bart · 16 years ago
  43. e2619ab Update. by sewardj · 17 years ago
  44. 59bdc76 Updated documentation. by bart · 17 years ago
  45. 982751b Add a wrapper for MPI_Waitany. by sewardj · 17 years ago
  46. 6bc94ba Removed an entry referring to a bug that was introduced after 3.3.0. Updated status of #161036. by bart · 17 years ago
  47. 9d5b796 Added support for detecting locks that have been held too long. by bart · 17 years ago
  48. 1d4070d Added hold_lock regression test. by bart · 17 years ago
  49. c5c3a08 Remove comments that became obsolete because of a previous commit. by bart · 17 years ago
  50. d9d8bf0 Filter out the time during which a lock has been held. by bart · 17 years ago
  51. 1412d68 VG_(read_millisecond_timer)() is now monotonic, even if set_timeofday() is called or if ntpd adjusts the clock backwards. On Linux kernels where the clock_gettime() syscall is not supported, VG_(read_millisecond_timer)() falls back to the old behavior. by bart · 17 years ago
  52. 85b1ac7 Added CLOCK_* definitions. by bart · 17 years ago
  53. 33190bf Update. by sewardj · 17 years ago
  54. c44b254 Update manual re number of suppression files allowed. See #161487. by sewardj · 17 years ago
  55. 14888f2 Update ignores. by rjwalsh · 17 years ago
  56. ee068c3 Update. by sewardj · 17 years ago
  57. b000d78 Increased maximum number of suppression files from 10 to 100. Fixes #161487. by bart · 17 years ago
  58. f955511 Removed a bug entry that was introduced after the 3.3.0 release and before the 3.3.1 release. by bart · 17 years ago
  59. 4de9776 Modified test such that fewer iterations are run when the test is run as part of the automated regression tests. by bart · 17 years ago
  60. 2dbdbab Added command-line options -s and -t such that the loop step and hence the run time of the test can be influenced. by bart · 17 years ago
  61. fd68049 Added allocation and deallocation of zero-sized array. by bart · 17 years ago
  62. f330ae8 Stop massif segfaulting due to stack overflow, when printing snapshots by sewardj · 17 years ago
  63. ad68113 Make sure that the same name is used in ld stack frames on 32- and 64-bit systems. by bart · 17 years ago
  64. 2dda19f Update. by sewardj · 17 years ago
  65. 3cf701a Run this test on 'none' rather than exp-drd. It really wants to by sewardj · 17 years ago
  66. 5b9bf84 Updated to do list. by bart · 17 years ago
  67. 62c370e Added configure test for Altivec. by bart · 17 years ago
  68. 8c4a023 Enabled timerfd() and timerfd_create() support for ppc32 and ppc64. by bart · 17 years ago
  69. 285ae1c Fixed compiler warnings. by bart · 17 years ago
  70. 416b206 POST(sys_poll): mark the revents field even when RES==0. Fixes #158425. by sewardj · 17 years ago
  71. 7db73be Make return types for some of the requests 64-bit clean. (following bug by sewardj · 17 years ago
  72. f4ef2ea Fix wrappers for sys_futimesat and sys_utimensat. (Dan Kegel) by sewardj · 17 years ago
  73. 7bf86f3 -Wall implies -Winline. Added -Wno-inline. by bart · 17 years ago
  74. f71e706 Removed -Winline since this option lets gcc 4.3.1 print some uninteresting and unsuppressable warning messages. by bart · 17 years ago
  75. ded1ea9 Added fixed exp-drd bugs. by bart · 17 years ago
  76. 5a544ca Add a test case for #152818 (from Sergei Trofimovich) by sewardj · 17 years ago
  77. 7318375 Update. by sewardj · 17 years ago
  78. 1e01f05 Added @FLAG_UNLIMITED_INLINE_UNIT_GROWTH@ to the exp-drd compiler flags. by bart · 17 years ago
  79. 15541f5 Added compilation flag -Wextra. by bart · 17 years ago
  80. dc1e91c Added compiler flag -Wextra for all regression tests. Replaced -finline-limit=100000 by --param inline-unit-growth=900 for drd_bitmap_test. by bart · 17 years ago
  81. 74a5f21 Fixed compiler warnings in assert statements. by bart · 17 years ago
  82. 56730cd Added tests for -Wextra/-W and --param inline-unit-growth. Converted AC_COMPILE_IFELSE() into AC_TRY_COMPILE(). Removed trailing spaces. by bart · 17 years ago
  83. 08d808b Changed compiler options for inlining to something that is supported by both gcc 3 and gcc 4. by bart · 17 years ago
  84. 33f1c96 Compiles now with older glibc versions too. by bart · 17 years ago
  85. fbccd7f Updated to do list. by bart · 17 years ago
  86. 165b90f Added more comments. Fixed a bug: false positives were reported when using reader-writer locks. This is now fixed. by bart · 17 years ago
  87. 178cc16 Added another POSIX reader/writer lock test. by bart · 17 years ago
  88. c2c81db Changed return type of some of the bitmap functions from UWord to Bool. by bart · 17 years ago
  89. 1c8799c Added -Winline to the compiler flags. Made sure that all functions in drd_bitmap_test.c that can be inlined are actually inlined. by bart · 17 years ago
  90. 991ab9a Added -Winline to the compiler flags. by bart · 17 years ago
  91. 3d4c332 Added regression test for the C++ operators new, new[], delete and delete[]. by bart · 17 years ago
  92. d5f2370 Reordered declarations. by bart · 17 years ago
  93. f5acbbc Bug fix: bm_equal() now also works if the first argument contains one or more bitmap structures that are entirely zero. by bart · 17 years ago
  94. 214493b Added more tests. by bart · 17 years ago
  95. 99a95fa Added -O2 to the compilation flags of drd_bitmap_test. by bart · 17 years ago
  96. a9eba35 Converted VG_(assert_fail)() to ANSI C. by bart · 17 years ago
  97. 105e69c Oops. Don't die on {x86,amd64}-linux when doing --track-origins=yes by sewardj · 17 years ago
  98. dc056b7 Add a regression test for fxsave. by sewardj · 17 years ago
  99. c700172 Add a test case for #157748. by sewardj · 17 years ago
  100. a6fa902 Update the list of bugs to be fixed. by sewardj · 17 years ago