]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
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.
2006-11-14  Julian SewardAdd a regtest for #125959.
2006-11-14  Dirk Muellerchange void* to Addr in mutex helpers. patch by Bard...
2006-11-10  Julian SewardSyscall tidying.
2006-11-04  Julian SewardUpdate stuff that should be fixed or at least considere...
2006-11-04  Julian Sewardsignedness wibble
2006-11-03  Nicholas NethercoteFix a man page bug.
2006-11-03  Nicholas NethercoteJust use the first two letters of the toolname as the...
2006-11-03  Nicholas NethercoteFix for nested subdirs
2006-11-03  Nicholas NethercotePerf script:
2006-10-24  Julian SewardMake the hashing in VG_(record_ExeContext) 64-bit clean...
2006-10-23  Nicholas NethercoteUpdated docs on tool-writing. Moved them into the...
2006-10-23  Nicholas NethercoteAdd --valgrind-lib, to complement --valgrind, to the...
2006-10-21  Nicholas NethercoteUpdate for recent removal of Cachegrind tech docs.
2006-10-21  Nicholas NethercoteLink to dissertation with a proper link.
2006-10-21  Nicholas NethercoteRemoved the file format description from cg_annotate...
2006-10-21  Nicholas Nethercote- Update comments about Cachegrind file format.
2006-10-20  Nicholas NethercoteAdd a FAQ.
2006-10-20  Julian SewardUpdate.
2006-10-19  Julian SewardMove a couple of functions out of tool view.
2006-10-19  Julian SewardBack out 'memtrace' related stuff until status of it...
2006-10-19  Julian SewardFix bug in memcheck's instrumenter introduced in r6319...
2006-10-18  Nicholas NethercoteImprove comments.
2006-10-18  Nicholas NethercoteMove VG_BUGS_TO to pub_tool_basics.h so that Nulgrind...
2006-10-18  Julian SewardObserve the rule that requires all instrumenters to...
2006-10-18  Nicholas NethercoteUpdate.
2006-10-18  Julian SewardFix installation of includes.
2006-10-18  Julian SewardFix regression caused by recent merging, picked up...
2006-10-18  Julian SewardUse house types.
2006-10-17  Julian Seward- Fix a subtle alignment-check bug I introduced into...
2006-10-17  Julian SewardThis got a bit messed up during recent merging; tidy up.
2006-10-17  Julian SewardAdd a simple script which drives 'kdiff3' through a...
2006-10-17  Julian SewardGet rid of # comments in assembly files.
2006-10-17  Julian SewardEnsure VG_(tt_fastN) always stays as an array of NULLs...
2006-10-17  Julian SewardIncrease # bbs in profile.
2006-10-17  Julian SewardAIX build fixes.
2006-10-17  Julian SewardUpdated expected with-TOC output.
2006-10-17  Julian SewardChange a bunch of pointer <-> int casts to pointer...
2006-10-17  Julian SewardUpdate expected output.
2006-10-17  Julian SewardMerge r6207:
2006-10-17  Julian SewardMerge r6201: Fix compile warning on aix.
2006-10-17  Julian SewardMerge r6205:
2006-10-17  Julian SewardUpdate 'expected' default translation size (partial...
2006-10-17  Julian SewardDon't use -C0 for diff; apparently this is a GNU-ism.
2006-10-17  Julian SewardUpdate expected translation sizes, + whitespace changes...
2006-10-17  Julian SewardTrack VG_(am_find_nsegment) const-ness change.
2006-10-17  Julian SewardMerge r6216:
2006-10-17  Julian SewardMerge r6214 (some parts):
2006-10-17  Julian SewardMerge from branches/AIX5:
2006-10-17  Julian SewardTrack SysRes change.
2006-10-17  Julian SewardChange authorship.
2006-10-17  Julian SewardFinal merges from branches/AIX5; mostly tracking of...
2006-10-17  Julian SewardMerge r6217 (also comment cosmetics):
2006-10-17  Julian SewardTrack VG_(am_find_nsegment) const-ness change.
2006-10-17  Julian SewardMerge r6159 (parts of):
2006-10-17  Julian SewardMerge r6157:
2006-10-17  Julian SewardMerge r6156:
2006-10-17  Julian SewardMerge r6154:
2006-10-17  Julian SewardMerge r6153: Add client startup code for AIX5.
next