]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2004-12-29  Julian SewardOops. Track arch/subarch changes.
2004-12-29  Julian SewardSanity check re support for precise exceptions, resulti...
2004-12-29  Julian SewardLooks like major changes, but in fact are just rearrang...
2004-12-21  Julian SewardAdd support for subarchitectures. Currently ignored.
2004-12-21  Julian SewardAdd Valgrind-side support for subarchitecture descripti...
2004-12-20  Julian SewardDuh. Un-break specialisation of x86 guest helper funct...
2004-12-20  Julian SewardUn-break regtests (again)
2004-12-20  Julian SewardiselCondCode: better handling of a pattern frequently...
2004-12-20  Julian SewardFix autoversioning a bit more.
2004-12-20  Julian SewardUse new function LibVEX_Version.
2004-12-20  Julian SewardNew function LibVEX_Version, returning version string...
2004-12-20  Julian SewardMove the IR tree matcher into its own module to get...
2004-12-17  Cerion Armour... Skeleton work on host-arm/isel, plus some cleaning...
2004-12-17  Julian SewardUpdate version numbers by hand. Duh. ToDo: automatically
2004-12-17  Julian SewardDon't squawk about kludged RDTSC, and update list of...
2004-12-17  Julian SewardMake the insn_ tests work at least for the insns which...
2004-12-17  Julian SewardmkUifU: add missing case
2004-12-16  Cerion Armour... Cleaned up hdefs.h, fleshed out hdefs.c
2004-12-16  Cerion Armour... ahem - copy/paste comment error
2004-12-16  Cerion Armour... First stab at host arm instruction defs
2004-12-16  Julian Sewardconstant folder: try a bit harder to clean up memcheck...
2004-12-16  Julian SewardSpecial case for CmpNE64(x,0), which is frequently...
2004-12-16  Julian SewardMore needles in haystacks: pmovmskb (sse): pass args...
2004-12-16  Julian SewardDon't inadvertantly invert the D flag when doing pushfl...
2004-12-15  Julian SewardImplement pusha/popa.
2004-12-15  Julian Sewardorig_size can now legitimately be zero, if the first...
2004-12-15  Julian SewardMore SSE2 cases needed for gsl-1.5 regtests with icc...
2004-12-15  Julian SewardReinstate tests for psrldq.
2004-12-15  Cerion Armour... Added DIP()s everywhere, removed all the vex_printf()s
2004-12-15  Julian Sewardx86 guest: implement SSE1 movaps G -> E (stores)
2004-12-15  Julian Seward#if 0 some unused fns in an attempt to reduce the noise...
2004-12-15  Julian SewardGive different emulation warnings for setting of %mxcsr...
2004-12-15  Julian SewardMake suppression of large numbers of emulation warnings...
2004-12-15  Julian SewardFixes to get gsl-1.5 regressions to work with icc-8...
2004-12-14  Cerion Armour... fixed oldFlagC usage
2004-12-14  Julian SewardUpdated expected output.
2004-12-14  Julian SewardFix push/pop/load/store of segment registers.
2004-12-14  Julian SewardCommented-out get_current_tid() hack.
2004-12-14  Julian SewardUpdate, and thereby unbreak trivial regtest breakage.
2004-12-14  Julian SewardCrude mechanism to avoid flooding the user with emulati...
2004-12-14  Julian Seward* x86 host: make SSE spills/restores work
2004-12-14  Julian SewardHandle Iop_Sar16.
2004-12-13  Julian SewardBump startup notices around a bit.
2004-12-13  Julian SewardImprove redundant-PutI elimination a bit, so it is...
2004-12-13  Julian SewardEven more folding rules.
2004-12-13  Julian SewardDeal with LibVEX-supplied insn decode failures, and...
2004-12-13  Julian SewardMechanism for dealing with failures of instruction...
2004-12-13  Julian SewardMove x86-TLS specific stuff out of x86/state.c, back...
2004-12-13  Julian SewardSplit up the old x86 LDT/GDT handling stuff. Push...
2004-12-13  Julian Sewardx86 guest: simulate LDT/GDT enough that code using...
2004-12-13  Julian SewardFolding rule for Iop_64to32.
2004-12-12  Julian Sewardx86 guest/host: fix enough 128-bit vector stuff that...
2004-12-12  Julian SewardComplete enough 128-bit vector stuff in memcheck so...
2004-12-10  Julian Sewardx86 host: Stuff in support of memchecking of 64x2 vecto...
2004-12-10  Julian SewardSupport for 64x2 vector floating point.
2004-12-10  Julian SewardStuff to make Memcheck work with SSE1 instructions.
2004-12-10  Julian SewardStuff needed for Memcheck of SSE1 instructions.
2004-12-10  Cerion Armour... Dealt with more 'unpredictables' (all of them?)
2004-12-10  Julian SewardMore support for memchecking 128-bit SIMD code.
2004-12-10  Julian SewardBasics for 128-bit SIMD code.
2004-12-10  Julian SewardFix enough stuff so that x86 MMX tests work.
2004-12-10  Julian SewardFix enough stuff so that x86 floating point tests work...
2004-12-10  Julian SewardCosmetic-only change (mess with indentation)
2004-12-10  Cerion Armour... Dealt with undefined instr's properly
2004-12-10  Cerion Armour... added padding to VexGuestArmState
2004-12-10  Cerion Armour... Finished dis_branch, so we get IR code for a complete...
2004-12-10  Julian SewardFor now, disable test of: pmaddwd psadbw pslldq psrldq...
2004-12-10  Julian SewardFinish almost all SSE2 integer instructions. (!)
2004-12-09  Julian Sewardx86 host/guest: SSE2 integer shifts and subtracts
2004-12-09  Cerion Armour... Reworked dis_loadstore_mult(): load/store multiple
2004-12-09  Julian Sewardx86 guest/host: implement a whole bunch of SSE2 integer...
2004-12-09  Julian SewardIR level for support of 128 integer SIMD operations...
2004-12-08  Julian SewardDelete commented-out bits of the old UCode insn decoder.
2004-12-08  Julian Sewardx86 guest: finish SSE2 floating point insns.
2004-12-08  Julian Sewardx86 guest: another stack of SSE2 insns.
2004-12-07  Julian Sewardx86 guest: Implement a whole bunch of SSE2 instructions...
2004-12-07  Julian SewardRedundant-Get elimination: only do the substitution...
2004-12-07  Julian SewardCopy-n-paste 32x4 floating point stuff into 64x2 floati...
2004-12-06  Julian SewardFix segfaults caused by the impedance matches in sys_si...
2004-12-06  Julian Sewardx86 guest: Implement various insns:
2004-12-06  Julian SewardTests for x86 fldenv/fstenv; also fix error in frstor...
2004-12-06  Julian SewardEnsure VEX control parameters are sane.
2004-12-06  Julian SewardEnsure host CPU is in the state that VEX-generated...
2004-12-06  Julian SewardProgram for testing setting of MXCSR.
2004-12-06  Julian SewardUpdated expected output
2004-12-06  Julian SewardUse different register numbers in different register...
2004-12-06  Julian SewardFix bug exposed by improved insn_sse test.
2004-12-06  Julian SewardAnother test case, containing a lot of FP code, which...
2004-12-05  Julian SewardMove to new place.
2004-12-05  Julian SewardContains most fpu, mmx and sse1 insns.
2004-12-05  Julian SewardPlace for storing x86 original code files.
2004-12-05  Julian SewardMake small procedures to add/sub small amounts from...
2004-12-05  Julian SewardFinish SSE1 instructions! Finallyatlast.
2004-12-05  Julian SewardFix a load of confusion with SSE scalar float insns...
2004-12-05  Julian SewardEven more SSE insns.
2004-12-04  Julian Sewardx86 host/guest: even more SSE instructions
2004-12-04  Julian SewardRationalisation/cleanup of float to/from int conversion...
2004-12-04  Julian SewardSet host FPU mode to the default mode expected by VEX...
2004-12-04  Julian Sewardx86 guest/host: a whole bunch more SSE instructions.
2004-12-03  Julian SewardAdd a bunch of easy SSE insns.
next