]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
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...
2005-05-11  Julian Sewardgcc-2.96 build fixes
2005-05-11  Julian SewardMake the amd64 back end capable of dealing with the...
2005-05-11  Julian SewardAMD64 backend cleanup: get rid of instruction variants...
2005-05-11  Julian SewardThese cases are now verified.
2005-05-11  Julian SewardPlacate icc.
2005-05-11  Julian SewardTo a first approximation, this commit completes SSE2...
2005-05-11  Julian SewardComment-only change.
2005-05-11  Julian SewardLots more SSE2 instructions.
2005-05-11  Julian SewardSSE2, on and on and on. There are more different SSE2...
2005-05-10  Julian SewardEnough SSE2 instructions to sink a small ship. And...
2005-05-10  Julian SewardFirst pass through SSE1 instructions.
2005-05-10  Julian SewardMany amd64 SSE1 instructions.
2005-05-09  Julian SewardFinish off amd64 MMX instructions before they finish...
2005-05-09  Julian SewardHandle primops created by memchecking MMX code.
2005-05-09  Julian SewardMake a whole bunch of mmx instructions work.
2005-05-09  Julian SewardSupport GetI/PutI of 32-bit integer arrays.
2005-05-09  Julian SewardEven more x87 instructions.
2005-05-08  Julian SewardMake a whole bunch more x87 instructions work on amd64.
2005-05-07  Julian SewardMore x87 instructions.
2005-05-06  Julian SewardReinstate the specialisation rule which first exposed...
2005-05-06  Julian SewardFix silly bug in folding rule. This 'silly bug' took...
2005-05-06  Julian SewardMake some more x87 instructions work.
2005-05-06  Julian SewardFix 64-bit bogon in bt/bts/btc/btr which caused it...
2005-05-05  Julian SewardFix up %rflags handling after 64-bit multiplies.
2005-05-05  Julian SewardImplement a whole bunch more SSE instructions on amd64.
2005-05-05  Julian SewardPlay a few more rounds of the SSE game on amd64.
2005-05-05  Julian SewardMore %flags-helpers tuning.
2005-05-05  Julian SewardUpdate comment.
2005-05-03  Julian Sewardx86 guest: generate Iop_Neg* in the x86->IR phase....
2005-05-03  Julian SewardGenerate better code for CmpNEZ64(Or64(x,y)), a common...
2005-05-03  Julian SewardMemchecking very large BBs of FP insns on x86 sometimes...
2005-05-02  Julian SewardWhen handling 'sbb %reg,%reg', first put zero into...
2005-05-02  Julian SewardMinor tweakage: use testl rather than andl in three...
2005-05-02  Julian SewardMinor cleanups.
next