1. 982751b Add a wrapper for MPI_Waitany. by sewardj · 16 years ago
  2. 6bc94ba Removed an entry referring to a bug that was introduced after 3.3.0. Updated status of #161036. by bart · 16 years ago
  3. 9d5b796 Added support for detecting locks that have been held too long. by bart · 16 years ago
  4. 1d4070d Added hold_lock regression test. by bart · 16 years ago
  5. c5c3a08 Remove comments that became obsolete because of a previous commit. by bart · 16 years ago
  6. d9d8bf0 Filter out the time during which a lock has been held. by bart · 16 years ago
  7. 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 · 16 years ago
  8. 85b1ac7 Added CLOCK_* definitions. by bart · 16 years ago
  9. 33190bf Update. by sewardj · 16 years ago
  10. c44b254 Update manual re number of suppression files allowed. See #161487. by sewardj · 16 years ago
  11. 14888f2 Update ignores. by rjwalsh · 16 years ago
  12. ee068c3 Update. by sewardj · 16 years ago
  13. b000d78 Increased maximum number of suppression files from 10 to 100. Fixes #161487. by bart · 16 years ago
  14. f955511 Removed a bug entry that was introduced after the 3.3.0 release and before the 3.3.1 release. by bart · 16 years ago
  15. 4de9776 Modified test such that fewer iterations are run when the test is run as part of the automated regression tests. by bart · 16 years ago
  16. 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 · 16 years ago
  17. fd68049 Added allocation and deallocation of zero-sized array. by bart · 16 years ago
  18. f330ae8 Stop massif segfaulting due to stack overflow, when printing snapshots by sewardj · 16 years ago
  19. ad68113 Make sure that the same name is used in ld stack frames on 32- and 64-bit systems. by bart · 16 years ago
  20. 2dda19f Update. by sewardj · 16 years ago
  21. 3cf701a Run this test on 'none' rather than exp-drd. It really wants to by sewardj · 16 years ago
  22. 5b9bf84 Updated to do list. by bart · 16 years ago
  23. 62c370e Added configure test for Altivec. by bart · 16 years ago
  24. 8c4a023 Enabled timerfd() and timerfd_create() support for ppc32 and ppc64. by bart · 16 years ago
  25. 285ae1c Fixed compiler warnings. by bart · 16 years ago
  26. 416b206 POST(sys_poll): mark the revents field even when RES==0. Fixes #158425. by sewardj · 16 years ago
  27. 7db73be Make return types for some of the requests 64-bit clean. (following bug by sewardj · 16 years ago
  28. f4ef2ea Fix wrappers for sys_futimesat and sys_utimensat. (Dan Kegel) by sewardj · 16 years ago
  29. 7bf86f3 -Wall implies -Winline. Added -Wno-inline. by bart · 16 years ago
  30. f71e706 Removed -Winline since this option lets gcc 4.3.1 print some uninteresting and unsuppressable warning messages. by bart · 16 years ago
  31. ded1ea9 Added fixed exp-drd bugs. by bart · 16 years ago
  32. 5a544ca Add a test case for #152818 (from Sergei Trofimovich) by sewardj · 16 years ago
  33. 7318375 Update. by sewardj · 16 years ago
  34. 1e01f05 Added @FLAG_UNLIMITED_INLINE_UNIT_GROWTH@ to the exp-drd compiler flags. by bart · 16 years ago
  35. 15541f5 Added compilation flag -Wextra. by bart · 16 years ago
  36. 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 · 16 years ago
  37. 74a5f21 Fixed compiler warnings in assert statements. by bart · 16 years ago
  38. 56730cd Added tests for -Wextra/-W and --param inline-unit-growth. Converted AC_COMPILE_IFELSE() into AC_TRY_COMPILE(). Removed trailing spaces. by bart · 16 years ago
  39. 08d808b Changed compiler options for inlining to something that is supported by both gcc 3 and gcc 4. by bart · 16 years ago
  40. 33f1c96 Compiles now with older glibc versions too. by bart · 16 years ago
  41. fbccd7f Updated to do list. by bart · 16 years ago
  42. 165b90f Added more comments. Fixed a bug: false positives were reported when using reader-writer locks. This is now fixed. by bart · 16 years ago
  43. 178cc16 Added another POSIX reader/writer lock test. by bart · 16 years ago
  44. c2c81db Changed return type of some of the bitmap functions from UWord to Bool. by bart · 16 years ago
  45. 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 · 16 years ago
  46. 991ab9a Added -Winline to the compiler flags. by bart · 16 years ago
  47. 3d4c332 Added regression test for the C++ operators new, new[], delete and delete[]. by bart · 16 years ago
  48. d5f2370 Reordered declarations. by bart · 16 years ago
  49. 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
  50. 214493b Added more tests. by bart · 16 years ago
  51. 99a95fa Added -O2 to the compilation flags of drd_bitmap_test. by bart · 16 years ago
  52. a9eba35 Converted VG_(assert_fail)() to ANSI C. by bart · 16 years ago
  53. 105e69c Oops. Don't die on {x86,amd64}-linux when doing --track-origins=yes by sewardj · 16 years ago
  54. dc056b7 Add a regression test for fxsave. by sewardj · 16 years ago
  55. c700172 Add a test case for #157748. by sewardj · 16 years ago
  56. a6fa902 Update the list of bugs to be fixed. by sewardj · 16 years ago
  57. ae18cd0 Use $(AM_FLAG_M3264_PRI) everywhere CFLAGS is explicitly set. by sewardj · 16 years ago
  58. e64de43 Add missing words to comment. by sewardj · 16 years ago
  59. cec15e8 Make sure compilation of pth_cancel1.c gets $(AM_FLAG_M3264_PRI). by sewardj · 16 years ago
  60. 8be8860 Build fixes for AIX5.3. by sewardj · 16 years ago
  61. 352122c Suppress stack-switching message in XML mode. by sewardj · 16 years ago
  62. c93c222 Un-break signal frame delivery on ppc64 following recent Memcheck by sewardj · 16 years ago
  63. 351f967 Add an expected output for ppc64-linux; probably required due to dodgyness in by sewardj · 16 years ago
  64. 85857ab Why doesn't this sodding language have a half-decent type system? by sewardj · 16 years ago
  65. dff8240 Add a test for origin tracking through large floating point arrays. by sewardj · 16 years ago
  66. 7713980 Add comments giving an overview of the origin tracking implementation. by sewardj · 16 years ago
  67. cd0f2bd Add documentation on the new --track-origins=no|yes [no] flag. by sewardj · 16 years ago
  68. d2765d8 Make sure that the return value of highest_used_stack_address() is a valid stack pointer. by bart · 16 years ago
  69. 672a82d Fixed compiler warnings. by bart · 16 years ago
  70. e5b3638 Disable gcc warnings about shadowed variables when compiling varinfo2.c. by bart · 16 years ago
  71. fb088fd Suppressed most output while the regression test is run. by bart · 16 years ago
  72. a3f6109 Renamed bm_compare() into bm_equal(). Fixed a bug in bm_equal(). by bart · 16 years ago
  73. 5b14816 Print name of Fedora package that contains /usr/bin/getconf in case /usr/bin/getconf is not found. by bart · 16 years ago
  74. 8556957 Changed #if defined(platform) tests into #if defined(HAVE_...) tests. by bart · 16 years ago
  75. fea0692 Added configure tests for PTHREAD_MUTEX_ADAPTIVE_NP, PTHREAD_MUTEX_ERRORCHECK_NP, PTHREAD_MUTEX_RECURSIVE_NP and PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP. by bart · 16 years ago
  76. 0baacb3 Reverted last commit since it does not fix anything (unfortunately). by bart · 16 years ago
  77. 303dbe8 Print an error message if /usr/bin/getconf is not found. by bart · 16 years ago
  78. b6a4ece Remove a bit of unused code. by sewardj · 16 years ago
  79. 5fa8780 Make sure sp[0] and fp[0] are set in a rarely-taken path. Thanks to by sewardj · 16 years ago
  80. 32fcd8d Refined assert statements. by bart · 16 years ago
  81. ab96eca Added yet another assertion statement. by bart · 16 years ago
  82. 1fb1755 Postponed call of vg_set_main_thread_state() from /lib/ld-*.so:_start() to the call of main(), the program entry point. by bart · 16 years ago
  83. 6ad00b7 Added an assert statement to check the validity of the computed highest used stack address. by bart · 16 years ago
  84. 9d624d1 Dynamically allocate the origin tracking cache as needed (only for by sewardj · 16 years ago
  85. 7244e71 Re-check complex and fragile bit-twiddling pertaining to indexing into by sewardj · 16 years ago
  86. 56adc35 by sewardj · 16 years ago
  87. 7ce7166 by sewardj · 16 years ago
  88. fb27ca7 Update expected outputs following merge of branches/OTRACK_BY_INSTRUMENTATION. by sewardj · 16 years ago
  89. 66385b4 Bump the core/tool iface version number, since the just-merged-in by sewardj · 16 years ago
  90. 5fa0a04 Temporarily work around compilation failures caused by non-definition by sewardj · 16 years ago
  91. 7cf4e6b by sewardj · 16 years ago
  92. acc9985 Update (minor). by sewardj · 16 years ago
  93. c45fec3 Fixed compiler warning. by bart · 16 years ago
  94. 75e9a5a Removed -Wextra since this option has another name in gcc 3.0 (-W). by bart · 16 years ago
  95. f28b7d1 Added #include <stdio.h>. by bart · 16 years ago
  96. 2f5985a Added prereq clause. by bart · 16 years ago
  97. 5ae1fd9 Added to repository. by bart · 16 years ago
  98. 42a0697 Fixed a compiler warning. by bart · 16 years ago
  99. ad292b5 Added -I$(top_srcdir)/VEX/pub to AM_CPPFLAGS. by bart · 16 years ago
  100. 34eff98 Moved bitmap test from drd_bitmap.c to tests/drd_bitmap_test.c by bart · 16 years ago