]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2004-11-16  Nicholas NethercoteCleanups: removing stuff no longer needed now that...
2004-11-16  Nicholas NethercoteConverted the last syscalls. Phew. Still some cleanin...
2004-11-16  Nicholas NethercoteConverted the timer_* and clock_* syscalls.
2004-11-16  Nicholas NethercoteConverted the io_* and mq_* syscalls.
2004-11-16  Tom HughesUse sigprocmask(SIG_SETMASK) to make sure the signal...
2004-11-16  Tom HughesDon't try and return the old mask from sigprocmask...
2004-11-16  Tom HughesAdd arguments to the prctl call in the scalar test.
2004-11-16  Julian SewardUse improved 80 <-> 64 bit FP conversion routines,...
2004-11-16  Julian Seward\18Further improve accuracy of 80->64 bit conversions...
2004-11-16  Julian SewardProgram for testing IEEE gradual underflow.
2004-11-16  Julian SewardDo at least a passable job converting denormals and...
2004-11-15  Nicholas Nethercoteadd a bunch of tests
2004-11-15  Nicholas NethercoteConverted more syscalls, including futex() which I...
2004-11-15  Nicholas NethercoteConverted rt_sigpending. This allowed PREALIAS/POSTALI...
2004-11-15  Nicholas NethercoteForgot to add the expected stderr output.
2004-11-15  Nicholas NethercoteConverted sigprocmask and rt_sigprocmask.
2004-11-15  Nicholas Nethercoteconvert a couple more
2004-11-15  Nicholas NethercoteConvert more syscalls. Avoid obvious seg faults due...
2004-11-15  Tom HughesPass an argument to exit_group in the scalar_exit_group...
2004-11-15  Nicholas NethercoteConverted modify_ldt() and init_module(); the old...
2004-11-15  Nicholas NethercoteAdd scalar_exit_group to reg tests. Tweak scalar.c...
2004-11-15  Julian SewardProperly sanity check IRConst values.
2004-11-15  Tom HughesAfter a clone system call there are two threads of...
2004-11-15  Nicholas NethercoteFill in missing cases in scalar.
2004-11-15  Julian SewardRename the boolean field in IRStmt_Exit from 'cond...
2004-11-15  Julian SewardRename all the _Bit types to I1 so as to be consistent...
2004-11-15  Nicholas Nethercoteconverted more syscalls
2004-11-15  Nicholas NethercoteConverted more syscalls
2004-11-15  Julian SewardRename INVALID_IRTEMP to IRTemp_INVALID to be consisten...
2004-11-15  Julian SewardGet rid of some unused primops: And1 Or1 Neg8/16/32/64.
2004-11-15  Julian SewardRecord stuff that needs to be done
2004-11-15  Nicholas Nethercoteconverted mmap and mmap2
2004-11-15  Julian Seward15-bit tt-fast cache has excessive miss rate on 176...
2004-11-15  Julian SewardMore eflags-specialisation rules.
2004-11-15  Nicholas NethercoteConverted a few more, including clone() which I'm not...
2004-11-15  Tom HughesAdd some missing system call arguments to the scalar...
2004-11-15  Tom HughesRemove trailing space after \ continuation marker.
2004-11-15  Tom HughesAdd comments documenting the difference between the...
2004-11-15  Julian SewardAdd reroutes needed for RHAS 3.
2004-11-14  Nicholas NethercoteConverted some more syscalls.
2004-11-14  Tom HughesFix the sigsuspend wrapper - the existing implementatio...
2004-11-14  Nicholas NethercoteConverted a few more syscalls.
2004-11-14  Nicholas Nethercoteconverted a few more syscalls
2004-11-14  Nicholas Nethercoteforgot to remove these files in last commit
2004-11-14  Nicholas NethercoteUndo splitting of scalar from the last commit, which...
2004-11-14  Nicholas NethercoteConverted a few more syscalls.
2004-11-14  Nicholas NethercoteConverted a couple more
2004-11-14  Nicholas NethercoteAdd gettimeofday() to test.
2004-11-14  Nicholas NethercoteAdd missing params. Tom's nightly tests should work...
2004-11-14  Nicholas Nethercoteconverted sigsuspend, rt_sigsuspend. Not very sure...
2004-11-14  Nicholas Nethercoteconverted a few more
2004-11-13  Nicholas Nethercoteconverted some more
2004-11-13  Tom HughesAdd the post handlers for the console ioctls that I...
2004-11-13  Tom HughesRemove a couple of commented out lines that were left...
2004-11-13  Tom HughesFix compiler warning.
2004-11-13  Tom HughesAdd support for most of the console driver ioctls....
2004-11-12  Tom HughesTry and improve the parsing of C++ stabs that contain...
2004-11-12  Tom HughesChange VG_(nuke_all_threads) to disassociate the the...
2004-11-12  Nicholas Nethercoteconvert some more, mash some more
2004-11-12  Nicholas NethercoteAdd commented-out templates so further additions are...
2004-11-12  Nicholas Nethercotemash things around to make further conversions quicker
2004-11-12  Nicholas Nethercoteconverted some more
2004-11-12  Nicholas Nethercotewibble
2004-11-12  Nicholas Nethercoteand converted a few more
2004-11-12  Nicholas Nethercoterenamed variables
2004-11-12  Nicholas Nethercoteconverted some more
2004-11-12  Julian SewardUpdate startup message.
2004-11-12  Julian SewardAdd copyright notices.
2004-11-12  Nicholas NethercoteRemove unnecessary comment.
2004-11-12  Nicholas NethercoteUse our own unistd.h, because the system one might...
2004-11-12  Nicholas NethercoteConverted a whole bunch of syscalls.
2004-11-12  Nicholas NethercoteConverted execve().
2004-11-12  Nicholas NethercoteConverted vfork() and acct(). Properly annotated all...
2004-11-12  Nicholas NethercoteConverted lookup_dcookie.
2004-11-12  Nicholas NethercoteCVS fixups: cvs add files I forgot to before; add...
2004-11-12  Nicholas NethercoteConverted uname(); annotated some obsolete ones.
2004-11-12  Nicholas NethercoteAdded a syscall flag "NBRunInLWP" for non-blocking...
2004-11-12  Julian SewardAdd a couple more constant folding rules.
2004-11-11  Nicholas NethercoteNow handling non-existent syscalls appropriately -...
2004-11-11  Nicholas NethercoteConverted fork(), and added a separate regtest for it.
2004-11-11  Nicholas NethercoteConverted a bunch more syscalls.
2004-11-11  Nicholas NethercoteConverted a bunch of zero-arg syscalls.
2004-11-11  Julian SewardLet the insn selector know that
2004-11-11  Julian SewardFix some missing cases in printing FP insns.
2004-11-11  Julian SewardMake cse_BB globally visible, and rename to do_cse_BB...
2004-11-11  Julian SewardUpdate included copy of the mc_instrument.c.
2004-11-10  Julian Seward--help-debug: don't forget to mention --vex-iropt-verbosity
2004-11-10  Julian SewardComment change, and remove some '#if 1's.
2004-11-10  Julian SewardOops .. C flag after inc/dec is in ndep, not dep1.
2004-11-10  Nicholas NethercoteArch-abstraction, syscall overhaul: rename functions...
2004-11-10  Nicholas Nethercoteaugmented scalar
2004-11-10  Nicholas NethercoteArch-abstraction: syscall overhauling.
2004-11-10  Nicholas NethercoteArch-abstraction: syscall overhauling.
2004-11-10  Julian SewardProvide our own versions of strchrnul and rawmemchr...
2004-11-10  Julian SewardBuild mc_main.o with -fomit-frame-pointer; gives a...
2004-11-10  Julian SewardAllow tools to tell Vex when it can/can't chase across...
2004-11-10  Julian SewardReinstate some more flag-helper specialisations.
2004-11-10  Julian SewardComment change only.
2004-11-10  Julian SewardFinish off Memcheck's handling of dirty helper calls...
2004-11-10  Julian Seward* memcheck: handle dirty helper calls (mostly)
next