]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2011-02-14  Julian SewardMerge from trunk, r2087 (Handle moves from TPIDRURO...
2011-02-14  Julian SewardMerge from trunk, r2086 (Get rid of unintended complex...
2011-02-14  Julian SewardMerge from trunk, r2085 (Implement LOOPNEL (32-bit...
2011-02-14  Julian SewardMerge from trunk, r2084 (Implement rex.W/FXSAVE and...
2011-02-14  Julian SewardMerge from trunk, r2082 (Add support for SSE4.2 CRC32...
2011-02-14  Julian SewardMerge from trunk, r2080 (Handle PCMPxSTRx $0x00.)
2011-02-14  Julian SewardMerge from trunk, r2079 (Tolerate redundant REX.W in...
2011-02-14  Julian SewardMerge from trunk, r2078 (Add support for AAD and AAM...
2011-02-14  Julian SewardMerge from trunk, r2076 (Implement SSE4.x EXTRACTPS...
2011-02-14  Julian SewardMerge from trunk, r2075 (Implement SSE4.1 PBLENDW.)
2011-02-14  Julian SewardMerge from trunk, r2074 (Handle non-immediate-rounding...
2011-02-14  Julian SewardMerge from trunk, r2072 (Implement ROUNDPD and ROUNDPS...
2011-02-14  Julian SewardMerge from trunk, r2073 (Fix bug in ppc64g_dirtyhelper_LVS)
2010-10-20  Julian SewardMerge from trunk, r2067 (Add support for SMSAD{X},...
2010-10-15  Julian SewardCreate VEX_3_6_BRANCH as a copy of trunk r2065.
2010-10-12  Julian SewardUpdate copyright notices.
2010-10-11  Julian SewardHandle NOP.W (Thumb) and NOP (ARM). Partial fix for...
2010-10-11  Julian SewardFix bogus register constraints for ARM mode LDREX and...
2010-10-06  Julian SewardNEON front end: fix bugs in VMIN, VZIP, VRSHL.
2010-10-06  Julian SewardFix some enum type confusion in host_arm_defs.[ch].
2010-10-05  Julian SewardThumb instructions: instead of generating tons of lardy...
2010-10-04  Julian SewardGive all the ARM code generation enums non-overlapping...
2010-10-01  Julian SewardImprove constant folding of expressions of the form...
2010-09-30  Julian SewardAdd alignment checks to MOVDQA and a bunch of other...
2010-09-30  Julian SewardHandle the undocumented but apparently-actually-used...
2010-09-30  Julian Sewardamd64 CPUID: don't claim that the guest supports AES...
2010-09-29  Julian SewardComment-only change.
2010-09-29  Julian SewardIncrease the size of the JIT's scratch working area...
2010-09-29  Julian SewardOn ARM, request precise exceptions for R7. This is...
2010-09-28  Julian SewardSupport PCLMULDQ (Emmanuel Thomé, Emmanuel.Thome@gmail...
2010-09-28  Julian SewardTrack (but ignore) the state of %RFLAGS.ACFLAG, since...
2010-09-28  Julian SewardHandle Ity_I128 in sizeofIRType. (Florian Krohm, britz...
2010-09-28  Julian SewardSupport CMPXCHG reg, reg on amd64. (Vince Weaver,...
2010-09-28  Julian SewardHandle ADC Iv, eAX and SBB Iv, eAX (Jakub Jelinek,...
2010-09-26  Julian SewardSupport REV and REV16 in Thumb mode, both short and...
2010-09-25  Julian SewardImplement (Thumb) ORN (immediate) and ORN (register...
2010-09-24  Julian SewardImplement v7 barrier insns (DMB, DSB, ISB) in Thumb...
2010-09-24  Julian SewardImplement LDREX and STREX in Thumb mode. Fixes #252258.
2010-09-24  Julian SewardImplement RBIT in ARM mode.
2010-09-23  Julian SewardLibVEX_GuestARM_get_cpsr: set CPSR.Q, .GE, .T and .M
2010-09-22  Julian SewardImplement (ARM): REV, REV16, SMMUL.
2010-09-22  Julian SewardFix incorrect handling of VTRN.32 insn. (Dmitry Zhurik...
2010-09-22  Julian SewardAccept d16-d31 register arguments in VFP code. Fixes...
2010-09-22  Julian SewardAdd some 32-bit SIMD integer primops, and use these...
2010-09-21  Julian SewardImplement UHADD8.
2010-09-20  Julian SewardImplement SSUB8.
2010-09-20  Julian SewardIn ARM mode: enable LDRD/STRD of the form "reg, [reg...
2010-09-20  Julian SewardImplement SADD16, SSUB16, SASX, SMLAWB, SMLAWT.
2010-09-09  Julian SewardIf the host does not support Neon, then don't accept...
2010-09-09  Julian SewardHandle 16Uto64, which can now show up at the back end...
2010-09-08  Julian SewardMinor amd64 instruction selection improvements, leading...
2010-09-03  Julian SewardSupport new PowerISA_2.05 instructions available on...
2010-09-03  Julian SewardSupport the DCBZL instruction. Also, query the host...
2010-09-02  Julian SewardEnable BX PC in Thumb mode. Partial fix for #249775.
2010-09-02  Julian SewardHandle RBIT (bit-reverse) in Thumb mode. Partial fix...
2010-09-01  Julian SewardAvoid genSpill/genReload asserts for VFP spills/reloads...
2010-08-31  Julian SewardReduce to 5 the number of available Q (128-bit) registe...
2010-08-31  Julian SewardSupport the PLI instruction (icache preload hint) in...
2010-08-31  Julian SewardFix debug printing for Neon VLDn/VSTn instructions.
2010-08-31  Julian SewardFix generation of writeback values in Neon VLDn/VSTn...
2010-08-29  Julian SewardAdd support for v6 media instructions in both ARM and...
2010-08-22  Julian SewardHandle "Special" instructions in Thumb mode: "R3 =...
2010-08-22  Julian SewardFix some compiler complaints when building on 64-bit...
2010-08-22  Julian SewardFix various compiler warnings and remove an unused...
2010-08-22  Julian SewardMerge from branches/THUMB: new IR primops and associated
2010-08-22  Julian SewardMerge from branches/THUMB: hwcaps for ARM. May get...
2010-08-22  Julian SewardMerge from branches/THUMB: back end changes to support...
2010-08-22  Julian SewardMerge from branches/THUMB: front end changes to support:
2010-08-22  Julian SewardMerge from branches/THUMB: A spechelper interface chang...
2010-08-19  Julian SewardEnable SSE 4.1 and 4.2 by default on x86_64. (x86...
2010-08-17  Julian SewardAdd a moderately comprehensive implementation of the...
2010-08-06  Julian SewardAdd partial support for the SSE 4.2 PCMPISTRI instructi...
2010-08-06  Julian SewardUpdate for Core iX.
2010-07-29  Julian SewardDon't trash the ELF ABI redzone for amd64 when emulatin...
2010-07-29  Julian SewardAdd a folding rule for 32Sto64.
2010-07-29  Julian SewardOnly decode LZCNT if the host supports it, since otherw...
2010-07-29  Julian SewardSupport the amd SSE4.something LZCNT instruction. ...
2010-07-29  Julian SewardHandle mov[ua[pd G(xmm) -> E(xmm) case, which is someth...
2010-07-29  Julian Sewardx86/amd64 FXTRACT: mimic the Core i5 behaviour when...
2010-07-29  Julian SewardIgnore a redundant REX.W prefix on an MMX pinsrw instru...
2010-07-28  Julian SewardAdd a program for printing out cpuid info.
2010-07-23  Julian SewardSupport the SSE4 insn 'roundss' in 32-bit mode. Lack...
2010-06-27  Julian SewardImplement ROUNDSS (partial implementation, in the case...
2010-06-25  Julian SewardImplement ROUNDSD (partial implementation, in the case...
2010-06-18  Julian SewardImplement SSE4 instructions: PCMPGTQ PMAXUD PMINUD...
2010-06-14  Julian SewardImplement more SSE4 instructions:
2010-06-07  Julian SewardImplement SIDT and SGDT as pass-throughs to the host...
2010-05-10  Julian SewardImplement XADD reg,reg (Nicolas Sauzede, nicolas.sauzed...
2010-05-10  Julian SewardEnable FISTS. Fixes #234037. (Bradley Baetz, bbaetz...
2010-05-04  Julian SewardHandle v7 memory fence instructions: ISB DSB DMB and...
2010-05-03  Julian SewardHandle more x86 NOP forms, as required by Fedora 13...
2010-05-03  Julian SewardUpdate copyright dates to 2010 and change license to...
2010-04-29  Julian Seward(re-commit r1976):
2010-04-29  Julian Seward(re-commit r1975):
2010-04-29  Julian Seward(re-commit r1974):
2010-04-29  Julian Seward(re-commit r1973):
2010-04-29  Julian Seward(re-commit r1972):
2010-04-29  Julian Seward(re-commit r1971)
2010-04-29  Julian Seward(re-commit r1970):
2010-04-02  Donna RobinsoniselVecExpr_wrk: 128-bit constants: handle all 16 cases
next