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