Age | Commit message (Expand) | Author |
2008-10-01 | ppc: fix crash in ppc system single step support | aurel32 |
2008-09-21 | Add concat_i32_i64 op. | pbrook |
2008-09-20 | Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings | blueswir1 |
2008-09-14 | ppc: Convert op_andi to TCG | aurel32 |
2008-09-14 | ppc: Convert ctr, lr moves to TCG | aurel32 |
2008-09-05 | ppc: Convert op_subf to TCG | aurel32 |
2008-09-05 | ppc: Convert op_add, op_addi to TCG | aurel32 |
2008-09-04 | ppc: replace op_set_FT0 with tcg_gen_movi_i64 | aurel32 |
2008-09-04 | ppc: Convert nip moves to TCG | aurel32 |
2008-09-04 | ppc: remove unused code | aurel32 |
2008-09-04 | ppc: Convert CRF moves to TCG | aurel32 |
2008-09-04 | ppc: fix fpr TCG registers creation | aurel32 |
2008-09-04 | ppc: Convert FPR moves to TCG | aurel32 |
2008-09-04 | ppc: Convert Altivec register moves to TCG | aurel32 |
2008-09-04 | ppc: cleanup register types | aurel32 |
2008-09-04 | ppc: Convert GPR moves to TCG | aurel32 |
2008-09-02 | [ppc] Convert op_moven_T2_T0 to TCG | aurel32 |
2008-09-02 | [ppc] Convert op_reset_T0, op_set_{T0, T1} to TCG | aurel32 |
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 |