1. f3aaa33 Tolerate apparently broken Dwarf3 generated by gcc (GCC) 4.4.0 by sewardj · 16 years ago
  2. 5d05b15 Add further zlib suppressions. by sewardj · 16 years ago
  3. 89c5bd8 Read suppression files in 256 byte chunks, not 64 byte chunks. by sewardj · 16 years ago
  4. 27f96b3 gcc-4.4.0 (snapshot) started complaining about buf.sem_nsems being by sewardj · 16 years ago
  5. 3d3380f Don't assert on icc9 generated Dwarf3. by sewardj · 16 years ago
  6. ebf1cc2 Improve suppressions for zlib-1.2.x. Needs further work, but this is a start. by sewardj · 16 years ago
  7. 38d5e66 Updated expected output following changes in r8689. by sewardj · 16 years ago
  8. 485ce16 Make VG_(dup2) compile on AIX. by sewardj · 16 years ago
  9. 61a1b05 Track recent AIX 5.3 updates. by sewardj · 16 years ago
  10. a3c0564 Update. by sewardj · 16 years ago
  11. b8544e2 Don't simply break the build if gcc doesn't provide the require primitives on ppc. by sewardj · 16 years ago
  12. dda0df8 * intercept stpcpy by sewardj · 16 years ago
  13. aae8208 Handle ppc32/64 VRSAVE accesses. by sewardj · 16 years ago
  14. 113fca2 Update suppressions. by sewardj · 16 years ago
  15. 4815eb5 On ppc32/64 we don't have a reliable way to detect function entries by sewardj · 16 years ago
  16. b103a55 Futz with debug printing. by sewardj · 16 years ago
  17. 20864ff Change the default PIE load address from 0x100000 (1MB) to 0x108000, by sewardj · 16 years ago
  18. 50fde23 Dwarf3 variable & type reader: use 64-bit numbers throughout to by sewardj · 16 years ago
  19. 5400d2c Adjust line spacing following r8645, so that .stderr output is by sewardj · 16 years ago
  20. 0e7867e Add a not very good test pertaining to the preening of global Invars by sewardj · 16 years ago
  21. 738db7b Support a couple more syscalls needed for running KDE4 stuff on amd64-linux. by sewardj · 16 years ago
  22. 9e1bed8 Re-enable preening of global invariants. (This happens when a .so is by sewardj · 16 years ago
  23. 4b8ce60 Set average translation size plausibly, so as to avoid excessive by sewardj · 16 years ago
  24. 5744c02 Merge (from branches/PTRCHECK r8599) a suppression file for exp-ptrcheck. by sewardj · 16 years ago
  25. 9520845 get_Seg_containing_addr() (in h_main.c): remove naive algorithm that by sewardj · 16 years ago
  26. a7d29e4 Remove five carriage returns introduced in r8665, so the expected outputs by sewardj · 16 years ago
  27. e8900ff Replaced test for FILE::_lock by a more direct test. by bart · 16 years ago
  28. e9ba34a - Reinstate the 'atfork' from 2.4.0, which was more powerful, and expose it to by njn · 16 years ago
  29. fad9837 Patch from Robert O'Callahan: by njn · 16 years ago
  30. 180f698 Patch from Robert O'Callahan: by njn · 16 years ago
  31. f7c8ad4 Avoid warnings caused by mixed decls and code. by njn · 16 years ago
  32. e3bdd0b Added yet another suppression pattern. by bart · 16 years ago
  33. 88f3a89 Removed #define _IO_MTSAFE_IO again. by bart · 16 years ago
  34. 3a979cb Removed inclusion of <bits/libc-lock.h>. by bart · 16 years ago
  35. b19a5b0 Make regression test output independent of the presence of glibc debug information. by bart · 16 years ago
  36. b8bc078 Added check for the include file <bits/libc-lock.h> by bart · 16 years ago
  37. 280990e Suppress race reports triggered by glibc's _IO_flockfile(FILE*) on stdout and stderr. by bart · 16 years ago
  38. 211b169 Increased gcc version to 4.3.2. by bart · 16 years ago
  39. 66ba8c0 Added paragraph "Using the POSIX Threads API Effectively." by bart · 16 years ago
  40. bbd3dcf Added omp_printf regression test. by bart · 16 years ago
  41. 8fe15da Added command-line option -h. by bart · 16 years ago
  42. db44098 get_IntRegInfo(x86): handle missing %bh case (Jim Clause) by sewardj · 16 years ago
  43. c1ac744 Updated ignore list. by bart · 16 years ago
  44. 3eadaa0 Only call pthread_condattr_setclock() if it's available in libpthread. by bart · 16 years ago
  45. 05347a9 Added test for pthread_condattr_setclock(). by bart · 16 years ago
  46. e64f11d Added a regression test called monitor_example. by bart · 16 years ago
  47. 64013ad Increased source code portability. by bart · 16 years ago
  48. a238ee5 Summarized pthread-unwind suppression patterns. by bart · 16 years ago
  49. f0c61c2 Added one more suppression pattern related to pthread_cancel(). by bart · 16 years ago
  50. 77e8f56 Updated svn:ignore properties. by bart · 16 years ago
  51. 81db8d4 Added suppression patterns related to pthread_cancel(). by bart · 16 years ago
  52. 2bc9c10 Added intercept for pthread_cancel(). by bart · 16 years ago
  53. 0f099cd Added client requests related to pthread_cancel(). by bart · 16 years ago
  54. 42087cc Added support for pthread_cancel() handling. by bart · 16 years ago
  55. 9b2974a Added more comments. by bart · 16 years ago
  56. af0691b Added thread_pre_cancel(). by bart · 16 years ago
  57. 032424f Added the pth_cancel_locked test. by bart · 16 years ago
  58. 11fbd89 Don't trust the result reported by pkg-config about QtCore, but try whether linking succeeds. This additional test is necessary when running configure with the flag --enable-only32bit. by bart · 16 years ago
  59. 99ae610 Made test for compiler atomic builtins more strict, such that drd/tests/atomic_var.c doesn't trigger bug http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34115 in a.o. gcc 4.3.1 when Valgrind is configured with --enable-only32bit. by bart · 16 years ago
  60. 143eec7 Renamed __sync_add_and_fetch() into sync_add_and_fetch(). by bart · 16 years ago
  61. 94c8eb4 by sewardj · 16 years ago
  62. bbf5a2f This should have been committed as part of r8623 (Fix longstanding bug by sewardj · 16 years ago
  63. e95d94f Fix longstanding bug in dual-arch support, which originated in by sewardj · 16 years ago
  64. 2dc1858 by sewardj · 16 years ago
  65. 9c606bd by sewardj · 16 years ago
  66. 024598e by sewardj · 16 years ago
  67. fcadb00 Added a note explaining that the code in this file is interpreted by more than one shell. by bart · 16 years ago
  68. 6ec6603 Make sure that stderr redirection works both with bash and tcsh. by bart · 16 years ago
  69. 209ad83 Updated expected output after most recent source code modifications. by bart · 16 years ago
  70. 83d509a Added more comments. by bart · 16 years ago
  71. 0d84eab Make sure that atomic_var.c compiles without warnings in case HAVE_BUILTIN_ATOMIC has not been defined. by bart · 16 years ago
  72. 4a10107 - Added support for the variable ABT_JOBS, number of jobs to run in parallel. by bart · 16 years ago
  73. 191a307 Added configuration files for Georgia Tech's Cellbuzz cluster. by bart · 16 years ago
  74. 79f086d Updated Subversion ignore list. by bart · 16 years ago
  75. 3084282 Updated Subversion ignore list. by bart · 16 years ago
  76. 6d05222 Updated Subversion ignore list. by bart · 16 years ago
  77. c9d682f Updated Subversion ignore list. by bart · 16 years ago
  78. 19eff0a Updated Subversion ignore list. by bart · 16 years ago
  79. 7402dc5 Updated Subversion ignore list. by bart · 16 years ago
  80. b09132d Added double quotes around a shell function argument. by bart · 16 years ago
  81. 644ffec Updated Subversion ignore list. by bart · 16 years ago
  82. 3b9f50c Updated Subversion ignore list. by bart · 16 years ago
  83. f26303a Updated Subversion ignore list. by bart · 16 years ago
  84. 8144ff4 Disabled printing of file descriptor value in order to make the test results more reproducible. by bart · 16 years ago
  85. 744f9ea Enabled capget and capset system calls for amd64, ppc32 and ppc64. by bart · 16 years ago
  86. d1a1061 Added regression test for Linux' capget system call. by bart · 16 years ago
  87. e025eca Fix regression on none/tests/faultstatus caused by r8522. by sewardj · 16 years ago
  88. 59a2d18 Rework storage management in the Dwarf3 type and variable reader, to by sewardj · 16 years ago
  89. 7db115a Try and bit a bit more space-economical, by increasing the by sewardj · 16 years ago
  90. 6a3a284 Make the absolute bare minimum changes needed to stop the Dwarf3 by sewardj · 16 years ago
  91. 4d758f3 Fix RPM/spec build. (Daniel J Blueman) by sewardj · 16 years ago
  92. bee43c1 Make VG_(addToXA) and VG_(addBytesToXA) 64-bit clean. by sewardj · 16 years ago
  93. 896f6f9 by sewardj · 16 years ago
  94. 4231a85 Tidy up VG_(stat) usage in VG_(check_executable). Followup to r8522. by sewardj · 16 years ago
  95. ec61b65 by sewardj · 16 years ago
  96. 4190600 The address space manager, and in particular the NSegment type, by sewardj · 16 years ago
  97. dead90a Handle new IR ops Iop_RoundF64toF64_*. by sewardj · 16 years ago
  98. edc9547 Tidy up the wrappers for pread64 and pwrite64, and make these two by sewardj · 16 years ago
  99. f0d6595 Added yet another Qt4 suppression pattern. by bart · 16 years ago
  100. 4f6aa5c Ensured that the qt4 regression tests compile with the pkg-config flags on all platforms. by bart · 16 years ago