1. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  2. 9670e8a Fix breakage I introduced in r12609, sigh. by sewardj · 12 years ago
  3. bedf990 Add feature testing for AVX. Also make the return values into named constants. by sewardj · 12 years ago
  4. 9dd35e0 Fix machine detection on s390 to not bail out the regression by cborntra · 12 years ago
  5. 5bdb9ec Avoid regtest failures on x86_64 and ppc64 when toolchains for the by florian · 12 years ago
  6. 14ab1a3 outer/inner setup: new perf/vg_perf options to run perf tests + support translation chaining in inner. by philippe · 12 years ago
  7. b0ccb4d Initial support for POWER Processor decimal floating point by sewardj · 12 years ago
  8. 72faf10 Allows to run regression tests in an outer/inner setup. by philippe · 12 years ago
  9. 0de7471 Update platform_test. Add s390x-linux. Remove AIX. by florian · 13 years ago
  10. 0b289e9 Add some more missing files to the tarball. by florian · 13 years ago
  11. 5d28863 Check Makefile.am consistency before running regression tests. Closes #283813. by bart · 13 years ago
  12. 567e80e Filter out more warnings (Dwarf reader and debug info). by florian · 13 years ago
  13. 3dfe979 Improve filtering of backtrace noise in the memcheck bucket by florian · 13 years ago
  14. 4b5c3f0 Also parse stdoutB_filter_args and stderrB_filter_args. by florian · 13 years ago
  15. 31014da Change the backtrace filtering machinery for the helgrind regression by florian · 13 years ago
  16. f897b99 Fix prerequisite for memcheck/tests/linux/timerfd-syscall. by florian · 13 years ago
  17. ec82dd9 Allow optional specification of cpu models on the command line by florian · 13 years ago
  18. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  19. 02b89e8 s390x: add test cases for STCK{,E,F} instructions. See #271779. by sewardj · 13 years ago
  20. eefeeb7 Improvements for testing and compilation breakage for the GDB server by sewardj · 13 years ago
  21. 3b29048 Implement a GDB server in Valgrind. See #214909. by sewardj · 13 years ago
  22. da07b41 Mark this as executable. Followup for #267630. by sewardj · 13 years ago
  23. f34eb49 Add support for IBM Power ISA 2.06 -- stage 1. Valgrind-side changes by sewardj · 13 years ago
  24. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 13 years ago
  25. 27d176a Add build system goop for testing SSE4.2 instructions. by sewardj · 14 years ago
  26. e3ae8a3 Test cases for amd64 PCLMULDQ (Emmanuel Thome, Emmanuel.Thome@gmail.com). by sewardj · 14 years ago
  27. 0e342a0 Add tests for new PowerISA_2.05 instructions available on Power6 CPUs. by sewardj · 14 years ago
  28. ef38625 Expand ${PWD} in the vgopts: line of .vgtest files. by bart · 14 years ago
  29. 3cf36a9 Add the ability to detect "amd64-lzcnt" and "x86-lzcnt". by sewardj · 14 years ago
  30. 18a71e8 Replace the handful of uses of Vg_ExtraDebugMsg and VG_(emsg) with by njn · 14 years ago
  31. f08adb6 Update arch_test.c properly for arm-linux, and add an entry to platform_test. by sewardj · 15 years ago
  32. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 15 years ago
  33. d55f0d9 With the recent VG_(message) change, by njn · 15 years ago
  34. 53162bf Print the command being run at startup. It wraps to avoid going over 80 by njn · 15 years ago
  35. f73d87f Add Valgrind version back into the preamble. by njn · 15 years ago
  36. 10b9aea Shorten the preamble by moving some of it into the --help output. This by njn · 15 years ago
  37. 61c72ce Updated filter after the modification of Valgrind's startup message in r10447. by bart · 15 years ago
  38. ac038d2 Fix a couple of tests that could be built with the wrong options, including by njn · 15 years ago
  39. a01ed5e Only run none/tests/amd64/bug127521-64 on machines supporting cmpxchg16b. by sewardj · 15 years ago
  40. 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago
  41. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  42. 3ea5b0b Merge r9897 (x86_amd64_features.c simplifcation) from the DARWIN branch. by njn · 15 years ago
  43. f9c4b81 Merge part (filter tweaks) of 8943 from the DARWIN branch. by njn · 15 years ago
  44. 9c53325 Merge r9600 (separate VG_ and ML_ definitions for C and asm files) from the by njn · 15 years ago
  45. 07581aa Removed some Darwin-specific code that crept in from the DARWIN branch. by njn · 15 years ago
  46. f6b0076 Merge r9103 and r9105 (add --ignore-fn to Massif) from the Darwin branch. by njn · 15 years ago
  47. 5281fd1 Merged r9546..r9548 (moved blockfault, and filtering fixes) from the DARWIN by njn · 15 years ago
  48. 9a55ee8 These three files should have been added in r9537. by njn · 15 years ago
  49. 83b62cb Merge r9533..9536 (add tests/{asm.h,sys_mman.h,malloc.h} from the DARWIN branch. by njn · 15 years ago
  50. 251a5b9 Test fixes for systems that have debug info installed for libc and libpthread. by njn · 15 years ago
  51. 9cf79b5 Some tweaks to make more tests pass, or get closer to passing, on by njn · 15 years ago
  52. 54cd2af This should have been added to the last commit. by njn · 15 years ago
  53. 61485ab tests/arch_test is currently being used for two purposes: by njn · 15 years ago
  54. 5d9c1f7 Remove darwin code that crept into the trunk. by njn · 15 years ago
  55. 22b05ec Merge r9283 (lackey testing fixes) from the DARWIN branch. by njn · 15 years ago
  56. 0d2e58f Use 'diff -u' for regtests if it's supported, its output it much easier to by njn · 15 years ago
  57. b0e34f7 Remove toobig-allocs.c -- it was unreliable and didn't test any by njn · 15 years ago
  58. 2fe005a Cleanup this Makefile.am like other recent test Makefile.am files. by njn · 15 years ago
  59. 870f170 Stack traces for Memcheck's syscall param errors are terribly unreliable, so by njn · 15 years ago
  60. 107bc57 Merge r9175 (don't run inappropriate OS- and platform-specific tests) from by njn · 15 years ago
  61. e66ffee Filter out everything after "(below main)" in a line. This will help with by njn · 15 years ago
  62. ac31b05 Merge the non-Darwin parts of r9140 (install vgpreload .dSYMs), just to keep by njn · 15 years ago
  63. 9818bee Filter out "(core dumped)" after "Bus error" for consistency. This makes by njn · 15 years ago
  64. 7fd6d38 Rename all the arch/OS/platform-related variables in configure.in to make it by njn · 15 years ago
  65. a00febc SSE3 and SSSE3 are two different things, so add a proper SSSE3 feature by tom · 16 years ago
  66. e95d94f Fix longstanding bug in dual-arch support, which originated in by sewardj · 16 years ago
  67. bce804c Filtered out platform-dependent error messages. by bart · 16 years ago
  68. e8ffe52 Ignore Emacs temporary files. Also, produce the correct .diff filename when by njn · 16 years ago
  69. 1ee25f0 Make comments reflect the code. by njn · 16 years ago
  70. a8162b2 Marginally enhance help message. by sewardj · 17 years ago
  71. 79e88da Merge (from branches/THRCHECK) r7043: by sewardj · 17 years ago
  72. 734b805 Merged the MASSIF2 branch to the trunk. Main changes: by njn · 17 years ago
  73. 2f3bcd2 Minor tidying for regtests on AIX. by sewardj · 18 years ago
  74. 7358d52 Update a comment. by njn · 18 years ago
  75. 3ed8960 Add --valgrind-lib, to complement --valgrind, to the regtests script by njn · 18 years ago
  76. 90527e3 Change a bunch of pointer <-> int casts to pointer <-> long casts so by sewardj · 18 years ago
  77. 2659b16 Don't use -C0 for diff; apparently this is a GNU-ism. by sewardj · 18 years ago
  78. be714ff Merge r6143: Deal with ppc{32,64}-aix5. by sewardj · 18 years ago
  79. b683720 Merge r6142: by sewardj · 18 years ago
  80. c49ae75 Regression tests for SSE3 support. by sewardj · 18 years ago
  81. 9136899 Read extra args for all tests from $EXTRA_REGTEST_OPTS, which is by sewardj · 18 years ago
  82. 9e41d8d Suppress any source filename in a "(below main)" line in a stack trace. by tom · 18 years ago
  83. 0001fc3 Add an optional post-test check. Based on a patch from Josef W. by njn · 18 years ago
  84. 1d0825f Merge in the COMPVBITS branch to the trunk. This is a big change to by njn · 18 years ago
  85. 87f7fdd Do ppc32 tests on ppc64-capable platforms. by sewardj · 19 years ago
  86. 0126214 by sewardj · 19 years ago
  87. 0d4f8ac Don't confuse ppc32 and ppc64. by sewardj · 19 years ago
  88. 932d5ed Remove dead line. by njn · 19 years ago
  89. 52783ca Fail gracefully if 'make check' hasn't been run. by njn · 19 years ago
  90. efc94ad Make regtests work with --enable-inner. by njn · 19 years ago
  91. ef56732 Allow 32 bit x86 tests to run on amd64 machines. by tom · 19 years ago
  92. fcbb942 Do cpu string identification right, so the ppc32-specific tests by sewardj · 19 years ago
  93. 3179622 Remove ancient unused test files. by njn · 19 years ago
  94. 45f4e7c by sewardj · 19 years ago
  95. 10c122e Fix ppc32 regtest execution. Thanks to Jeroen Witmond for spotting it. by njn · 19 years ago
  96. 21071ec Use the standard #ifdefs for arch-specific code. by njn · 19 years ago
  97. 4a83015 Removed the remnants of the attempt at an ARM port, because it had by njn · 19 years ago
  98. 2a513bf Try to make toobig-allocs work on 64-bit platforms. by njn · 19 years ago
  99. 7866031 by njn · 19 years ago
  100. 3a99d29 Move a heap of tests from corecheck/tests/ into none/tests/. There's by njn · 19 years ago