]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2005-02-07  Julian SewardSuppress another warning.
2005-02-07  Julian SewardTypechecker police (a big commit, but all harmless).
2005-02-07  Julian SewardTypechecker police. There are a couple of unresolved...
2005-02-07  Julian SewardTypechecker police
2005-02-07  Julian SewardMake iropt.c compile cleanly with icc in paranoid mode...
2005-02-07  Julian SewardMore 32-bit build cleanups.
2005-02-07  Julian SewardGet a clean(er) build on amd64. Also a couple of amd64...
2005-02-07  Julian SewardDefine ULong_to_Ptr / Ptr_to_ULong to help clean up...
2005-02-06  Julian SewardMake --wait-for-gdb sort-of usable on amd64. I don...
2005-02-05  Julian SewardFix enough stuff so it will start up and run for a...
2005-02-05  Julian SewardA few more bits and pieces of amd64 instruction support.
2005-02-05  Julian SewardFix amd64 assembly for presumably newer binutils.
2005-02-05  Julian SewardFill in many amd64 assembler cases.
2005-02-05  Julian SewardEven more startup paranoia.
2005-02-05  Julian SewardAdd missing commas.
2005-02-05  Cerion Armour... Small correction to getReg_CR()
2005-02-05  Cerion Armour... Cleaned up thunk functions.
2005-02-05  Julian SewardFill in some more amd64 assembler cases.
2005-02-04  Julian SewardAllow easy switching of guest-host arch pairs using...
2005-02-04  Julian SewardA couple of debugging hacks to allow work to proceed...
2005-02-04  Julian SewardMake a start on the amd64 assembler. Bleh.
2005-02-04  Julian Seward'movabsq' instruction definitions.
2005-02-04  Julian SewardFix bogus assertion. (How long has that been there?)
2005-02-04  Julian SewardA few more amd64 isel cases.
2005-02-04  Cerion Armour... Yay! return.orig gets totally chomped!
2005-02-04  Cerion Armour... Support host-ppc32...
2005-02-04  Cerion Armour... Get the PPC32 back-end show on the road.
2005-02-04  Cerion Armour... Represent floats in guest_ppc32
2005-02-04  Cerion Armour... Fixed 'branch op to read pc', plus cleaned up a little
2005-02-04  Julian SewardA simpler .orig file, which (1) has no Altivec insns...
2005-02-04  Julian SewardFix many instruction selection cases, including functio...
2005-02-04  Julian SewardRecord some shortcomings (comment-only change).
2005-02-04  Julian SewardFix wrong comment.
2005-02-03  Cerion Armour... Reworked dis_branch to be somewhat simpler (optimiser...
2005-02-03  Cerion Armour... Using new IR div ops
2005-02-03  Cerion Armour... Added new ir ops Iop_DivU32, Iop_DivS32
2005-02-03  Cerion Armour... tiny correction to guest-arm branch op
2005-02-03  Cerion Armour... Undoing mistaken commit of r825.
2005-02-03  Cerion Armour... tiny correction to guest-arm branch
2005-02-03  Cerion Armour... Fixed nand, and added pass-through for a couple of...
2005-02-03  Cerion Armour... - Added lots of printfs on decode failures.
2005-02-03  Julian SewardFix enough stuff so that the first bb goes through...
2005-02-03  Julian SewardMake the guest-state-size 64-bit aligned, else some...
2005-02-03  Julian SewardFix out-of-date comment.
2005-02-02  Julian SewardMake the x86 back end happy to chew through IR from...
2005-02-02  Cerion Armour... Lots of cleanup
2005-02-02  Julian SewardDo a bunch more basic integer instruction selection...
2005-02-02  Julian SewardIt seems we never generate x86 rotate insns, so get...
2005-02-02  Julian SewardMy first AMD64 instruction. Ga. Goo. (etc)
2005-02-02  Julian SewardRemove trivial CSE.
2005-02-01  Cerion Armour... a lonely eqv op...
2005-02-01  Cerion Armour... Cleaned up clean-helper functions
2005-02-01  Julian SewardDeal with undecodable instructions by generating code...
2005-02-01  Julian SewardGet the AMD64 back-end show on the road.
2005-02-01  Julian SewardFix comment error.
2005-02-01  Cerion Armour... Still more ops...
2005-02-01  Julian SewardGet rid of debug printing.
2005-02-01  Julian SewardFix misc naming things (unimportant)
2005-02-01  Julian SewardAdd files in priv/host-amd64 to build system
2005-02-01  Cerion Armour... More ops....
2005-02-01  Julian SewardFiles for amd64 back end.
2005-02-01  Julian SewardNew directory.
2005-02-01  Julian SewardPowerPC-32 has at at least two variant (with and withou...
2005-02-01  Julian SewardTypechecker (icc) police.
2005-01-31  Julian SewardFlee from relentless persecution by icc's typechecker :-)
2005-01-31  Julian SewardFix various minor things found by auto-test
2005-01-31  Julian SewardAutotest dregs
2005-01-31  Julian SewardWibble
2005-01-31  Cerion Armour... some stores and loads
2005-01-31  Julian SewardSync with test2.orig
2005-01-31  Julian SewardAdd enough cases to handle all of orig_amd64/test2...
2005-01-31  Julian SewardAdd two new primops needed by the amd64 front end.
2005-01-31  Julian SewardMake parseable by test_main
2005-01-31  Cerion Armour... done int rotates
2005-01-31  Cerion Armour... filled out more ops (mostly arith + logic), plus cleane...
2005-01-31  Cerion Armour... Added framework for mem sync, processor control, and...
2005-01-31  Cerion Armour... set client-request magic sequence in toIR.c
2005-01-31  Cerion Armour... Added framework for rotates, shifts, loads, stores...
2005-01-31  Cerion Armour... Set comments and naming convention of bitfields back...
2005-01-31  Cerion Armour... Added store instr groundwork
2005-01-30  Julian SewardMore stuff for automated testing of the fledgling amd64...
2005-01-30  Julian SewardAdd usage instructions
2005-01-30  Julian SewardProgram to assist in automated verification of the...
2005-01-30  Julian SewardSync with test1.orig
2005-01-30  Julian SewardHalf-hearted attempt to make instruction disassembly...
2005-01-30  Julian SewardFix somewhat dubious-look parentheses (I'm sure it...
2005-01-30  Cerion Armour... Remove endian-hack (proper solution by j, rev776)
2005-01-30  Julian SewardFish ppc32 instruction words out of memory bigendianly...
2005-01-30  Cerion Armour... Okayyyyy, I'm a twit.
2005-01-29  Cerion Armour... - Set up proper support for PPC32 archictecture
2005-01-29  Julian SewardBaseline inputs for test1.orig.
2005-01-29  Julian SewardGive it a sensible name.
2005-01-29  Cerion Armour... Added dis_int_cmp, dis_int_logic functions
2005-01-29  Julian Sewardmore insns: rotates, shifts, setcc, sub, xor, nop
2005-01-29  Julian Sewardwibble
2005-01-29  Julian SewardMore fiddling with flags.
2005-01-28  Julian SewardBuild fixes for icc in ultra-paranoid mode. This may...
2005-01-28  Cerion Armour... Ahem: PPC_FLAGS -> PPC32G_FLAGS
2005-01-28  Cerion Armour... - Added ops enum for xer ov,ca flag calculation
2005-01-28  Julian Sewardmore insns: push, pop, not, neg.
next