]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2006-02-21  Julian SewardRe-enable 'fsqrt'. This isn't really correct in the...
2005-12-27  Julian SewardMerge vx1501 (strict-aliasing fix)
2005-12-27  Julian SewardMerge vx1492 (fix for: ppc32: fsqrt). Needs verification.
2005-12-27  Julian SewardMerge vx1482 (fix for: ppc32: lfsu f5, -4(r11) and...
2005-11-26  Julian SewardTag the tree for the 3.1.0 release. Both of these...
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.
2005-11-04  Julian SewardImplement shld/shrd on amd64. Total timewasting nightm...
2005-11-04  Cerion Armour... New irop Iop_MullEven*
2005-11-04  Julian SewardHandle jecxz in addition to jrcxz.
2005-11-04  Julian SewardHandle address-size overrides in the common case (expli...
2005-11-03  Julian SewardHandle any number of 0x66 (operand-size-override) prefixes.
2005-11-03  Julian Sewardwibble
2005-11-03  Julian SewardAPI change: make the handling of syscall-denoting instr...
2005-11-03  Julian SewardGenerate offsets for all amd64 integer registers.
2005-11-01  Julian SewardImplement 66 0F 11 = MOVUPD (untested)
2005-10-29  Julian SewardTidy up a couple of format strings.
2005-10-29  Julian Sewardx86 front end: implement in/out insns.
2005-10-22  Julian SewardFill in a few missing Altivec cases:
2005-10-22  Julian SewardRemove inefficient and not-completely-general logic...
2005-10-22  Julian SewardMinor altivec changes:
2005-10-20  Julian SewardUnbreak build.
2005-10-18  Julian SewardAPI change: pass both the VexGuestExtents and the original
2005-10-12  Julian SewardBuild fixes for gcc-2.96 (which does not allow declarat...
2005-10-08  Julian SewardHandle the out-of-range shift cases for slw/srw in...
2005-10-08  Julian SewardEnable chasing of unconditional branches and calls.
2005-10-07  Julian SewardSpecial-case rlwnms which are really slwi or srwi....
2005-10-05  Julian SewardHandle FUCOM %st(0),%st(?).
2005-10-05  Julian SewardHandle BT/BTS/BTR/BTC at size 4 as well as 8.
2005-10-05  Julian SewardImplement JRCXZ.
2005-10-05  Julian SewardHandle the redundant-encoding (Grp5) versions of {inc...
2005-10-04  Julian SewardHandle SSE2 pmaddwd.
2005-10-04  Julian SewardImplement SSE2 psadbw.
2005-10-03  Julian SewardImplement LAHF.
2005-10-03  Julian SewardImplement the 0F 7F encoding for movq mmreg, mmreg.
2005-10-03  Julian SewardEnable Xin_MFence on VexSubArchX86_sse0.
2005-10-03  Julian SewardFix various adc/sbb instruction variants.
2005-10-03  Julian Sewardx86 front end: implement FXTRACT. I knew there was...
2005-09-16  Cerion Armour... Some AltiVec vector-multiply arith insns
2005-09-16  Cerion Armour... spacing and var name chages only
2005-09-16  Cerion Armour... More AltiVec: shifts and rotates
2005-09-16  Cerion Armour... Rename primop Iop_Rot* Iop_Rotl*
2005-09-16  Cerion Armour... Added packing/unpacking AltiVec insns
2005-09-15  Cerion Armour... Added AltiVec permutation insns:
2005-09-15  Cerion Armour... Couple more primops: Iop_ShlN8x16, Iop_ShrN8x16, Iop_Sa...
2005-09-15  Julian SewardMakefile fixes:
2005-09-15  Cerion Armour... Added AltiVec integer compare insns.
2005-09-15  Cerion Armour... Implemented simple AltiVec arithmetic insns:
2005-09-14  Cerion Armour... Added AltiVec sub-vector load/store insns:
2005-09-14  Cerion Armour... implemented vaddcuw
2005-09-14  Cerion Armour... more altivec insns: vsr, vspltw
2005-09-13  Cerion Armour... implemented guest-ppc32 lvsl, lvsr using dirty helper...
2005-09-13  Cerion Armour... yet another new IR primop: Iop_QNarrow32Ux4
2005-09-13  Cerion Armour... Added a number of new IR primops to support integer...
2005-09-13  Cerion Armour... a couple more simple altivec insns
2005-09-12  Cerion Armour... ppc guest_state vector regs must be 16byte aligned...
2005-09-12  Cerion Armour... front end:
2005-09-10  Cerion Armour... reinstated altivec insn disassembly framework
2005-09-09  Julian SewardTypechecker cleanups (non-functional changes)
2005-09-09  Julian SewardiselInt64Expr: handle 64-bit Mux0X.
2005-09-09  Julian SewardFix mcrxr.
2005-09-09  Cerion Armour... reinstate lhau, lhaux, sthux, mcrxr
2005-09-09  Cerion Armour... implemented Iop_64HLtoV128 in iselVecExpr_wrk
2005-09-09  Julian SewardReinstate stfdux, fctiw.
2005-09-09  Julian SewardCleanups:
2005-09-09  Julian Sewardrm unused vars in dis_int_ldst_str
next