1. 86728b2 Add a comment explaining this test. by njn · 15 years ago
  2. a00febc SSE3 and SSSE3 are two different things, so add a proper SSSE3 feature by tom · 15 years ago
  3. 4d598eb Fixed typo (a space was lost by copying text between shell sessions). by bart · 15 years ago
  4. fcb1cd6 The blockfault regression test now passes on 64 bit systems too. by bart · 15 years ago
  5. 9ba91f4 Update expected outputs. by sewardj · 16 years ago
  6. 6967b5f Add a new expected output for this test. Really it's a bad test, by sewardj · 16 years ago
  7. 6f089c7 Update expected output. by sewardj · 16 years ago
  8. 5e3e56b Run this test -q, so as to remove the variance in outputs exhibited as by sewardj · 16 years ago
  9. f4f5cd2 Add a test case for #156404 (main thread stack not getting extended by sewardj · 16 years ago
  10. bbf5a2f This should have been committed as part of r8623 (Fix longstanding bug by sewardj · 16 years ago
  11. e95d94f Fix longstanding bug in dual-arch support, which originated in by sewardj · 16 years ago
  12. 9c606bd by sewardj · 16 years ago
  13. 93ca0cb Make the rlimit_nofile regression tests less system dependent. by bart · 16 years ago
  14. fbce73d Make the fdleak regression tests less system dependent. by bart · 16 years ago
  15. c874142 #define HAS_ALTIVEC is now fetched from config.h instead of from Makefile.am. by bart · 16 years ago
  16. 285ae1c Fixed compiler warnings. by bart · 16 years ago
  17. 5a544ca Add a test case for #152818 (from Sergei Trofimovich) by sewardj · 16 years ago
  18. cec15e8 Make sure compilation of pth_cancel1.c gets $(AM_FLAG_M3264_PRI). by sewardj · 16 years ago
  19. c381849 Added yet another output variant. by bart · 16 years ago
  20. 137f8f6 Added yet another output variant. by bart · 16 years ago
  21. d8b6689 Added yet another output variant. by bart · 16 years ago
  22. 3a3e8ca Suppress unavoidable warning during compilation of pth_cancel1.c. by bart · 16 years ago
  23. 71a50b3 Moved mallinfo regression test from none/tests to memcheck/tests. by bart · 16 years ago
  24. bee023b Made mallinfo() regression test more extensive, based on a contribution by Eugene Toder. by bart · 16 years ago
  25. 68d9fab Added regression test for mallinfo(). by bart · 16 years ago
  26. b8b79ad Merge in the DATASYMS branch. by sewardj · 16 years ago
  27. 05b4823 Fix minor breakage in 7 tests. by njn · 16 years ago
  28. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  29. fad9c1c From Bart van Assche: by njn · 16 years ago
  30. 03d6900 Try to fix build system breakage w.r.t. ssse3_misaligned. It isn't by sewardj · 16 years ago
  31. 6d6da5b Only build the SSSE3 tests on machines whose assemblers know about by sewardj · 16 years ago
  32. 8231f32 Add SSSE3 tests. by sewardj · 16 years ago
  33. 95d86c0 Improve handling of programs which require very large main thread by sewardj · 17 years ago
  34. 728ae1c Get rid of compiler warnings. by sewardj · 17 years ago
  35. 28f80e9 Update expected outputs. by sewardj · 17 years ago
  36. 374a36d by njn · 17 years ago
  37. 0ab5548 Merge (from branches/THRCHECK) misc build-system changes. Nothing significant. by sewardj · 17 years ago
  38. 0657e1c Test for decoding of some instructions with redundant REX.W bits in by sewardj · 17 years ago
  39. 1ceeaf5 Add test for tw instruction. by sewardj · 17 years ago
  40. c485ef2 Add test for tw and td instructions. by sewardj · 17 years ago
  41. 268b2f5 Add regtest for amd64 implementation of maskmovq and maskmovdq. by sewardj · 17 years ago
  42. b508d77 Older assemblers on amd64-linux don't do lahf/sahf; work around that. by sewardj · 17 years ago
  43. 1f456de Test sahf/lahf on amd64. by sewardj · 17 years ago
  44. fa18a26 Don't build SSE3 tests if the configure test determined that the assembler by sewardj · 17 years ago
  45. de21b95 Add a test for vex ppc64 code generation bug fixed by vex r1739 by sewardj · 17 years ago
  46. 8af928c Updated expected output. by sewardj · 17 years ago
  47. 4ad1357 Make SSE-1 friendly. by sewardj · 17 years ago
  48. 2990a49 Add regtest against vex cse failure that surfaced in 3.2.2. by sewardj · 17 years ago
  49. 0d9a3ef Add a test for rc{l,r}{bwlq} on amd64. (from Emmanuel Thomé) by sewardj · 17 years ago
  50. 9ebd6e0 Update copyright dates. by sewardj · 17 years ago
  51. aff33ae Update expected output following r6447 (Test lvxl and stvxl.) by sewardj · 18 years ago
  52. 7a1f3b6 Add regtest for bug129390 (altivec cache hint insns) by sewardj · 18 years ago
  53. 0b21412 Test lvxl and stvxl. by sewardj · 18 years ago
  54. e780434 Add regtest for #139050. by sewardj · 18 years ago
  55. cbe6c57 Regtest for bug 137714 (x86 MASKMOVQ/MASKMOVDQU insns) by sewardj · 18 years ago
  56. 0b9d74a by sewardj · 18 years ago
  57. bf57ce7 Use standard pthread mutexes instead of spinlocks. Not all distros by sewardj · 18 years ago
  58. 76e8a96 Add locking so this produces repeatable results (Bart Van Assche). by sewardj · 18 years ago
  59. e1494c6 64-bit followup to r6404: fix and simplify the inline assembly, so it by sewardj · 18 years ago
  60. 5f2d97b Fix and simplify the inline assembly, so it works right when compiled by sewardj · 18 years ago
  61. 1f84dbc Include missing files in tarball. by sewardj · 18 years ago
  62. 2f3bcd2 Minor tidying for regtests on AIX. by sewardj · 18 years ago
  63. 7e0b776 Fix various regtests, mostly by adding 64-bit outputs. by sewardj · 18 years ago
  64. 0306d74 Update expected output. by sewardj · 18 years ago
  65. c8990d3 On SuSE 10.1 (amd64) fd 4 seems to be open at process start. Close it by sewardj · 18 years ago
  66. fc9f82d Update a couple of expected outputs. by sewardj · 18 years ago
  67. 82020a8 Add a regression test, courtesy of Bart Van Assche. by njn · 18 years ago
  68. 7d47d9e Regtest for #135421 (long-form encoding of 'push{l,w} %reg') by sewardj · 18 years ago
  69. 8116d7b A test for JECXZ and JCXZ. by sewardj · 18 years ago
  70. b95cd58 Add a regtest for #126147. by sewardj · 18 years ago
  71. 7554cc8 Add a regtest for #125959. by sewardj · 18 years ago
  72. 90527e3 Change a bunch of pointer <-> int casts to pointer <-> long casts so by sewardj · 18 years ago
  73. 3477e8c Update expected output. by sewardj · 18 years ago
  74. 4bdd505 Merge r6113: by sewardj · 18 years ago
  75. 1eff82b by sewardj · 18 years ago
  76. 64ea7f8 Move VG_BUGS_TO to pub_tool_basics.h so that Nulgrind need not import by njn · 18 years ago
  77. 90da11b A a test for the 'mcrfs' insn. by sewardj · 18 years ago
  78. 68245ce Regtest for #133678 (amd64 pextrw with 64-bit dst register) by sewardj · 18 years ago
  79. cbc4bdf Add regtest for #132918 (amd64 fprem). by sewardj · 18 years ago
  80. 969d89c 64-bit regtest for #132813 (Assertion at priv/guest-x86/toIR.c:652 fails) by sewardj · 18 years ago
  81. 56a6f41 Regtest for #132813 (Assertion at priv/guest-x86/toIR.c:652 fails) by sewardj · 18 years ago
  82. 42e9bd0 Add missing #include. by sewardj · 18 years ago
  83. ec4e607 Hand assemble cmpxchg16b as old assemblers don't understand it. by tom · 18 years ago
  84. 409e73f Regtest for #127521 (amd64 cmpxchg8b/16b). by sewardj · 18 years ago
  85. 35c1c7c Regression test for fix for #129866. by sewardj · 18 years ago
  86. c73fe10 Regtest for bug fixed by r6001. by sewardj · 18 years ago
  87. c49ae75 Regression tests for SSE3 support. by sewardj · 18 years ago
  88. 1d47aef Re-enable regression tests for AMD64 SSE2 'psadbw'. by sewardj · 18 years ago
  89. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  90. 33dbfce Clarify usage instructions for --trace-flags. by njn · 18 years ago
  91. b80c828 Oops, track date change in r5940. by sewardj · 18 years ago
  92. 4a99459 Disable tests none/tests/amd64/faultstatus, none/tests/x86/faultstatus by sewardj · 18 years ago
  93. 365985f Update expected outputs following r5895. by sewardj · 18 years ago
  94. 0e21d1d Regression test for clc/stc/cmc on amd64. by sewardj · 18 years ago
  95. 67b0a95 Tests for 16/32 bit byte reversed loads and stores. by sewardj · 18 years ago
  96. d7aca4c Tests for the mov{z,s}{bw,bl,wl} instructions. by sewardj · 18 years ago
  97. e87dba3 Build fixes for gcc-3.3.3. by sewardj · 18 years ago
  98. ca54af3 by njn · 18 years ago
  99. a0d693b Regression test cases for FP rounding modes on ppc32 and ppc64. (Dave Nomura). by sewardj · 18 years ago
  100. 1b1d752 Re-enable amd64 test for pmaddwd. by sewardj · 18 years ago