]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2004-07-12  Nicholas NethercoteAdd comment.
2004-07-12  Julian SewardFinish first pass through x86toIR.c, enough to handle...
2004-07-12  Julian SewardYet more x86 to IR cases. Now more than 1000 bbs go...
2004-07-11  Nicholas NethercoteUpdate VG_(mmap)() in #if'd out branch.
2004-07-11  Nicholas NethercoteAdd some more assertion checking where it was lacking.
2004-07-11  Nicholas NethercoteRemoved some code from VG_(client_alloc)() that could...
2004-07-11  Julian SewardMore x86toIR cases.
2004-07-11  Julian SewardYet more x86toIR cases, including set<cond> insn.
2004-07-11  Julian SewardMore cases, including inc and dec, and rationalising...
2004-07-10  Julian SewardYet more cases in x86toIR.
2004-07-10  Julian Sewardx86toIR: machinery for setting condition codes from...
2004-07-10  Nicholas NethercoteRemoved some unnecessary is_kerror() checks.
2004-07-10  Nicholas NethercoteAdded assertion checking to a whole bunch of mmap(...
2004-07-10  Nicholas NethercoteFormat wibble.
2004-07-10  Nicholas NethercoteFormat wibble
2004-07-10  Nicholas NethercoteWhoops, fix comment.
2004-07-10  Nicholas NethercoteRemove out-of-date comment.
2004-07-10  Nicholas NethercoteA few changes:
2004-07-10  Nicholas NethercoteComment changes only.
2004-07-10  Nicholas NethercoteRemove out-of-date comment -- should have been removed...
2004-07-10  Nicholas NethercoteRemoved the 'place-holder' behaviour of VG_(mmap)....
2004-07-10  Nicholas NethercoteChange allocation failure message which is no longer...
2004-07-10  Nicholas NethercoteMinor Makefile.am fix (doesn't actually change behaviou...
2004-07-10  Nicholas NethercoteDon't force tool redzones to be multiples of 8.
2004-07-10  Nicholas NethercoteFix for bug #78048.
2004-07-10  Nicholas NethercoteFixed --sloppy-malloc and --trace-malloc, debugging...
2004-07-10  Julian SewardMore x86 -> IR stuff, including baseline %eflags handling.
2004-07-10  Julian SewardAdd to repo.
2004-07-10  Julian SewardCommit (I thought it was already was).
2004-07-08  Julian SewardA whole bunch more x86 -> IR hacking.
2004-07-08  Julian Seward- Mucho x86 to IR hacking.
2004-07-08  Julian SewardMore stuff.
2004-07-08  Julian SewardStart to make this work.
2004-07-08  Julian SewardFill in some cases
2004-07-07  Julian SewardPrint PUT in uppercase.
2004-07-07  Julian SewardFirst pass at x86 to IR conversion. Compiles, but...
2004-07-07  Julian SewardEnable valgrind checking of vex (ugly hack).
2004-07-07  Julian SewardDump -O.
2004-07-07  Julian Sewardfix buglet
2004-07-07  Julian Sewardfix buglet
2004-07-07  Julian SewardTest driver, and test input for "int main ( void )...
2004-07-07  Tom HughesOnly print a warning about not having identified the...
2004-07-06  Nicholas Nethercoteminor
2004-07-06  Nicholas NethercoteCompletely overhauled Cachegrind's data structures...
2004-07-05  Julian Seward- Pass host-specific insn and register printing functio...
2004-07-05  Julian SewardFinal bits of jit->vex renaming I missed.
2004-07-05  Julian SewardRename everything to use the "vex" name.
2004-07-05  Julian SewardTry and fill in jit_main.c.
2004-07-05  Julian Seward- Make stuff link.
2004-07-05  Julian SewardMajor hashing around to restructure the world.
2004-07-05  Julian SewardMash around top-level library structure some more.
2004-07-04  Julian SewardStart to move files into a new structure.
2004-07-03  Nicholas NethercoteRemove unused variable.
2004-07-03  Julian SewardTrack recent reg-alloc changes.
2004-07-03  Julian Seward* Take into account register classes when assigning...
2004-07-03  Julian Seward* Move the x86 genSpill/genRestore functions to the...
2004-07-03  Julian SewardTest for x86 code generation of shifts, and for vreg...
2004-07-03  Julian SewardAdd prototype for isMove_X86Instr.
2004-07-03  Julian SewardImplement vreg-vreg move coalescing.
2004-07-03  Julian SewardAdd an isMove function for X86 (integer only).
2004-07-03  Julian SewardDo Shl32.
2004-07-03  Julian SewardMake reg allocator work, to a first approximation at...
2004-07-02  Julian SewardFix computation of live ranges, and add lots of debug...
2004-07-02  Julian SewardHandle case of assignment to IRTemp.
2004-07-02  Nicholas NethercoteFix meaningless typo.
2004-07-02  Julian SewardTie everything together enough so the reg-allocator...
2004-07-02  Julian SewardAdd getRegUsage and mapRegs functions for X86 instructi...
2004-07-02  Julian SewardAllow different gcc's to be used.
2004-07-02  Julian SewardComplete reg-alloc output storage, and misc other stuff...
2004-07-02  Jeremy FitzhardingeClarify that you can also iterate from the result of...
2004-07-01  Julian SewardGet the register allocator a lot closer to compiling.
2004-07-01  Julian SewardMostly finish the register allocator.
2004-07-01  Julian SewardA register allocator (unfinished).
2004-07-01  Julian SewardSupport stuff for register allocation.
2004-07-01  Nicholas NethercoteCouple of clarifying comments about skip lists. (Commen...
2004-07-01  Julian SewardFix confusing and wrong comment in definition of live...
2004-06-30  Nicholas NethercoteFixed variable name mixup, removed no-longer-used VG_ST...
2004-06-30  Julian SewardTry to get x86 instruction representation to something...
2004-06-30  Julian SewardFirst draft of tree-based instruction selector.
2004-06-30  Jeremy FitzhardingeAdd some comments describing the various kinds of magic...
2004-06-29  Tom HughesMake VPATH builds work so that valgrind can be built...
2004-06-28  Tom HughesRemove the .in_place directory on a make distclean.
2004-06-28  Tom HughesFixed typo in makefile.
2004-06-27  Tom HughesBumped the core interface major version number to refle...
2004-06-27  Tom HughesRemoved all uses of nested functions as they only work...
2004-06-27  Tom HughesRemoved duplicate call to rw_remap.
2004-06-27  Tom HughesCommit the patch from bug 69508 that seeks to make...
2004-06-27  Nicholas Nethercotetypo
2004-06-27  Nicholas NethercotePrinting slightly more informative message when mmap...
2004-06-27  Nicholas NethercoteChanged (client-heap-size : client-map-seg-size) ratio...
2004-06-27  Julian SewardRedo IR data structures using tagged unions.
2004-06-27  Julian SewardMove some stuff from linker.c to dispatch.c.
2004-06-27  Julian SewardRe-home.
2004-06-27  Julian SewardMove to a new home.
2004-06-27  Julian SewardConvert to tagged unions.
2004-06-26  Julian SewardAdd basic storage management.
2004-06-26  Julian SewardGet rid of Haskell stuff
2004-06-26  Julian SewardReinstate top-level C control.
2004-06-26  Julian SewardDeleted.
2004-06-26  Julian SewardDeleted.
next