]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
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...
2006-12-11  Julian SewardTidy fd-leak stuff a bit.
2006-12-11  Julian SewardUpdate a couple of expected outputs.
2006-12-10  Julian SewardFix 'make html-docs' and 'make print-docs'.
2006-12-10  Julian SewardUpdate.
2006-12-10  Julian SewardFix installation of libmpiwrap.so on the primary platform.
2006-12-08  Julian SewardGet rid of the use of explicit register variables in...
2006-12-07  Dirk Muellerrename as _SOURCES is a reserved keywoard and breaks...
2006-12-06  Julian SewardUpdate some expected outputs following r6382. There...
2006-12-06  Julian SewardFix confusing and contradictory "Rerun with ..." messag...
2006-12-06  Julian SewardUpdate.
2006-12-06  Julian SewardOnly read $HOME/.valgrindrc if HOME is actually set.
2006-12-06  Nicholas NethercoteAdd a regression test, courtesy of Bart Van Assche.
2006-12-06  Julian SewardFix suppression-matching bogon (Paul Floyd).
2006-12-06  Julian SewardWhen generating suppressions, remember to Z-demangle...
2006-12-01  Julian SewardWhen failing, fail a bit more informatively.
2006-12-01  Julian SewardWhen being an 'inner valgrind' on 64-bit platforms...
2006-11-28  Julian SewardMake it possible to suppress, and auto-generate suppres...
2006-11-26  Nicholas NethercoteUpdate a comment.
2006-11-25  Nicholas NethercoteUse the newly-added dopyIRBBExceptStmts() in tools.
2006-11-24  Julian Seward- remove some 'inline' directives so as to make stack...
2006-11-23  Julian SewardFix compilation warning, and partially de-leak.
2006-11-23  Josef WeidendorferCachegrind/Callgrind: Fix cache parameter detection
2006-11-22  Josef WeidendorferUpdate
2006-11-22  Josef WeidendorferFix same cache simulation bug in callgrind as fixed
2006-11-22  Nicholas NethercoteUpdate.
2006-11-22  Nicholas NethercoteFix obscure bug in cache simulation, found by Ulrich...
2006-11-22  Nicholas NethercoteAn extension of the previous commit: the vg_perf ...
2006-11-22  Nicholas NethercoteAdd a useful --tools option to vg_perf, which lets...
2006-11-20  Nicholas NethercoteClarify NON_SIMD_CALL instructions.
2006-11-19  Julian SewardUpdate the statement of vex's amd64 register uses which...
2006-11-18  Julian SewardRegtest for #135421 (long-form encoding of 'push{l...
2006-11-18  Julian SewardMinor tidying: make initial_client_SP be a mandatory...
2006-11-17  Julian SewardUpdate.
2006-11-17  Julian SewardRedo the interface to m_initimg (module for setting...
2006-11-16  Julian SewardCFI reader: when decoding the single (address) argument to
2006-11-16  Julian SewardA test for JECXZ and JCXZ.
2006-11-14  Julian SewardAdd a regtest for the false-uninitialised-value-report...
2006-11-14  Julian SewardUpdate.
2006-11-14  Julian SewardAdd a regtest for #126147.
next