]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2004-08-16  Tom HughesAdd support for the parallel port ioctls.
2004-08-15  Tom HughesTreat a thread which is waiting to be reaped (ie one...
2004-08-15  Tom HughesBack out yesterday's change to the symbol versioning...
2004-08-15  Julian SewardMore FPU stuff.
2004-08-14  Tom HughesAdd support for the POSIX message queue system calls.
2004-08-14  Tom HughesMaek init_global_thread_specific_state as a constructor...
2004-08-14  Tom HughesRather surprisingly we weren't actually calling pre_mem...
2004-08-14  Julian SewardMore x86 FP stuff, including conversion stuff to/from...
2004-08-14  Tom HughesUpdated list of system calls from the list in a 2.6...
2004-08-13  Tom HughesMove __pthread_clock_gettime and __pthread_clock_settim...
2004-08-13  Tom HughesImprove handling of semctl, msgctl and shmctl so that...
2004-08-13  Julian SewardFix enough stuff to get the first x86 FP instruction...
2004-08-12  Julian SewardLots of spadework for getting x86 floating point to...
2004-08-11  Nicholas NethercoteBig overhaul of the allocator. Much of the structure...
2004-08-09  Nicholas NethercoteChange VG_(scheduler)() slightly to remove two more...
2004-08-09  Nicholas NethercoteRemove some more global variables from vg_include.h...
2004-08-09  Nicholas NethercotePut VALGRIND_INTERNAL_PRINTF and VALGRIND_INTERNAL_PRIN...
2004-08-07  Nicholas NethercoteMake VG_(last_run_tid) and VG_(sigstack) local.
2004-08-07  Nicholas NethercoteDe-globalise a few more counters.
2004-08-07  Nicholas NethercoteAdd some missing 'static' annotations. Thanks to Josef...
2004-08-06  Nicholas NethercoteMade cpu-feature detection simpler -- got rid of the...
2004-08-05  Nicholas NethercoteMake error messages more informative.
2004-08-04  Nicholas Nethercotehandle_SCSS_change() need not be global.
2004-08-04  Nicholas NethercoteRemove sigshutdown_actions(), a hangover from the ...
2004-08-04  Nicholas NethercoteVG_(get_current_thread_state) doesn't exist, remove...
2004-08-04  Nicholas Nethercoteis_valid_or_empty_tid() doesn't need to be global.
2004-08-04  Nicholas NethercoteComment changes only -- compacting
2004-08-04  Nicholas NethercoteRemove no-longer-used prefixes.
2004-08-04  Nicholas Nethercotecomment wibble
2004-08-03  Nicholas NethercoteRemove VG_() from name of local function.
2004-08-03  Nicholas NethercoteTweaked sanity-checking: made function naming more...
2004-08-03  Nicholas NethercoteTweak stats printing -- use more consistent function...
2004-08-03  Nicholas Nethercotealloc_UCodeBlock didn't need to be in vg_include.h...
2004-08-03  Nicholas NethercoteMoved *definitions* of VALGRIND_INTERNAL_PRINTF and
2004-08-03  Nicholas NethercoteSimplified the interface to VG_(translate)(), and merge...
2004-08-03  Nicholas NethercotePut UCodeBlock get functions in a more sensible place...
2004-08-03  Nicholas NethercoteRemoved 6 global variables from vg_include.h without...
2004-08-03  Nicholas NethercoteComment changes only: s/skin/tool/
2004-08-03  Nicholas NethercoteFactor out differences between VG_(system) and PRE...
2004-08-02  Nicholas Nethercotecomment wibble
2004-08-02  Nicholas NethercoteRemoved cruft from vg_scheduler.c:
2004-08-02  Nicholas NethercoteScheduler counts don't need to be in vg_include.h....
2004-08-02  Nicholas Nethercotewhoops, forgot to remove these in the last commit
2004-08-02  Nicholas Nethercotesanity_*_count don't need to be in vg_include.h.
2004-08-02  Nicholas NethercoteSanity counters don't need to be in vg_include.h.
2004-08-02  Nicholas NethercoteTweak to remove another global variable from vg_include.h
2004-08-02  Nicholas NethercoteMake VG_(n_errs_found) local; replace globally with...
2004-08-02  Nicholas NethercoteMake the Supp and Error types local to vg_errcontext...
2004-08-02  Nicholas NethercoteFold VG_(send_signal_to_thread)() into vg_scheduler...
2004-08-01  Nicholas NethercoteFactor out commonality between VG_(synth_fault*)().
2004-08-01  Nicholas NethercoteReplaced three global variables in vg_include.h with...
2004-08-01  Nicholas NethercoteCleaned up vg_include.h:
2004-08-01  Nicholas NethercoteFix bug #86254 -- symtab sorting was going array in...
2004-07-31  Julian Sewardcalculate_eflags_all: fix stupid bug in CC_OP_COPY.
2004-07-30  Nicholas NethercoteRemove redundant duplicates of stuff in vg_kerneliface.h.
2004-07-30  Nicholas NethercoteRemoved unused VG_AR_CLIENT_STACKBASE_REDZONE_SZW.
2004-07-30  Nicholas NethercoteRestructured the as_*() functions so they are simpler...
2004-07-30  Julian SewardFix up generation of shldl/shldr instructions, and...
2004-07-30  Julian SewardFix silly error in instruction selection of Iop_DivModS...
2004-07-30  Julian SewardFinally finish pissing around with x86 integer multiply...
2004-07-30  Julian SewardRehash handling of multiply insns in the x86 front...
2004-07-29  Julian SewardChange the x86 front end's implementation of shift...
2004-07-29  Tom HughesModify the ipc system call so that only those calls...
2004-07-29  Julian Seward* Fix flag computation for neg instructions
2004-07-29  Julian SewardFix carry flag computation for left rotates.
2004-07-29  Julian SewardComment-only change
2004-07-29  Tom HughesModified the fcntl system call so that only those reaso...
2004-07-29  Julian SewardFill in many more cases thrown up the QEMU test program.
2004-07-29  Tom HughesAdd support for allowing the POST function for a system...
2004-07-29  Julian SewardFill in / fix many x86->IR->x86 cases exposed by QEMU...
2004-07-29  Julian SewardAdd enough more x86 integer stuff to make bzip2 and...
2004-07-29  Julian SewardFix enough integer stuff to make bzip2 work, except...
2004-07-28  Julian SewardPretty it up a bit (whitespace changes only).
2004-07-28  Julian SewardImplement ROL/ROR and fix enough stuff to make ls ...
2004-07-28  Nicholas NethercoteMerge equivalent if statements.
2004-07-28  Julian SewardFill in misc cases.
2004-07-28  Julian SewardFix bug in allocation of vregs for 64-bit IRTemps.
2004-07-28  Julian SewardFill in some add with carry and subtract with borrow...
2004-07-28  Julian SewardFurther refine debug printing.
2004-07-28  Julian SewardImprove verbosity control, so that verbosity can be...
2004-07-28  Julian SewardAdd LOGICL.
2004-07-28  Julian SewardOops. Fix silly bug in iselCondCode.
2004-07-28  Julian SewardFix a couple more cases.
2004-07-28  Julian SewardFix enough stuff so that 'hello world' works.
2004-07-27  Jeremy FitzhardingeFix the skiplist brokenness Nick found:
2004-07-27  Julian SewardTrack file renaming.
2004-07-27  Julian SewardFix bug in generation of immediate shifts.
2004-07-27  Julian SewardMore build fixes.
2004-07-27  Julian SewardMake compilation work again after renaming files.
2004-07-27  Julian SewardMore file renaming (still borked)
2004-07-27  Julian SewardRename some files.
2004-07-27  Julian SewardReinstate the "xor %reg,%reg" idiom handler.
2004-07-27  Julian Sewardx86toIR: implement 'rep scas'
2004-07-26  Julian SewardPrint vex storage stats at the end.
2004-07-26  Julian SewardImprove insn selection for shifts by literal amounts.
2004-07-26  Julian SewardFix enough bits and pieces so "int main (void) { return...
2004-07-26  Nicholas NethercoteAdded some comments.
2004-07-26  Nicholas NethercoteRename 'argv0' and 'argv1' to the more meaningful ...
2004-07-26  Nicholas NethercoteNeaten up ume.h: don't export readelf(), mapelf, and...
2004-07-26  Nicholas NethercoteRemove accidental double assignment. Also don't assume...
next