1. 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
  2. 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
  3. 143eec7 Renamed __sync_add_and_fetch() into sync_add_and_fetch(). by bart · 16 years ago
  4. 94c8eb4 by sewardj · 16 years ago
  5. bbf5a2f This should have been committed as part of r8623 (Fix longstanding bug by sewardj · 16 years ago
  6. e95d94f Fix longstanding bug in dual-arch support, which originated in by sewardj · 16 years ago
  7. 2dc1858 by sewardj · 16 years ago
  8. 9c606bd by sewardj · 16 years ago
  9. 024598e by sewardj · 16 years ago
  10. fcadb00 Added a note explaining that the code in this file is interpreted by more than one shell. by bart · 16 years ago
  11. 6ec6603 Make sure that stderr redirection works both with bash and tcsh. by bart · 16 years ago
  12. 209ad83 Updated expected output after most recent source code modifications. by bart · 16 years ago
  13. 83d509a Added more comments. by bart · 16 years ago
  14. 0d84eab Make sure that atomic_var.c compiles without warnings in case HAVE_BUILTIN_ATOMIC has not been defined. by bart · 16 years ago
  15. 4a10107 - Added support for the variable ABT_JOBS, number of jobs to run in parallel. by bart · 16 years ago
  16. 191a307 Added configuration files for Georgia Tech's Cellbuzz cluster. by bart · 16 years ago
  17. 79f086d Updated Subversion ignore list. by bart · 16 years ago
  18. 3084282 Updated Subversion ignore list. by bart · 16 years ago
  19. 6d05222 Updated Subversion ignore list. by bart · 16 years ago
  20. c9d682f Updated Subversion ignore list. by bart · 16 years ago
  21. 19eff0a Updated Subversion ignore list. by bart · 16 years ago
  22. 7402dc5 Updated Subversion ignore list. by bart · 16 years ago
  23. b09132d Added double quotes around a shell function argument. by bart · 16 years ago
  24. 644ffec Updated Subversion ignore list. by bart · 16 years ago
  25. 3b9f50c Updated Subversion ignore list. by bart · 16 years ago
  26. f26303a Updated Subversion ignore list. by bart · 16 years ago
  27. 8144ff4 Disabled printing of file descriptor value in order to make the test results more reproducible. by bart · 16 years ago
  28. 744f9ea Enabled capget and capset system calls for amd64, ppc32 and ppc64. by bart · 16 years ago
  29. d1a1061 Added regression test for Linux' capget system call. by bart · 16 years ago
  30. e025eca Fix regression on none/tests/faultstatus caused by r8522. by sewardj · 16 years ago
  31. 59a2d18 Rework storage management in the Dwarf3 type and variable reader, to by sewardj · 16 years ago
  32. 7db115a Try and bit a bit more space-economical, by increasing the by sewardj · 16 years ago
  33. 6a3a284 Make the absolute bare minimum changes needed to stop the Dwarf3 by sewardj · 16 years ago
  34. 4d758f3 Fix RPM/spec build. (Daniel J Blueman) by sewardj · 16 years ago
  35. bee43c1 Make VG_(addToXA) and VG_(addBytesToXA) 64-bit clean. by sewardj · 16 years ago
  36. 896f6f9 by sewardj · 16 years ago
  37. 4231a85 Tidy up VG_(stat) usage in VG_(check_executable). Followup to r8522. by sewardj · 16 years ago
  38. ec61b65 by sewardj · 16 years ago
  39. 4190600 The address space manager, and in particular the NSegment type, by sewardj · 16 years ago
  40. dead90a Handle new IR ops Iop_RoundF64toF64_*. by sewardj · 16 years ago
  41. edc9547 Tidy up the wrappers for pread64 and pwrite64, and make these two by sewardj · 16 years ago
  42. f0d6595 Added yet another Qt4 suppression pattern. by bart · 16 years ago
  43. 4f6aa5c Ensured that the qt4 regression tests compile with the pkg-config flags on all platforms. by bart · 16 years ago
  44. 21d3cfc Qt4 detection test is now based on pkg-config. Qt4 QMutex::tryLock(int) test now uses proper Qt4 compiler flags. by bart · 16 years ago
  45. 623eec3 Un-break configure test for clock_gettime(). by bart · 16 years ago
  46. 31277bf Removed duplicate volatile keyword such that the compiler does no longer print a warning. by bart · 16 years ago
  47. d029e46 Switched from ANSI C stdio to Unix I/O in order to avoid that the I/O statements trigger any locking. by bart · 16 years ago
  48. 09df48f Compiles now with old versions of <sys/epoll.h> too. by bart · 16 years ago
  49. 1d07a38 Updated Makefile.am. by bart · 16 years ago
  50. a1e7d7c Removed duplicate expected output file. by bart · 16 years ago
  51. eb33915 Added suppression pattern for Qt4.0/4.1. by bart · 16 years ago
  52. ce5f249 Added expected output for comiler versions without support for built-in atomic operations. by bart · 16 years ago
  53. b3238a5 Add a followup comment to the changes in r8454, which made memcheck's by sewardj · 16 years ago
  54. e2624a9 Attempted to make DRD documentation compatible with pdfxmltex. Added note about g_thread_init(). by bart · 16 years ago
  55. 2a33acd Sorted noinst_HEADERS filenames alphabetically. by bart · 16 years ago
  56. da7c098 Reverted commit 8448. by bart · 16 years ago
  57. 62f54e4 Added configure test for QMutex::tryLock(int). by bart · 16 years ago
  58. 0c47751 Fixed race condition. by bart · 16 years ago
  59. 059b370 Include inlined C files in tarball, else it's not buildable. by sewardj · 16 years ago
  60. 8d2cd45 Temporarily comment out a couple of XML fragments which cause the .pdf by sewardj · 16 years ago
  61. 8849a56 Change memcheck's (client) realloc implementation so that it copies by sewardj · 16 years ago
  62. 5e5fff9 by sewardj · 16 years ago
  63. afa617b Origin-tracking fix: make sure that we have a shadow-origin (B) by sewardj · 16 years ago
  64. 6f362a6 Temporarily disable Qt4-related tests, as they don't build on systems by sewardj · 16 years ago
  65. 414f358 Always include the X client library suppressions, and don't bother doing by sewardj · 16 years ago
  66. 498185b Remove initial settings of CXXFLAGS/CPPFLAGS, as they cause by sewardj · 16 years ago
  67. 505a819 Fix a silly mistake resulting in a bunch of global variables being by sewardj · 16 years ago
  68. a8ffda6 Format string fixes for ppc{32,64}-aix5. by sewardj · 16 years ago
  69. d696210 Stop mpxlc complaining about GNU-isms when compiling libmpiwrap.c. by sewardj · 16 years ago
  70. f33b433 by sewardj · 16 years ago
  71. 026debf When the leak checker finds overlapping blocks report the details by tom · 16 years ago
  72. 2a836b5 When warning about permissions being changed on a large chunk of by tom · 16 years ago
  73. 95bfdcc Added -m32 flag, such that the SPLASH-2 benchmarks are compiled in 32-bit mode (these benchmarks were not designed to be compiled in 64-bit mode -- radiosity deadlocks when compiled in 64-bit mode). Suppressed harmless data races in the radiosity benchmark. by bart · 16 years ago
  74. c8d376d Enabled Radiosity benchmark. by bart · 16 years ago
  75. 1c6623c Raytrace benchmark now runs as it should. by bart · 16 years ago
  76. 0feed2e Restored proper compiler flag order. by bart · 16 years ago
  77. 83d0149 Cleanup. by bart · 16 years ago
  78. 37630e5 Removed data that is no longer needed. Added a reference. by bart · 16 years ago
  79. 3b7e2e3 Changed benchmark input parameters such that these are now identical to the parameters used in the paper "Accurate and Efficient Filtering for the Intel Thread Checker Race Detector", Paul Sack et al, 2006. by bart · 16 years ago
  80. 15071eb Minimum time measurement error is now really changed from 0.00 to 0.01. by bart · 16 years ago
  81. bd6722b Documented meaning of input parameters. by bart · 16 years ago
  82. 42438ac Changed minimum time measurement error from 0.00 to 0.01. Command line arguments are now saved to the output file. And the output of all three runs is now present in the output file, not only the output of the last run. by bart · 16 years ago
  83. 0dbdd63 Fixed line number. by bart · 16 years ago
  84. 426ee97 Suppressed a compiler warning. by bart · 16 years ago
  85. cca440b Added a regression test for atomic variables. by bart · 16 years ago
  86. 39cf268 Added note about the g_slice facility in GLib. by bart · 16 years ago
  87. 90a8f47 Added even more dynamic loader suppression patterns. by bart · 16 years ago
  88. fca00e5 Print section type and name as a last resort in case the other allocation context detection attempts failed. by bart · 16 years ago
  89. b1b7099 Added more dynamic loader suppression patterns. by bart · 16 years ago
  90. d66ac2d Updated DRD test plan. by bart · 16 years ago
  91. 2819f14 Enabled support for the sched_setparam() system call on the amd64, ppc32 and ppc64 platforms (was already enabled on x86). by bart · 16 years ago
  92. e53fb26 Added libglib and libQtCore suppression patterns. by bart · 16 years ago
  93. 6995375 Added /usr/include/qt4 to search path for C++ header files. Made Qt4 detection test portable. by bart · 16 years ago
  94. 3918690 Switched back from recursive to non-recursive reader-writer lock because Qt4.3 does not support recursive reader-writer locks. by bart · 16 years ago
  95. 9e9a924 Updated expected output file. by bart · 16 years ago
  96. 7faea80 Updated expected output file. by bart · 16 years ago
  97. f025486 Updated expected output. by bart · 16 years ago
  98. 567379c Added prereq clause. by bart · 16 years ago
  99. 9decf21 Fixed bug in test for Qt4. by bart · 16 years ago
  100. 9ab8cac Added paragraphs about the glib and Qt libraries. by bart · 16 years ago