]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2005-01-28  Julian SewardMore fixes.
2005-01-28  Julian Sewardmore insns: unsigned widening moves (MOVZ..)
2005-01-28  Julian SewardFix various "bugs" in this input.
2005-01-28  Julian SewardMore instructions: moves, and conditional jumps.
2005-01-28  Julian SewardChange a couple of panics into decode failures, which...
2005-01-28  Julian SewardMess around a bit with icc's (jolly useful) collection of
2005-01-28  Julian SewardFix various type inconsistencies picked up by icc runni...
2005-01-28  Julian SewardDo more insns: inc idiv imul
2005-01-27  Cerion Armour... Cleaned up and filled out:
2005-01-27  Julian Sewardamd64 front end marches ever onwards.
2005-01-27  Julian SewardHack on through the undergrowth. Still a long way...
2005-01-27  Julian SewardAdd a folding rule for a very common idiom of the amd64...
2005-01-27  Julian SewardSync with ./Makefile changes
2005-01-26  Julian SewardFix spelling error in error msg. Duh.
2005-01-26  Julian SewardTry and get the amd64 address mode mess sorted out...
2005-01-26  Julian SewardVerify that the x86 address mode decoder is really...
2005-01-25  Cerion Armour... changed all occurences of ppc to ppc32 (filenames and...
2005-01-25  Cerion Armour... oops, more cpustate stuff
2005-01-25  Cerion Armour... updated cpustate
2005-01-25  Julian SewardMucho baseline hacking to get amd64 front end to work...
2005-01-25  Julian SewardDon't do anything special with "rep nop". The former...
2005-01-25  Cerion Armour... Initial file setup for guest-ppc
2005-01-24  Julian SewardTest hackery for chasing across conditional branches...
2005-01-24  Julian SewardThis commit does multiple things (bad, I know):
2005-01-24  Julian SewardIncrease the number of top-bbs in a profile to a useful...
2005-01-23  Julian SewardMore tuning of the eflags machinery.
2005-01-22  Julian SewardAnother speedup case resulting from profiled runs of...
2005-01-22  Julian SewardParanoia in enum.
2005-01-21  Julian SewardAdd more gcc paranoia flags in Makefile, and fix a...
2005-01-21  Julian SewardFix various compilation warnings emitted by icc, mostly...
2005-01-21  Julian SewardBring this up to date.
2005-01-21  Julian SewardFirst pass at doing amd64 address mode decoding.
2005-01-21  Julian SewardLots of grunge for dealing with amd64 integer registers.
2005-01-20  Julian SewardAdd stub definitions for amd64 front end functions.
2005-01-20  Julian SewardAdd a dummy AMD64 front end, as a completely commented...
2005-01-20  Julian SewardFix comment.
2005-01-20  Julian SewardProgram for making bootstrap .orig files from 'as ...
2005-01-20  Julian SewardPut a ret (0xC3) after each insn, to keep the decoder...
2005-01-20  Julian SewardA bunch of insns to get the amd64 front end hackery...
2005-01-20  Julian SewardNew directory, for messing with the amd64 front end.
2005-01-20  Julian SewardBasic Block Profiler Roolz OK !
2005-01-20  Julian SewardFix performance hole exposed by profiling gzip.
2005-01-20  Julian SewardReinstate "cmps" (without rep). gzip seems to require it.
2005-01-20  Julian SewardFirst fruits from using new bb profiler: improve handli...
2005-01-19  Julian SewardAMD64 build fixes.
2005-01-19  Julian SewardComplete rewrite (I think this is the 4th incarnation...
2005-01-19  Julian SewardProper support for translation cache management: when...
2005-01-18  Cerion Armour... fixed shift_immed & branch
2005-01-17  Julian SewardTrack VEX API changes introduced in Vex rev 718.
2005-01-17  Julian SewardRename some functions and types in the top level interf...
2005-01-15  Julian SewardAlso test 64-bit add/sub insns (paddq/psubq), although...
2005-01-15  Julian SewardHandle Add64/Sub64 (naively).
2005-01-15  Julian SewardInstruction selection/emission for Add64 and Sub64.
2005-01-13  Julian SewardAdd support for 64-bit SIMD primops.
2005-01-13  Julian SewardAdd new IR primops: Iop_CmpNEZ8x8, Iop_CmpNEZ16x4,...
2005-01-13  Julian SewardFix typos in comment.
2005-01-13  Julian SewardComment-only change: record code generation conventions and
2005-01-13  Julian SewardOn x86 host and guest, re-implement the way MMX instruc...
2005-01-12  Julian SewardAdd some starting-off material for PPC32.
2005-01-12  Julian SewardRename ...
2005-01-12  Julian SewardFor holding 32-bit PPC originals.
2005-01-12  Julian SewardThis is no longer useful.
2005-01-11  Julian SewardHandle another PSLLDQ sub-case.
2005-01-11  Julian SewardRe-enable regression tests for PSLLDQ.
2005-01-11  Julian SewardUpdate some expected regtest outputs.
2005-01-11  Julian SewardImplement --log-file-exactly= for when the user wants...
2005-01-10  Julian SewardPartial implementation of pslldq (SSE2).
2005-01-10  Julian SewardAdd a new variant for --gen-suppressions: --gen-suppres...
2005-01-10  Julian SewardRun x86 host with FPU in 53-bit precision mode (non...
2005-01-10  Julian Sewardx86 floating point accuracy improvements. The aim...
2005-01-10  Julian SewardProgram to check values of x87 constants.
2005-01-08  Julian SewardProgram for investigating FP rounding error effects.
2005-01-08  Julian SewardObserve the memory fencing properties of CPUID.
2005-01-08  Julian SewardFix printing of various instructions when disassembling.
2005-01-07  Julian SewardFix some minor things to do with memory fences and...
2005-01-07  Julian SewardSSE2 fixes for mfence-ing.
2005-01-07  Julian SewardMachinery for investigation of LOCK prefixes.
2005-01-07  Julian SewardHandle IRStmt_MFence in the tools.
2005-01-07  Julian SewardAdd a trivial new IR construction: a memory fence state...
2005-01-06  Julian SewardMake the Quadrics Elan3 clone-hack be controllable...
2005-01-06  Julian SewardMake it a more effective test.
2005-01-06  Julian SewardDarn; fix stupid copy-n-paste bug introduced in previou...
2005-01-06  Julian Seward* x86 guest: fix bug in stmxcsr -- rounding mode field...
2005-01-06  Julian SewardImprove these test programs.
2005-01-06  Julian SewardTest program for x86 fxsave insn.
2005-01-05  Julian SewardAdd crude 'minidist' target (not yet entirely satisfact...
2005-01-05  Julian SewardRemove old CPUID stuff that wasn't being used.
2005-01-04  Julian SewardAppalling hack which may or may not help making Quadric...
2004-12-31  Julian SewardPush subarchitecture stuff through the x86 parts.
2004-12-31  Julian SewardError message cosmetics.
2004-12-31  Julian Sewardgcc-2.96 build fixes.
2004-12-31  Julian SewardC89 police (make buildable with gcc-2.96)
2004-12-31  Julian SewardNo longer try to build the attached Valgrind snapshots.
2004-12-31  Julian SewardFinishing installing PaulM's improved accuracy handling...
2004-12-31  Julian SewardMake --dump-error= work properly.
2004-12-30  Julian SewardUpdate the memcheck instrumenter embedded herein.
2004-12-30  Julian SewardRename some variables and types, to make it easier...
2004-12-30  Julian SewardRemove register preferencing mechanism; does not seem...
2004-12-29  Julian SewardIn iropt, try and call flatten_BB less. Enhance the...
2004-12-29  Julian SewardFix nonsensical assertion.
next