]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2004-11-02  Nicholas Nethercote64-bit cleanness: Converted malloc() et al to use SizeT...
2004-11-02  Julian SewardRewrite and concisify addrcheck's instrumentation funct...
2004-11-02  Tom HughesMake sure we are using perl 5.6.0 as earlier versions...
2004-11-02  Tom HughesUse -w instead of "use warnings" to enable warnings...
2004-11-02  Nicholas Nethercoteclarify debugging instructions
2004-11-02  Julian SewardMake these compile again following renaming of some...
2004-11-02  Julian SewardGive dirty helper calls a guard field (IRExpr* of type...
2004-11-02  Julian SewardRename some types and data fields in a more logical...
2004-11-01  Nicholas Nethercoteunbreak compilation...
2004-11-01  Nicholas Nethercotewibble
2004-11-01  Nicholas NethercoteMake ESZ less public.
2004-11-01  Nicholas NethercoteDon't need to use addr_t anymore, use Addr instead...
2004-11-01  Nicholas Nethercote- Make find_auxv() word-size independent.
2004-11-01  Tom HughesMake sure source-location mapping entries of size zero...
2004-11-01  Nicholas Nethercote64-bit cleanness tweaks.
2004-11-01  Nicholas Nethercoteformat wibble
2004-11-01  Nicholas NethercoteDo 'struct termios' properly.
2004-11-01  Nicholas Nethercote64-bit cleanness tweaks.
2004-11-01  Tom HughesIgnore generated makefiles.
2004-11-01  Tom HughesReally add AM_PROG_CC_C_O this time, rather than AC_PRO...
2004-10-31  Julian SewardEnhance sanity checking pertaining to IRCallees --...
2004-10-31  Julian SewardRestore the core/tool interface to what it was, by...
2004-10-31  Julian SewardMake this compile again.
2004-10-31  Julian SewardUse new functions for helper-call-construction.
2004-10-31  Julian SewardModified/new convenience functions for constructing...
2004-10-31  Nicholas NethercoteFix broken alternative output.
2004-10-31  Nicholas NethercoteRemoved unused junk:
2004-10-31  Nicholas NethercoteMust remember to edit the original file, not the genera...
2004-10-31  Nicholas NethercoteArch-abstraction:
2004-10-31  Julian Seward-fomit-frame-pointer is helpul for addrcheck.
2004-10-31  Julian SewardReinstate esp-update pass (now renamed sp-update)....
2004-10-31  Tom HughesAdd some alternate test results for glibc 2.2.5 systems.
2004-10-31  Tom HughesAdded some extra data race suppressions for glibc 2...
2004-10-31  Tom HughesAdd some more data race suppressions for glibc 2.2.5.
2004-10-30  Julian SewardAdd a mini-version of the addrcheck instrumenter so...
2004-10-30  Julian SewardAdd code to do register preferencing (moves from vreg...
2004-10-30  Julian SewardFix bogus assertion in doHelperCall and generally tidy...
2004-10-30  Julian SewardMake addrcheck work again, including regparm.
2004-10-30  Tom HughesSuppress data race in glibc 2.2.4.
2004-10-30  Julian SewardImplement regparm (1 to 3) in the x86 back end.
2004-10-30  Julian SewardInstead of denoting helper call targets by their names...
2004-10-30  Julian SewardAdd and use a new version of the register allocator...
2004-10-30  Julian SewardDebug printing wibble.
2004-10-30  Julian SewardRemove unused fields in VRegInfo, and change live-range...
2004-10-29  Julian SewardMuch-improved method for configuring test-driver progra...
2004-10-29  Tom HughesImplement pthread_condattr_setpshared and pthread_conda...
2004-10-29  Tom HughesAdd AM_PROG_CC_C_O to configure.in to check for cc...
2004-10-29  Nicholas Nethercotewhoops
2004-10-29  Nicholas NethercoteFix typo that meant --signal-polltime was not being...
2004-10-29  Julian SewardExtend applicability of register preferencing scheme.
2004-10-29  Julian SewardAllow --trace-codegen to take 8 bits, and pass to Vex.
2004-10-29  Julian SewardClear out old junk.
2004-10-29  Julian SewardMajorly improve debug printing. Now vex_traceflags...
2004-10-28  Julian SewardTrack API changes.
2004-10-28  Julian SewardMake these compile again.
2004-10-28  Julian SewardMisc hacks to get Addrcheck working.
2004-10-28  Julian Seward* Add a minimal Vex-ified version of the esp update...
2004-10-28  Julian SewardVex-ify.
2004-10-28  Julian SewardVarious changes needed to get Addrcheck supported:
2004-10-28  Tom HughesWhen a thread is cancelled only abort pending system...
2004-10-28  Tom HughesUpdate expected output for pth_once in memcheck tests.
2004-10-28  Tom HughesAdd -fno-omit-frame-pointer when building libpthread...
2004-10-28  Tom HughesRemove the thread numbers from the messages output...
2004-10-28  Julian SewardFinally make VG_(bbs_done) agree exactly with what...
2004-10-28  Julian Seward(Unsuccessfully) try and make the BB counter give the...
2004-10-28  Julian SewardMerge skiplist fix from Tom.
2004-10-28  Tom HughesFixed get_height to ensure that SK_MAXHEIGHT-1 is the...
2004-10-27  Julian SewardMake this test marginally more useful.
2004-10-27  Julian SewardTrack LibVEX API changes.
2004-10-27  Julian SewardInfrastructural grunge for connecting to Vex.
2004-10-27  Julian SewardVexify (partially, in Lackey's case). Seems to work...
2004-10-27  Julian SewardChanges pertaining to supporting instrumentation:
2004-10-27  Julian SewardFix yet another bug pertaining to muddy thinking on...
2004-10-27  Nicholas NethercoteMake exec-sigmask more robust.
2004-10-27  Nicholas NethercoteJump through a hoop to make vgtest_ume work again on...
2004-10-27  Nicholas Nethercotewhitespace change only
2004-10-27  Julian SewardUpdate stated version to 437 (for snapshotting).
2004-10-27  Julian SewardAdd a crude preferencing scheme used when selecting...
2004-10-27  Julian SewardUse gcc, not 'gcc341'.
2004-10-26  Nicholas NethercoteFix bad undefined value error, thanks to Tom.
2004-10-26  Nicholas NethercoteMake as_shm less brittle.
2004-10-26  Nicholas NethercoteTweak as_mmap for the possibility of a PIE-supporting...
2004-10-26  Tom HughesLeave frame pointers in for the code in lib_replace_mal...
2004-10-26  Nicholas Nethercotewhoops, unbreak build
2004-10-26  Nicholas Nethercote64-bit cleanness tweaks.
2004-10-26  Nicholas NethercoteCode formatting improvement.
2004-10-26  Julian Sewardx86 guest: Bite the bullet and update %EIP before each...
2004-10-26  Julian SewardMake the tree-builder observe the precise-exceptions...
2004-10-26  Julian SewardHacks du jour
2004-10-26  Nicholas NethercoteCode formatting changes only.
2004-10-26  Nicholas NethercoteComment cleanups only.
2004-10-26  Julian SewardGet rid of a couple of unneeded typedefs.
2004-10-26  Nicholas Nethercote64-bit cleanness tweaks.
2004-10-26  Nicholas Nethercotecomment wibble
2004-10-26  Nicholas NethercoteArch-abstraction:
2004-10-26  Nicholas Nethercote64-bit cleanness tweaks.
2004-10-26  Nicholas NethercoteComment fix only
2004-10-26  Nicholas NethercoteArch-abstraction:
2004-10-26  Julian SewardSimulate bit 21 of eflags (ID), so that CPUID tests...
2004-10-26  Julian SewardGet rid of debug printing.
next