1. 4915c52 Add tests for MOVBE in 32 bit mode. See 304867. (Ambroz Bizjak, by sewardj · 12 years ago
  2. 3e1e218 none/tests/x86/bug125959-x86 language conformance fix: do not trigger signed integer overflow. Fixes #292628. by bart · 13 years ago
  3. 2aeaf8e fix 286270 VG_(env_remove_valgrind_env_stuff) by philippe · 13 years ago
  4. c443b96 Fix the configure test for ssse3 support. GCC needs -msse or it by florian · 13 years ago
  5. 2a8ef7b Remove filter_int because not used anywhere by bart · 13 years ago
  6. ed52992 Add a new .stdout.exp file, for older glibcs that print negative nans by sewardj · 13 years ago
  7. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  8. 536081d Silence compiler warnings triggered by certain regression tests programs and that we are not interested in. by bart · 13 years ago
  9. f976f6c by bart · 13 years ago
  10. d5ea6f5 Use two separate assembler argument bindings for loading or storing by tom · 13 years ago
  11. 6647d52 Fix generated assembler which writes the result to memory to correctly by tom · 13 years ago
  12. 1b6def8 Add a test case for non-overwriting of CC_NDEP in shifts by zero. by sewardj · 13 years ago
  13. de486f7 Skip test programs that do not build on Darwin. by bart · 13 years ago
  14. 7603b6b Add tests for AAD and AAM (base 10 only). (Vince Weaver, vince@csl.cornell.edu) by sewardj · 14 years ago
  15. 1e05e89 Add test cases for amd64 ADC Iv, eAX and SBB Iv, eAX (Jakub Jelinek, by sewardj · 14 years ago
  16. 55e438b Added configure test that checks whether the assembler supports the SSE4a instruction lzcnt. by bart · 14 years ago
  17. fc3ce48 Partially connect up the LZCNT tests. What remains to be done is to by sewardj · 14 years ago
  18. ab20576 Test cases for LZCNT instruction support. Not wired up yet. by sewardj · 14 years ago
  19. 9cb6475 Update expected outputs following vex r1992. by sewardj · 14 years ago
  20. d59b569 Add test cases for XADD reg,reg. (Nicolas Sauzede, nicolas.sauzede@st.com). by sewardj · 14 years ago
  21. 0a96643 Make sure the x86 direction flag is cleared again if we set it as part by tom · 15 years ago
  22. d651d1f Fixed the inline assembly code such that it also works correctly with gcc 4.4.0. While accessing stack variables from inline assembly code that modifies the stack pointer works fine with gcc 3.0 - gcc 4.3 with optimization disabled, it gives incorrect results with gcc 4.4.0. by bart · 15 years ago
  23. ac258d8 Add tests to verify behaviour of atomic instruction handling. by sewardj · 15 years ago
  24. 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago
  25. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  26. d1173b8 DARWIN sync: Makefile.am layout, mostly. by njn · 15 years ago
  27. c885053 Merge r9666 (badseg portability tweak) from the DARWIN branch. by njn · 15 years ago
  28. c9a6f4b Merge r9610 (AM_CCASFLAGS tweaks for test Makefiles) from the DARWIN branch. by njn · 15 years ago
  29. 52cb75c Merged r9602 and r9603 (make cpuid pass on Darwin, rename .s files to .S) by njn · 15 years ago
  30. ae508b0 Merged r9596 (build system tweaks, minus the Darwin bits) from the DARWIN by njn · 15 years ago
  31. 1e97aee Merge r9571 (get faultstatus building again) from the DARWIN branch. by njn · 15 years ago
  32. 06ca332 Merge r9550..r9552 (move seg_override and sigcontext) from the DARWIN branch. by njn · 15 years ago
  33. 83b62cb Merge r9533..9536 (add tests/{asm.h,sys_mman.h,malloc.h} from the DARWIN branch. by njn · 15 years ago
  34. 11d59ca Roll back accidental change that shouldn't have been in r9316. by njn · 15 years ago
  35. 61485ab tests/arch_test is currently being used for two purposes: by njn · 15 years ago
  36. 64c62d4 Some more test/build cleanups missed in prior commits. by njn · 15 years ago
  37. 5304457 Various build system clean-ups and simplifications: by njn · 15 years ago
  38. 107bc57 Merge r9175 (don't run inappropriate OS- and platform-specific tests) from by njn · 15 years ago
  39. d3e4dd9 Merge some minor regtest updates from the DARWIN branch: by njn · 16 years ago
  40. 7fd6d38 Rename all the arch/OS/platform-related variables in configure.in to make it by njn · 16 years ago
  41. a00febc SSE3 and SSSE3 are two different things, so add a proper SSSE3 feature by tom · 16 years ago
  42. bbf5a2f This should have been committed as part of r8623 (Fix longstanding bug by sewardj · 16 years ago
  43. e95d94f Fix longstanding bug in dual-arch support, which originated in by sewardj · 16 years ago
  44. 285ae1c Fixed compiler warnings. by bart · 16 years ago
  45. 5a544ca Add a test case for #152818 (from Sergei Trofimovich) by sewardj · 16 years ago
  46. 03d6900 Try to fix build system breakage w.r.t. ssse3_misaligned. It isn't by sewardj · 16 years ago
  47. 6d6da5b Only build the SSSE3 tests on machines whose assemblers know about by sewardj · 17 years ago
  48. 8231f32 Add SSSE3 tests. by sewardj · 17 years ago
  49. fa18a26 Don't build SSE3 tests if the configure test determined that the assembler by sewardj · 17 years ago
  50. 4ad1357 Make SSE-1 friendly. by sewardj · 18 years ago
  51. 2990a49 Add regtest against vex cse failure that surfaced in 3.2.2. by sewardj · 18 years ago
  52. cbe6c57 Regtest for bug 137714 (x86 MASKMOVQ/MASKMOVDQU insns) by sewardj · 18 years ago
  53. 7d47d9e Regtest for #135421 (long-form encoding of 'push{l,w} %reg') by sewardj · 18 years ago
  54. 8116d7b A test for JECXZ and JCXZ. by sewardj · 18 years ago
  55. b95cd58 Add a regtest for #126147. by sewardj · 18 years ago
  56. 7554cc8 Add a regtest for #125959. by sewardj · 18 years ago
  57. 56a6f41 Regtest for #132813 (Assertion at priv/guest-x86/toIR.c:652 fails) by sewardj · 18 years ago
  58. c49ae75 Regression tests for SSE3 support. by sewardj · 18 years ago
  59. 4a99459 Disable tests none/tests/amd64/faultstatus, none/tests/x86/faultstatus by sewardj · 18 years ago
  60. d7aca4c Tests for the mov{z,s}{bw,bl,wl} instructions. by sewardj · 18 years ago
  61. d37aa77 A test for fcmovnu. by sewardj · 18 years ago
  62. 842c93f Disable 'yield' -- it fails so often that it's useless. by njn · 19 years ago
  63. accb353 Run instruction tests under memcheck as well as none. by tom · 19 years ago
  64. ef56732 Allow 32 bit x86 tests to run on amd64 machines. by tom · 19 years ago
  65. 4818d73 Avoid compiler warnings. by njn · 19 years ago
  66. 9f98341 Update results - we now emulate the whole LDT. by tom · 19 years ago
  67. 3a76869 Oops, this should have been included in r5014. by sewardj · 19 years ago
  68. dea851c Add test cases for SSE unordered-compare instructions. by sewardj · 19 years ago
  69. 7563f2b Re-enable a load of tests for instructions which VEX now implements. by tom · 19 years ago
  70. ae8bce9 Split faultstatus into the platform independent tests and those by tom · 19 years ago
  71. 01a4d87 Even more regtests by sewardj · 19 years ago
  72. b966e55 Add regtests for SSE2 pmaddwd. by sewardj · 19 years ago
  73. 19cd6b5 Reenable SSE2 psadbw test. by sewardj · 19 years ago
  74. 343dbe4 Test misc sbb/adc insns. by sewardj · 19 years ago
  75. 050ac28 Test simulation of x86 'fxtract'. by sewardj · 19 years ago
  76. 22b8748 Restore %ebx properly instead of restoring %edx twice. by tom · 19 years ago
  77. 5303d79 Add regtest for x86 LOOP{,E,NE} insns. by sewardj · 19 years ago
  78. 09ea9c4 Add regtest for x86 cmpxchg8b. by sewardj · 19 years ago
  79. 6c3a219 Rename --smc-support= to --smc-check=. by sewardj · 19 years ago
  80. 8c30ec2 Modify this test so it no longer uses client requests, but instead by sewardj · 19 years ago
  81. 4f38bd9 This is x86 specific; re-home accordingly. by sewardj · 19 years ago
  82. 937411f smc1 is an x86-specific test; re-home it accordingly. (How did this by sewardj · 19 years ago
  83. 67f1fcc gcc-4.0.1 rejects insn_{mmx,sse,sse2}.c despite the fact that by sewardj · 19 years ago
  84. 5d8a230 by njn · 19 years ago
  85. 3d8525d Avoid compile warning. by njn · 19 years ago
  86. ae71dd4 argh! there were loads of the little beggars .... by de · 19 years ago
  87. d39126c No wonder I couldn't figure out exactly how movq was supposed to by sewardj · 19 years ago
  88. c7a71b3 Update expected output. by sewardj · 19 years ago
  89. 2feecc6 Add exhaustive tests for pslldq/psrldq. by sewardj · 19 years ago
  90. 05c54a7 Remove a couple of compiler warnings. by njn · 19 years ago
  91. f3b9d8e Make the regtests buildable on amd64, by moving various x86 specific by sewardj · 19 years ago
  92. 75a93cf Followup to rev 3319: remove bits of these tests which 3319 didn't, by sewardj · 19 years ago
  93. 93aa362 Get rid of dastest and rcl_assert. These test instructions that are by sewardj · 19 years ago
  94. 796ad0c by njn · 19 years ago
  95. b5f6f51 by sewardj · 19 years ago
  96. c258f5e Re-enable regression tests for PSLLDQ. by sewardj · 20 years ago
  97. 877bc98 Make the insn_ tests work at least for the insns which Vex (x86 guest) by sewardj · 20 years ago
  98. b31bc18 Reinstate tests for psrldq. by sewardj · 20 years ago
  99. ac6bbae Updated expected output. by sewardj · 20 years ago
  100. d0ee4f8 For now, disable test of: pmaddwd psadbw pslldq psrldq. The x86 front by sewardj · 20 years ago