| Age | Commit message (Expand) | Author | Files | Lines |
| 2011-09-05 | Add support for IBM Power ISA 2.06 -- stage 3.HEADmaster | sewardj | 6 | -276/+1487 |
| 2011-09-02 | Add support for s390x model z114. | florian | 1 | -1/+2 |
| 2011-08-27 | Support "ENTER $imm16, $0"; some part of the OSX 10.7 library stack | sewardj | 1 | -0/+31 |
| 2011-08-19 | Support alternate (C0 /6) encoding of SHL on x86 and amd64. Fixes #209995. | tom | 2 | -12/+4 |
| 2011-08-19 | Fix panic message. | florian | 1 | -1/+1 |
| 2011-08-12 | Support an address size override prefix for REP prefixed string | tom | 1 | -41/+84 |
| 2011-08-11 | Add support for CKSM. | florian | 1 | -1/+69 |
| 2011-08-11 | Support FEMMS in x86 mode as we already do for amd64. Fix for #204574. | tom | 1 | -1/+2 |
| 2011-08-10 | Support XCHG AX, reg16 on amd64. Fixes #252695. | tom | 1 | -5/+14 |
| 2011-08-08 | Supplement to r2189. | florian | 1 | -0/+2 |
| 2011-08-08 | Handle the invalid opcode 0000. | florian | 3 | -0/+38 |
| 2011-08-01 | Remove a redundant check. Found by Coverity. | florian | 1 | -2/+1 |
| 2011-08-01 | For a special opcode the address of the next insn was | florian | 1 | -3/+6 |
| 2011-07-30 | Fix an assert. | florian | 1 | -0/+1 |
| 2011-07-27 | Do not access addresses that belong to the client executable. | florian | 1 | -2/+2 |
| 2011-07-24 | Add support for IBM Power ISA 2.06 -- stage 2. Bug 276784. | sewardj | 7 | -183/+1756 |
| 2011-07-23 | Comparing a boolean value for != 0 yields a result that is identical | florian | 1 | -0/+16 |
| 2011-07-22 | Remove a redundant assert. Minor code tweaks. | florian | 1 | -11/+4 |
| 2011-07-21 | Neon loads/stores: rename some vars, plus the main function, and add | sewardj | 1 | -30/+38 |
| 2011-07-21 | Add algebraic simplification as follows: | florian | 1 | -24/+35 |
| 2011-07-21 | Add support for Thumb2 encodings of PLD and PLDW. Bug 277653. | sewardj | 1 | -0/+32 |
| 2011-07-19 | Make VMOV.F32 load the correct value into the destination register. | sewardj | 2 | -2/+2 |
| 2011-07-19 | Fix BLX r14 in ARM mode, which was broken due to incorrect sequencing | sewardj | 1 | -3/+3 |
| 2011-07-19 | Fix NEON VMUL by float scalar. Bug 277663. | sewardj | 1 | -13/+28 |
| 2011-07-17 | Update a FIXME. Should have been included in r2174 | florian | 1 | -2/+2 |
| 2011-07-16 | VEX-side changes to enable chasing of unconditional jumps/calls | florian | 1 | -22/+51 |
| 2011-07-11 | Tighten up an instruction decoding exception for | sewardj | 1 | -1/+1 |
| 2011-07-11 | Complete the implementation of ARM atomic ops: {LD,ST}REX{,B,H,D} in | sewardj | 5 | -89/+308 |
| 2011-07-11 | Support the STFLE instruction via a dirty helper. | florian | 4 | -3/+77 |
| 2011-07-08 | Add support for Thumb ADDW reg, reg, #uimm12 and SUBW ditto. Bug | sewardj | 1 | -0/+48 |
| 2011-07-07 | Add a spec rule for NZ after LOGICQ, whilst chasing after a strange | sewardj | 1 | -0/+5 |
| 2011-07-05 | Rename S390_GUEST_OFFSET to S390X_GUEST_OFFSET and use | florian | 3 | -69/+69 |
| 2011-07-05 | Misc s390x cleanups | florian | 4 | -59/+45 |
| 2011-07-04 | Thumb2 front end: improved analysis of IT instructions that might | sewardj | 1 | -6/+102 |
| 2011-06-25 | Get rid of redundant address mode calculation. | florian | 1 | -1/+1 |
| 2011-06-23 | Update ignored files for VEX. | florian | 0 | -0/+0 |
| 2011-06-16 | Rename and rationalise the vector narrowing and widening primops, so | sewardj | 15 | -232/+259 |
| 2011-06-16 | Reduce warning noise (make it in line with main Valgrind build) | sewardj | 1 | -0/+1 |
| 2011-06-15 | Unbreak Altivec support following r2159 (rename of saturating | sewardj | 1 | -1/+2 |
| 2011-06-15 | Implement PACKUSDW (SSE4.1). Fixes #274776. | sewardj | 6 | -2/+65 |
| 2011-06-15 | Partially fix underspecification of saturating narrowing primops that | sewardj | 11 | -100/+127 |
| 2011-06-07 | Change the interface to LibVEX_Translate slightly, so as to make the | sewardj | 5 | -88/+144 |
| 2011-06-06 | Add some more spec rules, for performance purposes: | sewardj | 1 | -1/+33 |
| 2011-06-05 | Improvements to code generation for 32 bit instructions. When | sewardj | 4 | -80/+220 |
| 2011-05-29 | x86 and amd64 back ends: when generating transfers back to the | sewardj | 12 | -43/+105 |
| 2011-05-28 | Comment-only change. | sewardj | 1 | -0/+5 |
| 2011-05-27 | Add a field 'UChar delta' to IRStmt_IMark, and use it to carry around | sewardj | 4 | -25/+65 |
| 2011-05-17 | s390x: provide clock instructions like STCK | sewardj | 3 | -3/+103 |
| 2011-05-11 | ARM front end only: when processing Thumb instructions, create | sewardj | 1 | -2/+15 |
| 2011-05-09 | Add LIKELY/UNLIKELY macros for general use, replacing s390x-specific | sewardj | 3 | -286/+277 |