]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
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!
2005-07-04  Cerion Armour... Bringing back load/store multiple word. *These insns...
2005-07-04  Julian SewardImplement fcmovu/fcmovnu. gcc-4.0.1 -msse2 -ftree...
2005-07-04  Julian SewardAdd some casts.
2005-07-04  Julian SewardA further hack to reduce ppc32 reg-alloc costs: don...
2005-07-04  Julian SewardFix (well, ameliorate, at least) some lurking performan...
2005-07-04  Julian SewardFix comment.
2005-07-03  Julian SewardGet rid of endianness assumption in client-request...
2005-07-03  Julian SewardChange type of deltas from ULong to Long throughout...
2005-07-03  Julian SewardChange type of deltas from UInt to Int throughout....
2005-07-03  Julian SewardType casting cleanups.
2005-07-02  Julian SewardThe logic that drove basic block to IR disassembly...
2005-07-02  Julian SewardFix backend bug: the immediate on PPC32AMode_IR is...
2005-07-01  Cerion Armour... Implemented altivec load: lvx - xfontsel runs now ...
2005-07-01  Cerion Armour... Cleaned up read/write register functions, wrt XER,...
2005-07-01  Cerion Armour... Fixed a couple of bugs relating to condition register...
2005-07-01  Cerion Armour... comment-only change: renumber register offsets correctly
2005-07-01  Julian SewardYet Another Folding Rule (YAFR) (tm)
2005-07-01  Julian SewardTrack recent API change (introduction of VexArchInfo).
2005-06-30  Julian SewardEnhance IR so as to distinguish between little- and...
2005-06-30  Julian SewarddeltaIRStmt: handle IRStmt_MFence.
2005-06-30  Julian SewardFix pointer-type mismatches.
2005-06-30  Julian SewardComment wibble
2005-06-30  Julian SewardFill in guest_ppc32_state_requires_precise_mem_exns...
2005-06-30  Julian SewardConnect up the plumbing which allows the ppc32 front...
2005-06-30  Julian Seward(API-visible change): generalise the VexSubArch idea...
2005-06-29  Cerion Armour... We have more than 59 allocateable regs now (duh)
2005-06-29  Cerion Armour... some more isel cases: v128,f32
2005-06-29  Cerion Armour... Fixed bug in doHelperCall, passing LONG_LONG params
2005-06-29  Cerion Armour... Fixed coupla altivec typos
2005-06-28  Cerion Armour... Implemented just enough of isel for an AltiVec store
2005-06-28  Cerion Armour... Reshuffled host-ppc32 AltiVec integer insns
2005-06-28  Cerion Armour... PPC32 AltiVec host-end framework & intruction output
2005-06-28  Cerion Armour... PPC32 AltiVec reg offsets
2005-06-28  Cerion Armour... AltiVec insn parsing for guest end.
2005-06-24  Cerion Armour... fixed sign-extension bug for branches
2005-06-23  Julian SewardDisable i-am-kludged messages in the cache control...
2005-06-23  Julian SewardDisable dangerous case in advance4 which is not current...
2005-06-23  Cerion Armour... Added isel Ist_Tmp:Ity_I64, iselInt64Expr::Iex_Get
next