]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2011-05-03  Julian SewardSupport DMB and DSB variants on ARM. Bug 266035 comment 3.
2011-05-03  Julian SewardFix a bogus assertion observed by Florian Krohm.
2011-05-03  Julian SewardFix a nonsensical assertion observed by Florian Krohm.
2011-05-02  Julian SewardAdd a spec rule for V after SUB.
2011-05-02  Julian SewardSplit up armg_calculate_flags_nzcv into four functions...
2011-05-01  Julian SewardImprovements to condition code handling on ARM.
2011-05-01  Julian SewardWhen simplifying (improving) the IR generated by the...
2011-04-28  Julian SewardHandle Iop_Not64 when doing 32-bit code generation...
2011-04-28  Julian Sewards390x : misc cleanups
2011-04-28  Julian Sewards390x: Implement Ist_MBE
2011-04-28  Julian Sewards390x: fix code confusion
2011-04-27  Julian Sewards390x: invalid use of R0 as base register
2011-04-27  Julian Sewards390x: fpr - gpr transfer facility
2011-04-27  Julian SewardFix up incorrect usage of Iop_I64UtoF32 in the PowerPC...
2011-04-27  Julian SewardFix up some enum confusion to do with ARMNeonUnOp and...
2011-04-26  Julian SewardFix up enum confusion between PPCAvOp and PPCAvFpOp...
2011-04-15  Julian SewardAdd support for IBM Power ISA 2.06 -- stage 1. Bug...
2011-04-13  Julian Sewards390x: reconsider "long displacement" requirement....
2011-04-13  Julian Sewards390x: Make sure to point the PSW address to the next...
2011-04-13  Julian Sewards390x: minor code generation tweaks. There were a...
2011-04-05  Julian Sewards390x: tweak s390_emit_load_cc. #269864.
2011-04-05  Julian SewardRemove unused parameter in functions s390_emit_SLL...
2011-04-05  Julian SewardSupport conditional load and store for s390x (VEX side).
2011-04-05  Julian SewardAdd some extra folding rules. Fixes #268513.
2011-03-28  Julian SewardRemove dead assignments that gcc-4.6.0 complains about
2011-03-27  Julian SewardAdd a spec rule for NS after LOGICB. Fixes #266990.
2011-03-26  Julian SewardDon't overwrite CC_NDEP in shift by zero. Fixes #269354.
2011-03-24  Julian SewardHandle more cases of SUB (SP minus immediate/register...
2011-03-24  Julian Sewards390x: MHY is not universally available. Fixes #268930.
2011-03-24  Julian Sewards390x: FLOGR is not universally available. Fixes ...
2011-03-24  Julian Sewards390x: improve IR generation for XC. Fixes #268621.
2011-03-22  Julian SewardEmit Ain_Imm64 (64-bit immediate constant loads to...
2011-03-15  Julian SewardAdd missing VG_REGPARM definition for ppc32-linux follo...
2011-03-15  Julian SewardFix some signed-vs-unsigned char warnings in s390 code...
2011-03-15  Julian SewardDon't apply function attributes to a functional paramet...
2011-03-14  Julian SewardWrap up "__attribute__((regparm(n)))" inside a macro...
2011-03-14  Julian SewardFix standalone vex builds following s390x merge.
2011-03-07  Julian SewardAdd folding rules for Clz32 and Clz64. See bug 243404...
2011-03-07  Julian SewardAdd a port to IBM z/Architecture (s390x) running Linux...
2011-02-10  Julian SewardHandle Ico_V128(0xFFFF), created by more aggressive...
2011-02-09  Julian SewardHandle moves from TPIDRURO to integer registers in...
2011-02-02  Julian SewardGet rid of unintended complex integral constant, that...
2011-01-21  Julian SewardImplement LOOPNEL (32-bit version of LOOPNE). Fixes...
2011-01-21  Julian SewardImplement rex.W/FXSAVE and also both variants of FXRSTOR.
2011-01-21  Julian SewardAdd alignment checking for FXSAVE/FXRSTOR.
2011-01-21  Julian SewardAdd support for SSE4.2 CRC32{B,W,L,Q}. Fixes #261966.
2011-01-19  Julian SewardAccept redundant REX.W for EXTRACTPS. See #258870...
2011-01-17  Julian SewardHandle PCMPxSTRx $0x00. Fixes #262995.
2011-01-17  Julian SewardTolerate redundant REX.W in POPQ m64. (#256669).
2011-01-17  Julian SewardAdd support for AAD and AAM (base 10 only). Fixes...
2011-01-17  Julian SewardPrint 8 insn bytes when failing, not 6.
2011-01-17  Julian SewardImplement SSE4.x EXTRACTPS. Fixes #258870.
2011-01-11  Julian SewardImplement SSE4.1 PBLENDW. Fixes #257011 (comment 1...
2011-01-11  Julian SewardHandle non-immediate-rounding-mode versions of ROUND...
2011-01-10  Julian SewardFix bug in ppc64g_dirtyhelper_LVS (well, elsewhere...
2011-01-10  Julian SewardImplement ROUNDPD and ROUNDPS (imm rounding mode only).
2011-01-10  Julian SewardSave an instruction on the normal idiom generated for...
2011-01-10  Julian SewardImprove performance of smc-checks substantially, by:
2010-10-18  Julian SewardAdd support for SMSAD{X}, SMLSD{X}, USAD{A}8.
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...
next