]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
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.
2006-01-25  Julian SewardTidy up the ppc instruction selector a bit. This is...
2006-01-24  Julian SewardComment-only change: remove commented out code (lots...
2006-01-24  Julian SewardMinor tweaks to handle instructions created by xlc...
2006-01-24  Julian SewardRe-enable fsqrts.
2006-01-24  Julian SewardThe ppc32 port ran itself out of spill slots on some...
2006-01-20  Julian SewardMore ppc64-only function wrapping hacks:
2006-01-20  Julian SewardAdd Ijk_EmFail, a new kind of IR block exit: an emulati...
2006-01-18  Julian SewardFor ppc64, emit AbiHints from the front end so as to...
2006-01-17  Julian SewardTwo different sets of changes (hard to disentangle):
2006-01-17  Julian SewardGive the ppc64 guest state a 16-entry pseudo-register...
2006-01-17  Julian SewardTeach the ppc back end (64-bit mode only) how to deal...
2006-01-12  Julian SewardUpdate fn redirect/wrap hooks for ppc64.
2006-01-12  Julian SewardMerge in function wrapping support from the FNWRAP...
2006-01-07  Julian SewardImplement clflush.
2006-01-05  Cerion Armour... ppc: deal with L flag properly for different sync forms.
2006-01-04  Cerion Armour... ppc: re-enable mtfsb1 instruction.
2006-01-03  Julian SewardFix magic-sequence spotting in 64-bit mode.
2006-01-03  Julian SewardAdd missing function.
2006-01-02  Cerion Armour... ppc64 altivec:
2006-01-02  Cerion Armour... Handle ppc64's function ptr's for toIR.c's dirtyhelper...
2006-01-02  Cerion Armour... Handle ppc64's function ptr's in bb_to_IR::do_self_check.
2006-01-02  Cerion Armour... ppc64 fixes:
2006-01-02  Cerion Armour... ppc64: handle 32HLto64, 64HLtoV128
2006-01-02  Julian Sewardppc64: handle V128to64, V128HIto64.
2006-01-01  Julian Sewardx86 counterpart to r1521: For SSE scalar comparison...
2006-01-01  Julian SewardFor SSE scalar comparison operations where one operand...
2005-12-30  Julian SewardApparently "sync" has an undocumented relative called...
2005-12-30  Julian SewardHandle dcbz in 64-bit mode.
2005-12-26  Julian SewardPerformance improvements for flag handling.
2005-12-26  Julian SewardComment-only fix
2005-12-24  Cerion Armour... Comment only changes - misc refs to ppc32 changed to...
2005-12-24  Cerion Armour... Put mode64 in ISelEnv, removing global variable.
2005-12-24  Cerion Armour... Fix AltiVec load/store on ppc64 - was only considering...
2005-12-23  Julian SewardHandle 64HLto128 in 64-bit mode.
2005-12-23  Cerion Armour... renamed VEX dirs guest-ppc32/ -> guest-ppc/, host-ppc32...
2005-12-23  Julian SewardUpdate comment.
2005-12-23  Cerion Armour... Deal with backend case of 1Sto64
2005-12-23  Cerion Armour... Changed naming convention from 'PPC32' to 'PPC' for...
2005-12-22  Cerion Armour... Implemented almost all of the remaining 64bit-mode...
2005-12-22  Julian Sewardsmall fixes for ppc64 layout stuff
2005-12-18  Julian SewardStrict-aliasing fix needed to make gcc-4.1.0 happy.
2005-12-17  Cerion Armour... Fix typos.
2005-12-16  Cerion Armour... Fix switchback.c to reflect changes to call of LibVEX_T...
2005-12-16  Cerion Armour... Fixed up front and backend for 32bit mul,div,cmp,shift...
2005-12-16  Julian Sewardppc32/64 backend: take r29 out of circulation so the...
2005-12-15  Julian SewardMake suitable changes for ppc32/ppc64 following recent...
2005-12-15  Julian SewardModify amd64 backend to use jump-jump scheme rather...
2005-12-15  Julian Seward- x86 back end: change code generation convention,...
2005-12-15  Julian SewardStop gcc complaining.
2005-12-14  Cerion Armour... Enable fsqrt
2005-12-14  Cerion Armour... More svn:ignores for VEX.
2005-12-13  Cerion Armour... Switchbacker updates
next