| 2004-12-03 |
Julian Seward | Mucho messing around with x86 FP/SSE rounding modes... |
commit | commitdiff | tree | snapshot |
| 2004-12-03 |
Cerion Armour... | cleaned up dis_mov & dis_shift_lsl, and made a stab... |
commit | commitdiff | tree | snapshot |
| 2004-12-03 |
Julian Seward | Try to reduce the number of warnings gcc gives. |
commit | commitdiff | tree | snapshot |
| 2004-12-03 |
Cerion Armour... | trying to get shift_lsl to work + cleaned up a little |
commit | commitdiff | tree | snapshot |
| 2004-12-02 |
Julian Seward | Add another comment and actually complete the commit... |
commit | commitdiff | tree | snapshot |
| 2004-12-02 |
Julian Seward | Try to answer a few q |
commit | commitdiff | tree | snapshot |
| 2004-12-02 |
Cerion Armour... | Ceri's first attempts at figuring out what the heck... |
commit | commitdiff | tree | snapshot |
| 2004-12-02 |
Julian Seward | x86 guest/host: do SSE comiss instruction |
commit | commitdiff | tree | snapshot |
| 2004-12-02 |
Julian Seward | x86 guest/host: do SSE comparisons. |
commit | commitdiff | tree | snapshot |
| 2004-12-01 |
Julian Seward | x86 host: make a start on SSE code generation. |
commit | commitdiff | tree | snapshot |
| 2004-12-01 |
Nicholas Nethercote | Changed message at the top of files, and the startup... |
commit | commitdiff | tree | snapshot |
| 2004-12-01 |
Nicholas Nethercote | Added a short document explaining the directory structu... |
commit | commitdiff | tree | snapshot |
| 2004-12-01 |
Nicholas Nethercote | Added a short doc listing places that I know or suspect... |
commit | commitdiff | tree | snapshot |
| 2004-12-01 |
Julian Seward | In the back end, rename the register classes (in enum... |
commit | commitdiff | tree | snapshot |
| 2004-12-01 |
Nicholas Nethercote | Comment change only. |
commit | commitdiff | tree | snapshot |
| 2004-12-01 |
Nicholas Nethercote | 64-bit cleanness: don't assume 32 bits in MAC_Chunk. |
commit | commitdiff | tree | snapshot |
| 2004-12-01 |
Nicholas Nethercote | Updated docs with all the changes that I'm aware of... |
commit | commitdiff | tree | snapshot |
| 2004-11-30 |
Nicholas Nethercote | Un-hardwired x86 as the insn set to be translated.... |
commit | commitdiff | tree | snapshot |
| 2004-11-30 |
Nicholas Nethercote | Implemented the dispatch loop for AMD64. Works at... |
commit | commitdiff | tree | snapshot |
| 2004-11-30 |
Nicholas Nethercote | Added a short document about how to port to a new arch... |
commit | commitdiff | tree | snapshot |
| 2004-11-30 |
Julian Seward | New debugging flag --trace-notbelow=<number>, to stop... |
commit | commitdiff | tree | snapshot |
| 2004-11-30 |
Julian Seward | Make a start on SSE for x86 guest. |
commit | commitdiff | tree | snapshot |
| 2004-11-30 |
Nicholas Nethercote | Streamlined and consistified alignment checking. |
commit | commitdiff | tree | snapshot |
| 2004-11-30 |
Nicholas Nethercote | Move VG_(have_ssestate) out of core and into coregrind... |
commit | commitdiff | tree | snapshot |
| 2004-11-30 |
Nicholas Nethercote | More AMD64 start-up hurdles: |
commit | commitdiff | tree | snapshot |
| 2004-11-30 |
Nicholas Nethercote | Clear a few more AMD64 start-up hurdles: |
commit | commitdiff | tree | snapshot |
| 2004-11-30 |
Nicholas Nethercote | Added AMD64 skeleton, just defining LibVEX_GuestAMD64_i... |
commit | commitdiff | tree | snapshot |
| 2004-11-30 |
Nicholas Nethercote | Clear next AMD64 startup hurdle. Required copying... |
commit | commitdiff | tree | snapshot |
| 2004-11-30 |
Nicholas Nethercote | Whoops, must edit tool.h.base, not tool.h. |
commit | commitdiff | tree | snapshot |
| 2004-11-30 |
Nicholas Nethercote | Another todo item. |
commit | commitdiff | tree | snapshot |
| 2004-11-30 |
Nicholas Nethercote | Another todo item. |
commit | commitdiff | tree | snapshot |
| 2004-11-30 |
Nicholas Nethercote | Updated todo list. |
commit | commitdiff | tree | snapshot |
| 2004-11-30 |
Nicholas Nethercote | Fix PS/PDF generation somewhat; the Makefile syntax... |
commit | commitdiff | tree | snapshot |
| 2004-11-30 |
Julian Seward | Loop unroller: do not unroll loops in which the conditi... |
commit | commitdiff | tree | snapshot |
| 2004-11-30 |
Julian Seward | Add -Wmissing-prototypes as a flag. |
commit | commitdiff | tree | snapshot |
| 2004-11-30 |
Nicholas Nethercote | 64-bit cleanness: fix nasty bug... in the memory alloca... |
commit | commitdiff | tree | snapshot |
| 2004-11-30 |
Nicholas Nethercote | Formatting change only. |
commit | commitdiff | tree | snapshot |
| 2004-11-30 |
Julian Seward | guest x86: fix x87 FP rounding modes enough so that |
commit | commitdiff | tree | snapshot |
| 2004-11-30 |
Julian Seward | guest x87: Add enough x87 FP gunk to get through |
commit | commitdiff | tree | snapshot |
| 2004-11-30 |
Nicholas Nethercote | Get AMD64 slightly further before dying: |
commit | commitdiff | tree | snapshot |
| 2004-11-30 |
Nicholas Nethercote | Make Valgrind's AMD64 and ARM ports compile again. |
commit | commitdiff | tree | snapshot |
| 2004-11-30 |
Julian Seward | Comment-only change. |
commit | commitdiff | tree | snapshot |
| 2004-11-30 |
Nicholas Nethercote | Minor docs building fix. |
commit | commitdiff | tree | snapshot |
| 2004-11-30 |
Nicholas Nethercote | Overhauled the docs. Removed all the HTML files, put... |
commit | commitdiff | tree | snapshot |
| 2004-11-29 |
Julian Seward | Create a new mechanism: "emulation warnings", which... |
commit | commitdiff | tree | snapshot |
| 2004-11-29 |
Julian Seward | Handle emulation-warnings emitted by Vex-generated... |
commit | commitdiff | tree | snapshot |
| 2004-11-29 |
Julian Seward | Fix comment. |
commit | commitdiff | tree | snapshot |
| 2004-11-29 |
Julian Seward | Remove Marie-Celeste declarations. |
commit | commitdiff | tree | snapshot |
| 2004-11-29 |
Nicholas Nethercote | Implemented jmp_with_stack for AMD64. Cleaned up the |
commit | commitdiff | tree | snapshot |
| 2004-11-29 |
Nicholas Nethercote | Remove some ancient comments. |
commit | commitdiff | tree | snapshot |
| 2004-11-29 |
Nicholas Nethercote | 64-bit cleanness: make VG_(do_syscall)() return a Word... |
commit | commitdiff | tree | snapshot |
| 2004-11-29 |
Nicholas Nethercote | comment only |
commit | commitdiff | tree | snapshot |
| 2004-11-29 |
Nicholas Nethercote | Added the skeleton of the AMD64 syscall table, all... |
commit | commitdiff | tree | snapshot |
| 2004-11-29 |
Nicholas Nethercote | Avoid compile warnings. |
commit | commitdiff | tree | snapshot |
| 2004-11-29 |
Nicholas Nethercote | Gave VG_(do_syscall)() a more specific prototype: |
commit | commitdiff | tree | snapshot |
| 2004-11-29 |
Nicholas Nethercote | Fix reg test. |
commit | commitdiff | tree | snapshot |
| 2004-11-29 |
Nicholas Nethercote | very minor tweaks |
commit | commitdiff | tree | snapshot |
| 2004-11-29 |
Nicholas Nethercote | Minor 64-bit cleanups, mostly comments. |
commit | commitdiff | tree | snapshot |
| 2004-11-29 |
Nicholas Nethercote | Fix minor ARM breakage caused by the AMD64 commit. |
commit | commitdiff | tree | snapshot |
| 2004-11-29 |
Nicholas Nethercote | Remove string "panic_msg_ebp" from x86/dispatch.S and... |
commit | commitdiff | tree | snapshot |
| 2004-11-29 |
Nicholas Nethercote | Fix post-amd64-commit x86 breakage: |
commit | commitdiff | tree | snapshot |
| 2004-11-29 |
Nicholas Nethercote | Added beginnings of an AMD64 port, so lots of new files... |
commit | commitdiff | tree | snapshot |
| 2004-11-28 |
Julian Seward | Get rid of various old flags and constants. |
commit | commitdiff | tree | snapshot |
| 2004-11-28 |
Julian Seward | Get rid of all vestiges of translation-chaining, and... |
commit | commitdiff | tree | snapshot |
| 2004-11-28 |
Julian Seward | Increase stated average translation size, at least... |
commit | commitdiff | tree | snapshot |
| 2004-11-28 |
Nicholas Nethercote | Added %rip to the AMD64 guest state. |
commit | commitdiff | tree | snapshot |
| 2004-11-28 |
Julian Seward | Build fixes for gcc-2.95. |
commit | commitdiff | tree | snapshot |
| 2004-11-28 |
Julian Seward | Rewrite ensure_valgrind() in a slightly less stupid... |
commit | commitdiff | tree | snapshot |
| 2004-11-28 |
Julian Seward | Comment-only update. |
commit | commitdiff | tree | snapshot |
| 2004-11-27 |
Nicholas Nethercote | Make ARM build again. |
commit | commitdiff | tree | snapshot |
| 2004-11-27 |
Nicholas Nethercote | Use better syscall argument names for two wrappers... |
commit | commitdiff | tree | snapshot |
| 2004-11-27 |
Nicholas Nethercote | Introduced build variables VG_ARCH_ALL, VG_OS_ALL,... |
commit | commitdiff | tree | snapshot |
| 2004-11-27 |
Nicholas Nethercote | Moved some duplicated macros out of arch/OS/platform... |
commit | commitdiff | tree | snapshot |
| 2004-11-27 |
Nicholas Nethercote | Nuke some defunct constants. |
commit | commitdiff | tree | snapshot |
| 2004-11-27 |
Nicholas Nethercote | Factored out some stuff duplicated across all archs... |
commit | commitdiff | tree | snapshot |
| 2004-11-27 |
Nicholas Nethercote | Moved the variable VGOFF_(m_eip) from x86, and moved... |
commit | commitdiff | tree | snapshot |
| 2004-11-27 |
Nicholas Nethercote | Fix a couple of minor ARM things -- frame pointer is... |
commit | commitdiff | tree | snapshot |
| 2004-11-27 |
Nicholas Nethercote | Rename $VG_ARCH/signal.c and $VG_ARCH/signals.c, to... |
commit | commitdiff | tree | snapshot |
| 2004-11-26 |
Nicholas Nethercote | Added beginnings of an ARM port, to the point where... |
commit | commitdiff | tree | snapshot |
| 2004-11-26 |
Julian Seward | x86g_dirtyhelper_CPUID: Claim to be a P55C (Intel Penti... |
commit | commitdiff | tree | snapshot |
| 2004-11-26 |
Julian Seward | When doing pessimistic lazy propagation through a dirty... |
commit | commitdiff | tree | snapshot |
| 2004-11-26 |
Julian Seward | x86 guest: finish off MMX instructions. Blargh. |
commit | commitdiff | tree | snapshot |
| 2004-11-26 |
Nicholas Nethercote | Simplified the way Cachegrind configures the caches... |
commit | commitdiff | tree | snapshot |
| 2004-11-26 |
Julian Seward | x86 guest: implement fsave/frstor instructions |
commit | commitdiff | tree | snapshot |
| 2004-11-26 |
Julian Seward | More debug printing for redirections (disabled). |
commit | commitdiff | tree | snapshot |
| 2004-11-26 |
Julian Seward | When creating a child, copy the parent's .vex/.vex_shad... |
commit | commitdiff | tree | snapshot |
| 2004-11-26 |
Nicholas Nethercote | Disable core dumps, and remove the previous attempts... |
commit | commitdiff | tree | snapshot |
| 2004-11-26 |
Julian Seward | When VEX bombs, exit in a more understandable way. |
commit | commitdiff | tree | snapshot |
| 2004-11-26 |
Julian Seward | Move declarations of some thread-return-code values... |
commit | commitdiff | tree | snapshot |
| 2004-11-26 |
Julian Seward | Make VEX define the special thread-return-code values... |
commit | commitdiff | tree | snapshot |
| 2004-11-26 |
Julian Seward | Handle Ijk_Yield properly. This fixes V regtest "none... |
commit | commitdiff | tree | snapshot |
| 2004-11-26 |
Nicholas Nethercote | Fix this test. |
commit | commitdiff | tree | snapshot |
| 2004-11-26 |
Nicholas Nethercote | Rename arch_thread_aux_t --> ThreadArchAux, to match... |
commit | commitdiff | tree | snapshot |
| 2004-11-26 |
Julian Seward | Second (failed) attempt to get cmdline2 to work right. |
commit | commitdiff | tree | snapshot |
| 2004-11-26 |
Julian Seward | Implement "rep nop" (P4 pause). |
commit | commitdiff | tree | snapshot |
| 2004-11-26 |
Julian Seward | Update expected output. |
commit | commitdiff | tree | snapshot |
| 2004-11-26 |
Julian Seward | Fix overly-restrictive assertion causing many threaded... |
commit | commitdiff | tree | snapshot |
| 2004-11-26 |
Nicholas Nethercote | Reinstated Helgrind and Cachegrind; at least, they... |
commit | commitdiff | tree | snapshot |
| 2004-11-26 |
Nicholas Nethercote | Do some final "sk_" --> "tl_" changes that I missed... |
commit | commitdiff | tree | snapshot |
| 2004-11-26 |
Nicholas Nethercote | Forgot to remove this line when I removed the x86-speci... |
commit | commitdiff | tree | snapshot |
| next |