]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2008-05-13  Julian SewardMerge r1807 (Very kludgey implementation of IRET. ...
2008-05-12  Julian SewardHandle Left64 on 32-bit host. This stops Memcheck...
2007-12-11  Julian SewardCreate stable branch associated with Valgrind 3.3.X...
2007-12-04  Julian SewardGenerate code to handle 64-bit integer loads and stores...
2007-11-27  Julian SewardHandle the case Add64(expr,const) a bit better. Appare...
2007-11-26  Julian SewardFix stupid bug in x86 isel: when generating code for...
2007-11-25  Julian SewardImplement lods{b,w,l}. Fixes #152818.
2007-11-23  Julian SewardImplement DAA/DAS/AAA/AAS. Really stupid and ugly...
2007-11-20  Julian SewardSupport in{b,w,l} and out{b,w,l} on amd64. Fixes ...
2007-11-19  Julian SewardFix this:
2007-11-16  Julian Sewardgcc-4.3 build fixes.
2007-11-16  Julian SewardImplement SALC. Fixes #147628.
2007-11-16  Julian SewardEnable CMPXCHG Gb,Eb. Fixes #147498.
2007-11-15  Julian SewardHandle the "alternative" (non-binutils) encoding of...
2007-11-09  Julian SewardMerge changes from THRCHECK branch r1787. These change...
2007-11-06  Julian SewardAccept some apparently redundant REX.W prefixes seen...
2007-09-01  Julian SewardImplement maskmovq and maskmovdq.
2007-08-29  Julian SewardSupport x86 $int 0x40 .. 0x43 instructions on Linux...
2007-08-28  Julian SewardSupport td (64-bit counterpart to r1784).
2007-08-28  Julian SewardBetter support for trap insns. This adds support for...
2007-08-28  Julian SewardAdd missing return.
2007-08-28  Julian SewardMerge, from CGTUNE branch, r1774:
2007-08-25  Julian SewardMerge from CGTUNE branch, code generation improvements...
2007-08-25  Julian SewardMerge from CGTUNE branch:
2007-08-25  Julian SewardMerge, from CGTUNE branch:
2007-08-25  Julian SewardMerge, from CGTUNE branch:
2007-08-23  Julian SewardAllow up to 7 prefixes, so as to accept
2007-07-11  Julian Seward* implement fistp
2007-05-05  Julian SewardOops. Fix longstanding bug which will have caused...
2007-05-04  Julian SewardHandle x87 FCOMP.
2007-05-01  Julian SewardStop gcc-4.2 producing hundreds of complaints of the...
2007-04-07  Julian SewardImplement lahf/sahf on amd64. Also set NDEP on x86...
2007-04-05  Julian SewardFix various cases where the instruction decoder asserte...
2007-04-04  Julian SewardFold Add8(t,t) ==> t << 1. Fixes #143817 (Unused bitfi...
2007-03-31  Julian SewardCounterpart to r1745: teach the amd64 back end how...
2007-03-31  Julian SewardTeach the x86 back end how generate 'lea' instructions...
2007-03-25  Julian Sewardx86 back end: use 80-bit loads/stores for floating...
2007-03-21  Julian Sewardamd64 equivalents of vx1742 (synthesise SIGILL in the...
2007-03-20  Julian Sewardx86 front end: synthesise SIGILL in the normal way...
2007-03-12  Julian SewardSupport 'INT $3' instruction on amd64 (counterpart...
2007-03-11  Julian SewardTolerate redundant REX.W prefix produced by Mono for...
2007-03-09  Julian SewardWhen generating 64-bit code, ensure that any addresses...
2007-03-09  Julian SewardComment-only changes.
2007-03-01  Julian SewardHandle the (bizarre) no-op "26 2E 64 65 90 %es:%cs...
2007-02-28  Julian SewardSupport 'INT $3' instruction.
2007-02-23  Julian SewardHandle FCOM and FCOMPP in 64-bit mode (see #141790)
2007-02-06  Julian SewardMore IRBB -> IRSB renaming.
2007-01-27  Julian SewardFill in missing cases in eqIRConst. This stops iropt...
2007-01-16  Julian SewardConstant fold XorV128(t,t) -> 0. Effect is that memch...
2007-01-12  Julian SewardUpdate.
2007-01-12  Julian SewardImplement rcl{b,w,l,q} on amd64.
2007-01-10  Julian SewardImplement FXSAVE on amd64. Mysteriously my Athlon64...
2007-01-09  Julian SewardAdd 'missing' primop Iop_ReinterpF32asI32 and code...
2007-01-08  Julian SewardStraggler
2007-01-08  Julian SewardUpdate copyright dates.
2007-01-08  Julian SewardAdd mkIRExprVec_6/7.
2007-01-04  Julian SewardUse 'ifndef' in the makefile correctly.
2006-12-29  Julian SewardTidy up flags spec fn, and add a rule for INCW-CondZ.
2006-12-28  Julian SewardTidy up and finalise x86/amd64 flag spec rules for...
2006-12-28  Julian SewardHandle recent binutils padding "nopw %cs:0x0(%eax,...
2006-12-27  Julian SewardEnable support for altivec prefetches: dss, dst, dstt...
2006-12-27  Julian SewardEnable lvxl and stvxl.
2006-12-27  Julian SewardImplement mfspr 268 and 269. Fixes #139050.
2006-12-27  Julian Sewardx86 front end: Implement MASKMOVQ (MMX class insn,...
2006-12-24  Julian SewardA large but non-functional commit: as suggested by...
2006-12-17  Julian SewardMake compilable again.
2006-12-17  Julian SewardMake this compilable again.
2006-12-01  Julian SewardChange a stupid algorithm that deals with real register...
2006-11-27  Julian SewardAdd a couple of %rflags spec rules which improve perfor...
2006-11-24  Julian SewardNew function dopyIRBBExceptStmts which makes it a bit...
2006-11-22  Julian SewardSpecialise computation of carry flag after ADDL.
2006-11-22  Julian SewardEven more flag-spec rules: SUBL-CondNL, SUBL-CondNBE...
2006-11-22  Julian SewardA couple more x86 spec rules: COPY-CondNZ and SUBL...
2006-11-19  Julian SewardOn amd64, allow the register allocator to use %r10...
2006-11-18  Julian SewardHandle long-form encoding of 'push{l,w} %reg'.
2006-11-16  Julian SewardHandle JCXZ.
2006-11-15  Julian SewardAdd many extra comments describing the IR.
2006-11-14  Julian SewardHandle 'ret imm16'. Fixes #136650.
2006-11-14  Julian SewardAdd an %eflags rule for COPY-CondP.
2006-11-14  Julian SewardRe-enable 'repne movs' (fix for original bug in #126147).
2006-11-14  Julian SewardRe-enable 'repne stos' (fix for Gernot Tenchio's part...
2006-11-12  Julian SewardImplement 'xlat' (fixes #125959 and #135012).
2006-10-19  Julian SewardWhen doing rlwinm in 64-bit mode, bind the intermediate...
2006-10-19  Julian Sewardppc64: detect rldicl/rldicr which are simply 64-bit...
2006-10-17  Julian SewardMerge r1663-r1666:
2006-10-04  Julian SewardReinstate support for 'mcrfs'.
2006-09-17  Julian SewardAnother day, another %eflags reduction rule.
2006-09-11  Julian SewardSupport pextrw when the destination register is 64...
2006-09-11  Julian SewardAdd support for amd64 'fprem' (fixes bug 132918). ...
2006-08-28  Julian Seward64-bit counterpart to v1652 (Stop mkU16 asserting if...
2006-08-28  Julian SewardStop mkU16 asserting if d32 is a negative 16-bit number...
2006-08-25  Julian SewardMore reduction rules, which further reduce memcheck...
2006-08-19  Julian SewardFix previous commit (r1640?) so that it's actually...
2006-08-19  Julian SewardComparing a reg with itself produces a result which...
2006-08-17  Julian SewardImplement amd64 insns cmpxchg8b and cmpxchg16b. Fixes...
2006-08-16  Julian SewardGenerate less verbose IR for amd64 'bswapq'. Fixes...
2006-08-16  Julian Sewardamd64 insn printing fix.
2006-08-04  Julian Seward64-bit equivalent to r1635: handle all SSE3 instruction...
2006-08-03  Julian SewardHandle all SSE3 instructions except monitor and mwait...
2006-08-01  Julian SewardHandle nop-with-an-amode (sheesh. Mutancy. whatever...
next