1. 2f3bcd2 Minor tidying for regtests on AIX. by sewardj · 18 years ago
  2. 7e0b776 Fix various regtests, mostly by adding 64-bit outputs. by sewardj · 18 years ago
  3. fc9f82d Update a couple of expected outputs. by sewardj · 18 years ago
  4. 7e97702 Update some expected outputs following r6382. There may be more .. by sewardj · 18 years ago
  5. 9afc7dc Add a regtest for the false-uninitialised-value-report bug fixed by vex r1675. by sewardj · 18 years ago
  6. a3c78f3 Updated expected with-TOC output. by sewardj · 18 years ago
  7. 90527e3 Change a bunch of pointer <-> int casts to pointer <-> long casts so by sewardj · 18 years ago
  8. aed0536 Merge r6109: by sewardj · 18 years ago
  9. 3d8dcf8 Merge r6108: by sewardj · 18 years ago
  10. 1eff82b by sewardj · 18 years ago
  11. 4eee476 by sewardj · 18 years ago
  12. af92f45 Regression tests for Graydon Hoare's enhanced mempool stuff, from by sewardj · 18 years ago
  13. 7fd62e9 Add a regtest for #133694 (munmapping of segments below by sewardj · 18 years ago
  14. ef68c5b Regression test for #132146. by sewardj · 18 years ago
  15. d874687 Update expected output following Graydon H's leak checker fixes. by sewardj · 18 years ago
  16. 3024d03 Sigh .. now fix for 32-bit targets. by sewardj · 18 years ago
  17. 3cbed8c Fix gcc pedantry on 64-bit platforms by sewardj · 18 years ago
  18. a7bd8cc Update expected output. by sewardj · 18 years ago
  19. 183375a A 1 page stack isn't big enough for this test on ppc32-linux. by sewardj · 18 years ago
  20. 42a32a2 Update expected output following vex r1619. by sewardj · 18 years ago
  21. 49ceddc Yet more messing with masking approximate results. by sewardj · 19 years ago
  22. 7f1f7a8 Apparently Intel's rcpps etc approximations are more approximate than by sewardj · 19 years ago
  23. 5b0acb0 Update expected results following change in r5898. by sewardj · 19 years ago
  24. 2de0441 Add masking for results of rcpps/rcpss/rsqrtps/rsqrtps so as to give by sewardj · 19 years ago
  25. dbdb36f Comprehensive tests for bt{s,r,c,}{w,l,q} on amd64. by sewardj · 19 years ago
  26. 1636922 Test x86 {push,pop}{w,l}. by sewardj · 19 years ago
  27. e26e42f Add another test of permissions range copying (copy_address_range_perms). by sewardj · 19 years ago
  28. e5b662b Get rid of executable permissions on C source file. by sewardj · 19 years ago
  29. 5bac8e5 On x86, don't use x87 registers for 8-byte FP loads/stores; instead by sewardj · 19 years ago
  30. fc3b5ba Test program which uses templates to generate very long stabs (debug by sewardj · 19 years ago
  31. e250412 Un-break make dist. by sewardj · 19 years ago
  32. bca134f Add 64-bit test output. by sewardj · 19 years ago
  33. 3dfd9f0 Don't print an address on stdout as it doesn't get automagically by sewardj · 19 years ago
  34. dc6734b Another shadow memory test. This one does a huge number of loads and by sewardj · 19 years ago
  35. 2229db0 In check_all, allow two different acceptable byte values, so as to by sewardj · 19 years ago
  36. b2963ad Partial fix for the sh-mem.c failure on PPC32. This should make it work by njn · 19 years ago
  37. dbf7ca7 by njn · 19 years ago
  38. 1d0825f Merge in the COMPVBITS branch to the trunk. This is a big change to by njn · 19 years ago
  39. eb662fa Update expected output following r5785; also add a missing 's'. by sewardj · 19 years ago
  40. a895e4e Mess with this even more so that fn_1 doesn't return zero. by sewardj · 19 years ago
  41. e638a8d Updated expected output following r5753. by sewardj · 19 years ago
  42. b70b96a TRASH_IREGS: add enough live variables to make ppc32 spill (not easy) by sewardj · 19 years ago
  43. f4f22d5 Majorly beef up this test: by sewardj · 19 years ago
  44. 1c85d5c Oops, missed out of r5724. by sewardj · 19 years ago
  45. ae43d04 Regression test for memcheck's SET/GET_VBITS client requests. by sewardj · 19 years ago
  46. b0e1ccc This causes problems on setups where ld.so is mapped at just over 1M: by sewardj · 19 years ago
  47. c7e8c74 Test program aimed at exercising x87 insns a bit on amd64. by sewardj · 19 years ago
  48. bee2c28 Add a check for fsincos. by sewardj · 19 years ago
  49. 672f778 Yet more x86 instruction tests, mostly aimed at wierd/transcendental x87 insns. by sewardj · 19 years ago
  50. 02fd0d7 Test program to check the behaviour of a bunch of FP functions. by sewardj · 19 years ago
  51. 48e7bc4 Use perf/fbench as a simple FP test too. This is a modified copy, not a symlink. by sewardj · 19 years ago
  52. 46712cd Use the bz2 test in perf/ as a regression-test, just as a moderately by sewardj · 19 years ago
  53. 5a6d7e4 Wibble by sewardj · 19 years ago
  54. c885844 Make amd64 function wrapping work again following recent changes. by sewardj · 19 years ago
  55. d68ac3e Changes to make function wrapping work better on ppc64-linux: by sewardj · 19 years ago
  56. 134d1aa More function wrapping tests. by sewardj · 19 years ago
  57. 7d5c209 Track line number changes. by sewardj · 19 years ago
  58. 80d9eac More __libc_start_main -> "(below_main)" changes. by sewardj · 19 years ago
  59. 2da8f33 Update with new expected outputs. by sewardj · 19 years ago
  60. 9e9864c Suppressions-tests fixes. by sewardj · 19 years ago
  61. 4658b35 Fixes to track the "(below main)" change. by sewardj · 19 years ago
  62. 5a3f36f Don't try sys_sigprocmask on ppc64-linux. by sewardj · 19 years ago
  63. 81c145a getcontext() seems to be unimplemented on glibc-2.3.3 on ppc64-linux. by sewardj · 19 years ago
  64. a151c39 Clever handling of partially defined equality does not work on by sewardj · 19 years ago
  65. 714cbe0 This was segfaulting on ppc64-linux, even natively. These changes by sewardj · 19 years ago
  66. 26fd33d Make a bit less nonsensical on 64-bit platforms. by sewardj · 19 years ago
  67. e21a858 To reduce the endless nuisance of multiple different names for "the by sewardj · 19 years ago
  68. 9085f7e Make these behave correctly on ppc64 ELF. by sewardj · 19 years ago
  69. 0ec07f3 Merge in function wrapping support from the FNWRAP branch. That by sewardj · 19 years ago
  70. 6792df3 Make this test 64-bit clean. by sewardj · 19 years ago
  71. 48540da Build fix for oset_test following recent build system hackery. by sewardj · 19 years ago
  72. 3a699b8 amd64-linux adjustments as a followup to r5493. by sewardj · 19 years ago
  73. 0126214 by sewardj · 19 years ago
  74. a974276 Make this work on SSE1-only machines. by sewardj · 19 years ago
  75. 834db0e Also do sse memory overrun tests on x86. by sewardj · 19 years ago
  76. a5b1b25 Add a test program which checks for memory overruns in the SSE insn decoder. by sewardj · 19 years ago
  77. 694202c Update for recent change to OSet interface. by njn · 19 years ago
  78. e004d72 Add a destructor function to OSet_Destroy() which can be called for each node. by njn · 19 years ago
  79. d0220c1 Add directories missed in r5250 (ppc64 first checkin). by sewardj · 19 years ago
  80. 2c48c7b Add framework for ppc64 support. Apologies in advance for the by sewardj · 19 years ago
  81. 2fa01f1 Add a few missing regtest outputs. by sewardj · 19 years ago
  82. 0ba33f6 Last of the __libc_start_main fixes. by tom · 19 years ago
  83. d48d927 Yet more __libc_start_main updates. by tom · 19 years ago
  84. a9951cd Update XML results for __libc_start_main change. by tom · 19 years ago
  85. 428bdf7 Fix argument count given to makecontext. by tom · 19 years ago
  86. 36c7619 Update some expected results in line with Julian's fix to stop by tom · 19 years ago
  87. c2588a5 comment about the test by njn · 19 years ago
  88. b67c6ce wibl by njn · 19 years ago
  89. 7c68e98 gcc isn't so hot at reading English text by sewardj · 19 years ago
  90. 09ef408 copy log message as a comment by njn · 19 years ago
  91. b325ad1 Allocate stack with mmap rather than malloc, so that on ppc32 we get an executable by sewardj · 19 years ago
  92. 89551b3 This won't work on ppc32 unless you ask for an alt stack with x permissions, by sewardj · 19 years ago
  93. 754b82d A couple of these syscalls fail differently when running on an amd64 by sewardj · 19 years ago
  94. 37b4503 Update XML results. by tom · 19 years ago
  95. bb704c3 Make this test compile on my machine. by njn · 19 years ago
  96. 99d7d1b Use the amd64 tests on amd64, not the x86 ones... by tom · 19 years ago
  97. c82c149 Add a filter for the amd64 tests. by tom · 19 years ago
  98. accb353 Run instruction tests under memcheck as well as none. by tom · 19 years ago
  99. 2fb8f7a Add a stack switching test. by tom · 19 years ago
  100. b12b89f Add results for 64 bit systems. by tom · 19 years ago