1. 4110f6a mips64: run FPU tests only when FPU is available by petarj · 10 years ago
  2. 88cd162 mips: extend mips_features with a check for FPU by petarj · 10 years ago
  3. a4ca4fe Fix incorrect use of VG_(tool_panic). Adapt checker script accordingly. by florian · 10 years ago
  4. bc25198 Update a comment by florian · 10 years ago
  5. e2800c9 coregrind files shall use vg_assert not tl_assert. by florian · 10 years ago
  6. 92882e5 Go back to $test_dirs after each test run or tests dir run by philippe · 10 years ago
  7. 7e3b3f2 Improve description of an address that is on a stack but below sp. by philippe · 10 years ago
  8. 15e4e5c Add a missing entry to all_archs[], the lack of which was causing by sewardj · 10 years ago
  9. dd690bf This commit is for Bugzilla 334836. The Bugzilla contains patch 3 of 3 by carll · 10 years ago
  10. 582d582 This commit is for Bugzilla 334834. The Bugzilla contains patch 2 of 3 by carll · 10 years ago
  11. cae0cc2 This commit is for Bugzilla 334384. The Bugzilla contains patch 1 of 3 by carll · 10 years ago
  12. 0a961fc Activate --read-inline-info=yes for the outer/inner setup regtest run by philippe · 10 years ago
  13. 06766bd Update the copyright notice in files ending in '.in' because the by florian · 10 years ago
  14. b3eae3e mips: Disable test on mips32/64 big-endian platforms. by dejanj · 11 years ago
  15. 599cd7a Support arm64. by sewardj · 11 years ago
  16. a1b78a8 by carll · 11 years ago
  17. 55e7f19 mips64: detect Cavium Octeon II in mips_features by petarj · 11 years ago
  18. 9c7779b Merge mc_replace_strmem.c, hg_intercepts.c and drd_strmem_intercepts.c by bart · 11 years ago
  19. 727033d tests/check_headers_and_includes: Use File::Basename by bart · 11 years ago
  20. 17cc680 Tweak to avoid a trailing space. by florian · 11 years ago
  21. 61e7d63 Filter out the dynamic linker from back traces. by florian · 11 years ago
  22. 97c9b7d Add tests/check_isa-2_07_cap to dist_noinst_SCRIPTS. by mjw · 11 years ago
  23. 782f370 Add post_regtest_checks check_headers_and_includes to dist_noinst_SCRIPTS. by mjw · 11 years ago
  24. df4aec2 Add the install directory that gets created by the nightly script. by florian · 11 years ago
  25. 43c5633 Add a script 'check_headers_and_includes' to check that #include directives by florian · 11 years ago
  26. 73523fd Tweak filter_xml_frames. Suppress frames containing neither a by florian · 11 years ago
  27. c5325ef Followup to r13553 which caused some build failures. by florian · 11 years ago
  28. 0432cfe mips32/mips64: rename mips32_features to mips_features by petarj · 11 years ago
  29. dfbf294 Initial ISA 2.07 support for POWER8-tuned libc by carll · 11 years ago
  30. bf68e98 mips32: Add test cases for for mips32 DSP instruction set. by dejanj · 11 years ago
  31. 3b411c1 s390: New machine model: zBC12 by florian · 11 years ago
  32. 1106692 s390: valgrind side support for PFPO. New hwcap added. by florian · 11 years ago
  33. 4df0bfc mips: adding MIPS64LE support to Valgrind by petarj · 12 years ago
  34. 5e82b89 Use correct %rcx bit in the AVX feature check. Fixes #307285. by sewardj · 12 years ago
  35. 4682598 Update s390_features.c for DFP. by florian · 12 years ago
  36. a066ccd Change s390-features to allow testing for absence of a feature. by florian · 12 years ago
  37. 370bc77 s390: Detect floating point extension facility. Update s390-features.c by florian · 12 years ago
  38. 4bc35a8 Add FAC_BIT macro to simplify correct testing for facility bits. by florian · 12 years ago
  39. 87a25cf s390: Add zEC12 machine model. Fix spelling for some older models. by florian · 12 years ago
  40. 1b6bca2 Fix syntax error by florian · 12 years ago
  41. 4b345f3 Enable testing for the ETF3 facility. by florian · 12 years ago
  42. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  43. 9670e8a Fix breakage I introduced in r12609, sigh. by sewardj · 12 years ago
  44. bedf990 Add feature testing for AVX. Also make the return values into named constants. by sewardj · 12 years ago
  45. 9dd35e0 Fix machine detection on s390 to not bail out the regression by cborntra · 12 years ago
  46. 5bdb9ec Avoid regtest failures on x86_64 and ppc64 when toolchains for the by florian · 12 years ago
  47. 14ab1a3 outer/inner setup: new perf/vg_perf options to run perf tests + support translation chaining in inner. by philippe · 12 years ago
  48. b0ccb4d Initial support for POWER Processor decimal floating point by sewardj · 12 years ago
  49. 72faf10 Allows to run regression tests in an outer/inner setup. by philippe · 13 years ago
  50. 0de7471 Update platform_test. Add s390x-linux. Remove AIX. by florian · 13 years ago
  51. 0b289e9 Add some more missing files to the tarball. by florian · 13 years ago
  52. 5d28863 Check Makefile.am consistency before running regression tests. Closes #283813. by bart · 13 years ago
  53. 567e80e Filter out more warnings (Dwarf reader and debug info). by florian · 13 years ago
  54. 3dfe979 Improve filtering of backtrace noise in the memcheck bucket by florian · 13 years ago
  55. 4b5c3f0 Also parse stdoutB_filter_args and stderrB_filter_args. by florian · 13 years ago
  56. 31014da Change the backtrace filtering machinery for the helgrind regression by florian · 13 years ago
  57. f897b99 Fix prerequisite for memcheck/tests/linux/timerfd-syscall. by florian · 13 years ago
  58. ec82dd9 Allow optional specification of cpu models on the command line by florian · 13 years ago
  59. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  60. 02b89e8 s390x: add test cases for STCK{,E,F} instructions. See #271779. by sewardj · 13 years ago
  61. eefeeb7 Improvements for testing and compilation breakage for the GDB server by sewardj · 13 years ago
  62. 3b29048 Implement a GDB server in Valgrind. See #214909. by sewardj · 13 years ago
  63. da07b41 Mark this as executable. Followup for #267630. by sewardj · 13 years ago
  64. f34eb49 Add support for IBM Power ISA 2.06 -- stage 1. Valgrind-side changes by sewardj · 13 years ago
  65. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 14 years ago
  66. 27d176a Add build system goop for testing SSE4.2 instructions. by sewardj · 14 years ago
  67. e3ae8a3 Test cases for amd64 PCLMULDQ (Emmanuel Thome, Emmanuel.Thome@gmail.com). by sewardj · 14 years ago
  68. 0e342a0 Add tests for new PowerISA_2.05 instructions available on Power6 CPUs. by sewardj · 14 years ago
  69. ef38625 Expand ${PWD} in the vgopts: line of .vgtest files. by bart · 14 years ago
  70. 3cf36a9 Add the ability to detect "amd64-lzcnt" and "x86-lzcnt". by sewardj · 14 years ago
  71. 18a71e8 Replace the handful of uses of Vg_ExtraDebugMsg and VG_(emsg) with by njn · 14 years ago
  72. f08adb6 Update arch_test.c properly for arm-linux, and add an entry to platform_test. by sewardj · 15 years ago
  73. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 15 years ago
  74. d55f0d9 With the recent VG_(message) change, by njn · 15 years ago
  75. 53162bf Print the command being run at startup. It wraps to avoid going over 80 by njn · 15 years ago
  76. f73d87f Add Valgrind version back into the preamble. by njn · 15 years ago
  77. 10b9aea Shorten the preamble by moving some of it into the --help output. This by njn · 15 years ago
  78. 61c72ce Updated filter after the modification of Valgrind's startup message in r10447. by bart · 15 years ago
  79. ac038d2 Fix a couple of tests that could be built with the wrong options, including by njn · 15 years ago
  80. a01ed5e Only run none/tests/amd64/bug127521-64 on machines supporting cmpxchg16b. by sewardj · 15 years ago
  81. 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago
  82. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  83. 3ea5b0b Merge r9897 (x86_amd64_features.c simplifcation) from the DARWIN branch. by njn · 15 years ago
  84. f9c4b81 Merge part (filter tweaks) of 8943 from the DARWIN branch. by njn · 15 years ago
  85. 9c53325 Merge r9600 (separate VG_ and ML_ definitions for C and asm files) from the by njn · 15 years ago
  86. 07581aa Removed some Darwin-specific code that crept in from the DARWIN branch. by njn · 15 years ago
  87. f6b0076 Merge r9103 and r9105 (add --ignore-fn to Massif) from the Darwin branch. by njn · 15 years ago
  88. 5281fd1 Merged r9546..r9548 (moved blockfault, and filtering fixes) from the DARWIN by njn · 15 years ago
  89. 9a55ee8 These three files should have been added in r9537. by njn · 15 years ago
  90. 83b62cb Merge r9533..9536 (add tests/{asm.h,sys_mman.h,malloc.h} from the DARWIN branch. by njn · 15 years ago
  91. 251a5b9 Test fixes for systems that have debug info installed for libc and libpthread. by njn · 16 years ago
  92. 9cf79b5 Some tweaks to make more tests pass, or get closer to passing, on by njn · 16 years ago
  93. 54cd2af This should have been added to the last commit. by njn · 16 years ago
  94. 61485ab tests/arch_test is currently being used for two purposes: by njn · 16 years ago
  95. 5d9c1f7 Remove darwin code that crept into the trunk. by njn · 16 years ago
  96. 22b05ec Merge r9283 (lackey testing fixes) from the DARWIN branch. by njn · 16 years ago
  97. 0d2e58f Use 'diff -u' for regtests if it's supported, its output it much easier to by njn · 16 years ago
  98. b0e34f7 Remove toobig-allocs.c -- it was unreliable and didn't test any by njn · 16 years ago
  99. 2fe005a Cleanup this Makefile.am like other recent test Makefile.am files. by njn · 16 years ago
  100. 870f170 Stack traces for Memcheck's syscall param errors are terribly unreliable, so by njn · 16 years ago