]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2004-12-03  Julian SewardMucho messing around with x86 FP/SSE rounding modes...
2004-12-03  Cerion Armour... cleaned up dis_mov & dis_shift_lsl, and made a stab...
2004-12-03  Julian SewardTry to reduce the number of warnings gcc gives.
2004-12-03  Cerion Armour... trying to get shift_lsl to work + cleaned up a little
2004-12-02  Julian SewardAdd another comment and actually complete the commit...
2004-12-02  Julian SewardTry to answer a few q
2004-12-02  Cerion Armour... Ceri's first attempts at figuring out what the heck...
2004-12-02  Julian Sewardx86 guest/host: do SSE comiss instruction
2004-12-02  Julian Sewardx86 guest/host: do SSE comparisons.
2004-12-01  Julian Sewardx86 host: make a start on SSE code generation.
2004-12-01  Nicholas NethercoteChanged message at the top of files, and the startup...
2004-12-01  Nicholas NethercoteAdded a short document explaining the directory structu...
2004-12-01  Nicholas NethercoteAdded a short doc listing places that I know or suspect...
2004-12-01  Julian SewardIn the back end, rename the register classes (in enum...
2004-12-01  Nicholas NethercoteComment change only.
2004-12-01  Nicholas Nethercote64-bit cleanness: don't assume 32 bits in MAC_Chunk.
2004-12-01  Nicholas NethercoteUpdated docs with all the changes that I'm aware of...
2004-11-30  Nicholas NethercoteUn-hardwired x86 as the insn set to be translated....
2004-11-30  Nicholas NethercoteImplemented the dispatch loop for AMD64. Works at...
2004-11-30  Nicholas NethercoteAdded a short document about how to port to a new arch...
2004-11-30  Julian SewardNew debugging flag --trace-notbelow=<number>, to stop...
2004-11-30  Julian SewardMake a start on SSE for x86 guest.
2004-11-30  Nicholas NethercoteStreamlined and consistified alignment checking.
2004-11-30  Nicholas NethercoteMove VG_(have_ssestate) out of core and into coregrind...
2004-11-30  Nicholas NethercoteMore AMD64 start-up hurdles:
2004-11-30  Nicholas NethercoteClear a few more AMD64 start-up hurdles:
2004-11-30  Nicholas NethercoteAdded AMD64 skeleton, just defining LibVEX_GuestAMD64_i...
2004-11-30  Nicholas NethercoteClear next AMD64 startup hurdle. Required copying...
2004-11-30  Nicholas NethercoteWhoops, must edit tool.h.base, not tool.h.
2004-11-30  Nicholas NethercoteAnother todo item.
2004-11-30  Nicholas NethercoteAnother todo item.
2004-11-30  Nicholas NethercoteUpdated todo list.
2004-11-30  Nicholas NethercoteFix PS/PDF generation somewhat; the Makefile syntax...
2004-11-30  Julian SewardLoop unroller: do not unroll loops in which the conditi...
2004-11-30  Julian SewardAdd -Wmissing-prototypes as a flag.
2004-11-30  Nicholas Nethercote64-bit cleanness: fix nasty bug... in the memory alloca...
2004-11-30  Nicholas NethercoteFormatting change only.
2004-11-30  Julian Sewardguest x86: fix x87 FP rounding modes enough so that
2004-11-30  Julian Sewardguest x87: Add enough x87 FP gunk to get through
2004-11-30  Nicholas NethercoteGet AMD64 slightly further before dying:
2004-11-30  Nicholas NethercoteMake Valgrind's AMD64 and ARM ports compile again.
2004-11-30  Julian SewardComment-only change.
2004-11-30  Nicholas NethercoteMinor docs building fix.
2004-11-30  Nicholas NethercoteOverhauled the docs. Removed all the HTML files, put...
2004-11-29  Julian SewardCreate a new mechanism: "emulation warnings", which...
2004-11-29  Julian SewardHandle emulation-warnings emitted by Vex-generated...
2004-11-29  Julian SewardFix comment.
2004-11-29  Julian SewardRemove Marie-Celeste declarations.
2004-11-29  Nicholas NethercoteImplemented jmp_with_stack for AMD64. Cleaned up the
2004-11-29  Nicholas NethercoteRemove some ancient comments.
2004-11-29  Nicholas Nethercote64-bit cleanness: make VG_(do_syscall)() return a Word...
2004-11-29  Nicholas Nethercotecomment only
2004-11-29  Nicholas NethercoteAdded the skeleton of the AMD64 syscall table, all...
2004-11-29  Nicholas NethercoteAvoid compile warnings.
2004-11-29  Nicholas NethercoteGave VG_(do_syscall)() a more specific prototype:
2004-11-29  Nicholas NethercoteFix reg test.
2004-11-29  Nicholas Nethercotevery minor tweaks
2004-11-29  Nicholas NethercoteMinor 64-bit cleanups, mostly comments.
2004-11-29  Nicholas NethercoteFix minor ARM breakage caused by the AMD64 commit.
2004-11-29  Nicholas NethercoteRemove string "panic_msg_ebp" from x86/dispatch.S and...
2004-11-29  Nicholas NethercoteFix post-amd64-commit x86 breakage:
2004-11-29  Nicholas NethercoteAdded beginnings of an AMD64 port, so lots of new files...
2004-11-28  Julian SewardGet rid of various old flags and constants.
2004-11-28  Julian SewardGet rid of all vestiges of translation-chaining, and...
2004-11-28  Julian SewardIncrease stated average translation size, at least...
2004-11-28  Nicholas NethercoteAdded %rip to the AMD64 guest state.
2004-11-28  Julian SewardBuild fixes for gcc-2.95.
2004-11-28  Julian SewardRewrite ensure_valgrind() in a slightly less stupid...
2004-11-28  Julian SewardComment-only update.
2004-11-27  Nicholas NethercoteMake ARM build again.
2004-11-27  Nicholas NethercoteUse better syscall argument names for two wrappers...
2004-11-27  Nicholas NethercoteIntroduced build variables VG_ARCH_ALL, VG_OS_ALL,...
2004-11-27  Nicholas NethercoteMoved some duplicated macros out of arch/OS/platform...
2004-11-27  Nicholas NethercoteNuke some defunct constants.
2004-11-27  Nicholas NethercoteFactored out some stuff duplicated across all archs...
2004-11-27  Nicholas NethercoteMoved the variable VGOFF_(m_eip) from x86, and moved...
2004-11-27  Nicholas NethercoteFix a couple of minor ARM things -- frame pointer is...
2004-11-27  Nicholas NethercoteRename $VG_ARCH/signal.c and $VG_ARCH/signals.c, to...
2004-11-26  Nicholas NethercoteAdded beginnings of an ARM port, to the point where...
2004-11-26  Julian Sewardx86g_dirtyhelper_CPUID: Claim to be a P55C (Intel Penti...
2004-11-26  Julian SewardWhen doing pessimistic lazy propagation through a dirty...
2004-11-26  Julian Sewardx86 guest: finish off MMX instructions. Blargh.
2004-11-26  Nicholas NethercoteSimplified the way Cachegrind configures the caches...
2004-11-26  Julian Sewardx86 guest: implement fsave/frstor instructions
2004-11-26  Julian SewardMore debug printing for redirections (disabled).
2004-11-26  Julian SewardWhen creating a child, copy the parent's .vex/.vex_shad...
2004-11-26  Nicholas NethercoteDisable core dumps, and remove the previous attempts...
2004-11-26  Julian SewardWhen VEX bombs, exit in a more understandable way.
2004-11-26  Julian SewardMove declarations of some thread-return-code values...
2004-11-26  Julian SewardMake VEX define the special thread-return-code values...
2004-11-26  Julian SewardHandle Ijk_Yield properly. This fixes V regtest "none...
2004-11-26  Nicholas NethercoteFix this test.
2004-11-26  Nicholas NethercoteRename arch_thread_aux_t --> ThreadArchAux, to match...
2004-11-26  Julian SewardSecond (failed) attempt to get cmdline2 to work right.
2004-11-26  Julian SewardImplement "rep nop" (P4 pause).
2004-11-26  Julian SewardUpdate expected output.
2004-11-26  Julian SewardFix overly-restrictive assertion causing many threaded...
2004-11-26  Nicholas NethercoteReinstated Helgrind and Cachegrind; at least, they...
2004-11-26  Nicholas NethercoteDo some final "sk_" --> "tl_" changes that I missed...
2004-11-26  Nicholas NethercoteForgot to remove this line when I removed the x86-speci...
next