]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2007-01-16  Julian SewardMerge r1728 (Constant fold XorV128(t,t) -> 0.)
2007-01-12  Julian SewardMerge r1725 (Implement rcl{b,w,l,q} on amd64.)
2007-01-10  Julian SewardMerge r1722 (Implement FXSAVE on amd64.)
2007-01-10  Julian SewardUpdate copyright dates.
2007-01-04  Julian SewardMerge r1716 (Use 'ifndef' in the makefile correctly.)
2006-12-29  Julian SewardSync x86/amd64 flag helpers with the trunk.
2006-12-28  Julian SewardMerge r1711 (Handle recent binutils padding "nopw ...
2006-12-28  Julian SewardMerge r1709 (Enable support for altivec prefetches...
2006-12-27  Julian SewardMerge r1707 (Enable lvxl and stvxl.)
2006-12-27  Julian SewardMerge r1705 (Implement mfspr 268 and 269. Fixes #139050.)
2006-12-27  Julian SewardMerge r1677 (comment-only change: IR comments)
2006-12-27  Julian SewardMerge r1702 (x86 front end: Implement MASKMOVQ and...
2006-12-26  Julian SewardMerge r1686 (speed up register allocator by using a...
2006-12-26  Julian SewardMerge r1669 (ppc64 be imm64 improvements)
2006-12-26  Julian SewardMerge r1670/1 (ppc64 fe rld/rlw improvements)
2006-12-26  Julian SewardMerge r1678 (jcxz (x86))
2006-12-26  Julian SewardMerge r1675 (x86 COPY-CondP rule)
2006-12-26  Julian SewardDuh; fix compile breakage caused by r1694.
2006-12-26  Julian SewardMerge r1679 (x86 Grp5(R) case 6)
2006-12-26  Julian SewardMerge r1676 (amd64 ret imm16)
2006-12-26  Julian SewardMerge r1673/4 (x86 repne movsw)
2006-12-26  Julian SewardMerge r1672 (x86 xlat)
2006-12-26  Julian SewardMerge r1667 (ppc32/64: support mcrfs)
2006-12-26  Julian SewardMerge r1660 (%eflags rule for SUBL-CondNLE)
2006-09-11  Julian SewardMerge r1656 (Support pextrw when the destination regist...
2006-09-11  Julian SewardMerge r1655 (amd64 'fprem' (fixes bug 132918))
2006-08-28  Julian SewardMerge r1652,3 (fix for: Assertion at priv/guest-x86...
2006-08-28  Julian SewardMerge r1642 (x86/amd64 iropt e/rflag reduction rules)
2006-08-28  Julian SewardMerge r1640,1 (ppc cmp reg,reg fix)
2006-08-28  Julian SewardMerge r1639 (amd64->IR: 0xF0 0x48 0xF 0xC7 (cmpxchg8b))
2006-08-28  Julian SewardMerge r1638 (Programs with long sequences of bswap...
2006-08-28  Julian SewardMerge r1637 (amd64 insn printing fix)
2006-08-28  Julian SewardMerge r1635,6 (SSE3 support for x86 and amd64)
2006-08-28  Julian SewardMerge r1634 (fix for:(HINT_NOP) vex x86->IR: 0xF 0x1F...
2006-08-28  Julian SewardMerge r1633 (fix for: amd64->IR: unhandled instruction...
2006-08-28  Julian SewardMerge r1632 (fix for: amd64->IR: 0x66 0xF 0xF6 0xC4...
2006-06-07  Julian SewardCreate branches/VEX_3_2_BRANCH from trunk r1628 for...
2006-06-05  Julian SewardMore copyright updates.
2006-06-05  Julian SewardUpdate copyright dates.
2006-05-25  Julian SewardSpecialisation rule which reduces memcheck false error...
2006-05-25  Julian SewardComment-only change.
2006-05-25  Julian SewardYet another %eflags folding rule - this one for perform...
2006-05-22  Cerion Armour... ppc backend: handle vector constant of zero.
2006-05-21  Julian SewardGet rid of assertion getting in the way of handling...
2006-05-21  Julian SewardGot a sudden attach of the implicit-type-casting parano...
2006-05-21  Julian SewardA couple of IR simplification hacks for the amd64 front...
2006-05-19  Julian SewardClear up yet another gcc-4.1.0 stunt leading to false...
2006-05-15  Julian SewardA few more x86 eflags-helper rewrite cases, which furth...
2006-05-14  Julian SewardAdd an IR folding rule to convert Add32(x,x) into Shl32...
2006-05-13  Julian SewardAdd specialisation rules to simplify the IR for 'testl...
2006-05-12  Julian SewardEnable 'SHLDv imm8,Gv,Ev'. Fixes #126583.
2006-05-12  Julian SewardEnable 'sbb $imm,%al'. Fixes #126668.
2006-05-12  Julian SewardImplement CLC/STC/CMC. Fixes #125651.
2006-05-12  Julian Seward(1) Fix longstanding bug causing erroneous register...
2006-05-12  Julian SewardSupport 'popw m16'. Fixes #126243.
2006-05-06  Julian SewardFix for 32-bit mode, as per comment.
2006-05-05  Julian SewardImplement sthbrx.
2006-05-05  Julian SewardImplement lhbrx.
2006-05-03  Julian SewardFix incorrect behaviour of mov{s,z}bw (#126253).
2006-05-01  Julian SewardCounterpart to r1605: in the ppc insn selector, don...
2006-04-30  Julian SewardDon't use the bits VexArchInfo.hwcaps to distinguish...
2006-04-13  Julian SewardFix for instruction-decoding failures reported in ...
2006-04-12  Julian SewardAllow 'repe scas' (possible fix for #124892).
2006-04-08  Julian SewardImplement amd64 pmaddwd for SSE2.
2006-03-20  Julian SewardAdd a function to set/clear the x86 carry flag. (untested)
2006-03-18  Julian SewardFix some segment register pushes/pops.
2006-03-16  Julian Sewardupmerge r1597 (ppc32 needs a lot of spill slots sometimes)
2006-03-07  Julian SewardMove the helper function for x86 'fxtract' to g_generic...
2006-03-07  Julian SewardImplement fnstsw.
2006-03-06  Julian SewardFix debug printing.
2006-03-06  Julian SewardImplement fcmovnu.
2006-03-06  Julian SewardImplement 3DNow! prefetch insn (prefetch, prefetchw...
2006-03-06  Julian SewardHandle byte-size 'xadd reg,mem'. Also, don't bomb...
2006-03-01  Julian SewardImplement mtocrf/mfocrf.
2006-02-09  Julian SewardOops, stuff that should have been part of r1573 (4...
2006-02-08  Julian SewardRedo the way FP multiply-accumulate insns are done...
2006-02-07  Julian SewardWord size fixes for twi/tdi (is trickier than it looks...
2006-02-07  Julian Sewardppc32/64: handle twi/tdi (conditional trap) instructions
2006-02-06  Julian Sewardfre: observe the current rounding mode
2006-02-06  Julian SewardRedo x86g_calculate_FXTRACT to only use integer arithmetic.
2006-02-06  Julian SewardComment-only changes
2006-02-05  Julian SewardFixups following recent FP rounding mode changes.
2006-02-04  Julian SewardMake the CSE pass more aggressive. It now commons...
2006-02-04  Julian SewardMore x86 tidying up following rounding changes.
2006-02-03  Julian SewardFollowup to r1562: fixes for x86
2006-02-03  Julian SewardFollowup to r1562: fixes for ppc64
2006-02-03  Julian SewardAn overhaul of VEX's floating point handling, to facili...
2006-01-31  Julian SewardDo fre/fres in a way which makes minimal demands on...
2006-01-31  Julian SewardF64i isel fix.
2006-01-29  Julian SewardHandle fre and frsqrtes. Even though the IBM docs...
2006-01-28  Julian SewardMake lsw work in 64-bit mode.
2006-01-27  Julian SewardUn-break ppc64 following recent hw-capabilities hackery...
2006-01-27  Julian SewardUnbreak ppc32 following recent hw-capabilities hackery.
2006-01-27  Julian SewardChange the way Vex represents architecture variants...
2006-01-27  Julian SewardRe-enable stfiwx.
2006-01-27  Julian SewardHandle ppc32/64 fres, frsqrte.
2006-01-26  Julian SewardIn 32-bit mode, handle F64toI64 and I64toF64.
2006-01-26  Julian SewardA bit more backend tidying:
2006-01-25  Julian SewardChange the way the ppc backend does ppc32/64 float...
2006-01-25  Julian SewardC89 fixes.
next