]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
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.
2005-07-23  Julian SewardEnable RCR tests.
2005-07-23  Julian SewardAn appallingly inefficient, but correct, implementation...
2005-07-23  Julian SewardImplement bswapq %reg. Generates pretty verbose code...
2005-07-22  Julian SewardPartially successful effort to get FP working again.
2005-07-22  Julian SewardFix signedness of immediate.
2005-07-21  Julian SewardReinstate rlwnm and change ROTL32 back to what it looke...
2005-07-21  Julian SewardFix XER.OV computation after multiply.
2005-07-21  Julian SewardFix very stupid bug in my mtxer implementation. The...
2005-07-21  Julian SewardDo all ppc32 flag calculations in-line, partly for...
2005-07-21  Julian SewardImplement STC/CLC/CMC, and take the opportunity to...
2005-07-20  Julian SewardImplement SBB Ev,Gv.
2005-07-20  Julian SewardImplement LOOP disp8 (0xE2).
2005-07-20  Julian SewardImplement F3 90 (rep nop).
2005-07-20  Julian SewardSpecialise NZ after ANDL/ORL/XORL. This fixes #109314.
2005-07-20  Julian SewardAdd some specialisation rules which are ultimately...
2005-07-19  Julian SewardMake ADC Ev,Gv work.
2005-07-19  Julian SewardiselCondCode: handle literals.
2005-07-18  Julian SewardAdd a folding rule for 1Sto16.
2005-07-18  Julian SewardHandle 0 :: Ity_I1 as well as 1 :: Ity_I1.
2005-07-18  Julian SewardFix up linking/relocation a bit, and track API changes...
2005-07-18  Julian SewardTrack API changes in r1272.
2005-07-18  Julian SewardSome changes to the ppc32 compilation pipeline, with...
2005-07-14  Julian SewardFix build breakage.
2005-07-08  Julian SewardImplement 8-byte-transfer cases for lwsi and stswi.
2005-07-08  Cerion Armour... Added LibVEX_GuestPPC32_put_cr7(), LibVEX_GuestPPC32_pu...
2005-07-08  Cerion Armour... Added LibVEX_GuestPPC32_get_cr() for easy access to...
2005-07-07  Julian SewardMy life is one endless stream of small things which...
2005-07-07  Julian SewardComment-only-change: record subtle interactions between...
2005-07-07  Julian SewardFix bits and pieces needed to make self-checking-transl...
2005-07-07  Julian SewardTidy up some loose ends in the self-checking-translatio...
2005-07-07  Julian SewardMake LibVEX_Translate (an API fn) take a Bool indicatin...
2005-07-07  Julian SewardBasic support for self-checking translations. It fits...
2005-07-05  Julian SewardKeep older versions of gcc (3.0.4) happy.
2005-07-04  Cerion Armour... ... and fix the fix (oh for clear documentation...)
2005-07-04  Cerion Armour... fixed load-mult-word bad-insn-check bug
2005-07-04  Cerion Armour... What is it with me add and's!
next