]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
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 ...
2005-10-14  Nicholas NethercoteAvoid two compiler warnings.
2005-10-14  Julian SewardGet rid of various compilation warnings.
2005-10-14  Julian SewardRename a local variable so as to make -Wshadow shut up.
2005-10-14  Nicholas NethercoteOverhaul the way programs are loaded at startup and...
2005-10-13  Tom HughesUpdate bug status.
2005-10-13  Tom HughesUse an soname of libc.so* for libc redirects so that...
2005-10-13  Tom HughesWe can print native word sized values sensibly now...
2005-10-13  Julian SewardC90 fixes.
2005-10-12  Nicholas NethercoteTiny comment/code layout tweaks; no functional change.
2005-10-12  Julian SewardGet rid of bbSeenBefore and associated logic: it appear...
2005-10-12  Julian SewardBuild fixes for gcc-2.96. The system now builds and...
2005-10-12  Tom HughesCorrect variable name.
2005-10-12  Tom HughesOnly add -Wdeclaration-after-statement if the compiler...
2005-10-12  Julian SewardNotify the tool via tool_discard_basic_block_info(...
2005-10-12  Tom HughesFix x86 specific declaration-before-statement warnings.
2005-10-12  Tom HughesFix statement-before-declaration warnings for the core...
2005-10-12  Tom HughesAdd -Wdeclaration-after-statement to the compiler flags...
2005-10-12  Julian Sewardrm trigram stuff.
2005-10-12  Julian SewardRedo the way cachegrind generates instrumentation code...
2005-10-12  Julian Sewardppc32 only: give debug info names for a couple of fns...
2005-10-11  Julian SewardMake sync checking work on recent x86 kernels (eg SuSE...
2005-10-11  Nicholas Nethercoteupdate
2005-10-10  Nicholas NethercoteConvert some native types to our types.
2005-10-10  Nicholas NethercoteUpdate cache simulator for 64 bit addresses. This...
2005-10-10  Nicholas Nethercoteclarify self-hosting instructions
2005-10-10  Nicholas NethercoteDocument self-hosting.
2005-10-08  Nicholas Nethercoteupdate
2005-10-07  Julian Sewardppc32-linux: reinstate sys_fsync, sys_sched_setscheduler
2005-10-07  Julian SewardMake --log-socket= work on ppc32.
2005-10-07  Julian Sewardppc32-linux: handle sys_madvise.
2005-10-07  Julian SewardEnable sys_ftruncate64 on ppc32.
2005-10-07  Julian Sewardppc32 only: improve handling of CmpORD32S, so as to...
2005-10-07  Julian SewardDisable ppc32 altivec pro tem (just temporarily).
2005-10-07  Julian SewardFix the handling of CmpORD32{S,U} which was completely...
2005-10-07  Julian SewardFix a memcheck anomaly observed by Nick: lazy propagati...
2005-10-07  Nicholas NethercoteAdd a comment about Memcheck not doing anything for...
2005-10-07  Nicholas NethercoteFix expected output.
2005-10-06  Nicholas NethercoteClarify FAQ and Java and JITs.
2005-10-06  Nicholas NethercoteAdded an FAQ about Java.
2005-10-06  Tom HughesWhen looking for a heap segment to extend look for...
2005-10-06  Tom HughesDocument memalign fix.
2005-10-06  Tom HughesStop memalign crashing if it fails to allocate the...
2005-10-06  Tom HughesThe amd64 BOUND bug turned out to be bogus.
2005-10-06  Tom HughesDocument realloc fix.
2005-10-06  Tom HughesFix realloc wrappers to handle the out of memory case...
2005-10-06  Nicholas NethercoteChanged some overflow-prone counters from UInt to ULong.
2005-10-06  Julian SewardThe m_syswrap subsystem is Valgrind's model of how...
2005-10-06  Julian SewardAdjustments to the sync-checker:
2005-10-06  Julian SewardUpdate.
2005-10-05  Julian SewardUpdate.
2005-10-05  Julian SewardTest for jrcxz.
2005-10-05  Julian SewardUpdate
next