| 2005-01-28 |
Julian Seward | More fixes. |
commit | commitdiff | tree | snapshot |
| 2005-01-28 |
Julian Seward | more insns: unsigned widening moves (MOVZ..) |
commit | commitdiff | tree | snapshot |
| 2005-01-28 |
Julian Seward | Fix various "bugs" in this input. |
commit | commitdiff | tree | snapshot |
| 2005-01-28 |
Julian Seward | More instructions: moves, and conditional jumps. |
commit | commitdiff | tree | snapshot |
| 2005-01-28 |
Julian Seward | Change a couple of panics into decode failures, which... |
commit | commitdiff | tree | snapshot |
| 2005-01-28 |
Julian Seward | Mess around a bit with icc's (jolly useful) collection of |
commit | commitdiff | tree | snapshot |
| 2005-01-28 |
Julian Seward | Fix various type inconsistencies picked up by icc runni... |
commit | commitdiff | tree | snapshot |
| 2005-01-28 |
Julian Seward | Do more insns: inc idiv imul |
commit | commitdiff | tree | snapshot |
| 2005-01-27 |
Cerion Armour... | Cleaned up and filled out: |
commit | commitdiff | tree | snapshot |
| 2005-01-27 |
Julian Seward | amd64 front end marches ever onwards. |
commit | commitdiff | tree | snapshot |
| 2005-01-27 |
Julian Seward | Hack on through the undergrowth. Still a long way... |
commit | commitdiff | tree | snapshot |
| 2005-01-27 |
Julian Seward | Add a folding rule for a very common idiom of the amd64... |
commit | commitdiff | tree | snapshot |
| 2005-01-27 |
Julian Seward | Sync with ./Makefile changes |
commit | commitdiff | tree | snapshot |
| 2005-01-26 |
Julian Seward | Fix spelling error in error msg. Duh. |
commit | commitdiff | tree | snapshot |
| 2005-01-26 |
Julian Seward | Try and get the amd64 address mode mess sorted out... |
commit | commitdiff | tree | snapshot |
| 2005-01-26 |
Julian Seward | Verify that the x86 address mode decoder is really... |
commit | commitdiff | tree | snapshot |
| 2005-01-25 |
Cerion Armour... | changed all occurences of ppc to ppc32 (filenames and... |
commit | commitdiff | tree | snapshot |
| 2005-01-25 |
Cerion Armour... | oops, more cpustate stuff |
commit | commitdiff | tree | snapshot |
| 2005-01-25 |
Cerion Armour... | updated cpustate |
commit | commitdiff | tree | snapshot |
| 2005-01-25 |
Julian Seward | Mucho baseline hacking to get amd64 front end to work... |
commit | commitdiff | tree | snapshot |
| 2005-01-25 |
Julian Seward | Don't do anything special with "rep nop". The former... |
commit | commitdiff | tree | snapshot |
| 2005-01-25 |
Cerion Armour... | Initial file setup for guest-ppc |
commit | commitdiff | tree | snapshot |
| 2005-01-24 |
Julian Seward | Test hackery for chasing across conditional branches... |
commit | commitdiff | tree | snapshot |
| 2005-01-24 |
Julian Seward | This commit does multiple things (bad, I know): |
commit | commitdiff | tree | snapshot |
| 2005-01-24 |
Julian Seward | Increase the number of top-bbs in a profile to a useful... |
commit | commitdiff | tree | snapshot |
| 2005-01-23 |
Julian Seward | More tuning of the eflags machinery. |
commit | commitdiff | tree | snapshot |
| 2005-01-22 |
Julian Seward | Another speedup case resulting from profiled runs of... |
commit | commitdiff | tree | snapshot |
| 2005-01-22 |
Julian Seward | Paranoia in enum. |
commit | commitdiff | tree | snapshot |
| 2005-01-21 |
Julian Seward | Add more gcc paranoia flags in Makefile, and fix a... |
commit | commitdiff | tree | snapshot |
| 2005-01-21 |
Julian Seward | Fix various compilation warnings emitted by icc, mostly... |
commit | commitdiff | tree | snapshot |
| 2005-01-21 |
Julian Seward | Bring this up to date. |
commit | commitdiff | tree | snapshot |
| 2005-01-21 |
Julian Seward | First pass at doing amd64 address mode decoding. |
commit | commitdiff | tree | snapshot |
| 2005-01-21 |
Julian Seward | Lots of grunge for dealing with amd64 integer registers. |
commit | commitdiff | tree | snapshot |
| 2005-01-20 |
Julian Seward | Add stub definitions for amd64 front end functions. |
commit | commitdiff | tree | snapshot |
| 2005-01-20 |
Julian Seward | Add a dummy AMD64 front end, as a completely commented... |
commit | commitdiff | tree | snapshot |
| 2005-01-20 |
Julian Seward | Fix comment. |
commit | commitdiff | tree | snapshot |
| 2005-01-20 |
Julian Seward | Program for making bootstrap .orig files from 'as ... |
commit | commitdiff | tree | snapshot |
| 2005-01-20 |
Julian Seward | Put a ret (0xC3) after each insn, to keep the decoder... |
commit | commitdiff | tree | snapshot |
| 2005-01-20 |
Julian Seward | A bunch of insns to get the amd64 front end hackery... |
commit | commitdiff | tree | snapshot |
| 2005-01-20 |
Julian Seward | New directory, for messing with the amd64 front end. |
commit | commitdiff | tree | snapshot |
| 2005-01-20 |
Julian Seward | Basic Block Profiler Roolz OK ! |
commit | commitdiff | tree | snapshot |
| 2005-01-20 |
Julian Seward | Fix performance hole exposed by profiling gzip. |
commit | commitdiff | tree | snapshot |
| 2005-01-20 |
Julian Seward | Reinstate "cmps" (without rep). gzip seems to require it. |
commit | commitdiff | tree | snapshot |
| 2005-01-20 |
Julian Seward | First fruits from using new bb profiler: improve handli... |
commit | commitdiff | tree | snapshot |
| 2005-01-19 |
Julian Seward | AMD64 build fixes. |
commit | commitdiff | tree | snapshot |
| 2005-01-19 |
Julian Seward | Complete rewrite (I think this is the 4th incarnation... |
commit | commitdiff | tree | snapshot |
| 2005-01-19 |
Julian Seward | Proper support for translation cache management: when... |
commit | commitdiff | tree | snapshot |
| 2005-01-18 |
Cerion Armour... | fixed shift_immed & branch |
commit | commitdiff | tree | snapshot |
| 2005-01-17 |
Julian Seward | Track VEX API changes introduced in Vex rev 718. |
commit | commitdiff | tree | snapshot |
| 2005-01-17 |
Julian Seward | Rename some functions and types in the top level interf... |
commit | commitdiff | tree | snapshot |
| 2005-01-15 |
Julian Seward | Also test 64-bit add/sub insns (paddq/psubq), although... |
commit | commitdiff | tree | snapshot |
| 2005-01-15 |
Julian Seward | Handle Add64/Sub64 (naively). |
commit | commitdiff | tree | snapshot |
| 2005-01-15 |
Julian Seward | Instruction selection/emission for Add64 and Sub64. |
commit | commitdiff | tree | snapshot |
| 2005-01-13 |
Julian Seward | Add support for 64-bit SIMD primops. |
commit | commitdiff | tree | snapshot |
| 2005-01-13 |
Julian Seward | Add new IR primops: Iop_CmpNEZ8x8, Iop_CmpNEZ16x4,... |
commit | commitdiff | tree | snapshot |
| 2005-01-13 |
Julian Seward | Fix typos in comment. |
commit | commitdiff | tree | snapshot |
| 2005-01-13 |
Julian Seward | Comment-only change: record code generation conventions and |
commit | commitdiff | tree | snapshot |
| 2005-01-13 |
Julian Seward | On x86 host and guest, re-implement the way MMX instruc... |
commit | commitdiff | tree | snapshot |
| 2005-01-12 |
Julian Seward | Add some starting-off material for PPC32. |
commit | commitdiff | tree | snapshot |
| 2005-01-12 |
Julian Seward | Rename ... |
commit | commitdiff | tree | snapshot |
| 2005-01-12 |
Julian Seward | For holding 32-bit PPC originals. |
commit | commitdiff | tree | snapshot |
| 2005-01-12 |
Julian Seward | This is no longer useful. |
commit | commitdiff | tree | snapshot |
| 2005-01-11 |
Julian Seward | Handle another PSLLDQ sub-case. |
commit | commitdiff | tree | snapshot |
| 2005-01-11 |
Julian Seward | Re-enable regression tests for PSLLDQ. |
commit | commitdiff | tree | snapshot |
| 2005-01-11 |
Julian Seward | Update some expected regtest outputs. |
commit | commitdiff | tree | snapshot |
| 2005-01-11 |
Julian Seward | Implement --log-file-exactly= for when the user wants... |
commit | commitdiff | tree | snapshot |
| 2005-01-10 |
Julian Seward | Partial implementation of pslldq (SSE2). |
commit | commitdiff | tree | snapshot |
| 2005-01-10 |
Julian Seward | Add a new variant for --gen-suppressions: --gen-suppres... |
commit | commitdiff | tree | snapshot |
| 2005-01-10 |
Julian Seward | Run x86 host with FPU in 53-bit precision mode (non... |
commit | commitdiff | tree | snapshot |
| 2005-01-10 |
Julian Seward | x86 floating point accuracy improvements. The aim... |
commit | commitdiff | tree | snapshot |
| 2005-01-10 |
Julian Seward | Program to check values of x87 constants. |
commit | commitdiff | tree | snapshot |
| 2005-01-08 |
Julian Seward | Program for investigating FP rounding error effects. |
commit | commitdiff | tree | snapshot |
| 2005-01-08 |
Julian Seward | Observe the memory fencing properties of CPUID. |
commit | commitdiff | tree | snapshot |
| 2005-01-08 |
Julian Seward | Fix printing of various instructions when disassembling. |
commit | commitdiff | tree | snapshot |
| 2005-01-07 |
Julian Seward | Fix some minor things to do with memory fences and... |
commit | commitdiff | tree | snapshot |
| 2005-01-07 |
Julian Seward | SSE2 fixes for mfence-ing. |
commit | commitdiff | tree | snapshot |
| 2005-01-07 |
Julian Seward | Machinery for investigation of LOCK prefixes. |
commit | commitdiff | tree | snapshot |
| 2005-01-07 |
Julian Seward | Handle IRStmt_MFence in the tools. |
commit | commitdiff | tree | snapshot |
| 2005-01-07 |
Julian Seward | Add a trivial new IR construction: a memory fence state... |
commit | commitdiff | tree | snapshot |
| 2005-01-06 |
Julian Seward | Make the Quadrics Elan3 clone-hack be controllable... |
commit | commitdiff | tree | snapshot |
| 2005-01-06 |
Julian Seward | Make it a more effective test. |
commit | commitdiff | tree | snapshot |
| 2005-01-06 |
Julian Seward | Darn; fix stupid copy-n-paste bug introduced in previou... |
commit | commitdiff | tree | snapshot |
| 2005-01-06 |
Julian Seward | * x86 guest: fix bug in stmxcsr -- rounding mode field... |
commit | commitdiff | tree | snapshot |
| 2005-01-06 |
Julian Seward | Improve these test programs. |
commit | commitdiff | tree | snapshot |
| 2005-01-06 |
Julian Seward | Test program for x86 fxsave insn. |
commit | commitdiff | tree | snapshot |
| 2005-01-05 |
Julian Seward | Add crude 'minidist' target (not yet entirely satisfact... |
commit | commitdiff | tree | snapshot |
| 2005-01-05 |
Julian Seward | Remove old CPUID stuff that wasn't being used. |
commit | commitdiff | tree | snapshot |
| 2005-01-04 |
Julian Seward | Appalling hack which may or may not help making Quadric... |
commit | commitdiff | tree | snapshot |
| 2004-12-31 |
Julian Seward | Push subarchitecture stuff through the x86 parts. |
commit | commitdiff | tree | snapshot |
| 2004-12-31 |
Julian Seward | Error message cosmetics. |
commit | commitdiff | tree | snapshot |
| 2004-12-31 |
Julian Seward | gcc-2.96 build fixes. |
commit | commitdiff | tree | snapshot |
| 2004-12-31 |
Julian Seward | C89 police (make buildable with gcc-2.96) |
commit | commitdiff | tree | snapshot |
| 2004-12-31 |
Julian Seward | No longer try to build the attached Valgrind snapshots. |
commit | commitdiff | tree | snapshot |
| 2004-12-31 |
Julian Seward | Finishing installing PaulM's improved accuracy handling... |
commit | commitdiff | tree | snapshot |
| 2004-12-31 |
Julian Seward | Make --dump-error= work properly. |
commit | commitdiff | tree | snapshot |
| 2004-12-30 |
Julian Seward | Update the memcheck instrumenter embedded herein. |
commit | commitdiff | tree | snapshot |
| 2004-12-30 |
Julian Seward | Rename some variables and types, to make it easier... |
commit | commitdiff | tree | snapshot |
| 2004-12-30 |
Julian Seward | Remove register preferencing mechanism; does not seem... |
commit | commitdiff | tree | snapshot |
| 2004-12-29 |
Julian Seward | In iropt, try and call flatten_BB less. Enhance the... |
commit | commitdiff | tree | snapshot |
| 2004-12-29 |
Julian Seward | Fix nonsensical assertion. |
commit | commitdiff | tree | snapshot |
| next |