]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2010-10-06  Bart Van Asscheppc/jm-insns.c: Use proper integer types.
2010-10-06  Julian SewardDefine VKI_SHMLBA for all supported Linux targets,...
2010-10-06  Julian SewardMake client sys_shmat work properly on arm-linux by...
2010-10-06  Julian Sewardget_shm_size(): pass VKI_IPC_64 to our shmctl call...
2010-10-06  Julian SewardWhen opening an mmaped file to see if it's an ELF file...
2010-10-06  Julian SewardHandle mq_* syscalls. Fixes #243884. (David Fenger...
2010-10-05  Julian SewardThumb instructions: instead of generating tons of lardy...
2010-10-04  Tom HughesWhen a memory block changes from unreachable to possibl...
2010-10-04  Julian SewardSupport sys_readahead on Linux.
2010-10-04  Josef WeidendorferMake sure that string buffers for cost arrays are large...
2010-10-04  Julian SewardGive all the ARM code generation enums non-overlapping...
2010-10-03  Julian Sewardcallgrind/main.c, finish(): 'Char buf[RESULTS_BUF_LEN...
2010-10-01  Julian SewardImprove constant folding of expressions of the form...
2010-09-30  Julian SewardMake readdwarf.c big endianess safe to enable unwinding...
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 SewardDon't assert when doing origin tracking for d16-31...
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 SewardTest cases for amd64 PCLMULDQ (Emmanuel Thome, Emmanuel...
2010-09-28  Julian SewardSupport PCLMULDQ (Emmanuel Thomé, Emmanuel.Thome@gmail...
2010-09-28  Julian SewardWhen origin tracking, handle the new %RFLAGS.ACFLAG...
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 SewardAdd proper dependencies for pub/libvex_guest_offsets...
2010-09-28  Julian SewardAdd test cases for CMPXCHG reg, reg on amd64. (Vince...
2010-09-28  Julian SewardSupport CMPXCHG reg, reg on amd64. (Vince Weaver,...
2010-09-28  Julian SewardAdd test cases for amd64 ADC Iv, eAX and SBB Iv, eAX...
2010-09-28  Julian SewardHandle ADC Iv, eAX and SBB Iv, eAX (Jakub Jelinek,...
2010-09-27  Tom HughesCalling VG_(am_relocate_nooverlap_client) will destroy...
2010-09-27  Nicholas NethercoteSpeed up the --cache-sim=no case.
2010-09-27  Nicholas NethercoteIn Cachegrind, allow --cache-sim=no --branch-sim=no...
2010-09-26  Julian SewardAdd tests for all encodings of REV and REV16 in both...
2010-09-26  Julian SewardSupport REV and REV16 in Thumb mode, both short and...
2010-09-25  Julian SewardAdd tests for ORN (immediate) and ORN (register).
2010-09-25  Julian SewardImplement (Thumb) ORN (immediate) and ORN (register...
2010-09-24  Julian SewardTest for RBIT in ARM mode.
2010-09-24  Julian SewardPartially make this work on arm-linux (for 32-bit incs...
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 SewardOn arm-linux, add r7 to the set of registers that the...
2010-09-23  Julian SewardDW_CFA_advance_loc{,1,2,4} fail to multiply the delta by
2010-09-23  Julian Sewardarm-linux: zero out the least significant bit of R15...
2010-09-23  Julian SewardLibVEX_GuestARM_get_cpsr: set CPSR.Q, .GE, .T and .M
2010-09-23  Julian SewardAdd VFP test cases, as per bug 244493 comment 1. Minor...
2010-09-22  Julian SewardEnable --track-origins on ARM code which accesses CPSR...
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 more test cases for {U,S}{ADD,SUB}16.
2010-09-22  Julian SewardHandle new 32-bit SIMD integer primops introduced in...
2010-09-22  Julian SewardAdd some 32-bit SIMD integer primops, and use these...
2010-09-21  Julian SewardAdd test cases for SSUB8 and UHADD8.
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 SewardAdd tests for new insns in vex r2033 (SADD16, SSUB16...
2010-09-20  Julian SewardImplement SADD16, SSUB16, SASX, SMLAWB, SMLAWT.
2010-09-19  Bart Van AsscheMade timerfd-syscall test more robust by improving...
2010-09-19  Bart Van AsscheFixed a typo.
2010-09-19  Bart Van Asschememcheck/tests/linux/timerfd-syscall: send output to...
2010-09-19  Bart Van AsscheDRD: avoid unaligned reads.
2010-09-18  Bart Van AsschePowerPC: added expected output files for memcheck/tests...
2010-09-18  Bart Van AsschePowerPC: corrected expected output for memcheck/tests...
2010-09-18  Bart Van AsscheFollow-up for r11360.
2010-09-18  Bart Van AsscheBuild 32-bit exp-bbv tests as 32-bit. Patch supplied...
2010-09-18  Bart Van AsscheSkip exp-ptrcheck regression tests on PowerPC and ARM...
2010-09-18  Bart Van AsscheMade power6_bcmp testcases pass - patch from Maynard...
2010-09-14  Bart Van AsschePowerPC, Altivec: avoid using typedefs in combination...
2010-09-14  Bart Van AsscheAdded configure test that checks whether the assembler...
2010-09-13  Bart Van AsscheAvoid triggering AM_CFLAGS / AM_CXXFLAGS redefinition...
2010-09-13  Bart Van AsscheRestored original code for other compilers than ppc...
2010-09-11  Bart Van AsscheSecond and last gcc 4.3.2 PowePC workaround.
2010-09-11  Bart Van AsscheImplemented a workaround for a PowerPC-specific gcc...
2010-09-10  Julian SewardFix a couple of make-dist bugs, caused by recently...
2010-09-10  Julian SewardUn-break the docs build on Ubuntu 10.04 (Loïc Minier...
2010-09-10  Julian SewardAdd missing (empty) stdout.exp files.
2010-09-09  Bart Van AsscheUpdated Subversion ignore lists.
2010-09-09  Bart Van AsscheSwitched back to unified annotations.
2010-09-09  Julian SewardIf the host does not support Neon, then don't accept...
2010-09-09  Julian Sewardarm-linux: determine whether the host supports Neon...
2010-09-09  Julian SewardHandle 16Uto64, which can now show up at the back end...
2010-09-08  Bart Van AsscheMade sure that DRD processes empty address ranges witho...
2010-09-08  Julian SewardFix somewhat nonsensical ifdeffery.
2010-09-08  Julian SewardAdd tests for RBIT (bit-reverse) instruction (Thumb...
2010-09-08  Julian SewardMinor amd64 instruction selection improvements, leading...
2010-09-08  Julian SewardDon't scan the entire Valgrind stack to check for impending
2010-09-07  Bart Van AsscheConsistency improvement: made sure that VG_TRACK(die_me...
2010-09-07  Bart Van AsscheUpdated Subversion ignore list.
2010-09-05  Bart Van AsscheFixed an AMD64 bug reported by Evgeniy Stepanov: the...
2010-09-04  Julian SewardStop gcc complaining that dcbz_szB is used uninitialised.
2010-09-03  Julian SewardAdd tests for new PowerISA_2.05 instructions available...
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-03  Julian SewardSupport the DCBZL instruction. Also, query the host...
2010-09-03  Julian SewardMake the leak tests a whole lot less flaky on ppc32...
2010-09-03  Julian SewardFollowup to r11333: rename HAVE_ALTIVEC back to HAS_ALT...
next