1. 83b62cb Merge r9533..9536 (add tests/{asm.h,sys_mman.h,malloc.h} from the DARWIN branch. by njn · 15 years ago
  2. 61485ab tests/arch_test is currently being used for two purposes: by njn · 16 years ago
  3. 5304457 Various build system clean-ups and simplifications: by njn · 16 years ago
  4. 107bc57 Merge r9175 (don't run inappropriate OS- and platform-specific tests) from by njn · 16 years ago
  5. a00febc SSE3 and SSSE3 are two different things, so add a proper SSSE3 feature by tom · 16 years ago
  6. f4f5cd2 Add a test case for #156404 (main thread stack not getting extended by sewardj · 16 years ago
  7. 03d6900 Try to fix build system breakage w.r.t. ssse3_misaligned. It isn't by sewardj · 17 years ago
  8. 6d6da5b Only build the SSSE3 tests on machines whose assemblers know about by sewardj · 17 years ago
  9. 8231f32 Add SSSE3 tests. by sewardj · 17 years ago
  10. 728ae1c Get rid of compiler warnings. by sewardj · 17 years ago
  11. 0ab5548 Merge (from branches/THRCHECK) misc build-system changes. Nothing significant. by sewardj · 17 years ago
  12. 0657e1c Test for decoding of some instructions with redundant REX.W bits in by sewardj · 17 years ago
  13. 268b2f5 Add regtest for amd64 implementation of maskmovq and maskmovdq. by sewardj · 17 years ago
  14. b508d77 Older assemblers on amd64-linux don't do lahf/sahf; work around that. by sewardj · 17 years ago
  15. 1f456de Test sahf/lahf on amd64. by sewardj · 17 years ago
  16. fa18a26 Don't build SSE3 tests if the configure test determined that the assembler by sewardj · 18 years ago
  17. 0d9a3ef Add a test for rc{l,r}{bwlq} on amd64. (from Emmanuel Thomé) by sewardj · 18 years ago
  18. 1f84dbc Include missing files in tarball. by sewardj · 18 years ago
  19. 90527e3 Change a bunch of pointer <-> int casts to pointer <-> long casts so by sewardj · 18 years ago
  20. 68245ce Regtest for #133678 (amd64 pextrw with 64-bit dst register) by sewardj · 18 years ago
  21. cbc4bdf Add regtest for #132918 (amd64 fprem). by sewardj · 18 years ago
  22. 969d89c 64-bit regtest for #132813 (Assertion at priv/guest-x86/toIR.c:652 fails) by sewardj · 18 years ago
  23. ec4e607 Hand assemble cmpxchg16b as old assemblers don't understand it. by tom · 18 years ago
  24. 409e73f Regtest for #127521 (amd64 cmpxchg8b/16b). by sewardj · 18 years ago
  25. c73fe10 Regtest for bug fixed by r6001. by sewardj · 18 years ago
  26. c49ae75 Regression tests for SSE3 support. by sewardj · 18 years ago
  27. 1d47aef Re-enable regression tests for AMD64 SSE2 'psadbw'. by sewardj · 18 years ago
  28. 4a99459 Disable tests none/tests/amd64/faultstatus, none/tests/x86/faultstatus by sewardj · 18 years ago
  29. 0e21d1d Regression test for clc/stc/cmc on amd64. by sewardj · 18 years ago
  30. 1b1d752 Re-enable amd64 test for pmaddwd. by sewardj · 18 years ago
  31. 8d904ee Add an amd64 test program for 'fxtract' - just a copy of the x86 one. by sewardj · 19 years ago
  32. 1168428 Test for fcmovnu. by sewardj · 19 years ago
  33. 3a699b8 amd64-linux adjustments as a followup to r5493. by sewardj · 19 years ago
  34. b6d05e6 Use the amd64 tests on amd64 not the x86 ones... by tom · 19 years ago
  35. accb353 Run instruction tests under memcheck as well as none. by tom · 19 years ago
  36. 95f9ed6 Add tests for 64 bit instructions. by tom · 19 years ago
  37. 516fd46 Sync sse2 tests from x86 to amd64. by tom · 19 years ago
  38. 6a18161 Add test cases for amd64 vector FP unordered compares. by sewardj · 19 years ago
  39. c8d121f Enable tests for shld/shrd instructions which are now supported on amd64. by tom · 19 years ago
  40. 7559dbc Test shrd/shld. by sewardj · 19 years ago
  41. 1565bce Add an insn_basic test for amd64. This is based on the x86 one so by tom · 19 years ago
  42. 7fb9df9 Allow rax/rbx/rcx/rdx (and their narrower counterparts) to be used by tom · 19 years ago
  43. 78a8fec Fix the amd64 version of gen_insn_test.pl to strip any b/w/d suffix by tom · 19 years ago
  44. be622ec Also test jecxz. by sewardj · 19 years ago
  45. ae8bce9 Split faultstatus into the platform independent tests and those by tom · 19 years ago
  46. 0d15944 Don't give the heap execute permission - the linux kernel doesn't by tom · 19 years ago
  47. 7528bd2 Test for jrcxz. by sewardj · 19 years ago
  48. dfaa496 Add tests for amd64 LOOP{,E,NE} insn. by sewardj · 19 years ago
  49. 6c3a219 Rename --smc-support= to --smc-check=. by sewardj · 19 years ago
  50. 42a65c9 Self-modifying-code check for amd64. by sewardj · 19 years ago
  51. 0be2610 Add test cases for MOVQ on amd64. by sewardj · 19 years ago
  52. 9be19da AMD x87 instruction tests. by sewardj · 19 years ago
  53. 4fa5e7c Use hi-half xmm registers (REX.R, REX.B == 1) (%xmm8-%xmm15) in an by sewardj · 19 years ago
  54. 8c1b7c4 Regression tests for amd64 instructions. by sewardj · 19 years ago
  55. c6fa942 * gcc-3.3.4 seems to generate non-working code for eq_double: workaround by sewardj · 19 years ago
  56. 46b9166 SSE2 tests for amd64. by sewardj · 19 years ago
  57. ed5417f * test cases for amd64 SSE * modify gen_insn_test to handle them by sewardj · 19 years ago
  58. a8532a3 Versions of Tom's excellent insn-set test programs modified for the by sewardj · 19 years ago
  59. c616819 by njn · 20 years ago