]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2012-01-04  Florian KrohmAdd a comment about setting aside a register for VG_...
2011-12-18  Florian KrohmWhen reinterpreting a 32 bit int as a float we need...
2011-12-18  Florian KrohmHandle Iop_ReinterpF32asI32 and Iop_ReinterpI32asF32...
2011-11-16  Florian KrohmIop_1Uto64 was not handled in the ppc insn selector.
2011-10-31  Julian SewardUpdate comment in r2229 to place the blame in the right...
2011-10-31  Julian Sewardx86g_dirtyhelper_FXRSTOR: work around what looks like...
2011-10-26  Julian SewardHandle "add.w reg, sp, #constT" and "addw reg, sp,...
2011-10-23  Julian SewardUpdate all copyright dates, from 20xy-2010 to 20xy...
2011-10-22  Florian KrohmFix the guest state definition for s390x and introduce...
2011-10-22  Julian SewardVEX side fixes to match r12190, which is a fix for...
2011-10-20  Florian KrohmFix timerfd-syscall testcase on s390x.
2011-10-20  Julian SewardHandle Thumb2 ROR (register) encoding T2. #284472.
2011-10-19  Julian SewardIgnore redundant REX.W on PTEST. #279071.
2011-10-19  Julian SewardHandle PCMPxSTRx case 0x38. Fixes #273318.
2011-10-19  Julian SewardImplement the SSE4.1 insn PCMPEQQ. n-i-bz. (VEX side...
2011-10-19  Julian SewardImplement SSE4.1 PMULUDQ. Fixes #280290. ** MERGE...
2011-10-14  Julian SewardMark IR level calls and returns derived from ARM and...
2011-10-02  Tom HughesIgnore the precision flag in the ROUND{SS,SD,PS,PD...
2011-09-30  Julian Sewardarm backend: general (fallback) case handling for 64HLt...
2011-09-26  Julian SewardSupport ARM and Thumb "CLREX" instructions since Dalvik...
2011-09-25  Florian KrohmAdd another slot on the stack frame used in the dispatcher.
2011-09-23  Florian KrohmDocument and assert that needs_self_check of VexTransla...
2011-09-23  Julian SewardAdd a couple of spec rules for MI and PL after LOGIC...
2011-09-23  Julian SewardAdd some counter arrays for profiling N,Z,C,V flag...
2011-09-23  Julian SewardAdd a couple more spec rules: LO after SUB and GT after...
2011-09-22  Julian SewardEnable move coalescing for Neon (vector) moves. Reduce...
2011-09-22  Julian SewardFix an obscure type error in printing of Neon instructi...
2011-09-09  Florian KrohmUse mkite throughout.
2011-09-08  Florian KrohmSupport CLCL and MVCL instructions. Based on a patch...
2011-09-05  Julian SewardAdd support for IBM Power ISA 2.06 -- stage 3.
2011-09-02  Florian KrohmAdd support for s390x model z114.
2011-08-27  Julian SewardSupport "ENTER $imm16, $0"; some part of the OSX 10...
2011-08-19  Tom HughesSupport alternate (C0 /6) encoding of SHL on x86 and...
2011-08-19  Florian KrohmFix panic message.
2011-08-12  Tom HughesSupport an address size override prefix for REP prefixe...
2011-08-11  Florian KrohmAdd support for CKSM.
2011-08-11  Tom HughesSupport FEMMS in x86 mode as we already do for amd64...
2011-08-10  Tom HughesSupport XCHG AX, reg16 on amd64. Fixes #252695.
2011-08-08  Florian KrohmSupplement to r2189.
2011-08-08  Florian KrohmHandle the invalid opcode 0000.
2011-08-01  Florian KrohmRemove a redundant check. Found by Coverity.
2011-08-01  Florian KrohmFor a special opcode the address of the next insn was
2011-07-30  Florian KrohmFix an assert.
2011-07-27  Florian KrohmDo not access addresses that belong to the client execu...
2011-07-24  Julian SewardAdd support for IBM Power ISA 2.06 -- stage 2. Bug...
2011-07-23  Florian KrohmComparing a boolean value for != 0 yields a result...
2011-07-22  Florian KrohmRemove a redundant assert. Minor code tweaks.
2011-07-21  Julian SewardNeon loads/stores: rename some vars, plus the main...
2011-07-21  Florian KrohmAdd algebraic simplification as follows:
2011-07-21  Julian SewardAdd support for Thumb2 encodings of PLD and PLDW. ...
2011-07-19  Julian SewardMake VMOV.F32 load the correct value into the destinati...
2011-07-19  Julian SewardFix BLX r14 in ARM mode, which was broken due to incorr...
2011-07-19  Julian SewardFix NEON VMUL by float scalar. Bug 277663.
2011-07-17  Florian KrohmUpdate a FIXME. Should have been included in r2174
2011-07-16  Florian KrohmVEX-side changes to enable chasing of unconditional...
2011-07-11  Julian SewardTighten up an instruction decoding exception for
2011-07-11  Julian SewardComplete the implementation of ARM atomic ops: {LD...
2011-07-11  Florian KrohmSupport the STFLE instruction via a dirty helper.
2011-07-08  Julian SewardAdd support for Thumb ADDW reg, reg, #uimm12 and SUBW...
2011-07-07  Julian SewardAdd a spec rule for NZ after LOGICQ, whilst chasing...
2011-07-05  Florian KrohmRename S390_GUEST_OFFSET to S390X_GUEST_OFFSET and use
2011-07-05  Florian KrohmMisc s390x cleanups
2011-07-04  Julian SewardThumb2 front end: improved analysis of IT instructions...
2011-06-25  Florian KrohmGet rid of redundant address mode calculation.
2011-06-23  Florian KrohmUpdate ignored files for VEX.
2011-06-16  Julian SewardRename and rationalise the vector narrowing and widenin...
2011-06-16  Julian SewardReduce warning noise (make it in line with main Valgrin...
2011-06-15  Julian SewardUnbreak Altivec support following r2159 (rename of...
2011-06-15  Julian SewardImplement PACKUSDW (SSE4.1). Fixes #274776.
2011-06-15  Julian SewardPartially fix underspecification of saturating narrowin...
2011-06-07  Julian SewardChange the interface to LibVEX_Translate slightly,...
2011-06-06  Julian SewardAdd some more spec rules, for performance purposes:
2011-06-05  Julian SewardImprovements to code generation for 32 bit instructions...
2011-05-29  Julian Sewardx86 and amd64 back ends: when generating transfers...
2011-05-28  Julian SewardComment-only change.
2011-05-27  Julian SewardAdd a field 'UChar delta' to IRStmt_IMark, and use...
2011-05-17  Julian Sewards390x: provide clock instructions like STCK
2011-05-11  Julian SewardARM front end only: when processing Thumb instructions...
2011-05-09  Julian SewardAdd LIKELY/UNLIKELY macros for general use, replacing...
2011-05-09  Julian Sewards390x: fix DISP20 macro. Remove duplicate defn and...
2011-05-08  Julian SewardHandle Iop_I64UtoF32 in the ppc32/ppc64 insn selector...
2011-05-08  Julian SewardFix jump kind for indirect BLX for Thumb insns. Bug...
2011-05-08  Julian SewardSupport DMB and DSB variants on Thumb. Bug 266035...
2011-05-05  Julian SewardFix an assertion failure caused by r2144 (improved...
2011-05-04  Julian SewardTighten up condition code handling in the back end...
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...
next