1. 7dbbd19 Support CLCL and MVCL instructions. This is the non-VEX part. by florian · 13 years ago
  2. 2062dc6 Add support for IBM Power ISA 2.06 -- stage 3 -- Test cases. by sewardj · 13 years ago
  3. cc3de2d Add a new simulation hint, --sim-hints=fuse-compatible, which causes by sewardj · 13 years ago
  4. ce83509 Add test for address size override prefixes for REP prefixed string by tom · 13 years ago
  5. 469bd1e Non-VEX changes to fix #275517. Add testcase and announce fix in NEWS. by florian · 13 years ago
  6. 74dc34f Due to a kernel bug the siginfo struct was not filled in correctly. by florian · 13 years ago
  7. ebfd3a8 Add tests for XCHG AX, reg16 on amd64. Fixes #252695. by tom · 13 years ago
  8. 84c90e6 Followup to VEX r2189 -- handling invalid opcode 00 specially. by florian · 13 years ago
  9. fd5e535 The cmpxchg16b tests in this need to have 16-aligned addresses; by sewardj · 13 years ago
  10. d99bad8 Change this file to be a symlink to the identical version by sewardj · 13 years ago
  11. ab85310 Add support for IBM Power ISA 2.06 -- stage 2 (testcases). by sewardj · 13 years ago
  12. 24ec9f8 Add test cases for bug 277780. (fix for VMOV.F32). by sewardj · 13 years ago
  13. e8c5c38 Fix regtest: the delta value printed by the VSTn with register by sewardj · 13 years ago
  14. 11b4067 Add test cases for NEON VMUL by float scalar. by sewardj · 13 years ago
  15. 036113b Valgrind-side changes to fix bug #271776. by florian · 13 years ago
  16. 3f52be4 Add regression tests for {ADD,SUB}W reg, reg, #uimm12 (vex r2170) by sewardj · 13 years ago
  17. 63b52cf Enable testing of fres{.} and frsqrt{.} instructions. Fixes #275308. by sewardj · 13 years ago
  18. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  19. eb67dbf Get rid of some compiler warnings. by florian · 13 years ago
  20. 1568e17 Minor GDBserver source tidying. Also a small usability fix: if by sewardj · 13 years ago
  21. 2a25889 Valgrind-side fixes and tests for PACKUSDW, to track r2160. by sewardj · 13 years ago
  22. 6dbcc63 Add a fourth --smc-check= variant, --smc-check=all-non-file. This by sewardj · 13 years ago
  23. 73787c1 gdbserver: (#214909 c 91) by sewardj · 13 years ago
  24. 02b89e8 s390x: add test cases for STCK{,E,F} instructions. See #271779. by sewardj · 13 years ago
  25. fa253e1 Suppressed compiler warnings triggered by none/tests/amd64/fxtract.c too. by bart · 13 years ago
  26. 536081d Silence compiler warnings triggered by certain regression tests programs and that we are not interested in. by bart · 13 years ago
  27. 575ce8e Get rid of the remaining "set but not used" warnings reported by gcc 4.6 by by bart · 13 years ago
  28. 3b29048 Implement a GDB server in Valgrind. See #214909. by sewardj · 13 years ago
  29. 98b56b6 s390x : misc cleanups by sewardj · 13 years ago
  30. 1c6f6ab s390x: fpr - gpr transfer facility -- valgrind side fixes, by sewardj · 13 years ago
  31. 9f4e472 Fix bogus asm constraints in jm-insns.c. Fixes #263919. by sewardj · 13 years ago
  32. 6ae0095 Add alternative expected output cases for more recent glibcs (eg, by sewardj · 13 years ago
  33. 2762a73 Fix a bunch of printf format-string warnings when compiling this "-m64". by sewardj · 13 years ago
  34. 29f0811 Remove some unused code that gcc-4.6 warns about. by sewardj · 13 years ago
  35. 6d06b39 Fix a couple of warnings when building the regtests. by sewardj · 13 years ago
  36. f34eb49 Add support for IBM Power ISA 2.06 -- stage 1. Valgrind-side changes by sewardj · 13 years ago
  37. 6d62a0e Followup fix for r11693: add a file that was missed. by sewardj · 13 years ago
  38. 852c640 Test cases for #270082 (s390x: Make sure to point the PSW address to by sewardj · 14 years ago
  39. d50650d s390x: rewrite some testcases. To make my testing and debugging life by sewardj · 14 years ago
  40. aba3533 Testcases for s390x conditional load and store. See #269209. by sewardj · 14 years ago
  41. 669b910 Add s390x-esque test for folding Iop_And16. From #268513 comment 3. by sewardj · 14 years ago
  42. f976f6c by bart · 14 years ago
  43. d5ea6f5 Use two separate assembler argument bindings for loading or storing by tom · 14 years ago
  44. 6647d52 Fix generated assembler which writes the result to memory to correctly by tom · 14 years ago
  45. 039f7e1 Fix broken inline assembly preventing compilation on RHEL6. by sewardj · 14 years ago
  46. 1b6def8 Add a test case for non-overwriting of CC_NDEP in shifts by zero. by sewardj · 14 years ago
  47. 8ef7224 Test improvements for FLOGR. Part of #268715. (Florian Krohm, britzel@acm.org) by sewardj · 14 years ago
  48. 98d0212 Some fixes for the faultstatus testcase. Fixes #253206. by sewardj · 14 years ago
  49. 15f9feb 'make dist' fixes following s390x-linux merge. (Christian Borntraeger by sewardj · 14 years ago
  50. 8b8e680 Make this executable. by sewardj · 14 years ago
  51. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 14 years ago
  52. e44f4b2 Darwin: Re-enabled four regression tests. by bart · 14 years ago
  53. 1005ef5 Darwin: Build fixes for four regression tests by Rich Coe (see also #267488). by bart · 14 years ago
  54. de486f7 Skip test programs that do not build on Darwin. by bart · 14 years ago
  55. df9fa2e Updated Subversion ignore list. by bart · 14 years ago
  56. 2f61c02 Add a test for LOOPNEL. See #256669. (Jakub Jelinek <jakub@redhat.com>) by sewardj · 14 years ago
  57. 4a12423 Add tests for SSE4.2 CRC32{B,W,L,Q} insns. by sewardj · 14 years ago
  58. 3b20b17 Add test cases for PCMPxSTRx $0x00. by sewardj · 14 years ago
  59. 7603b6b Add tests for AAD and AAM (base 10 only). (Vince Weaver, vince@csl.cornell.edu) by sewardj · 14 years ago
  60. 2ecb7cc Connect up tests for PCMPxSTRx to the build system. by sewardj · 14 years ago
  61. 9dd960f Connect up sse4 tests to the build system. by sewardj · 14 years ago
  62. f60af03 Add test cases for EXTRACTPS, BLENDVPD, BLENDVPS, PBLENDVB. by sewardj · 14 years ago
  63. 4fbf7c7 Add tests for non-immediate-rounding-mode versions of ROUND{P,S}{S,D}. by sewardj · 14 years ago
  64. 1e0fff6 Memcheck, None: update avg translation size to be more realistic. by sewardj · 14 years ago
  65. 9ab64a4 New command line option: --trace-children-skip-by-arg, which allows by sewardj · 14 years ago
  66. 05b8853 Add tests for ROUNDPD and ROUNDPS. by sewardj · 14 years ago
  67. ef64c47 Add test cases for SMSAD{X}, SMLSD{X}, USAD{A}8, added in vex r2067. by sewardj · 14 years ago
  68. e089f01 Documentation update for 3.6.0 (not including NEWS). by sewardj · 14 years ago
  69. 14cdbf8 Make the --prefix-to-strip=... command-line option added in r11312 by sewardj · 14 years ago
  70. 992d76c Add tests for NOP cases. by sewardj · 14 years ago
  71. 7838ae6 Improve NEON instruction set tests, so as to run tests with by sewardj · 14 years ago
  72. ad69807 none/tests/ppc*/jm-insns.c: Minor simplification. by bart · 14 years ago
  73. e4f7483 ppc/jm-insns.c: Use proper integer types. by bart · 14 years ago
  74. e3ae8a3 Test cases for amd64 PCLMULDQ (Emmanuel Thome, Emmanuel.Thome@gmail.com). by sewardj · 14 years ago
  75. 6dc769e Add test cases for CMPXCHG reg, reg on amd64. (Vince Weaver, by sewardj · 14 years ago
  76. 1e05e89 Add test cases for amd64 ADC Iv, eAX and SBB Iv, eAX (Jakub Jelinek, by sewardj · 14 years ago
  77. e397c03 Add tests for all encodings of REV and REV16 in both ARM and Thumb mode. by sewardj · 14 years ago
  78. 2f9210e Add tests for ORN (immediate) and ORN (register). by sewardj · 14 years ago
  79. 841c447 Test for RBIT in ARM mode. by sewardj · 14 years ago
  80. 1791f93 Add VFP test cases, as per bug 244493 comment 1. Minorly cleaned up by sewardj · 14 years ago
  81. 5c9b293 Add more test cases for {U,S}{ADD,SUB}16. by sewardj · 14 years ago
  82. 9fd1aa3 Add test cases for SSUB8 and UHADD8. by sewardj · 14 years ago
  83. 9745a82 Add tests for new insns in vex r2033 (SADD16, SSUB16, SASX, SMLAWB, SMLAWT) by sewardj · 14 years ago
  84. 2335886 Made power6_bcmp testcases pass - patch from Maynard Johnson. Closes #250777. by bart · 14 years ago
  85. 482d35c PowerPC, Altivec: avoid using typedefs in combination with the vector keyword. by bart · 14 years ago
  86. 55e438b Added configure test that checks whether the assembler supports the SSE4a instruction lzcnt. by bart · 14 years ago
  87. 7f0ac75 Add missing (empty) stdout.exp files. by sewardj · 14 years ago
  88. 0415734 Add tests for RBIT (bit-reverse) instruction (Thumb only). by sewardj · 14 years ago
  89. 0e342a0 Add tests for new PowerISA_2.05 instructions available on Power6 CPUs. by sewardj · 14 years ago
  90. f9fe602 Followup to r11333: rename HAVE_ALTIVEC back to HAS_ALTIVEC, since the by sewardj · 14 years ago
  91. 6467a15 Un-break feature detection for Altivec, so that the Altivec tests by sewardj · 14 years ago
  92. 5dd0190 Added command-line option --prefix-to-strip=... Closes #245535. by bart · 14 years ago
  93. 2536c9d Improved test cases for Neon VLDn/VSTn instructions. by sewardj · 14 years ago
  94. 81e06dc Add test cases for v6 media instructions in both ARM and Thumb mode. by sewardj · 14 years ago
  95. 1c29a94 Add tests for all {ARM,Thumb} x {integer,NEON} instructions. by sewardj · 14 years ago
  96. 6b564a0 Merge from branches/THUMB: test programs for NEON and Thumb. by sewardj · 14 years ago
  97. fc9b171 Add a test which checks the ISTRI-vs-ESTRI-vs-ISTRM-vs-ESTRM by sewardj · 14 years ago
  98. db3c42f Add tests for PINSRB and PTEST. by sewardj · 14 years ago
  99. 7f3019b Fix strict-aliasing violations; + minor futzing. by sewardj · 14 years ago
  100. 5ac9906 Majorly improve and generalise the core arithmetic routines. by sewardj · 14 years ago