Age | Commit message (Expand) | Author |
2008-11-30 | target-ppc: convert lscbx instruction to TCG | aurel32 |
2008-11-30 | target-ppc: convert load/store string instructions to TCG | aurel32 |
2008-11-30 | target-ppc: convert icbi instruction to TCG | aurel32 |
2008-11-30 | target-ppc: convert dcbz instruction to TCG | aurel32 |
2008-11-30 | target-ppc: convert load/store multiple instructions to TCG | aurel32 |
2008-11-27 | target-ppc: convert POWER2 load/store instructions to TCG | aurel32 |
2008-03-13 | Use float32/64 instead of float/double | aurel32 |
2007-11-22 | Add new sane low-level memory accessors for PowerPC that do proper | j_mayer |
2007-10-26 | For consistency, align the address to the cache line before using it, | j_mayer |
2007-10-07 | PowerPC target optimisations: make intensive use of always_inline. | j_mayer |
2007-10-04 | More cache tuning fixes: | j_mayer |
2007-10-04 | Make PowerPC cache line size implementation dependant. | j_mayer |
2007-09-19 | More PowerPC target cleanups: | j_mayer |
2007-09-17 | Coding style fixes in PowerPC related code (no functional change): | j_mayer |
2007-03-18 | As icbi is not a priviledge instruction and is treated as a load by the MMU | j_mayer |
2007-03-17 | Make it safe to use 64 bits GPR and/or 64 bits host registers. | j_mayer |
2007-03-07 | Great PowerPC emulation code resynchronisation and improvments: | j_mayer |
2005-06-05 | added back loglevel test | bellard |
2005-06-04 | removed dynamic test of traces | bellard |
2005-04-23 | This patch adds little-endian mode support to PPC emulation. | bellard |
2005-01-03 | 64 bit target support | bellard |
2004-01-04 | suppressed explicit access type and use the exception routine to infer it fro... | bellard |
2004-01-04 | PowerPC system emulation (Jocelyn Mayer) - modified patch to use new TLB api | bellard |