1. ed39800 Upgrade to valgrind 3.13.0 (15 June 2017). by Elliott Hughes · 7 years ago
  2. a0664b9 Upgrade to valgrind 3.12.0. by Elliott Hughes · 7 years ago
  3. 281f0e9 clang miscompiles faultstatus.c function test5(). by florian · 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. 4f2fe91 Properly conditionalise these tests, now that they are guarded on certain combinations of operating system and compiler. by rhyskidd · 9 years ago
  6. a18a528 Resolve makefile consistency error at conclusion of make regtest by rhyskidd · 9 years ago
  7. 308a98c Partial fix for bz#344416 - Fix make regtest does not work cleanly on OS X (2). by rhyskidd · 9 years ago
  8. 906b2dc Partial fix for bz#344416 - Fix make regtest does not work cleanly on OS X. by rhyskidd · 9 years ago
  9. 8eb8bab Bug 345248 - add support for Solaris OS in valgrind by sewardj · 9 years ago
  10. f0c6139 Unguard none/tests/x86/cse_fail on OS X, as the test completes. n-i-bz. by rhyskidd · 9 years ago
  11. 710d307 Fix also the rm vgcore of a disabled test (also spotted by Matthias Schwarzott) by philippe · 9 years ago
  12. c4fe430 Hide .version directives in assembly code on Mac, since XCode doesn't by sewardj · 10 years ago
  13. 4612846 Add test cases for out-of-range argument handling for x87 instructions by sewardj · 10 years ago
  14. 7c6a000 Support mmxext (integer sse) subset on i386 (athlon). Bug #323713 by mjw · 11 years ago
  15. b331c1b The Signedness Police visit a couple of outlying systems in the Delta Quadrant. by sewardj · 12 years ago
  16. 4915c52 Add tests for MOVBE in 32 bit mode. See 304867. (Ambroz Bizjak, by sewardj · 12 years ago
  17. 3e1e218 none/tests/x86/bug125959-x86 language conformance fix: do not trigger signed integer overflow. Fixes #292628. by bart · 13 years ago
  18. 2aeaf8e fix 286270 VG_(env_remove_valgrind_env_stuff) by philippe · 13 years ago
  19. c443b96 Fix the configure test for ssse3 support. GCC needs -msse or it by florian · 13 years ago
  20. 2a8ef7b Remove filter_int because not used anywhere by bart · 13 years ago
  21. ed52992 Add a new .stdout.exp file, for older glibcs that print negative nans by sewardj · 13 years ago
  22. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  23. 536081d Silence compiler warnings triggered by certain regression tests programs and that we are not interested in. by bart · 13 years ago
  24. f976f6c by bart · 13 years ago
  25. d5ea6f5 Use two separate assembler argument bindings for loading or storing by tom · 14 years ago
  26. 6647d52 Fix generated assembler which writes the result to memory to correctly by tom · 14 years ago
  27. 1b6def8 Add a test case for non-overwriting of CC_NDEP in shifts by zero. by sewardj · 14 years ago
  28. de486f7 Skip test programs that do not build on Darwin. by bart · 14 years ago
  29. 7603b6b Add tests for AAD and AAM (base 10 only). (Vince Weaver, vince@csl.cornell.edu) by sewardj · 14 years ago
  30. 1e05e89 Add test cases for amd64 ADC Iv, eAX and SBB Iv, eAX (Jakub Jelinek, by sewardj · 14 years ago
  31. 55e438b Added configure test that checks whether the assembler supports the SSE4a instruction lzcnt. by bart · 14 years ago
  32. fc3ce48 Partially connect up the LZCNT tests. What remains to be done is to by sewardj · 14 years ago
  33. ab20576 Test cases for LZCNT instruction support. Not wired up yet. by sewardj · 14 years ago
  34. 9cb6475 Update expected outputs following vex r1992. by sewardj · 14 years ago
  35. d59b569 Add test cases for XADD reg,reg. (Nicolas Sauzede, nicolas.sauzede@st.com). by sewardj · 14 years ago
  36. 0a96643 Make sure the x86 direction flag is cleared again if we set it as part by tom · 15 years ago
  37. 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
  38. ac258d8 Add tests to verify behaviour of atomic instruction handling. by sewardj · 15 years ago
  39. 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago
  40. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  41. d1173b8 DARWIN sync: Makefile.am layout, mostly. by njn · 15 years ago
  42. c885053 Merge r9666 (badseg portability tweak) from the DARWIN branch. by njn · 15 years ago
  43. c9a6f4b Merge r9610 (AM_CCASFLAGS tweaks for test Makefiles) from the DARWIN branch. by njn · 15 years ago
  44. 52cb75c Merged r9602 and r9603 (make cpuid pass on Darwin, rename .s files to .S) by njn · 15 years ago
  45. ae508b0 Merged r9596 (build system tweaks, minus the Darwin bits) from the DARWIN by njn · 15 years ago
  46. 1e97aee Merge r9571 (get faultstatus building again) from the DARWIN branch. by njn · 15 years ago
  47. 06ca332 Merge r9550..r9552 (move seg_override and sigcontext) from the DARWIN branch. by njn · 15 years ago
  48. 83b62cb Merge r9533..9536 (add tests/{asm.h,sys_mman.h,malloc.h} from the DARWIN branch. by njn · 15 years ago
  49. 11d59ca Roll back accidental change that shouldn't have been in r9316. by njn · 16 years ago
  50. 61485ab tests/arch_test is currently being used for two purposes: by njn · 16 years ago
  51. 64c62d4 Some more test/build cleanups missed in prior commits. by njn · 16 years ago
  52. 5304457 Various build system clean-ups and simplifications: by njn · 16 years ago
  53. 107bc57 Merge r9175 (don't run inappropriate OS- and platform-specific tests) from by njn · 16 years ago
  54. d3e4dd9 Merge some minor regtest updates from the DARWIN branch: by njn · 16 years ago
  55. 7fd6d38 Rename all the arch/OS/platform-related variables in configure.in to make it by njn · 16 years ago
  56. a00febc SSE3 and SSSE3 are two different things, so add a proper SSSE3 feature by tom · 16 years ago
  57. bbf5a2f This should have been committed as part of r8623 (Fix longstanding bug by sewardj · 16 years ago
  58. e95d94f Fix longstanding bug in dual-arch support, which originated in by sewardj · 16 years ago
  59. 285ae1c Fixed compiler warnings. by bart · 16 years ago
  60. 5a544ca Add a test case for #152818 (from Sergei Trofimovich) by sewardj · 16 years ago
  61. 03d6900 Try to fix build system breakage w.r.t. ssse3_misaligned. It isn't by sewardj · 17 years ago
  62. 6d6da5b Only build the SSSE3 tests on machines whose assemblers know about by sewardj · 17 years ago
  63. 8231f32 Add SSSE3 tests. by sewardj · 17 years ago
  64. fa18a26 Don't build SSE3 tests if the configure test determined that the assembler by sewardj · 18 years ago
  65. 4ad1357 Make SSE-1 friendly. by sewardj · 18 years ago
  66. 2990a49 Add regtest against vex cse failure that surfaced in 3.2.2. by sewardj · 18 years ago
  67. cbe6c57 Regtest for bug 137714 (x86 MASKMOVQ/MASKMOVDQU insns) by sewardj · 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. 56a6f41 Regtest for #132813 (Assertion at priv/guest-x86/toIR.c:652 fails) by sewardj · 18 years ago
  73. c49ae75 Regression tests for SSE3 support. by sewardj · 18 years ago
  74. 4a99459 Disable tests none/tests/amd64/faultstatus, none/tests/x86/faultstatus by sewardj · 18 years ago
  75. d7aca4c Tests for the mov{z,s}{bw,bl,wl} instructions. by sewardj · 18 years ago
  76. d37aa77 A test for fcmovnu. by sewardj · 19 years ago
  77. 842c93f Disable 'yield' -- it fails so often that it's useless. by njn · 19 years ago
  78. accb353 Run instruction tests under memcheck as well as none. by tom · 19 years ago
  79. ef56732 Allow 32 bit x86 tests to run on amd64 machines. by tom · 19 years ago
  80. 4818d73 Avoid compiler warnings. by njn · 19 years ago
  81. 9f98341 Update results - we now emulate the whole LDT. by tom · 19 years ago
  82. 3a76869 Oops, this should have been included in r5014. by sewardj · 19 years ago
  83. dea851c Add test cases for SSE unordered-compare instructions. by sewardj · 19 years ago
  84. 7563f2b Re-enable a load of tests for instructions which VEX now implements. by tom · 19 years ago
  85. ae8bce9 Split faultstatus into the platform independent tests and those by tom · 19 years ago
  86. 01a4d87 Even more regtests by sewardj · 19 years ago
  87. b966e55 Add regtests for SSE2 pmaddwd. by sewardj · 19 years ago
  88. 19cd6b5 Reenable SSE2 psadbw test. by sewardj · 19 years ago
  89. 343dbe4 Test misc sbb/adc insns. by sewardj · 19 years ago
  90. 050ac28 Test simulation of x86 'fxtract'. by sewardj · 19 years ago
  91. 22b8748 Restore %ebx properly instead of restoring %edx twice. by tom · 19 years ago
  92. 5303d79 Add regtest for x86 LOOP{,E,NE} insns. by sewardj · 19 years ago
  93. 09ea9c4 Add regtest for x86 cmpxchg8b. by sewardj · 19 years ago
  94. 6c3a219 Rename --smc-support= to --smc-check=. by sewardj · 19 years ago
  95. 8c30ec2 Modify this test so it no longer uses client requests, but instead by sewardj · 19 years ago
  96. 4f38bd9 This is x86 specific; re-home accordingly. by sewardj · 19 years ago
  97. 937411f smc1 is an x86-specific test; re-home it accordingly. (How did this by sewardj · 19 years ago
  98. 67f1fcc gcc-4.0.1 rejects insn_{mmx,sse,sse2}.c despite the fact that by sewardj · 19 years ago
  99. 5d8a230 by njn · 19 years ago
  100. 3d8525d Avoid compile warning. by njn · 19 years ago