]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
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
2005-06-23  Cerion Armour... ... and write 64bit vals the right way around...
2005-06-23  Cerion Armour... Added to insn selector: CmpNEZ8, Ist_Put::Ity_I64
2005-06-23  Cerion Armour... Fix ppc32 'Call' bug
2005-06-21  Julian Sewardamd64 back end: handle 8Uto32.
2005-06-20  Cerion Armour... comment wibble
2005-06-20  Cerion Armour... this one was x86 code. grr.
2005-06-20  Cerion Armour... more ppc32 .orig files
2005-06-20  Cerion Armour... Floating-point for ppc32
2005-06-20  Cerion Armour... guest-ppc32
2005-06-20  Cerion Armour... fix 'Usage:'
2005-06-14  Julian Sewardicc police strike again
2005-06-13  Julian SewardMake iropt not complain about missing folding rules...
2005-06-13  Julian SewardThe guest-state effect declaration for x86 'fldenv...
2005-06-13  Julian SewardImplement fldenv/fstenv on amd64.
2005-06-10  Julian Sewardamd64: handle MOVUPS G to E
2005-05-30  Julian SewardApparently someone somewhere in some obscure library...
2005-05-25  Julian SewardHandle fnclex, needed by g95.
2005-05-20  Julian SewardAdd a folding rule for 1Uto64.
2005-05-18  Julian SewardHandle XCHG Gb,Eb.
2005-05-18  Julian SewardHandle XCHG rAX, reg for 32-bit regs as well as 64...
2005-05-18  Julian SewardHandle XOR Ib, AL.
2005-05-14  Julian SewardFix behaviour of MOVQ on amd64.
2005-05-14  Julian SewardFinally fix the behaviour of MOVQ (xmm -> xmm).
2005-05-14  Julian SewardHandle NegF64.
2005-05-13  Julian SewardReinstate a SBB case.
2005-05-12  Julian SewardReinstate a bunch more x87 instructions.
2005-05-12  Julian SewardAdd the beginnings of what might be a general mechanism...
2005-05-12  Julian SewardMore floating-point tuning.
2005-05-11  Julian SewardAdd a couple more %rflag-helper specialisations.
2005-05-11  Julian SewardAllow reg-alloc to use %rbx. This is a callee-saved...
2005-05-11  Julian SewardAh, the joys of register allocation. You might think...
2005-05-11  Julian SewardDo a bit better for (part of) a very common memcheck...
next