2014-04-03 |
Julian Seward | Add a couple more constant folding rules for vectors. |
commit | commitdiff | tree |
2014-04-01 |
Julian Seward | Bug 332658 - ldrd.w r1, r2, [PC, #imm] does not adjust... |
commit | commitdiff | tree |
2014-03-27 |
Julian Seward | Implement FCM{EQ,GE,GT}, FAC{GE,GT} (vector). |
commit | commitdiff | tree |
2014-03-19 |
Dejan Jevtic | mips32: Avoid compiler warnings. |
commit | commitdiff | tree |
2014-03-15 |
Julian Seward | Un-break the arm32 compilation pipeline following the... |
commit | commitdiff | tree |
2014-03-15 |
Julian Seward | LDRD/STRD reg+/-#imm8: allow PC as the base register... |
commit | commitdiff | tree |
2014-03-15 |
Julian Seward | Correctly handle add(hi) when the destination register... |
commit | commitdiff | tree |
2014-03-10 |
Julian Seward | Back-end handling of Iop_CmpNEZ32x4, Iop_CmpNEZ16x8... |
commit | commitdiff | tree |
2014-03-09 |
Julian Seward | Implement a couple of backend artefacts needed by Memch... |
commit | commitdiff | tree |
2014-03-09 |
Julian Seward | Do early writeback of the base register for the followi... |
commit | commitdiff | tree |
2014-03-08 |
Julian Seward | * iselIntExpr_AMode_wrk: generate correct code for... |
commit | commitdiff | tree |
2014-03-07 |
Julian Seward | Support extra instruction bits and pieces, enough to... |
commit | commitdiff | tree |
2014-03-03 |
Dejan Jevtic | mips32: Fix the problem with reading the guest_FCSR... |
commit | commitdiff | tree |
2014-03-03 |
Julian Seward | Fix error in 64-bit and smaller load versions of |
commit | commitdiff | tree |
2014-03-02 |
Julian Seward | Implement REV16, REV32, FCVTN, SHL (vector, immediate... |
commit | commitdiff | tree |
2014-03-01 |
Julian Seward | Remove redundant FMOV (vector, immediate) case. |
commit | commitdiff | tree |
2014-03-01 |
Julian Seward | Select and emit insns for |
commit | commitdiff | tree |
2014-02-27 |
Dejan Jevtic | mips32: Fpu guest registers are ULong and the initial... |
commit | commitdiff | tree |
2014-02-27 |
Julian Seward | Implement a few more integer instructions: |
commit | commitdiff | tree |
2014-02-25 |
Dejan Jevtic | mips32: Fix the problem with the floating point compare... |
commit | commitdiff | tree |
2014-02-21 |
Julian Seward | * add a kludgey fix for "mrs rT, dczid_el0" |
commit | commitdiff | tree |
2014-02-20 |
Julian Seward | First pass at implementation of load/store exclusive and |
commit | commitdiff | tree |
2014-02-19 |
Julian Seward | Implement unchainXDirect_ARM64. |
commit | commitdiff | tree |
2014-02-19 |
Dejan Jevtic | mips32: VEX Support for 64bit FPU on MIPS32 platforms. |
commit | commitdiff | tree |
2014-02-17 |
Julian Seward | Implement more aarch64 vector insns: |
commit | commitdiff | tree |
2014-02-14 |
Petar Jovanovic | mips64: add support for load indexed instructions from... |
commit | commitdiff | tree |
2014-02-14 |
Florian Krohm | Fix comments and code snippets that were making incorre... |
commit | commitdiff | tree |
2014-02-11 |
Florian Krohm | s390: Fix s390_amode_for_guest_state. In general the... |
commit | commitdiff | tree |
2014-02-10 |
Julian Seward | Fix the ppc32 special-instruction magic sequence so... |
commit | commitdiff | tree |
2014-02-10 |
Julian Seward | Implement more aarch64 vector insns: |
commit | commitdiff | tree |
2014-02-09 |
Tom Hughes | Add support for syscall on x86 |
commit | commitdiff | tree |
2014-02-06 |
Julian Seward | Implement a few more vector aarch64 insns: |
commit | commitdiff | tree |
2014-02-05 |
Julian Seward | Implement a few more vector aarch64 insns: |
commit | commitdiff | tree |
2014-01-31 |
Petar Jovanovic | mips64: Support for Cavium-specific load indexed instru... |
commit | commitdiff | tree |
2014-01-26 |
Julian Seward | Improve front and back end support for SIMD instruction... |
commit | commitdiff | tree |
2014-01-26 |
Julian Seward | Make the following primops take a third (initial) argum... |
commit | commitdiff | tree |
2014-01-24 |
Carl Love | This patch by adrian.sendroiu@freescale.com fixes the... |
commit | commitdiff | tree |
2014-01-21 |
Julian Seward | Whitespace-only change: restrict to 80 col width. |
commit | commitdiff | tree |
2014-01-15 |
Dejan Jevtic | mips64: Change the initial value of fpu registers. |
commit | commitdiff | tree |
2014-01-15 |
Julian Seward | arm64: rename guest_SP to guest_XSP so as to avoid... |
commit | commitdiff | tree |
2014-01-12 |
Julian Seward | Add missing ULLs to some 64-bit immediates. |
commit | commitdiff | tree |
2014-01-12 |
Julian Seward | Add support for ARMv8 AArch64 (the 64 bit ARM instructi... |
commit | commitdiff | tree |
2013-12-11 |
Julian Seward | LibVEX_GuestAMD64_initialise(): give an initial value for |
commit | commitdiff | tree |
2013-12-10 |
Florian Krohm | The result of rounding a 128-bit BFP/DFP value to 32... |
commit | commitdiff | tree |
2013-12-09 |
Mark Wielaard | Bug 328100 - XABORT not implemented. |
commit | commitdiff | tree |
2013-11-14 |
Dejan Jevtic | mips32/64: Fixed the problem with fpu instructions. |
commit | commitdiff | tree |
2013-11-07 |
Christian Borntraeger | Fix Bug 327284. The condition code of risbg was not... |
commit | commitdiff | tree |
2013-10-23 |
Dejan Jevtic | mips32: Fix problem with some mips32 dsp instructions. |
commit | commitdiff | tree |
2013-10-22 |
Dejan Jevtic | mips32: Fixed the problem with FCSR register. |
commit | commitdiff | tree |
2013-10-21 |
Julian Seward | In 64 bit mode, allow 64 bit return values from clean... |
commit | commitdiff | tree |
2013-10-18 |
Julian Seward | Update copyright dates (20XY-2012 ==> 20XY-2013) |
commit | commitdiff | tree |
2013-10-18 |
Julian Seward | Handle PCMPxSTRx cases 0x30 and 0x40. Fixes #320998. |
commit | commitdiff | tree |
2013-10-18 |
Carl Love | This commit adds support for the following instructions: |
commit | commitdiff | tree |
2013-10-15 |
Carl Love | Power 8 support, phase 5 |
commit | commitdiff | tree |
2013-10-15 |
Julian Seward | Tidyup -- no functional change. Replace all "pfx ... |
commit | commitdiff | tree |
2013-10-15 |
Julian Seward | amd64 front end: accept XACQUIRE and XRELEASE on exactl... |
commit | commitdiff | tree |
2013-10-14 |
Julian Seward | Add support for an alternative encoding of 'PUSH reg... |
commit | commitdiff | tree |
2013-10-14 |
Julian Seward | PPC32/64: Allow 16 byte icache lines. |
commit | commitdiff | tree |
2013-10-09 |
Carl Love | Power PC, add the two privileged Transactional Memory... |
commit | commitdiff | tree |
2013-10-07 |
Dejan Jevtic | mips64: add extra Iop cases in VEX. |
commit | commitdiff | tree |
2013-10-04 |
Mark Wielaard | Fix guest_amd64_toIR xbegin and xtest to match cpuid... |
commit | commitdiff | tree |
2013-10-03 |
Carl Love | Phase 4 support for IBM Power ISA 2.07 |
commit | commitdiff | tree |
2013-10-02 |
Carl Love | Power PC, Approach 1, add Transactional Memory instruct... |
commit | commitdiff | tree |
2013-10-01 |
Carl Love | Phase 3 support for IBM Power ISA 2.07 |
commit | commitdiff | tree |
2013-09-29 |
Julian Seward | Implement LDRHT (Thumb), LDRSHT (Thumb), [LDR,ST]{S... |
commit | commitdiff | tree |
2013-09-29 |
Julian Seward | Implement LDRHT (Thumb), LDRSHT (Thumb), [LDR,ST]{S... |
commit | commitdiff | tree |
2013-09-27 |
Julian Seward | Add a kludgey implementation of XTEST to go with the... |
commit | commitdiff | tree |
2013-09-27 |
Julian Seward | armg_calculate_condition: add missing masking (probably... |
commit | commitdiff | tree |
2013-09-24 |
Petar Jovanovic | mips64: finetune mips_dirtyhelper_calculate_FCSR |
commit | commitdiff | tree |
2013-09-21 |
Petar Jovanovic | mips32: protect mips32r2 instructions with a flag |
commit | commitdiff | tree |
2013-09-20 |
Dejan Jevtic | mips32/64: Save the value of FCSR register at the begin... |
commit | commitdiff | tree |
2013-09-19 |
Dejan Jevtic | mips32/64: Code cleanup and VEX optimizations. No funct... |
commit | commitdiff | tree |
2013-09-19 |
Dejan Jevtic | mips32/64: Fix the problem with dirty helper when the |
commit | commitdiff | tree |
2013-09-18 |
Julian Seward | Add support for the Intel TM "xbegin" instruction,... |
commit | commitdiff | tree |
2013-09-18 |
Julian Seward | x86 front ends: tighten up decoding of MOV Ib,Eb and... |
commit | commitdiff | tree |
2013-09-18 |
Tom Hughes | Unbreak the build on non-MIPS platforms. |
commit | commitdiff | tree |
2013-09-18 |
Dejan Jevtic | mips32/mips64: additional VEX support for FCSR register. |
commit | commitdiff | tree |
2013-09-18 |
Petar Jovanovic | mips64: VEX support for MIPS64 Octeon Instructions |
commit | commitdiff | tree |
2013-09-16 |
Petar Jovanovic | mips: clean-up in hardware detection (Cavium/DSP ASEs) |
commit | commitdiff | tree |
2013-09-15 |
Petar Jovanovic | mips32: small cleanup in show_hwcaps_mips32 |
commit | commitdiff | tree |
2013-09-13 |
Florian Krohm | s390: Add spechelper for s390_calculate_cc. |
commit | commitdiff | tree |
2013-09-13 |
Mark Wielaard | Bug 323893 - SSE3 not available on amd cpus in valgrind. |
commit | commitdiff | tree |
2013-09-12 |
Carl Love | The Power ISA 2.07 document includes a correction to... |
commit | commitdiff | tree |
2013-09-12 |
Florian Krohm | Remove dead code. |
commit | commitdiff | tree |
2013-09-11 |
Florian Krohm | Enhance ado_treebuild_BB to allow an expression precedi... |
commit | commitdiff | tree |
2013-09-11 |
Dejan Jevtic | mips64: fixed problem with Iop's for mips64. |
commit | commitdiff | tree |
2013-09-10 |
Carl Love | Bugzilla 323437, this is phase 2 in a series of patches... |
commit | commitdiff | tree |
2013-09-06 |
Florian Krohm | Add a few more optimisations for CmpwNEZ64, CmpNEZ32... |
commit | commitdiff | tree |
2013-09-06 |
Carl Love | The existing overflow detection in VEX/priv/guest_ppc_t... |
commit | commitdiff | tree |
2013-09-06 |
Carl Love | The patch used the binary constants 0b10000 and 0b10001... |
commit | commitdiff | tree |
2013-09-06 |
Florian Krohm | Update list of ignored files. |
commit | commitdiff | tree |
2013-09-05 |
Carl Love | The current code is not properly handling a non-zero... |
commit | commitdiff | tree |
2013-09-03 |
Florian Krohm | deltaIRExpr cannot handle Iex_VECRET and Iex_BBPTR and |
commit | commitdiff | tree |
2013-09-02 |
Dejan Jevtic | mips32/mips64: Fix the problem with lwl and lwr for... |
commit | commitdiff | tree |
2013-09-02 |
Julian Seward | Comment-only change. |
commit | commitdiff | tree |
2013-09-01 |
Florian Krohm | Add an optimisation for Iop_Left64. |
commit | commitdiff | tree |
2013-09-01 |
Florian Krohm | Add algebraic simplifications for Iop_And64 (same as... |
commit | commitdiff | tree |
2013-08-27 |
Mark Wielaard | Support mmxext (integer sse) subset on i386 (athlon). |
commit | commitdiff | tree |
2013-08-16 |
Dejan Jevtic | mips64: Fix a problem with CCall.retty type. |
commit | commitdiff | tree |
2013-08-16 |
Julian Seward | Add support for 256-bit return values for dirty helpers... |
commit | commitdiff | tree |
next |