Age | Commit message (Expand) | Author |
2008-11-03 | target-ppc: use the new rotr/rotri instructions | aurel32 |
2008-11-02 | target-ppc: use the new subfi wrapper | aurel32 |
2008-11-02 | target-ppc: simplify slw, srw, sld, srd | aurel32 |
2008-11-02 | target-ppc: be more consistent with temp variables naming | aurel32 |
2008-11-02 | target-ppc: fix srw on 64-bit targets | aurel32 |
2008-11-01 | target-ppc: optimize popcntb | 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-11-01 | target-ppc: xer access prototypes no more used & implemented | aurel32 |
2008-11-01 | target-ppc: fix XER accesses on 64-bit targets | aurel32 |
2008-10-27 | target-ppc: use consistent names for variables | aurel32 |
2008-10-27 | target-ppc: indentation fixes | aurel32 |
2008-10-27 | target-ppc: convert rotation instructions to TCG | aurel32 |
2008-10-24 | Fix typos in PPC TCG conversion. | pbrook |
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: use the new TCG logical operations | aurel32 |
2008-10-21 | target-ppc: Convert XER accesses to TCG | aurel32 |
2008-10-15 | PPC: fix dcbi instruction | aurel32 |
2008-10-15 | PPC: convert SPE logical instructions to TCG | aurel32 |
2008-10-15 | ppc: convert integer load/store to TCG | aurel32 |
2008-10-15 | target-ppc: fix a TCG local variable creation | aurel32 |
2008-10-15 | PPC: convert SPE effective address computation to TCG | aurel32 |
2008-10-14 | PPC: convert effective address computation to TCG | aurel32 |
2008-10-01 | ppc: fix crash in ppc system single step support | 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-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-30 | Fix some warnings that would be generated by gcc -Wredundant-decls | blueswir1 |
2008-08-28 | PPC: add support for TCG helpers | aurel32 |
2008-08-28 | PPC: Init TCG variables | aurel32 |