Age | Commit message (Expand) | Author |
2008-11-30 | target-ppc: convert PPC 440 instructions to TCG | aurel32 |
2008-11-30 | target-ppc: convert return from interrupt instructions to TCG | aurel32 |
2008-11-30 | target-ppc: convert external load/store instructions to TCG | aurel32 |
2008-11-30 | target-ppc: convert dcbz instruction to TCG | aurel32 |
2008-11-30 | target-ppc: convert wait instruction to TCG | aurel32 |
2008-11-30 | target-ppc: convert mfrom instruction to TCG | aurel32 |
2008-11-30 | target-ppc: remove dead code from op.c | aurel32 |
2008-11-30 | target-ppc: convert software TLB instructions to TCG | aurel32 |
2008-11-27 | target-ppc: convert SPE load/store to TCG | aurel32 |
2008-11-24 | target-ppc: convert trap instructions to TCG | aurel32 |
2008-11-23 | target-ppc: convert SPE FP ops to TCG | aurel32 |
2008-11-22 | target-ppc: convert exceptions generation to TCG | aurel32 |
2008-11-19 | target-ppc: convert fp ops to TCG | aurel32 |
2008-11-10 | target-ppc: convert most SPE integer instructions to TCG | aurel32 |
2008-11-01 | target-ppc: convert 405 MAC instructions to TCG | aurel32 |
2008-11-01 | target-ppc: convert arithmetic functions to TCG | aurel32 |
2008-10-27 | target-ppc: convert rotation instructions to TCG | aurel32 |
2008-10-21 | target-ppc: convert branch related instructions to TCG | aurel32 |
2008-10-21 | target-ppc: convert logical instructions to TCG | aurel32 |
2008-10-21 | target-ppc: convert crf related instructions to TCG | aurel32 |
2008-10-21 | target-ppc: Convert XER accesses to TCG | aurel32 |
2008-10-15 | PPC: convert SPE logical instructions to TCG | aurel32 |
2008-10-14 | PPC: convert effective address computation to TCG | aurel32 |
2008-10-01 | target-ppc: fix computation of XER.{CA, OV} in addme, subfme | aurel32 |
2008-10-01 | target-ppc: fix mullw/mullwo | aurel32 |
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: Convert CRF moves to TCG | aurel32 |
2008-09-04 | ppc: Convert FPR 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-08-24 | Revert commits 5082 and 5083 | aurel32 |
2008-08-24 | PPC: Switch a few instructions to TCG | aurel32 |
2008-04-07 | Revert revisions r4168 and r4169. That's work in progress, not ready for trun... | aurel32 |
2008-04-07 | Always enable precise emulation when softfloat is used | aurel32 |
2008-03-13 | Use float32/64 instead of float/double | aurel32 |
2008-02-01 | use the TCG code generator | bellard |
2007-11-16 | Always make PowerPC hypervisor mode memory accesses and instructions | j_mayer |
2007-11-12 | Allow use of SPE extension by all PowerPC targets, | j_mayer |
2007-11-12 | More PowerPC target -1 usage fixes (reservation address). | j_mayer |
2007-11-12 | Fix usage of the -1 constant in the PowerPC target code: | j_mayer |
2007-11-11 | Fix POWER abs & abso computation. | 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-10-31 | Fix CR ops with complement, thanks to Julian Seward for testing | j_mayer |