]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
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
2005-12-13  Cerion Armour... Fix vex_printf padding.
2005-12-13  Cerion Armour... Implemented backend for ppc64, sharing ppc32 backend.
2005-12-13  Cerion Armour... Added 'Bool mode64' to the various backend functions...
2005-12-06  Cerion Armour... fix padding for VexGuestPPC64State
2005-12-02  Cerion Armour... Re-enabled ppc32 frontend floating point load/store...
2005-11-30  Cerion Armour... Fixed a couple of mode32 bugs introduced by mode64
2005-11-29  Julian SewardFix %lr handling for bcctr and bclr.
2005-11-29  Julian SewardSet mode64 from the given guest subarch.
2005-11-29  Cerion Armour... Missed this in commit of vex: r1475 (ppc64 first pass)
2005-11-29  Cerion Armour... First pass at VEX support of ppc64.
2005-11-28  Julian SewardModify the tree builder to use a fixed-size binding...
2005-11-28  Julian Seward3rd go at making args match format string.
2005-11-25  Julian Seward64-bit format string fix
2005-11-25  Julian SewardBe paranoid about the alignment of the storage arrays.
2005-11-23  Julian SewardUse a very fast in-line allocator. This improves its...
2005-11-23  Julian SewardCompile vex at -O2. This improves its performance...
2005-11-23  Julian SewardDo float-to-bit-image conversion in a way which does...
2005-11-18  Julian Sewardgcc-2.96 build fixes
2005-11-18  Cerion Armour... Cleaned up access to 'special purpose' registers.
2005-11-18  Cerion Armour... Track valgrind r5196, wrt Non-Java mode
2005-11-18  Cerion Armour... Cleaned up toIR.c somewhat
2005-11-16  Cerion Armour... Implemented most of the remaining altivec fp ops:
2005-11-16  Cerion Armour... Yet more irops, for fp vector conversion/rounding.
2005-11-15  Julian SewardImplement SSE2 'clflush'.
2005-11-15  Julian Sewarddelete unused multiply primops
2005-11-14  Cerion Armour... gcc4 picked up a typo.
2005-11-14  Cerion Armour... More av insns: vmaddfp, vnmsubfp
2005-11-14  Cerion Armour... Frontend
2005-11-14  Cerion Armour... New irops: Iop_CmpGT32Fx4, Iop_CmpGE32Fx4
2005-11-13  Julian SewardMore profiling-induced speedups.
2005-11-13  Julian SewardAdd some flag-specialisation cases that profiling showe...
2005-11-13  Julian SewardRevise the PPC32 subarchitecture kinds, so as to facili...
2005-11-12  Julian SewardAlways mark blrl as a return.
2005-11-11  Julian SewardAdd "make -j N" kludge to Vex too.
2005-11-10  Julian SewardHandle instrumentation artefacts arising from memchecki...
2005-11-09  Cerion Armour... Fix usage of Iop_MullEven* to give IR correct meaning...
2005-11-08  Cerion Armour... Frontend:
2005-11-07  Julian SewardDon't delete existing target-specific .a's when a targe...
2005-11-07  Julian SewardChanges for biarch (x86 and amd64) support.
2005-11-07  Julian SewardHandle some SSE3 instructions. A curious side-effect...
2005-11-05  Julian SewardSimulate complete LDT and GDT, rather than just a prefi...
2005-11-05  Julian Sewardformat string wibble
2005-11-05  Julian SewardStop gcc4 complaining.
2005-11-05  Julian SewardImplement FINIT.
2005-11-05  Julian SewardImplement vector FP unordered compares on amd64.
2005-11-05  Julian SewardThe earth's core is a vast mass of molten sse and sse2...
2005-11-05  Julian SewardReenable FUCOMP %st(0),%st(?).
2005-11-04  Julian SewardImplement SHRDv imm8.
next