2010-09-28 |
Julian Seward | Handle ADC Iv, eAX and SBB Iv, eAX (Jakub Jelinek,... |
commit | commitdiff | tree |
2010-09-26 |
Julian Seward | Support REV and REV16 in Thumb mode, both short and... |
commit | commitdiff | tree |
2010-09-25 |
Julian Seward | Implement (Thumb) ORN (immediate) and ORN (register... |
commit | commitdiff | tree |
2010-09-24 |
Julian Seward | Implement v7 barrier insns (DMB, DSB, ISB) in Thumb... |
commit | commitdiff | tree |
2010-09-24 |
Julian Seward | Implement LDREX and STREX in Thumb mode. Fixes #252258. |
commit | commitdiff | tree |
2010-09-24 |
Julian Seward | Implement RBIT in ARM mode. |
commit | commitdiff | tree |
2010-09-23 |
Julian Seward | LibVEX_GuestARM_get_cpsr: set CPSR.Q, .GE, .T and .M |
commit | commitdiff | tree |
2010-09-22 |
Julian Seward | Implement (ARM): REV, REV16, SMMUL. |
commit | commitdiff | tree |
2010-09-22 |
Julian Seward | Fix incorrect handling of VTRN.32 insn. (Dmitry Zhurik... |
commit | commitdiff | tree |
2010-09-22 |
Julian Seward | Accept d16-d31 register arguments in VFP code. Fixes... |
commit | commitdiff | tree |
2010-09-22 |
Julian Seward | Add some 32-bit SIMD integer primops, and use these... |
commit | commitdiff | tree |
2010-09-21 |
Julian Seward | Implement UHADD8. |
commit | commitdiff | tree |
2010-09-20 |
Julian Seward | Implement SSUB8. |
commit | commitdiff | tree |
2010-09-20 |
Julian Seward | In ARM mode: enable LDRD/STRD of the form "reg, [reg... |
commit | commitdiff | tree |
2010-09-20 |
Julian Seward | Implement SADD16, SSUB16, SASX, SMLAWB, SMLAWT. |
commit | commitdiff | tree |
2010-09-09 |
Julian Seward | If the host does not support Neon, then don't accept... |
commit | commitdiff | tree |
2010-09-09 |
Julian Seward | Handle 16Uto64, which can now show up at the back end... |
commit | commitdiff | tree |
2010-09-08 |
Julian Seward | Minor amd64 instruction selection improvements, leading... |
commit | commitdiff | tree |
2010-09-03 |
Julian Seward | Support new PowerISA_2.05 instructions available on... |
commit | commitdiff | tree |
2010-09-03 |
Julian Seward | Support the DCBZL instruction. Also, query the host... |
commit | commitdiff | tree |
2010-09-02 |
Julian Seward | Enable BX PC in Thumb mode. Partial fix for #249775. |
commit | commitdiff | tree |
2010-09-02 |
Julian Seward | Handle RBIT (bit-reverse) in Thumb mode. Partial fix... |
commit | commitdiff | tree |
2010-09-01 |
Julian Seward | Avoid genSpill/genReload asserts for VFP spills/reloads... |
commit | commitdiff | tree |
2010-08-31 |
Julian Seward | Reduce to 5 the number of available Q (128-bit) registe... |
commit | commitdiff | tree |
2010-08-31 |
Julian Seward | Support the PLI instruction (icache preload hint) in... |
commit | commitdiff | tree |
2010-08-31 |
Julian Seward | Fix debug printing for Neon VLDn/VSTn instructions. |
commit | commitdiff | tree |
2010-08-31 |
Julian Seward | Fix generation of writeback values in Neon VLDn/VSTn... |
commit | commitdiff | tree |
2010-08-29 |
Julian Seward | Add support for v6 media instructions in both ARM and... |
commit | commitdiff | tree |
2010-08-22 |
Julian Seward | Handle "Special" instructions in Thumb mode: "R3 =... |
commit | commitdiff | tree |
2010-08-22 |
Julian Seward | Fix some compiler complaints when building on 64-bit... |
commit | commitdiff | tree |
2010-08-22 |
Julian Seward | Fix various compiler warnings and remove an unused... |
commit | commitdiff | tree |
2010-08-22 |
Julian Seward | Merge from branches/THUMB: new IR primops and associated |
commit | commitdiff | tree |
2010-08-22 |
Julian Seward | Merge from branches/THUMB: hwcaps for ARM. May get... |
commit | commitdiff | tree |
2010-08-22 |
Julian Seward | Merge from branches/THUMB: back end changes to support... |
commit | commitdiff | tree |
2010-08-22 |
Julian Seward | Merge from branches/THUMB: front end changes to support: |
commit | commitdiff | tree |
2010-08-22 |
Julian Seward | Merge from branches/THUMB: A spechelper interface chang... |
commit | commitdiff | tree |
2010-08-19 |
Julian Seward | Enable SSE 4.1 and 4.2 by default on x86_64. (x86... |
commit | commitdiff | tree |
2010-08-17 |
Julian Seward | Add a moderately comprehensive implementation of the... |
commit | commitdiff | tree |
2010-08-06 |
Julian Seward | Add partial support for the SSE 4.2 PCMPISTRI instructi... |
commit | commitdiff | tree |
2010-08-06 |
Julian Seward | Update for Core iX. |
commit | commitdiff | tree |
2010-07-29 |
Julian Seward | Don't trash the ELF ABI redzone for amd64 when emulatin... |
commit | commitdiff | tree |
2010-07-29 |
Julian Seward | Add a folding rule for 32Sto64. |
commit | commitdiff | tree |
2010-07-29 |
Julian Seward | Only decode LZCNT if the host supports it, since otherw... |
commit | commitdiff | tree |
2010-07-29 |
Julian Seward | Support the amd SSE4.something LZCNT instruction. ... |
commit | commitdiff | tree |
2010-07-29 |
Julian Seward | Handle mov[ua[pd G(xmm) -> E(xmm) case, which is someth... |
commit | commitdiff | tree |
2010-07-29 |
Julian Seward | x86/amd64 FXTRACT: mimic the Core i5 behaviour when... |
commit | commitdiff | tree |
2010-07-29 |
Julian Seward | Ignore a redundant REX.W prefix on an MMX pinsrw instru... |
commit | commitdiff | tree |
2010-07-28 |
Julian Seward | Add a program for printing out cpuid info. |
commit | commitdiff | tree |
2010-07-23 |
Julian Seward | Support the SSE4 insn 'roundss' in 32-bit mode. Lack... |
commit | commitdiff | tree |
2010-06-27 |
Julian Seward | Implement ROUNDSS (partial implementation, in the case... |
commit | commitdiff | tree |
2010-06-25 |
Julian Seward | Implement ROUNDSD (partial implementation, in the case... |
commit | commitdiff | tree |
2010-06-18 |
Julian Seward | Implement SSE4 instructions: PCMPGTQ PMAXUD PMINUD... |
commit | commitdiff | tree |
2010-06-14 |
Julian Seward | Implement more SSE4 instructions: |
commit | commitdiff | tree |
2010-06-07 |
Julian Seward | Implement SIDT and SGDT as pass-throughs to the host... |
commit | commitdiff | tree |
2010-05-10 |
Julian Seward | Implement XADD reg,reg (Nicolas Sauzede, nicolas.sauzed... |
commit | commitdiff | tree |
2010-05-10 |
Julian Seward | Enable FISTS. Fixes #234037. (Bradley Baetz, bbaetz... |
commit | commitdiff | tree |
2010-05-04 |
Julian Seward | Handle v7 memory fence instructions: ISB DSB DMB and... |
commit | commitdiff | tree |
2010-05-03 |
Julian Seward | Handle more x86 NOP forms, as required by Fedora 13... |
commit | commitdiff | tree |
2010-05-03 |
Julian Seward | Update copyright dates to 2010 and change license to... |
commit | commitdiff | tree |
2010-04-29 |
Julian Seward | (re-commit r1976): |
commit | commitdiff | tree |
2010-04-29 |
Julian Seward | (re-commit r1975): |
commit | commitdiff | tree |
2010-04-29 |
Julian Seward | (re-commit r1974): |
commit | commitdiff | tree |
2010-04-29 |
Julian Seward | (re-commit r1973): |
commit | commitdiff | tree |
2010-04-29 |
Julian Seward | (re-commit r1972): |
commit | commitdiff | tree |
2010-04-29 |
Julian Seward | (re-commit r1971) |
commit | commitdiff | tree |
2010-04-29 |
Julian Seward | (re-commit r1970): |
commit | commitdiff | tree |
2010-04-02 |
Donna Robinson | iselVecExpr_wrk: 128-bit constants: handle all 16 cases |
commit | commitdiff | tree |
2010-04-02 |
Donna Robinson | Added new SSE4 instruction BLENDPS (backend needs a... |
commit | commitdiff | tree |
2010-04-02 |
Julian Seward | Enable PMOVSXBW and fix lane shift widths. |
commit | commitdiff | tree |
2010-04-02 |
Julian Seward | Handle a few more cases in 128-bit constant generation... |
commit | commitdiff | tree |
2010-04-01 |
Donna Robinson | Added new SSE4 instructions: |
commit | commitdiff | tree |
2010-03-08 |
Julian Seward | Support FTOUIS, UXTAB, SXTAH. |
commit | commitdiff | tree |
2010-02-28 |
Julian Seward | Handle SBB Eb,Gb. |
commit | commitdiff | tree |
2010-02-28 |
Julian Seward | Fix incorrect spec rule for LE after INCB, for end... |
commit | commitdiff | tree |
2010-02-21 |
Julian Seward | CVTPI2PD (which converts 2 x I32 in M64 or MMX to 2... |
commit | commitdiff | tree |
2010-02-18 |
Julian Seward | Majorly improved implementation of self-checking for... |
commit | commitdiff | tree |
2010-01-17 |
Julian Seward | x86/amd64 front ends: don't chase a conditional branch... |
commit | commitdiff | tree |
2010-01-17 |
Julian Seward | Enable (optionally) chasing through conditional branche... |
commit | commitdiff | tree |
2010-01-15 |
Julian Seward | Add logic to allow front ends to speculatively continue... |
commit | commitdiff | tree |
2010-01-15 |
Julian Seward | amd64: add a couple more spec cases: NLE after SUBL... |
commit | commitdiff | tree |
2010-01-11 |
Julian Seward | For 32-bit reads of integer guest registers, generate... |
commit | commitdiff | tree |
2010-01-09 |
Julian Seward | * support PLD (cache-preload-hint) instructions |
commit | commitdiff | tree |
2010-01-03 |
Julian Seward | Don't force alignment for LDMxx/STMxx when presented... |
commit | commitdiff | tree |
2010-01-02 |
Julian Seward | gen{Spill,Reload}_PPC: track recent change in genSpill... |
commit | commitdiff | tree |
2010-01-01 |
Julian Seward | Generate a couple more ARM specific offsets; also R1... |
commit | commitdiff | tree |
2009-12-31 |
Julian Seward | Make the x86 and amd64 back ends use the revised protot... |
commit | commitdiff | tree |
2009-12-31 |
Julian Seward | Merge r1925:1948 from branches/ARM. This temporarily... |
commit | commitdiff | tree |
2009-12-03 |
Julian Seward | Testing hacklet, to fill the vex tmp allocation area... |
commit | commitdiff | tree |
2009-11-26 |
Julian Seward | Change the IR representation of load linked and store... |
commit | commitdiff | tree |
2009-11-22 |
Julian Seward | Use a shorter instruction encoding for "mov $smallish... |
commit | commitdiff | tree |
2009-11-22 |
Julian Seward | Specialise "S after 32-bit SUB/CMP"; improves performan... |
commit | commitdiff | tree |
2009-09-06 |
Julian Seward | Track recent file renaming. |
commit | commitdiff | tree |
2009-09-05 |
Julian Seward | Update ("cand1" committed for real use in immediately... |
commit | commitdiff | tree |
2009-09-05 |
Julian Seward | Use a much faster hash function to do the self-modifyin... |
commit | commitdiff | tree |
2009-08-31 |
Julian Seward | Add test program for experimentation with smc-check... |
commit | commitdiff | tree |
2009-08-31 |
Julian Seward | Print raw machine code in an easier-to-parse way. |
commit | commitdiff | tree |
2009-08-02 |
Julian Seward | Implement mfpvr (mfspr 287) (bug #201585). |
commit | commitdiff | tree |
2009-07-22 |
Julian Seward | Tell the register allocator on x86 that xmm0..7 are... |
commit | commitdiff | tree |
2009-07-22 |
Julian Seward | Support LODS on amd64. Fixes #189737. |
commit | commitdiff | tree |
2009-07-17 |
Julian Seward | deepCopyIRCAS: handle NULL dataHi and expdHi without... |
commit | commitdiff | tree |
next |