]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2005-10-07  Julian SewardSpecial-case rlwnms which are really slwi or srwi....
2005-10-05  Julian SewardHandle FUCOM %st(0),%st(?).
2005-10-05  Julian SewardHandle BT/BTS/BTR/BTC at size 4 as well as 8.
2005-10-05  Julian SewardImplement JRCXZ.
2005-10-05  Julian SewardHandle the redundant-encoding (Grp5) versions of {inc...
2005-10-04  Julian SewardHandle SSE2 pmaddwd.
2005-10-04  Julian SewardImplement SSE2 psadbw.
2005-10-03  Julian SewardImplement LAHF.
2005-10-03  Julian SewardImplement the 0F 7F encoding for movq mmreg, mmreg.
2005-10-03  Julian SewardEnable Xin_MFence on VexSubArchX86_sse0.
2005-10-03  Julian SewardFix various adc/sbb instruction variants.
2005-10-03  Julian Sewardx86 front end: implement FXTRACT. I knew there was...
2005-09-16  Cerion Armour... Some AltiVec vector-multiply arith insns
2005-09-16  Cerion Armour... spacing and var name chages only
2005-09-16  Cerion Armour... More AltiVec: shifts and rotates
2005-09-16  Cerion Armour... Rename primop Iop_Rot* Iop_Rotl*
2005-09-16  Cerion Armour... Added packing/unpacking AltiVec insns
2005-09-15  Cerion Armour... Added AltiVec permutation insns:
2005-09-15  Cerion Armour... Couple more primops: Iop_ShlN8x16, Iop_ShrN8x16, Iop_Sa...
2005-09-15  Julian SewardMakefile fixes:
2005-09-15  Cerion Armour... Added AltiVec integer compare insns.
2005-09-15  Cerion Armour... Implemented simple AltiVec arithmetic insns:
2005-09-14  Cerion Armour... Added AltiVec sub-vector load/store insns:
2005-09-14  Cerion Armour... implemented vaddcuw
2005-09-14  Cerion Armour... more altivec insns: vsr, vspltw
2005-09-13  Cerion Armour... implemented guest-ppc32 lvsl, lvsr using dirty helper...
2005-09-13  Cerion Armour... yet another new IR primop: Iop_QNarrow32Ux4
2005-09-13  Cerion Armour... Added a number of new IR primops to support integer...
2005-09-13  Cerion Armour... a couple more simple altivec insns
2005-09-12  Cerion Armour... ppc guest_state vector regs must be 16byte aligned...
2005-09-12  Cerion Armour... front end:
2005-09-10  Cerion Armour... reinstated altivec insn disassembly framework
2005-09-09  Julian SewardTypechecker cleanups (non-functional changes)
2005-09-09  Julian SewardiselInt64Expr: handle 64-bit Mux0X.
2005-09-09  Julian SewardFix mcrxr.
2005-09-09  Cerion Armour... reinstate lhau, lhaux, sthux, mcrxr
2005-09-09  Cerion Armour... implemented Iop_64HLtoV128 in iselVecExpr_wrk
2005-09-09  Julian SewardReinstate stfdux, fctiw.
2005-09-09  Julian SewardCleanups:
2005-09-09  Julian Sewardrm unused vars in dis_int_ldst_str
2005-09-09  Julian SewardImplement stswi/stswx.
2005-09-09  Julian SewardEnhance the dead-code removal pass so that it detects...
2005-09-09  Julian SewardImplement lswi and lswx. The generated IR should be...
2005-09-08  Julian SewardReinstate stwbrx.
2005-09-08  Julian SewardReinstate crand, crnand, crorc.
2005-09-06  Julian SewardImplement mftb{,u}.
2005-09-06  Julian SewardRemove some helper functions to do with flag handling...
2005-09-06  Julian SewardReinstate lwbrx.
2005-08-29  Julian SewardObserve any externally supplied $(CC).
2005-08-26  Julian SewardDon't even mention malloc, since it screws up staticall...
2005-08-25  Julian SewardImplement MOVUPS -- move from G (xmm) to E (mem or...
2005-08-25  Julian Sewardvex_printf/sprintf hackery.
2005-08-24  Julian SewardBuild rflag thunk for adc/sbb correctly.
2005-08-24  Julian Sewardamd64: Handle BT/BTS/BTR/BTC Gv, Ev.
2005-08-24  Julian SewardFix incorrect building of the flags thunk after ADC...
2005-08-24  Julian SewardEnable ADC Ib, AL.
2005-08-23  Julian SewardImplement LOOP{,E,NE}.
2005-08-23  Julian SewardRename a couple of inconsistently-named helper functions.
2005-08-23  Julian SewardWhitespace-only change.
2005-08-23  Julian SewardImplement RDTSC (amd64).
2005-08-23  Julian SewardRename a couple of inconsistently-named helper functions.
2005-08-23  Julian SewardImplement RDTSC on x86.
2005-08-23  Julian SewardImplement LOOP/LOOPE/LOOPNE.
2005-08-23  Julian SewardEnable testing of RCL insns.
2005-08-23  Julian SewardSupport x86 RCL instructions.
2005-08-21  Julian SewardOn a PPC32Instr_Call, don't merely record how many...
2005-08-18  Julian SewardAdd tested but unused code just in case it is useful...
2005-08-14  Julian Sewarddis_Grp2: decode address mode correctly
2005-08-13  Julian SewardHandle Iop_Sar16, so that front end amd64 "cwtd" does...
2005-08-12  Julian SewardImplement 'rep ret'.
2005-08-12  Julian SewardImplement cmpxchg8b. Sheesh. What a total dog of...
2005-08-10  Julian SewardImplement PREFETCH{W} m8.
2005-08-10  Julian SewardImplement DC /3 (FCOMP double-real).
2005-08-08  Julian SewardReenable FST %st(0),%st(?) (0xDD 0xD0 .. 0xDD 0xD7).
2005-08-08  Julian SewardDon't emit cmovl since older x86s don't support it...
2005-08-07  Julian SewardA minimal implementation of the x86 sysenter instruction
2005-08-06  Julian SewardTrack the status of the %EFLAGS.AC (alignment check...
2005-08-06  Julian SewardReinstate SBB r/m, reg.
2005-08-05  Julian SewardGet rid of ludicrously over-paranoid assertion that...
2005-08-04  Julian Seward- Partial implementation of reservations, to make lwarx...
2005-08-03  Julian SewardImplement dual licensing.
2005-08-03  Julian SewardNewer version of GPLv2 text with newer FSF addresses...
2005-08-02  Julian SewardImplement 0xA0 /* MOV Ob,AL */ and 0xA2 /* MOV AL,Ob */.
2005-08-02  Julian SewardIgnore redundant REX.W prefix on CALL Ev.
2005-08-02  Julian SewardMake copyright notices consistent.
2005-08-01  Julian SewardSpecialise NZ after DECW.
2005-08-01  Julian SewardImplement 0xA1 /* MOV Ov,eAX */ and 0xA3 /* MOV eAX...
2005-07-29  Julian SewardReinstate some FP instructions. With --tool=none we...
2005-07-29  Julian SewardImplement ffreep %st(0). Fixes #109718.
2005-07-29  Julian SewardImplement ficom{p,}{w,l}. This should fix #103594.
2005-07-27  Julian SewardTypechecker police.
2005-07-27  Julian SewardGet rid of warnings from gcc.
2005-07-26  Julian SewardNever ever delete vex_svnversion.h except when doing...
2005-07-26  Julian SewardDon't delete vex_svnversion.h during 'make clean'....
2005-07-25  Julian SewardImplement a couple of missing x87 insns.
2005-07-24  Julian SewardUpdate always-defined areas.
2005-07-24  Julian SewardMore isel cases.
2005-07-23  Julian SewardSome of the ppc32 front end stuff generates huge amount...
2005-07-23  Julian SewardReenable an ADC variant.
2005-07-23  Julian SewardImplement ADC Ib, AL.
next