]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2007-10-17  Nicholas Nethercoteclarify a paragraph
2007-10-16  Nicholas NethercoteAdd a comment.
2007-10-04  Dirk Muellerreadd right adjustment.
2007-10-04  Dirk Muellerrevert format checking warnings from trunk, will
2007-10-01  Dirk Muellerfix a few format string warnings
2007-09-25  Nicholas NethercoteAdd an FAQ.
2007-09-24  Dirk Muelleradd format argument checking. might find useful portabi...
2007-09-24  Dirk Muellerupdate bugs status
2007-09-24  Dirk Muellerfix various format string errors
2007-09-23  Nicholas NethercoteFix various format string errors, courtesy of Florian...
2007-09-22  Nicholas NethercoteAdd VG_(atoll).
2007-09-18  Josef WeidendorferUpdate
2007-09-18  Josef Weidendorfercallgrind_control: Fix behavior with callgrind runs...
2007-09-17  Nicholas NethercoteAdd a warning about --log-file-exactly.
2007-09-17  Nicholas Nethercoteupdate
2007-09-17  Nicholas NethercoteChange an Int to a SSizeT to avoid overflows. Fixed...
2007-09-17  Nicholas NethercoteExtra info about debugging with GDB
2007-09-17  Nicholas NethercoteAdd a section to the cachegrind manual suggesting how...
2007-09-17  Nicholas NethercoteAdd section on how to use Cachegrind's results.
2007-09-17  Nicholas Nethercoteminor tweak
2007-09-17  Josef Weidendorfercallgrind: Use directory in debug info when available
2007-09-17  Nicholas NethercoteSplit the OSet interface into two parts: "OSetGen_...
2007-09-17  Nicholas Nethercoteupdate
2007-09-17  Nicholas NethercoteAdd directory-reading of debug info to cachegrind.
2007-09-17  Nicholas Nethercoteremove dead declaration
2007-09-14  Dirk Muellerfix division by zero's
2007-09-12  Dirk Muellersuppression update for 10.3
2007-09-10  Julian Sewardppc64-linux equivalent to r6813 (use sigframe return...
2007-09-10  Julian Sewardppc32-linux signal handling: don't place the sigframe...
2007-09-01  Julian SewardAdd test for tw instruction.
2007-09-01  Julian SewardAdd test for tw and td instructions.
2007-09-01  Julian SewardUpdate list-of-known-sins :-)
2007-09-01  Julian SewardAdd regtest for amd64 implementation of maskmovq and...
2007-08-31  Julian SewardHandle DW_OP_deref in DWARF3 expressions. Fixes #147285.
2007-08-31  Julian SewardOops. Fix silly error that gcc-4.3 complained about.
2007-08-29  Julian SewardValgrind-side changes to track vx1786 (which was: Suppo...
2007-08-28  Josef Weidendorfercallgrind: fix example description and clarification...
2007-08-28  Julian SewardMove a 'break' around.
2007-08-28  Julian SewardMake the --max-stackframe machinery 64-bit clean.
2007-08-28  Julian SewardMerge, from CGTUNE branch, a cleaned up version of...
2007-08-28  Julian SewardFix silly bug.
2007-08-27  Nicholas Nethercotefixed a couple of minor things
2007-08-27  Julian SewardFollowup to r6783: supply a correct index/strchr replac...
2007-08-27  Julian SewardThis module supplies various replacement functions...
2007-08-27  Dirk Muellerupdating licensing wording
2007-08-26  Julian SewardUpdate
2007-08-25  Julian SewardMerge from CGTUNE branch:
2007-08-25  Julian SewardMerge from CGTUNE branch:
2007-08-25  Julian SewardChanges to m_hashtable:
2007-08-24  Julian Sewardgcc-4.3 compile fixes.
2007-08-23  Julian SewardDynamically expand the ExeContext hash table, rather...
2007-08-23  Julian SewardThe drastic increase in the number of per-arena freelis...
2007-08-22  Julian SewardMake the ExeContext hash table a whole lot bigger.
2007-08-21  Dirk Muellerupdate suppressions
2007-08-21  Julian SewardPreviously, each Arena has a linked list of Superblocks...
2007-08-20  Julian SewardSome improvements for malloc/free intensive programs...
2007-07-23  Dirk Muellersuppression update for 10.3/glibc 2.6
2007-07-14  Dirk Muelleradd glibc-2.6.supp to the distribution list
2007-07-11  Julian SewardUpdate.
2007-07-10  Julian SewardAll platforms: make it clearer that missing syscalls...
2007-07-09  Julian SewardGet rid of VG_(getcwd) and replace it with a pair of...
2007-07-03  Dirk Muellerupdate bugstatus
2007-06-23  Julian SewardVG_(needs_shadow_memory) does not exist; remove prototy...
2007-06-05  Julian SewardApparently 'index' shadows a global decl on some target...
2007-06-05  Julian SewardHandle a whole bunch of obscure types.
2007-06-05  Julian SewardTest a whole bunch of obscure types.
2007-06-04  Julian SewardMerge (from branch) r6755 (Handle MPI_DOUBLE_PRECISION).
2007-06-04  Dirk Muellerupdate bugstatus
2007-06-04  Dirk Muellerupdate suppression file. Patch by Diego Petteno from...
2007-06-02  Josef WeidendorferUpdate
2007-06-02  Josef Weidendorfercallgrind: fix build with srcdir != builddir
2007-05-24  Nicholas NethercoteAdd a comment with a definitive account of when Memchec...
2007-05-24  Josef Weidendorfercallgrind_annotate: Fix a warning
2007-05-24  Josef WeidendorferCallgrind manual: Fix typo
2007-05-24  Josef WeidendorferCallgrind manual: rewriting start of section about...
2007-05-24  Josef WeidendorferCallgrind format: Note about event names in the example
2007-05-23  Julian SewardMerge (from 3.2 branch) r6743 (Edit the manual to bring...
2007-05-23  Dirk Muellerglibc 2.6 support
2007-05-15  Nicholas NethercoteClarify --trace-children a little.
2007-05-14  Robert WalshUpdate svn:ignore properties.
2007-05-08  Josef WeidendorferUpdate
2007-05-08  Josef WeidendorferCallgrind: improve documentation
2007-05-08  Julian SewardAdd branch-misprediction profiling to Cachegrind. ...
2007-05-06  Julian SewardUpdate.
2007-05-05  Julian SewardFix stack overflow which lead to totally mysterious...
2007-05-03  Julian SewardOlder assemblers on amd64-linux don't do lahf/sahf...
2007-05-02  Julian SewardFix regression in new/new[]/delete/delete[] intercepts...
2007-05-01  Julian SewardAvoid compilation warnings with gcc-4.2.
2007-05-01  Julian SewardIf gcc supports -fno-stack-protector, use it. This...
2007-05-01  Julian SewardUpdate.
2007-04-29  Julian SewardAdd disclaimers.
2007-04-20  Nicholas Nethercoteaugment previous commit
2007-04-19  Nicholas NethercoteIt's generally a good idea to set call-by-reference...
2007-04-19  Dirk Muellerwrap env related functions to be able to track undefined
2007-04-15  Nicholas NethercoteFix some copyright notices:
2007-04-09  Julian SewardWhen doing 'demo' translations for --profile-flags...
2007-04-07  Julian SewardUpdate.
2007-04-07  Julian SewardFix out of date comment.
2007-04-07  Julian SewardTest sahf/lahf on amd64.
2007-04-05  Julian SewardHandle some more types: {REAL,INTEGER}{4,8} and 2INT...
next