]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2007-02-02  Nicholas NethercoteSimplify some Perl.
2007-02-02  Julian SewardUpdate
2007-01-31  Dirk Muellerupdate. hopefully I may backport this to 3.2.x soon.
2007-01-31  Dirk Muellerimplement support for AT_FDCWD in openat()
2007-01-30  Julian SewardMake SSE-1 friendly.
2007-01-30  Nicholas NethercoteMerge 3.2.3 release notes into trunk.
2007-01-29  Julian SewardUpdate.
2007-01-29  Julian SewardAdd regtest against vex cse failure that surfaced in...
2007-01-28  Julian Seward__stpcpy_chk: sync with Dirk's original proposal, and...
2007-01-27  Nicholas Nethercoteupdate
2007-01-27  Julian SewardUpdate.
2007-01-27  Julian SewardIntercept __stpcpy_chk. (Dirk Mueller)
2007-01-23  Nicholas Nethercoteupdate
2007-01-23  Nicholas NethercoteAdd 3.2.2 release notes to trunk's NEWS file.
2007-01-23  Nicholas NethercoteAdd item.
2007-01-23  Nicholas NethercoteAvoid duplication.
2007-01-22  Julian SewardAnother ifort 9.1 suppression (Ashley Pittman)
2007-01-22  Nicholas NethercoteAdd missing item.
2007-01-19  Julian SewardAdd a test that very long function names are safely...
2007-01-19  Julian SewardAdd a test for rc{l,r}{bwlq} on amd64. (from Emmanuel...
2007-01-18  Julian SewardIntercept mempcpy also in ld.so.1.
2007-01-18  Julian SewardSync with AUTHORS.
2007-01-18  Julian SewardUpdate.
2007-01-18  Julian SewardEnable the pselect6 wrapper on amd64-linux.
2007-01-16  Julian SewardIntercept _intel_fast_memcpy in the main executable...
2007-01-16  Julian SewardMake sse1-friendly.
2007-01-16  Julian SewardAdd tests to check that memcheck does not give a false...
2007-01-16  Julian SewardInline a bunch of helper functions, in an attempt to...
2007-01-13  Julian SewardWhen '-d' (one or more) is specified, disallow the...
2007-01-13  Julian SewardUpdate.
2007-01-13  Nicholas Nethercoteupdate
2007-01-12  Nicholas NethercoteFix a bug reported by Bruce Lowekamp involving the...
2007-01-12  Julian SewardHandle DW_CFA_undefined (produced by PathScale 2.4...
2007-01-12  Julian SewardML_(read_callframe_info_dwarf2): deal better with CIEs...
2007-01-11  Julian SewardIn struct _SegInfo, rename field 'size' to 'text_size...
2007-01-11  Julian SewardIn struct _SegInfo, rename field 'offset' to 'text_bias'.
2007-01-11  Julian SewardNon-functional change: rename a bunch of variables...
2007-01-10  Julian SewardMerge r6504 (ifort 9.1 on amd64 suppression)
2007-01-10  Julian SewardGenerate valid XML even for very long fn names - always...
2007-01-10  Julian SewardRegtest for FXSAVE on amd64.
2007-01-09  Julian SewardUpdate
2007-01-09  Julian SewardML_(generic_PRE_sys_mmap): In the case of a hinted...
2007-01-08  Julian SewardUpdate copyright dates.
2007-01-08  Julian SewardUpdate.
2007-01-08  Julian SewardUpdate for 2007.
2007-01-07  Julian SewardMerge r6480 (parse_procselfmaps: don't hand zero-length...
2007-01-06  Julian SewardReplace bcmp in ld.so.1.
2007-01-06  Julian SewardFixes for MPICH on amd64-linux.
2007-01-05  Julian SewardPass CC and AR to vex's Makefile here too.
2007-01-05  Julian SewardSupps for MVL 4.0.1 on ppc32 (Bart Van Assche)
2007-01-01  Julian SewardAvoid printf in the recursive routines, so that the...
2006-12-31  Julian SewardProvide a replacement for mempcpy.
2006-12-31  Julian SewardApparently needed on Red Hat 7.3.
2006-12-31  Julian SewardUpdate
2006-12-31  Julian SewardRedo a suppression in X.org style.
2006-12-31  Julian SewardIntercept/replace glibc-2.5's __strcpy_chk function...
2006-12-30  Julian SewardRemove redundant \n
2006-12-30  Julian SewardMerge (from 3_2_BRANCH) r6457/8 (Support 64k pages...
2006-12-28  Julian SewardGet rid of the core-tool events pre_mutex_lock, post_mu...
2006-12-28  Julian SewardUpdate expected output following r6447 (Test lvxl and...
2006-12-28  Julian SewardAvoid name clash on ppc64-linux.
2006-12-28  Julian SewardUpdate
2006-12-28  Julian SewardAdd regtest for bug129390 (altivec cache hint insns)
2006-12-27  Nicholas NethercoteRemove dead code.
2006-12-27  Julian SewardTest lvxl and stvxl.
2006-12-27  Julian SewardAdd regtest for #139050.
2006-12-27  Julian SewardPrint a marginally more helpful error message if UME...
2006-12-27  Julian SewardRegtest for bug 137714 (x86 MASKMOVQ/MASKMOVDQU insns)
2006-12-27  Julian SewardHandle new primop Iop_SarN8x8 introduced in vex r1702.
2006-12-26  Julian SewardFix #134207 (pkg-config output contains @VG_PLATFORM@).
2006-12-26  Julian SewardUpdate
2006-12-25  Julian SewardUpdate, and make first attempt at deciding which bugs...
2006-12-24  Nicholas NethercoteAdd a NEWS item about Vex type/function name changes.
2006-12-24  Nicholas NethercoteSplit the thread_runstate event into two, start_client_...
2006-12-24  Julian SewardAlways ensure that the output buffer is zero-terminated...
2006-12-24  Julian SewardNon-functional commit: track IR renaming in vex r1689.
2006-12-24  Julian SewardUpdate.
2006-12-23  Josef WeidendorferCallgrind: Throttle calls CLG_(run_thread) after r6413
2006-12-23  Julian SewardChange the core-tool interface 'thread_run' event to...
2006-12-18  Julian SewardUse standard pthread mutexes instead of spinlocks....
2006-12-18  Tom HughesAdd support for some USB ioctls. Based on patches from...
2006-12-18  Tom HughesImprove prctl support - based on patch from Eric Pouech...
2006-12-17  Julian SewardRename VG_(get_lwp_tid) to VG_(lwpid_to_vgtid).
2006-12-17  Julian SewardA naming-only change: rename VG_(set_running) to VG_...
2006-12-17  Julian SewardAdd locking so this produces repeatable results (Bart...
2006-12-17  Julian SewardAdd missing case, apparently not very popular :-)
2006-12-16  Julian Seward64-bit followup to r6404: fix and simplify the inline...
2006-12-16  Julian SewardFix and simplify the inline assembly, so it works right...
2006-12-16  Julian SewardFix version.
2006-12-16  Nicholas NethercoteCompletely overhauled the internals of Memcheck's error...
2006-12-15  Nicholas NethercoteRemove defunct constant.
2006-12-14  Nicholas NethercoteMake VG_STREQ return True or False, rather than any...
2006-12-14  Nicholas NethercoteRemoved the unused pthread_model and thread_model modules.
2006-12-14  Nicholas NethercoteRemove some very old and incorrect info in the headers.
2006-12-13  Julian SewardInclude missing files in tarball.
2006-12-13  Julian SewardFix error in aix zeropage handling.
2006-12-12  Julian SewardMinor tidying for regtests on AIX.
2006-12-11  Julian SewardFix various regtests, mostly by adding 64-bit outputs.
2006-12-11  Julian SewardUpdate expected output.
2006-12-11  Julian SewardOn SuSE 10.1 (amd64) fd 4 seems to be open at process...
next