]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2005-11-05  Julian SewardCommit Tom's improved-stack-unwinding patch.
2005-11-05  Julian SewardRead debug info from the V exe when it is installed...
2005-11-05  Tom HughesUpdate ignore lists.
2005-11-05  Tom HughesUpdate ignore lists.
2005-11-05  Tom HughesSync sse2 tests from x86 to amd64.
2005-11-05  Julian SewardAdd test cases for amd64 vector FP unordered compares.
2005-11-05  Julian SewardOops, this should have been included in r5014.
2005-11-05  Julian SewardAdd test cases for SSE unordered-compare instructions.
2005-11-05  Julian SewardHandle vector FP unordered compares.
2005-11-05  Tom HughesAdd a comment documenting the reason for subtracting...
2005-11-05  Tom HughesEnable tests for shld/shrd instructions which are now...
2005-11-04  Julian SewardPlacate compiler warning.
2005-11-04  Julian SewardTest shrd/shld.
2005-11-04  Tom HughesRe-enable a load of tests for instructions which VEX...
2005-11-04  Tom HughesBackout additional space until we decide whether we...
2005-11-04  Tom HughesRemove "pid" to make docs align with reality.
2005-11-04  Tom HughesAdd an insn_basic test for amd64. This is based on...
2005-11-04  Tom HughesFix up references to log files names containing "pid...
2005-11-04  Tom HughesAllow rax/rbx/rcx/rdx (and their narrower counterparts...
2005-11-04  Tom HughesFix the amd64 version of gen_insn_test.pl to strip...
2005-11-04  Julian SewardAlso test jecxz.
2005-11-04  Tom HughesAdd missing tag.
2005-11-04  Tom HughesMake the tool writing documentation align a bit more...
2005-11-04  Tom HughesRemove remaining references to the old tool.h header.
2005-11-04  Tom HughesTool writing documentation updates from Yao Qi <qiyaolt...
2005-11-04  Tom HughesWhen unwinding the stack on x86/amd64 subtract one...
2005-11-03  Nicholas NethercoteRecord a useful nugget from Julian.
2005-11-03  Julian SewardTrack API change in vex r1429.
2005-11-02  Julian SewardDon't try to honour the ELF interpreter's load address...
2005-11-02  Tom HughesSplit faultstatus into the platform independent tests...
2005-11-02  Tom HughesRemove the as_mmap and as_shm tests which don't make...
2005-11-02  Tom HughesThe memcheck/tests/sigprocmask test is designed to...
2005-11-02  Tom HughesFix format string in signal mask printing.
2005-11-02  Tom HughesDisplay signal masks correctly when --trace-signals...
2005-11-02  Tom HughesUpdate EXTRA_DIST to include new results files.
2005-11-02  Tom HughesAdd alternate results for memcheck/tests/strchr on...
2005-11-02  Tom HughesThe sloppyRXcheck logic in the sync checker was not...
2005-11-02  Tom HughesRemoved memcheck/tests/weirdioctl as it is badly broken...
2005-11-02  Tom HughesDon't give the heap execute permission - the linux...
2005-11-02  Tom HughesUpdate memcheck/tests/xml1 results.
2005-11-02  Tom HughesUpdate memcheck/tests/xml1 results.
2005-11-01  Tom HughesMake the request for space for the interpreter into...
2005-11-01  Julian SewardReinstate and extend lackey's functionality (a major...
2005-11-01  Tom HughesFixed test to not assume that malloc(10) will return...
2005-11-01  Nicholas Nethercoteupdate
2005-11-01  Julian SewardWhitespace only change (test commit to see if auto...
2005-11-01  Julian SewardIf pdfxmltex bombs, as it so often does, at least cause...
2005-11-01  Julian SewardUpdate.
2005-11-01  Julian SewardMake ULong_width(0) return 1 instead of 1431655765...
2005-11-01  Julian SewardBuild fixes following recent coredump hackery.
2005-11-01  Julian SewardFix a couple of gcc warnings following recent coredumpi...
2005-10-31  Tom HughesGet core dumping working again - the architecture speci...
2005-10-26  Nicholas NethercoteThe version string from --version was being printed...
2005-10-26  Julian SewardTrawl through bugzilla/users-list and add various bugs.
2005-10-23  Julian SewardDon't assume the first statement is an IRMark, since...
2005-10-23  Tom HughesUpdate bug status information.
2005-10-22  Julian SewardEnable Altivec by default if it is available.
2005-10-22  Julian SewardHandle a few more primops result from running Altivec...
2005-10-21  Julian SewardPass args to match format string.
2005-10-21  Julian SewardHandle SHT_NOBITS sections when checking for section...
2005-10-20  Tom HughesDocument bug #114757.
2005-10-20  Tom HughesDon't assert if the DWARF line info reader is given...
2005-10-20  Tom HughesDocument bug #114756.
2005-10-20  Tom HughesAdd support for the mbind system call on x86 and amd64...
2005-10-20  Julian SewardIncrease the threshold above which new errors are not...
2005-10-20  Julian SewardRemove all remaining references to pointercheck. It...
2005-10-20  Julian SewardThe Spin-Doctor arrives in Valgrind-Land: rename -...
2005-10-20  Julian SewardIn the spirit of other changes over the past month...
2005-10-20  Julian SewardOops, un-break cachegrind regtesting following r4951.
2005-10-20  Julian Sewardrm the skiplist module, as it has been superseded by...
2005-10-19  Julian SewardClarify the P4 warning message a bit.
2005-10-19  Julian Sewardrm unused var
2005-10-19  Julian SewardFix make dist (seems to work, but am unsure if this...
2005-10-19  Nicholas NethercoteMake the usage message a little neater and more self...
2005-10-19  Julian SewardHalve the size of the fast tt lookup cache. This impro...
2005-10-19  Julian SewardUse standard syntax for the rlwinm.
2005-10-19  Julian SewardSnap up some easy pickings pointed out by cachegrinding...
2005-10-19  Julian SewardReenable a couple more syscalls needed for self-hosting...
2005-10-18  Julian SewardChange the core-tool interface so that tools are fully...
2005-10-18  Julian SewardAdd extra auxiliary data structures which make it possi...
2005-10-18  Julian SewardAdd a new arena (VG_AR_TTAUX) for holding auxiliary...
2005-10-18  Julian SewardFix socket stuff on ppc32, so that --log-socket actuall...
2005-10-16  Nicholas Nethercoteaugment comment
2005-10-16  Tom HughesRemoved remaining traces of address space padding techn...
2005-10-16  Nicholas NethercoteA small Cachegrind cleanup: previously it was copying...
2005-10-15  Nicholas NethercoteCachegrind cleanups:
2005-10-15  Nicholas Nethercoteupdate
2005-10-15  Nicholas NethercoteComment-only changes.
2005-10-15  Nicholas NethercoteOSet-ified Cachegrind:
2005-10-15  Nicholas NethercoteClarify the disInstr message.
2005-10-15  Nicholas Nethercoteupdate roadmap
2005-10-15  Nicholas NethercoteOSet-ify m_redir.c.
2005-10-15  Nicholas NethercoteFix 'shell' for those lacking '.' in their $PATH, hopef...
2005-10-15  Tom HughesFilter out line numbers from shell error messages.
2005-10-15  Julian SewardVarious fixes to reduce noise level on SuSE 10 (PPC...
2005-10-15  Julian SewardUnfortunately gcc4 doesn't like recently added prototyp...
2005-10-15  Julian SewardAdd comments re loss of pointercheck.
2005-10-14  Julian SewardAdd a large comment giving an overview of what it does...
2005-10-14  Julian SewardComment-only change: add comments re self-checking...
2005-10-14  Nicholas NethercoteChoose a less-similar variable name when avoiding ...
next