]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2012-07-25  Florian KrohmChange IR generation for MVCLE to not generate cc=3...
2012-07-25  Josef WeidendorferFix bug 303963.
2012-07-25  Florian KrohmChange IR generation for SRST, CLST, and CLCLE to not...
2012-07-24  Florian KrohmUse always_goto_and_chase for consistency with other...
2012-07-23  Florian KrohmBack out special handling for opcode 00 (VEX r2189).
2012-07-21  Florian KrohmChange logic in computed gotos to use if_condition_goto...
2012-07-21  Florian KrohmAdd support for the CU24 insn (s390x). Part of fixing...
2012-07-20  Florian KrohmAdd support for the CU21 instruction (s390x).
2012-07-19  Florian KrohmHandle Iop_32to1 in the amd64 insn selector.
2012-07-19  Florian KrohmFix disassembly for insns using the RRF_M0RERE format.
2012-07-18  Julian SewardeqIRConst: handle Ico_V256.
2012-07-16  Petar JovanovicAdd more debug print information for the instructions...
2012-07-16  Julian SewardFix incorrect instruction decoding for MOVBE. Followup...
2012-07-15  Julian SewardImplement MOVBE. Fixes #302287.
2012-07-15  Florian KrohmMove helper functions to guest_s390_helpers.c for consi...
2012-07-14  Julian SewardHandle UD2 a bit better. This change causes Vex to...
2012-07-14  Julian SewardGet rid of gcc warnings about uninitialised variables...
2012-07-14  Julian SewardImplement VCMPNGESS (and other laneages: SD, PD, PS...
2012-07-14  Julian SewardIncrease max allowed pre-allocation (vreg-ised) block...
2012-07-14  Julian Sewardppc front end: fnmadd, fnmsub, fnmadds, fnmsubs: don...
2012-07-13  Florian KrohmUse vpanic, not vassert, you silly.
2012-07-13  Florian KrohmUse a proper type for sign_mask.
2012-07-13  Florian KrohmRemove redundant break statements.
2012-07-11  Julian SewardImplement (T1) SMMUL{R}. Fixes #300140. (Evgeniy...
2012-07-11  Julian SewardARM: Implement QADD and QSUB. Fixes #286917.
2012-07-10  Julian SewardAdd Iop_CmpEQ16x8 to the set of known dependency-breake...
2012-07-10  Julian SewardComment/formatting only change, to clarify semantics...
2012-07-06  Philippe Waroquiersfix 303116 Add support for the POWER instruction popcn...
2012-07-05  Florian KrohmMake the IR sanity checker complain about dirty helpers...
2012-06-29  Julian Seward* add folding rules for CmpNE32(x,x) and CmpEQ32(x,x),
2012-06-29  Julian SewardFold some long lines (formatting-only change).
2012-06-29  Julian SewardAdd folding rules for
2012-06-29  Julian SewardAdd a new IRConst kind -- V256 -- containing an abbrevi...
2012-06-29  Julian SewardAdd some constant folding rules for V128 and V256 types.
2012-06-27  Julian SewardComment-only change re findSSECmpOp.
2012-06-25  Julian SewardEnable AVX by default, on processors that support it.
2012-06-25  Julian SewardAdd IR ops Iop_CmpNEZ32x8 and Iop_CmpNEZ64x4, needed...
2012-06-25  Julian SewardHandle a couple more AVX floating point comparison...
2012-06-24  Julian SewardMore AVX insns:
2012-06-24  Julian SewardMore AVX insns:
2012-06-24  Julian SewardMore AVX insns:
2012-06-24  Julian SewardEven more AVX isns:
2012-06-24  Julian SewardEven more AVX insns:
2012-06-24  Julian SewardVCMPPD and VCMPPS incremental fix
2012-06-24  Julian SewardImplement more AVX insns:
2012-06-24  Julian SewardVROUND{PS,PD}: fix incorrect comments.
2012-06-22  Petar JovanovicFix for incorrectly passed params to IRExpr_Mux0X in...
2012-06-22  Julian SewardImplement (inexplicably missing) UHADD16.
2012-06-21  Julian SewardAdd support for
2012-06-21  Julian SewardAdd support for
2012-06-21  Julian SewardAdd support for
2012-06-21  Julian SewardFix incorrect implementation of VPERMILP{S,D} variable...
2012-06-20  Petar JovanovicMoving Iop_F64toI32S to correct (binary ops) place...
2012-06-20  Julian SewardImplement
2012-06-20  Julian SewardAdd support for
2012-06-19  Julian SewardAdd some missing breaks as spotted by BEAM.
2012-06-19  Julian Sewards390_insn_cdas_emit: comment out unused variable r3p1
2012-06-19  Julian SewardMove new 256-bit FP Iops to a better place.
2012-06-18  Julian SewardMore AVX insns:
2012-06-18  Julian SewardRemove incorrect masking of the imm8 in VSHUFPD.
2012-06-18  Julian SewardMore AVX insns:
2012-06-18  Julian SewardMore AVX insns:
2012-06-18  Julian SewardMore AVX insns:
2012-06-15  Florian KrohmFix a few issues as reported by the BEAM tool.
2012-06-15  Julian SewardAdd a CPUID emulation which announces AVX support,...
2012-06-14  Julian SewardFill in some missing AVX insns:
2012-06-14  Julian SewardImplement even more insns created by gcc-4.7.0 -mavx...
2012-06-13  Julian SewardImplement even more instructions generated by "gcc...
2012-06-12  Julian SewardImplement a bunch more AVX instructions generated by...
2012-06-12  Julian SewardMake a start at implementing 256-bit AVX instructions...
2012-06-11  Julian Seward16-bit Thumb PUSH and POP: fix incorrect assertions.
2012-06-07  Petar JovanovicSmall improvement for getIReg on MIPS when reading...
2012-06-07  Julian SewardMerge in a port for mips32-linux, by Petar Jovanovic...
2012-06-07  Julian SewardMerge in a port for mips32-linux, by Petar Jovanovic...
2012-06-06  Florian KrohmFix a copy'n paste error spotted by Julian.
2012-06-06  Florian KrohmFix debug printing of s390 V-insns. Alu ops and such...
2012-06-06  Florian KrohmSupport "compare double ansd swap" insns: CDS, CDSY...
2012-06-04  Julian Sewarddis_AVX128_E_V_to_G is a special case of
2012-06-03  Julian SewardImplement
2012-06-03  Julian SewardMove VEX_HWCAPS_PPC32_DFP to a more logical place.
2012-06-03  Florian KrohmFix two Binop / Unop mixups.
2012-06-02  Julian SewardPOWER Processor decimal FP support, part 5 (VEX side...
2012-06-02  Florian KrohmPut the Triop member into a separate struct (IRTriop...
2012-06-02  Julian SewardImplement
2012-06-01  Florian KrohmFix a cut'n paste error.
2012-06-01  Florian KrohmPut the Qop member into a separate struct (IRQop) and...
2012-06-01  Julian SewardEnhance the guest state effects notation on IRDirty...
2012-05-31  Florian KrohmReduce size of an IRStmt from 40 bytes to 32 bytes...
2012-05-28  Florian KrohmAdd forgotten update. Should have been part of r2359.
2012-05-28  Florian KrohmCleanup after t-chaining changes.
2012-05-27  Florian KrohmUpdate a comment.
2012-05-27  Florian KrohmFix an out-of-date comment.
2012-05-27  Florian KrohmChange S390_INSN_HELPER_CALL such that returning a...
2012-05-27  Julian SewardRemove, or (where it might later come in handy) comment...
2012-05-27  Julian SewardFix the behaviour of VEXTRACTF128, VCMPSD and VCMPSS...
2012-05-27  Julian SewardImplement VINSERTPS imm8, xmm3/m32, xmm2, xmm1
2012-05-26  Florian KrohmTake advantage of compare immediate insns as more than...
2012-05-25  Julian SewardImplement
2012-05-25  Julian SewardImplement
2012-05-24  Julian SewardImplement
next