1. 15df336 Add test cases for PCMPxSTRx variant $0x46. See #306664. by sewardj · 12 years ago
  2. 8b585d1 none/tests/amd64/movbe: Run this test only if the movbe executable has been built by bart · 12 years ago
  3. 9bbe2bb none/tests/amd64/avx-1: Make it explicit that this test uses the vpclmulqdq instruction by bart · 12 years ago
  4. 64f6a4a none/tests/amd64/Makefile.am: Uses not only AVX instructions but PCLMULQDQ too by bart · 12 years ago
  5. c58d7d5 none/tests/amd64/pcmpstr64: Update expected output after r12780 by bart · 12 years ago
  6. c5274ae Additions to PCMPxSTRx tests to check fix for bug 303963. by weidendo · 12 years ago
  7. b08d84d Add tests for MOVBE -- an Intel-Atom-only instruction by sewardj · 12 years ago
  8. 58440e7 Add expected outputs for VCMPNGESS. Should have been included in r12745. by sewardj · 12 years ago
  9. 1bc3c00 Add test case for VCMPNGESS. by sewardj · 12 years ago
  10. e15e954 Finalise the expected output. by sewardj · 12 years ago
  11. b51efc3 Improve testing of AVX FP comparisons. by sewardj · 12 years ago
  12. 502ae53 Update. by sewardj · 12 years ago
  13. 9ad4c42 Update. by sewardj · 12 years ago
  14. 9c1f235 Update. by sewardj · 12 years ago
  15. 485b447 Update. by sewardj · 12 years ago
  16. cf96744 Update. by sewardj · 12 years ago
  17. ebd9b78 Update. by sewardj · 12 years ago
  18. 285c723 Update. by sewardj · 12 years ago
  19. f5c0955 Allow each test to be run multiple times (default is 3), rather than just once. by sewardj · 12 years ago
  20. 35e7c82 Update. by sewardj · 12 years ago
  21. f831631 Update. by sewardj · 12 years ago
  22. 68831a1 Update. by sewardj · 12 years ago
  23. 70a88d3 Update. by sewardj · 12 years ago
  24. 337cea1 Update. by sewardj · 12 years ago
  25. 1ff29ef Update. by sewardj · 12 years ago
  26. f491479 Update. by sewardj · 12 years ago
  27. 00d89cd Update. by sewardj · 12 years ago
  28. 31fec70 Update. by sewardj · 12 years ago
  29. eecec67 Update. by sewardj · 12 years ago
  30. 926d353 Update. by sewardj · 12 years ago
  31. a060b3c Update. by sewardj · 12 years ago
  32. a62e961 Fixes for 'make dist'. by sewardj · 12 years ago
  33. 9fb31ca Convert avx-1 into a proper regression test. by sewardj · 12 years ago
  34. 8ad4ff3 Update. by sewardj · 12 years ago
  35. 2d5b2a5 Update. by sewardj · 12 years ago
  36. dde285b Add more test cases for VCMPSS, and reenable disabled tests for VCMPSD by sewardj · 12 years ago
  37. 7d4f1fe Add tests for all AVX instructions implemented so far. by sewardj · 12 years ago
  38. 0c960ff Update. by sewardj · 12 years ago
  39. cf0de70 Update. by sewardj · 12 years ago
  40. d5af4c2 Update. by sewardj · 12 years ago
  41. d2b33d0 Update. by sewardj · 12 years ago
  42. 4eb86ce Update. by sewardj · 12 years ago
  43. 45fa9f4 Add initial support for Intel AVX instructions (Valgrind side). by sewardj · 12 years ago
  44. d9ceb5a Add a test re conversions of QNaNs between 64- and 80-bit FP by sewardj · 13 years ago
  45. b34cb7f Add test cases for MPSADBW. See #294048. by sewardj · 13 years ago
  46. a63005c Add test cases for PHMINPOSUW (SSE 4.1). See #287301. by sewardj · 13 years ago
  47. 9db268c Add test cases for 16 bit PCMPxSTRx variants. See #293754. by sewardj · 13 years ago
  48. 6156b77 * fix Bug 290655 - Add support for AESKEYGENASSIST instruction by philippe · 13 years ago
  49. 2aeaf8e fix 286270 VG_(env_remove_valgrind_env_stuff) by philippe · 13 years ago
  50. 9047fa7 Include insn_pclmulqdq.def in tarball. by florian · 13 years ago
  51. 2a8ef7b Remove filter_int because not used anywhere by bart · 13 years ago
  52. e801ed2 Add test cases for PCMPxSTRx case 0x38. See #273318. by sewardj · 13 years ago
  53. 12f508a Add test cases for PMULUDQ and PCMPEQQ. Duh -- in future, add test by sewardj · 13 years ago
  54. 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
  55. 5430ede First round of changes to get make dist working again. by florian · 13 years ago
  56. 147a6a1 Remove two junk commas that got committed in r12117. by sewardj · 13 years ago
  57. 5547572 Add a new .stdout.exp file, for older glibcs that print negative nans by sewardj · 13 years ago
  58. 5491c55 Add a new .stdout.exp file, for older glibcs that print negative nans by sewardj · 13 years ago
  59. 206b2b3 Add a new .stdout.exp file, for older glibcs that print negative nans by sewardj · 13 years ago
  60. ce83509 Add test for address size override prefixes for REP prefixed string by tom · 13 years ago
  61. ebfd3a8 Add tests for XCHG AX, reg16 on amd64. Fixes #252695. by tom · 13 years ago
  62. fd5e535 The cmpxchg16b tests in this need to have 16-aligned addresses; by sewardj · 13 years ago
  63. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  64. 2a25889 Valgrind-side fixes and tests for PACKUSDW, to track r2160. by sewardj · 13 years ago
  65. fa253e1 Suppressed compiler warnings triggered by none/tests/amd64/fxtract.c too. by bart · 13 years ago
  66. 29f0811 Remove some unused code that gcc-4.6 warns about. by sewardj · 13 years ago
  67. d5ea6f5 Use two separate assembler argument bindings for loading or storing by tom · 14 years ago
  68. 6647d52 Fix generated assembler which writes the result to memory to correctly by tom · 14 years ago
  69. e44f4b2 Darwin: Re-enabled four regression tests. by bart · 14 years ago
  70. 1005ef5 Darwin: Build fixes for four regression tests by Rich Coe (see also #267488). by bart · 14 years ago
  71. df9fa2e Updated Subversion ignore list. by bart · 14 years ago
  72. 2f61c02 Add a test for LOOPNEL. See #256669. (Jakub Jelinek <jakub@redhat.com>) by sewardj · 14 years ago
  73. 4a12423 Add tests for SSE4.2 CRC32{B,W,L,Q} insns. by sewardj · 14 years ago
  74. 3b20b17 Add test cases for PCMPxSTRx $0x00. by sewardj · 14 years ago
  75. 2ecb7cc Connect up tests for PCMPxSTRx to the build system. by sewardj · 14 years ago
  76. 9dd960f Connect up sse4 tests to the build system. by sewardj · 14 years ago
  77. f60af03 Add test cases for EXTRACTPS, BLENDVPD, BLENDVPS, PBLENDVB. by sewardj · 14 years ago
  78. 4fbf7c7 Add tests for non-immediate-rounding-mode versions of ROUND{P,S}{S,D}. by sewardj · 14 years ago
  79. 05b8853 Add tests for ROUNDPD and ROUNDPS. by sewardj · 14 years ago
  80. e3ae8a3 Test cases for amd64 PCLMULDQ (Emmanuel Thome, Emmanuel.Thome@gmail.com). by sewardj · 14 years ago
  81. 6dc769e Add test cases for CMPXCHG reg, reg on amd64. (Vince Weaver, by sewardj · 14 years ago
  82. 1e05e89 Add test cases for amd64 ADC Iv, eAX and SBB Iv, eAX (Jakub Jelinek, by sewardj · 14 years ago
  83. 55e438b Added configure test that checks whether the assembler supports the SSE4a instruction lzcnt. by bart · 14 years ago
  84. fc9b171 Add a test which checks the ISTRI-vs-ESTRI-vs-ISTRM-vs-ESTRM by sewardj · 14 years ago
  85. db3c42f Add tests for PINSRB and PTEST. by sewardj · 14 years ago
  86. 7f3019b Fix strict-aliasing violations; + minor futzing. by sewardj · 14 years ago
  87. 5ac9906 Majorly improve and generalise the core arithmetic routines. by sewardj · 14 years ago
  88. 0a87e8d Add a test program for PCMPISTRI on amd64 (not yet hooked up). by sewardj · 14 years ago
  89. fc3ce48 Partially connect up the LZCNT tests. What remains to be done is to by sewardj · 14 years ago
  90. ab20576 Test cases for LZCNT instruction support. Not wired up yet. by sewardj · 14 years ago
  91. e12694d Update expected output for Ubuntu 10.04. by sewardj · 14 years ago
  92. 9cb6475 Update expected outputs following vex r1992. by sewardj · 14 years ago
  93. c7d0a8f Add tests for ROUNDSS and ROUNDSD -- partial coverage, for the cases by sewardj · 14 years ago
  94. b823b85 Valgrind-side changes needed to go with vex r1984 (Implement SSE4 by sewardj · 14 years ago
  95. e7acec7 Add a test program for SSE4 instructions. Currently not integrated by sewardj · 14 years ago
  96. d59b569 Add test cases for XADD reg,reg. (Nicolas Sauzede, nicolas.sauzede@st.com). by sewardj · 14 years ago
  97. 958c1f3 Enable testing of FISTS and FISTPS on amd64. by sewardj · 14 years ago
  98. a01ed5e Only run none/tests/amd64/bug127521-64 on machines supporting cmpxchg16b. by sewardj · 15 years ago
  99. ac258d8 Add tests to verify behaviour of atomic instruction handling. by sewardj · 15 years ago
  100. 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago