Age | Commit message (Expand) | Author | Files | Lines |
2011-09-05 | Add support for IBM Power ISA 2.06 -- stage 3 -- Test cases. | sewardj | 10 | -4/+2872 |
2011-08-18 | Add a new simulation hint, --sim-hints=fuse-compatible, which causes | sewardj | 2 | -2/+2 |
2011-08-12 | Add test for address size override prefixes for REP prefixed string | tom | 5 | -0/+82 |
2011-08-11 | Non-VEX changes to fix #275517. | florian | 5 | -1/+299 |
2011-08-11 | Due to a kernel bug the siginfo struct was not filled in correctly. | florian | 2 | -0/+6 |
2011-08-10 | Add tests for XCHG AX, reg16 on amd64. Fixes #252695. | tom | 2 | -3/+6 |
2011-08-08 | Followup to VEX r2189 -- handling invalid opcode 00 specially. | florian | 5 | -40/+14 |
2011-07-24 | The cmpxchg16b tests in this need to have 16-aligned addresses; | sewardj | 1 | -1/+1 |
2011-07-24 | Change this file to be a symlink to the identical version | sewardj | 1 | -2189/+1 |
2011-07-24 | Add support for IBM Power ISA 2.06 -- stage 2 (testcases). | sewardj | 10 | -4/+5215 |
2011-07-19 | Add test cases for bug 277780. (fix for VMOV.F32). | sewardj | 4 | -0/+12 |
2011-07-19 | Fix regtest: the delta value printed by the VSTn with register | sewardj | 2 | -116/+116 |
2011-07-19 | Add test cases for NEON VMUL by float scalar. | sewardj | 4 | -0/+141 |
2011-07-11 | Valgrind-side changes to fix bug #271776. | florian | 5 | -1/+69 |
2011-07-08 | Add regression tests for {ADD,SUB}W reg, reg, #uimm12 (vex r2170) | sewardj | 2 | -1/+71 |
2011-07-05 | Enable testing of fres{.} and frsqrt{.} instructions. Fixes #275308. | sewardj | 3 | -13/+154 |
2011-06-28 | Delete the AIX5 port. The last release this worked for is 3.4.1, | sewardj | 5 | -40/+23 |
2011-06-25 | Get rid of some compiler warnings. | florian | 2 | -1/+2 |
2011-06-18 | Minor GDBserver source tidying. Also a small usability fix: if | sewardj | 2 | -2/+6 |
2011-06-15 | Valgrind-side fixes and tests for PACKUSDW, to track r2160. | sewardj | 2 | -2/+21 |
2011-06-07 | Add a fourth --smc-check= variant, --smc-check=all-non-file. This | sewardj | 2 | -4/+8 |
2011-05-17 | gdbserver: (#214909 c 91) | sewardj | 1 | -1/+2 |
2011-05-17 | s390x: add test cases for STCK{,E,F} instructions. See #271779. | sewardj | 13 | -1/+153 |
2011-05-15 | Suppressed compiler warnings triggered by none/tests/amd64/fxtract.c too. | bart | 1 | -0/+1 |
2011-05-15 | Silence compiler warnings triggered by certain regression tests programs and ... | bart | 2 | -0/+2 |
2011-05-15 | Get rid of the remaining "set but not used" warnings reported by gcc 4.6 by | bart | 1 | -1/+1 |
2011-05-06 | Implement a GDB server in Valgrind. See #214909. | sewardj | 3 | -1/+13 |
2011-04-28 | s390x : misc cleanups | sewardj | 1 | -9/+0 |
2011-04-27 | s390x: fpr - gpr transfer facility -- valgrind side fixes, | sewardj | 5 | -1/+51 |
2011-04-27 | Fix bogus asm constraints in jm-insns.c. Fixes #263919. | sewardj | 1 | -50/+50 |
2011-04-27 | Add alternative expected output cases for more recent glibcs (eg, | sewardj | 6 | -4/+6200 |
2011-04-27 | Fix a bunch of printf format-string warnings when compiling this "-m64". | sewardj | 1 | -32/+32 |
2011-04-26 | Remove some unused code that gcc-4.6 warns about. | sewardj | 1 | -22/+0 |
2011-04-21 | Fix a couple of warnings when building the regtests. | sewardj | 1 | -1/+1 |
2011-04-15 | Add support for IBM Power ISA 2.06 -- stage 1. Valgrind-side changes | sewardj | 10 | -4/+6470 |
2011-04-13 | Followup fix for r11693: add a file that was missed. | sewardj | 1 | -0/+308 |
2011-04-13 | Test cases for #270082 (s390x: Make sure to point the PSW address to | sewardj | 5 | -1/+97 |
2011-04-13 | s390x: rewrite some testcases. To make my testing and debugging life | sewardj | 36 | -6312/+6773 |
2011-04-05 | Testcases for s390x conditional load and store. See #269209. | sewardj | 5 | -0/+3212 |
2011-04-05 | Add s390x-esque test for folding Iop_And16. From #268513 comment 3. | sewardj | 5 | -1/+23 |
2011-04-03 | git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11682 a5019735-40e9-0310-86... | bart | 4 | -5/+5 |
2011-03-28 | Use two separate assembler argument bindings for loading or storing | tom | 2 | -16/+80 |
2011-03-28 | Fix generated assembler which writes the result to memory to correctly | tom | 2 | -52/+6 |
2011-03-28 | Fix broken inline assembly preventing compilation on RHEL6. | sewardj | 1 | -0/+2 |
2011-03-26 | Add a test case for non-overwriting of CC_NDEP in shifts by zero. | sewardj | 5 | -0/+48 |
2011-03-24 | Test improvements for FLOGR. Part of #268715. | sewardj | 1 | -8/+69 |
2011-03-15 | Some fixes for the faultstatus testcase. Fixes #253206. | sewardj | 1 | -1/+8 |
2011-03-10 | 'make dist' fixes following s390x-linux merge. (Christian Borntraeger | sewardj | 2 | -4/+13 |
2011-03-07 | Make this executable. | sewardj | 1 | -0/+0 |
2011-03-07 | Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind | sewardj | 131 | -1/+21527 |