]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
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  Julian SewardBuild fixes for gcc-2.96 (which does not allow declarat...
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  Julian SewardHandle the out-of-range shift cases for slw/srw in...
2005-10-08  Nicholas Nethercoteupdate
2005-10-08  Julian SewardEnable chasing of unconditional branches and calls.
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  Julian SewardSpecial-case rlwnms which are really slwi or srwi....
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 SewardHandle FUCOM %st(0),%st(?).
2005-10-05  Julian SewardHandle BT/BTS/BTR/BTC at size 4 as well as 8.
2005-10-05  Julian SewardTest for jrcxz.
2005-10-05  Julian SewardImplement JRCXZ.
2005-10-05  Julian SewardUpdate
2005-10-05  Julian SewardEven more regtests
2005-10-05  Julian SewardHandle the redundant-encoding (Grp5) versions of {inc...
2005-10-05  Tom HughesFix for 112031 is actually in two parts.
2005-10-05  Tom HughesUpdate README_MISSING_SYSCALL_OR_IOCTL to reflect reali...
2005-10-05  Tom HughesDocument fix for 112031.
2005-10-04  Julian SewardIf the launcher can't figure out what it's own name...
2005-10-04  Julian SewardRewrite ML_(fd_allowed):
2005-10-04  Julian SewardHandle SSE2 pmaddwd.
2005-10-04  Julian SewardAdd regtests for SSE2 pmaddwd.
2005-10-04  Julian SewardUpdate
2005-10-04  Tom HughesDocument fix for 113642.
2005-10-04  Tom HughesMake sure we have all the DWARF2 sections before trying...
2005-10-04  Tom HughesDocument bug 113796.
2005-10-04  Tom HughesCreate a new SkShmC segment type for shared memory...
2005-10-04  Tom HughesCheck permissions when sanity checking the segment...
2005-10-04  Tom HughesGet the SHM_RDONLY test the right way round. Fixes...
2005-10-04  Julian SewardReenable SSE2 psadbw test.
2005-10-04  Julian SewardImplement SSE2 psadbw.
2005-10-03  Julian SewardUpdate
2005-10-03  Julian SewardImplement LAHF.
2005-10-03  Tom HughesAllow scripts less that a page in length to be executed.
2005-10-03  Julian SewardImplement the 0F 7F encoding for movq mmreg, mmreg.
next