1. a0664b9 Upgrade to valgrind 3.12.0. by Elliott Hughes · 7 years ago
  2. 7232d21 Increase test coverage on OS X, by re-enabling the none/tests/amd64/avx2-1 regression test. by rhyskidd · 9 years ago
  3. 8010017 Increase test coverage on OS X, by re-enabling the none/tests/amd64/avx-1 regression tests with a handy memalign() shim. by rhyskidd · 9 years ago
  4. 681b466 Increase test coverage on OS X, by re-enabling the none/tests/*/movbe regression tests with a handy memalign() shim. by rhyskidd · 9 years ago
  5. d20c762 Complete fix for bz#344416 - Fix make regtest does not work cleanly on OS X (3). by rhyskidd · 9 years ago
  6. 906b2dc Partial fix for bz#344416 - Fix make regtest does not work cleanly on OS X. by rhyskidd · 9 years ago
  7. 8eb8bab Bug 345248 - add support for Solaris OS in valgrind by sewardj · 9 years ago
  8. 1dfa412 Re-enable functioning none/tests/amd64/bug137714-amd64 on OS X n-i-bz by rhyskidd · 9 years ago
  9. 4e94bda Configury and Makefile tweaks to support compilation with Intel's by florian · 10 years ago
  10. 20bafc2 Add test for MPX instructions and bnd prefix. Bug #333666. by mjw · 10 years ago
  11. 4612846 Add test cases for out-of-range argument handling for x87 instructions by sewardj · 10 years ago
  12. 9ea080b Connect up the xacq_xrel test to the build system. Also, make the by sewardj · 11 years ago
  13. 3df0211 Add a few feature tests to configure.ac because clang does not by florian · 11 years ago
  14. 364c365 Check whether binutils supports TSX instructions. by florian · 11 years ago
  15. 137cefe Add a test program of sorts, for XBEGIN and XTEST. by sewardj · 11 years ago
  16. f014538 Testcase additions pertaining to #305728, which added support for by sewardj · 11 years ago
  17. 9bbe2bb none/tests/amd64/avx-1: Make it explicit that this test uses the vpclmulqdq instruction by bart · 12 years ago
  18. 64f6a4a none/tests/amd64/Makefile.am: Uses not only AVX instructions but PCLMULQDQ too by bart · 12 years ago
  19. b08d84d Add tests for MOVBE -- an Intel-Atom-only instruction by sewardj · 12 years ago
  20. a62e961 Fixes for 'make dist'. by sewardj · 12 years ago
  21. 9fb31ca Convert avx-1 into a proper regression test. by sewardj · 12 years ago
  22. d9ceb5a Add a test re conversions of QNaNs between 64- and 80-bit FP by sewardj · 12 years ago
  23. 9db268c Add test cases for 16 bit PCMPxSTRx variants. See #293754. by sewardj · 12 years ago
  24. 6156b77 * fix Bug 290655 - Add support for AESKEYGENASSIST instruction by philippe · 12 years ago
  25. 2aeaf8e fix 286270 VG_(env_remove_valgrind_env_stuff) by philippe · 13 years ago
  26. 9047fa7 Include insn_pclmulqdq.def in tarball. by florian · 13 years ago
  27. 2a8ef7b Remove filter_int because not used anywhere by bart · 13 years ago
  28. 64e2e72 Add insn_pclmulqdq regression test files to the distribution tarball even if the system on which the tarball has been generated does not support pclmulqdq by bart · 13 years ago
  29. 5430ede First round of changes to get make dist working again. by florian · 13 years ago
  30. 147a6a1 Remove two junk commas that got committed in r12117. by sewardj · 13 years ago
  31. 5547572 Add a new .stdout.exp file, for older glibcs that print negative nans by sewardj · 13 years ago
  32. 5491c55 Add a new .stdout.exp file, for older glibcs that print negative nans by sewardj · 13 years ago
  33. 206b2b3 Add a new .stdout.exp file, for older glibcs that print negative nans by sewardj · 13 years ago
  34. ce83509 Add test for address size override prefixes for REP prefixed string by tom · 13 years ago
  35. fa253e1 Suppressed compiler warnings triggered by none/tests/amd64/fxtract.c too. by bart · 13 years ago
  36. e44f4b2 Darwin: Re-enabled four regression tests. by bart · 13 years ago
  37. df9fa2e Updated Subversion ignore list. by bart · 13 years ago
  38. 2f61c02 Add a test for LOOPNEL. See #256669. (Jakub Jelinek <jakub@redhat.com>) by sewardj · 13 years ago
  39. 4a12423 Add tests for SSE4.2 CRC32{B,W,L,Q} insns. by sewardj · 13 years ago
  40. 2ecb7cc Connect up tests for PCMPxSTRx to the build system. by sewardj · 13 years ago
  41. 9dd960f Connect up sse4 tests to the build system. by sewardj · 13 years ago
  42. e3ae8a3 Test cases for amd64 PCLMULDQ (Emmanuel Thome, Emmanuel.Thome@gmail.com). by sewardj · 14 years ago
  43. 6dc769e Add test cases for CMPXCHG reg, reg on amd64. (Vince Weaver, by sewardj · 14 years ago
  44. 1e05e89 Add test cases for amd64 ADC Iv, eAX and SBB Iv, eAX (Jakub Jelinek, by sewardj · 14 years ago
  45. 55e438b Added configure test that checks whether the assembler supports the SSE4a instruction lzcnt. by bart · 14 years ago
  46. fc3ce48 Partially connect up the LZCNT tests. What remains to be done is to by sewardj · 14 years ago
  47. d59b569 Add test cases for XADD reg,reg. (Nicolas Sauzede, nicolas.sauzede@st.com). by sewardj · 14 years ago
  48. ac258d8 Add tests to verify behaviour of atomic instruction handling. by sewardj · 15 years ago
  49. 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago
  50. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  51. c9a6f4b Merge r9610 (AM_CCASFLAGS tweaks for test Makefiles) from the DARWIN branch. by njn · 15 years ago
  52. 5304457 Various build system clean-ups and simplifications: by njn · 15 years ago
  53. f4f5cd2 Add a test case for #156404 (main thread stack not getting extended by sewardj · 16 years ago
  54. 03d6900 Try to fix build system breakage w.r.t. ssse3_misaligned. It isn't by sewardj · 16 years ago
  55. 6d6da5b Only build the SSSE3 tests on machines whose assemblers know about by sewardj · 16 years ago
  56. 8231f32 Add SSSE3 tests. by sewardj · 16 years ago
  57. 0ab5548 Merge (from branches/THRCHECK) misc build-system changes. Nothing significant. by sewardj · 17 years ago
  58. 0657e1c Test for decoding of some instructions with redundant REX.W bits in by sewardj · 17 years ago
  59. 268b2f5 Add regtest for amd64 implementation of maskmovq and maskmovdq. by sewardj · 17 years ago
  60. 1f456de Test sahf/lahf on amd64. by sewardj · 17 years ago
  61. fa18a26 Don't build SSE3 tests if the configure test determined that the assembler by sewardj · 17 years ago
  62. 0d9a3ef Add a test for rc{l,r}{bwlq} on amd64. (from Emmanuel Thomé) by sewardj · 17 years ago
  63. 1f84dbc Include missing files in tarball. by sewardj · 18 years ago
  64. cbc4bdf Add regtest for #132918 (amd64 fprem). by sewardj · 18 years ago
  65. 969d89c 64-bit regtest for #132813 (Assertion at priv/guest-x86/toIR.c:652 fails) by sewardj · 18 years ago
  66. 409e73f Regtest for #127521 (amd64 cmpxchg8b/16b). by sewardj · 18 years ago
  67. c73fe10 Regtest for bug fixed by r6001. by sewardj · 18 years ago
  68. c49ae75 Regression tests for SSE3 support. by sewardj · 18 years ago
  69. 4a99459 Disable tests none/tests/amd64/faultstatus, none/tests/x86/faultstatus by sewardj · 18 years ago
  70. 0e21d1d Regression test for clc/stc/cmc on amd64. by sewardj · 18 years ago
  71. 8d904ee Add an amd64 test program for 'fxtract' - just a copy of the x86 one. by sewardj · 18 years ago
  72. 1168428 Test for fcmovnu. by sewardj · 18 years ago
  73. 3a699b8 amd64-linux adjustments as a followup to r5493. by sewardj · 18 years ago
  74. 7559dbc Test shrd/shld. by sewardj · 19 years ago
  75. 1565bce Add an insn_basic test for amd64. This is based on the x86 one so by tom · 19 years ago
  76. ae8bce9 Split faultstatus into the platform independent tests and those by tom · 19 years ago
  77. 7528bd2 Test for jrcxz. by sewardj · 19 years ago
  78. dfaa496 Add tests for amd64 LOOP{,E,NE} insn. by sewardj · 19 years ago
  79. 42a65c9 Self-modifying-code check for amd64. by sewardj · 19 years ago
  80. 9be19da AMD x87 instruction tests. by sewardj · 19 years ago
  81. 8c1b7c4 Regression tests for amd64 instructions. by sewardj · 19 years ago
  82. c616819 by njn · 20 years ago