Age | Commit message (Expand) | Author |
2008-09-02 | [ppc] Convert op_move_{T1,T2}_T0 to TCG | aurel32 |
2008-09-02 | [ppc] Convert gen_set_{T0,T1} to TCG | aurel32 |
2008-08-28 | PPC: add support for TCG helpers | aurel32 |
2008-08-28 | PPC: Init TCG variables | aurel32 |
2008-08-24 | Revert commits 5082 and 5083 | aurel32 |
2008-08-24 | PPC: Switch a few instructions to TCG | aurel32 |
2008-08-24 | PPC: Init TCG variables | aurel32 |
2008-08-13 | Fix encoding of efsctsiz (powerpc spe), by Tristan Gingold. | ths |
2008-07-18 | Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues. | ths |
2008-06-29 | Add missing static qualifiers. | pbrook |
2008-06-29 | Add instruction counter. | pbrook |
2008-06-18 | PPC: fix mtfsfi | aurel32 |
2008-06-03 | Spelling fixes, by Stefan Weil. | ths |
2008-05-10 | Fix broken PPC user space single stepping | aurel32 |
2008-05-05 | PPC: fix isel opcode decoding | aurel32 |
2008-04-28 | Factorize code in translate.c | aurel32 |
2008-04-11 | Remove osdep.c/qemu-img code duplication | aurel32 |
2008-02-01 | use the TCG code generator | bellard |
2007-11-24 | Fix incorrect debug prints (reported by Paul Brook). | j_mayer |
2007-11-22 | Add new sane low-level memory accessors for PowerPC that do proper | j_mayer |
2007-11-19 | PowerPC instruction fixes: | j_mayer |
2007-11-19 | Fix another collision in PowerPC instructions definitions. | j_mayer |
2007-11-17 | A little more granularity in PowerPC instructions definition is needed | j_mayer |
2007-11-17 | Fix collision in PowerPC instructions definitions. | j_mayer |
2007-11-16 | Always make PowerPC hypervisor mode memory accesses and instructions | j_mayer |
2007-11-14 | Fix invalid PowerPC 64 rldimi optimized case. | j_mayer |
2007-11-14 | Reorganize PowerPC instructions categories, add icbi separate case. | j_mayer |
2007-11-12 | PowerPC SPE extension fix: must always preserve GPR high bits when | j_mayer |
2007-11-12 | Allow use of SPE extension by all PowerPC targets, | j_mayer |
2007-11-12 | Fix usage of the -1 constant in the PowerPC target code: | j_mayer |
2007-11-11 | Optimize PowerPC overflow flag computation in most useful cases. | j_mayer |
2007-11-04 | PowerPC 601 need specific callbacks for its BATs setup. | j_mayer |
2007-11-04 | Improve PowerPC CPU state dump. | j_mayer |
2007-11-02 | Don't print any message when a priviledge exception occurs on mfpvr | j_mayer |
2007-10-31 | Fix CR ops with complement, thanks to Julian Seward for testing | j_mayer |
2007-10-28 | PowerPC coding style and inlining fixes. | j_mayer |
2007-10-27 | Fix PowerPC FPSCR update and floating-point exception generation | j_mayer |
2007-10-26 | Bugfix in PowerPC dcbi instruction: | j_mayer |
2007-10-26 | Pretty dump for specific PowerPC instructions names. | j_mayer |
2007-10-25 | Gprof prooved the PowerPC emulation spent too much time in MSR load and store | j_mayer |
2007-10-14 | Replace is_user variable with mmu_idx in softmmu core, | j_mayer |
2007-10-07 | Work-around C89 and/or "old" gcc unspecified behavior (#if in macro calls). | j_mayer |
2007-10-07 | Implement PowerPC Altivec load & stores, used by Apple firmware for memcpy. | j_mayer |
2007-10-07 | PowerPC target coding style fixes. | j_mayer |
2007-10-07 | PowerPC target optimisations: make intensive use of always_inline. | j_mayer |
2007-10-07 | Reorganize the CPUPPCState structure to group features. | j_mayer |
2007-10-07 | Add MSR bits signification per PowerPC implementation flags (to be continued). | j_mayer |
2007-10-05 | Full implementation of PowerPC 64 MMU, just missing support for 1 TB | j_mayer |
2007-10-04 | Make PowerPC cache line size implementation dependant. | j_mayer |
2007-10-02 | Code provision for hypervisor mode memory accesses. | j_mayer |