]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2010-10-07  Julian Sewardchmod_extended and fchmod_extended: handle NULL xsecuri...
2010-10-07  Julian SewardUpdate stderr filters so that regtests pass on machines...
2010-10-07  Julian SewardFix build failure I introduced in r11408, duh.
2010-10-07  Julian SewardLocal-ise some variables that don't need to be visible...
2010-10-07  Julian SewardTidy up ifdeffery a bit. (non-functional change)
2010-10-07  Julian SewardFix build breakage on Darwin resulting from r11402...
2010-10-07  Julian SewardOnly use VKI_O_LARGEFILE on platforms where it exists...
2010-10-07  Julian SewardDefine VKI_SHMLBA on Darwin, so as to un-break build...
2010-10-06  Nicholas NethercoteChange Cachegrind/Callgrind to talk about the LL (last...
2010-10-06  Julian SewardThe amd64-linux unwinder rejects stacks of smaller...
2010-10-06  Julian Sewardamd64-linux: add suitable CFI annotations so that unwin...
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-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-03  Julian Sewardcallgrind/main.c, finish(): 'Char buf[RESULTS_BUF_LEN...
2010-09-30  Julian SewardMake readdwarf.c big endianess safe to enable unwinding...
2010-09-29  Julian SewardDon't assert when doing origin tracking for d16-31...
2010-09-28  Julian SewardTest cases for amd64 PCLMULDQ (Emmanuel Thome, Emmanuel...
2010-09-28  Julian SewardWhen origin tracking, handle the new %RFLAGS.ACFLAG...
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 SewardAdd test cases for amd64 ADC Iv, eAX and SBB Iv, eAX...
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-25  Julian SewardAdd tests for 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-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 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 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-21  Julian SewardAdd test cases for SSUB8 and UHADD8.
2010-09-20  Julian SewardAdd tests for new insns in vex r2033 (SADD16, SSUB16...
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 Sewardarm-linux: determine whether the host supports Neon...
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 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 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...
2010-09-03  Julian SewardEnable sys_pwrite64 on arm-linux. Fixes #249996.
2010-09-03  Julian SewardUn-break feature detection for Altivec, so that the...
2010-09-02  Julian Sewarddarwin: support sys_open_extended, sys_removexattr...
2010-09-02  Josef WeidendorferFix branch predictor simulation in Cachegrind
2010-09-02  Bart Van AsscheAdded a suppression pattern.
2010-09-02  Bart Van AsscheMade sure that DRD processes client programs that use...
2010-09-02  Bart Van AsscheBuilds again with ENABLE_DRD_CONSISTENCY_CHECKS defined.
2010-09-02  Bart Van AsscheBuilds again with ENABLE_DRD_CONSISTENCY_CHECKS defined.
2010-09-02  Bart Van AsscheAdded the per-thread property 'on_alt_stack'.
2010-09-02  Bart Van AsscheMade declaration and definition of VG_(thread_get_stack...
2010-09-02  Bart Van AsscheAdded functions for querying the properties of the...
2010-09-02  Bart Van AsscheAdded and commented out the CFLAG -DENABLE_DRD_CONSISTE...
2010-09-02  Bart Van AsscheAdded sigaltstack() regression test.
2010-09-02  Bart Van AsscheUpdated expected output. The output changed because...
2010-09-02  Bart Van AsscheImproved support for VALGRIND_MALLOCLIKE_BLOCK in memch...
2010-09-02  Bart Van AsscheThe client requests defined in memcheck.h can now be...
2010-09-02  Bart Van Asschedrd.h: removed inline functions and replaced these...
2010-09-02  Bart Van AsscheRefactoring: introduced new macro VALGRIND_DO_CLIENT_RE...
2010-09-02  Tom HughesAdd support for F_DUPFD_CLOEXEC. Fixes #238696.
2010-09-01  Bart Van AsscheDisabled a regression test because it fails intermittently.
2010-09-01  Bart Van AsscheSuppressed a few warnings reported by the Microsoft...
2010-09-01  Bart Van AsscheCompiles now with the Microsoft C Compiler too.
next