2011-09-26 |
Julian Seward | Support ARM and Thumb "CLREX" instructions since Dalvik... |
commit | commitdiff | tree |
2011-09-25 |
Florian Krohm | Add another slot on the stack frame used in the dispatcher. |
commit | commitdiff | tree |
2011-09-23 |
Florian Krohm | Document and assert that needs_self_check of VexTransla... |
commit | commitdiff | tree |
2011-09-23 |
Julian Seward | Add a couple of spec rules for MI and PL after LOGIC... |
commit | commitdiff | tree |
2011-09-23 |
Julian Seward | Add some counter arrays for profiling N,Z,C,V flag... |
commit | commitdiff | tree |
2011-09-23 |
Julian Seward | Add a couple more spec rules: LO after SUB and GT after... |
commit | commitdiff | tree |
2011-09-22 |
Julian Seward | Enable move coalescing for Neon (vector) moves. Reduce... |
commit | commitdiff | tree |
2011-09-22 |
Julian Seward | Fix an obscure type error in printing of Neon instructi... |
commit | commitdiff | tree |
2011-09-09 |
Florian Krohm | Use mkite throughout. |
commit | commitdiff | tree |
2011-09-08 |
Florian Krohm | Support CLCL and MVCL instructions. Based on a patch... |
commit | commitdiff | tree |
2011-09-05 |
Julian Seward | Add support for IBM Power ISA 2.06 -- stage 3. |
commit | commitdiff | tree |
2011-09-02 |
Florian Krohm | Add support for s390x model z114. |
commit | commitdiff | tree |
2011-08-27 |
Julian Seward | Support "ENTER $imm16, $0"; some part of the OSX 10... |
commit | commitdiff | tree |
2011-08-19 |
Tom Hughes | Support alternate (C0 /6) encoding of SHL on x86 and... |
commit | commitdiff | tree |
2011-08-19 |
Florian Krohm | Fix panic message. |
commit | commitdiff | tree |
2011-08-12 |
Tom Hughes | Support an address size override prefix for REP prefixe... |
commit | commitdiff | tree |
2011-08-11 |
Florian Krohm | Add support for CKSM. |
commit | commitdiff | tree |
2011-08-11 |
Tom Hughes | Support FEMMS in x86 mode as we already do for amd64... |
commit | commitdiff | tree |
2011-08-10 |
Tom Hughes | Support XCHG AX, reg16 on amd64. Fixes #252695. |
commit | commitdiff | tree |
2011-08-08 |
Florian Krohm | Supplement to r2189. |
commit | commitdiff | tree |
2011-08-08 |
Florian Krohm | Handle the invalid opcode 0000. |
commit | commitdiff | tree |
2011-08-01 |
Florian Krohm | Remove a redundant check. Found by Coverity. |
commit | commitdiff | tree |
2011-08-01 |
Florian Krohm | For a special opcode the address of the next insn was |
commit | commitdiff | tree |
2011-07-30 |
Florian Krohm | Fix an assert. |
commit | commitdiff | tree |
2011-07-27 |
Florian Krohm | Do not access addresses that belong to the client execu... |
commit | commitdiff | tree |
2011-07-24 |
Julian Seward | Add support for IBM Power ISA 2.06 -- stage 2. Bug... |
commit | commitdiff | tree |
2011-07-23 |
Florian Krohm | Comparing a boolean value for != 0 yields a result... |
commit | commitdiff | tree |
2011-07-22 |
Florian Krohm | Remove a redundant assert. Minor code tweaks. |
commit | commitdiff | tree |
2011-07-21 |
Julian Seward | Neon loads/stores: rename some vars, plus the main... |
commit | commitdiff | tree |
2011-07-21 |
Florian Krohm | Add algebraic simplification as follows: |
commit | commitdiff | tree |
2011-07-21 |
Julian Seward | Add support for Thumb2 encodings of PLD and PLDW. ... |
commit | commitdiff | tree |
2011-07-19 |
Julian Seward | Make VMOV.F32 load the correct value into the destinati... |
commit | commitdiff | tree |
2011-07-19 |
Julian Seward | Fix BLX r14 in ARM mode, which was broken due to incorr... |
commit | commitdiff | tree |
2011-07-19 |
Julian Seward | Fix NEON VMUL by float scalar. Bug 277663. |
commit | commitdiff | tree |
2011-07-17 |
Florian Krohm | Update a FIXME. Should have been included in r2174 |
commit | commitdiff | tree |
2011-07-16 |
Florian Krohm | VEX-side changes to enable chasing of unconditional... |
commit | commitdiff | tree |
2011-07-11 |
Julian Seward | Tighten up an instruction decoding exception for |
commit | commitdiff | tree |
2011-07-11 |
Julian Seward | Complete the implementation of ARM atomic ops: {LD... |
commit | commitdiff | tree |
2011-07-11 |
Florian Krohm | Support the STFLE instruction via a dirty helper. |
commit | commitdiff | tree |
2011-07-08 |
Julian Seward | Add support for Thumb ADDW reg, reg, #uimm12 and SUBW... |
commit | commitdiff | tree |
2011-07-07 |
Julian Seward | Add a spec rule for NZ after LOGICQ, whilst chasing... |
commit | commitdiff | tree |
2011-07-05 |
Florian Krohm | Rename S390_GUEST_OFFSET to S390X_GUEST_OFFSET and use |
commit | commitdiff | tree |
2011-07-05 |
Florian Krohm | Misc s390x cleanups |
commit | commitdiff | tree |
2011-07-04 |
Julian Seward | Thumb2 front end: improved analysis of IT instructions... |
commit | commitdiff | tree |
2011-06-25 |
Florian Krohm | Get rid of redundant address mode calculation. |
commit | commitdiff | tree |
2011-06-23 |
Florian Krohm | Update ignored files for VEX. |
commit | commitdiff | tree |
2011-06-16 |
Julian Seward | Rename and rationalise the vector narrowing and widenin... |
commit | commitdiff | tree |
2011-06-16 |
Julian Seward | Reduce warning noise (make it in line with main Valgrin... |
commit | commitdiff | tree |
2011-06-15 |
Julian Seward | Unbreak Altivec support following r2159 (rename of... |
commit | commitdiff | tree |
2011-06-15 |
Julian Seward | Implement PACKUSDW (SSE4.1). Fixes #274776. |
commit | commitdiff | tree |
2011-06-15 |
Julian Seward | Partially fix underspecification of saturating narrowin... |
commit | commitdiff | tree |
2011-06-07 |
Julian Seward | Change the interface to LibVEX_Translate slightly,... |
commit | commitdiff | tree |
2011-06-06 |
Julian Seward | Add some more spec rules, for performance purposes: |
commit | commitdiff | tree |
2011-06-05 |
Julian Seward | Improvements to code generation for 32 bit instructions... |
commit | commitdiff | tree |
2011-05-29 |
Julian Seward | x86 and amd64 back ends: when generating transfers... |
commit | commitdiff | tree |
2011-05-28 |
Julian Seward | Comment-only change. |
commit | commitdiff | tree |
2011-05-27 |
Julian Seward | Add a field 'UChar delta' to IRStmt_IMark, and use... |
commit | commitdiff | tree |
2011-05-17 |
Julian Seward | s390x: provide clock instructions like STCK |
commit | commitdiff | tree |
2011-05-11 |
Julian Seward | ARM front end only: when processing Thumb instructions... |
commit | commitdiff | tree |
2011-05-09 |
Julian Seward | Add LIKELY/UNLIKELY macros for general use, replacing... |
commit | commitdiff | tree |
2011-05-09 |
Julian Seward | s390x: fix DISP20 macro. Remove duplicate defn and... |
commit | commitdiff | tree |
2011-05-08 |
Julian Seward | Handle Iop_I64UtoF32 in the ppc32/ppc64 insn selector... |
commit | commitdiff | tree |
2011-05-08 |
Julian Seward | Fix jump kind for indirect BLX for Thumb insns. Bug... |
commit | commitdiff | tree |
2011-05-08 |
Julian Seward | Support DMB and DSB variants on Thumb. Bug 266035... |
commit | commitdiff | tree |
2011-05-05 |
Julian Seward | Fix an assertion failure caused by r2144 (improved... |
commit | commitdiff | tree |
2011-05-04 |
Julian Seward | Tighten up condition code handling in the back end... |
commit | commitdiff | tree |
2011-05-03 |
Julian Seward | Support DMB and DSB variants on ARM. Bug 266035 comment 3. |
commit | commitdiff | tree |
2011-05-03 |
Julian Seward | Fix a bogus assertion observed by Florian Krohm. |
commit | commitdiff | tree |
2011-05-03 |
Julian Seward | Fix a nonsensical assertion observed by Florian Krohm. |
commit | commitdiff | tree |
2011-05-02 |
Julian Seward | Add a spec rule for V after SUB. |
commit | commitdiff | tree |
2011-05-02 |
Julian Seward | Split up armg_calculate_flags_nzcv into four functions... |
commit | commitdiff | tree |
2011-05-01 |
Julian Seward | Improvements to condition code handling on ARM. |
commit | commitdiff | tree |
2011-05-01 |
Julian Seward | When simplifying (improving) the IR generated by the... |
commit | commitdiff | tree |
2011-04-28 |
Julian Seward | Handle Iop_Not64 when doing 32-bit code generation... |
commit | commitdiff | tree |
2011-04-28 |
Julian Seward | s390x : misc cleanups |
commit | commitdiff | tree |
2011-04-28 |
Julian Seward | s390x: Implement Ist_MBE |
commit | commitdiff | tree |
2011-04-28 |
Julian Seward | s390x: fix code confusion |
commit | commitdiff | tree |
2011-04-27 |
Julian Seward | s390x: invalid use of R0 as base register |
commit | commitdiff | tree |
2011-04-27 |
Julian Seward | s390x: fpr - gpr transfer facility |
commit | commitdiff | tree |
2011-04-27 |
Julian Seward | Fix up incorrect usage of Iop_I64UtoF32 in the PowerPC... |
commit | commitdiff | tree |
2011-04-27 |
Julian Seward | Fix up some enum confusion to do with ARMNeonUnOp and... |
commit | commitdiff | tree |
2011-04-26 |
Julian Seward | Fix up enum confusion between PPCAvOp and PPCAvFpOp... |
commit | commitdiff | tree |
2011-04-15 |
Julian Seward | Add support for IBM Power ISA 2.06 -- stage 1. Bug... |
commit | commitdiff | tree |
2011-04-13 |
Julian Seward | s390x: reconsider "long displacement" requirement.... |
commit | commitdiff | tree |
2011-04-13 |
Julian Seward | s390x: Make sure to point the PSW address to the next... |
commit | commitdiff | tree |
2011-04-13 |
Julian Seward | s390x: minor code generation tweaks. There were a... |
commit | commitdiff | tree |
2011-04-05 |
Julian Seward | s390x: tweak s390_emit_load_cc. #269864. |
commit | commitdiff | tree |
2011-04-05 |
Julian Seward | Remove unused parameter in functions s390_emit_SLL... |
commit | commitdiff | tree |
2011-04-05 |
Julian Seward | Support conditional load and store for s390x (VEX side). |
commit | commitdiff | tree |
2011-04-05 |
Julian Seward | Add some extra folding rules. Fixes #268513. |
commit | commitdiff | tree |
2011-03-28 |
Julian Seward | Remove dead assignments that gcc-4.6.0 complains about |
commit | commitdiff | tree |
2011-03-27 |
Julian Seward | Add a spec rule for NS after LOGICB. Fixes #266990. |
commit | commitdiff | tree |
2011-03-26 |
Julian Seward | Don't overwrite CC_NDEP in shift by zero. Fixes #269354. |
commit | commitdiff | tree |
2011-03-24 |
Julian Seward | Handle more cases of SUB (SP minus immediate/register... |
commit | commitdiff | tree |
2011-03-24 |
Julian Seward | s390x: MHY is not universally available. Fixes #268930. |
commit | commitdiff | tree |
2011-03-24 |
Julian Seward | s390x: FLOGR is not universally available. Fixes ... |
commit | commitdiff | tree |
2011-03-24 |
Julian Seward | s390x: improve IR generation for XC. Fixes #268621. |
commit | commitdiff | tree |
2011-03-22 |
Julian Seward | Emit Ain_Imm64 (64-bit immediate constant loads to... |
commit | commitdiff | tree |
2011-03-15 |
Julian Seward | Add missing VG_REGPARM definition for ppc32-linux follo... |
commit | commitdiff | tree |
2011-03-15 |
Julian Seward | Fix some signed-vs-unsigned char warnings in s390 code... |
commit | commitdiff | tree |
next |