Age | Commit message (Expand) | Author | Files | Lines |
2008-10-24 | Fix typos in PPC TCG conversion. | pbrook | 1 | -2/+2 |
2008-10-21 | target-ppc: convert branch related instructions to TCG | aurel32 | 2 | -296/+63 |
2008-10-21 | target-ppc: convert logical instructions to TCG | aurel32 | 4 | -394/+248 |
2008-10-21 | target-ppc: convert crf related instructions to TCG | aurel32 | 5 | -383/+291 |
2008-10-21 | target-ppc: use the new TCG logical operations | aurel32 | 1 | -55/+10 |
2008-10-21 | target-ppc: Convert XER accesses to TCG | aurel32 | 7 | -212/+170 |
2008-10-15 | PPC: fix dcbi instruction | aurel32 | 1 | -0/+1 |
2008-10-15 | PPC: convert SPE logical instructions to TCG | aurel32 | 2 | -56/+70 |
2008-10-15 | ppc: convert integer load/store to TCG | aurel32 | 2 | -269/+413 |
2008-10-15 | target-ppc: fix a TCG local variable creation | aurel32 | 1 | -1/+1 |
2008-10-15 | PPC: convert SPE effective address computation to TCG | aurel32 | 1 | -10/+9 |
2008-10-14 | PPC: convert effective address computation to TCG | aurel32 | 4 | -116/+79 |
2008-10-01 | ppc: fix crash in ppc system single step support | aurel32 | 1 | -4/+0 |
2008-10-01 | target-ppc: fix computation of XER.{CA, OV} in addme, subfme | aurel32 | 2 | -18/+2 |
2008-10-01 | target-ppc: fix mullw/mullwo | aurel32 | 2 | -1/+5 |
2008-09-21 | Add concat_i32_i64 op. | pbrook | 1 | -6/+1 |
2008-09-20 | Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings | blueswir1 | 4 | -14/+14 |
2008-09-14 | ppc: Convert op_andi to TCG | aurel32 | 2 | -54/+11 |
2008-09-14 | ppc: Convert ctr, lr moves to TCG | aurel32 | 3 | -28/+12 |
2008-09-05 | ppc: Convert op_subf to TCG | aurel32 | 2 | -13/+10 |
2008-09-05 | ppc: Convert op_add, op_addi to TCG | aurel32 | 2 | -28/+19 |
2008-09-04 | ppc: replace op_set_FT0 with tcg_gen_movi_i64 | aurel32 | 2 | -11/+1 |
2008-09-04 | ppc: Convert nip moves to TCG | aurel32 | 2 | -38/+12 |
2008-09-04 | ppc: remove unused code | aurel32 | 1 | -28/+0 |
2008-09-04 | ppc: Convert CRF moves to TCG | aurel32 | 4 | -121/+34 |
2008-09-04 | ppc: fix fpr TCG registers creation | aurel32 | 1 | -0/+2 |
2008-09-04 | ppc: Convert FPR moves to TCG | aurel32 | 3 | -182/+65 |
2008-09-04 | ppc: Convert Altivec register moves to TCG | aurel32 | 2 | -53/+38 |
2008-09-04 | ppc: cleanup register types | aurel32 | 4 | -21/+21 |
2008-09-04 | ppc: Convert GPR moves to TCG | aurel32 | 3 | -454/+390 |
2008-09-02 | [ppc] Convert op_moven_T2_T0 to TCG | aurel32 | 2 | -13/+6 |
2008-09-02 | [ppc] Convert op_reset_T0, op_set_{T0, T1} to TCG | aurel32 | 2 | -59/+17 |
2008-09-02 | [ppc] Convert op_move_{T1,T2}_T0 to TCG | aurel32 | 2 | -31/+19 |
2008-09-02 | [ppc] Convert gen_set_{T0,T1} to TCG | aurel32 | 1 | -29/+9 |
2008-08-30 | Fix some warnings that would be generated by gcc -Wredundant-decls | blueswir1 | 1 | -2/+0 |
2008-08-28 | PPC: add support for TCG helpers | aurel32 | 2 | -0/+11 |
2008-08-28 | PPC: Init TCG variables | aurel32 | 1 | -1/+13 |
2008-08-24 | Revert commits 5082 and 5083 | aurel32 | 5 | -99/+131 |
2008-08-24 | PPC: Switch a few instructions to TCG | aurel32 | 5 | -130/+86 |
2008-08-24 | PPC: Init TCG variables | aurel32 | 1 | -1/+13 |
2008-08-13 | Fix encoding of efsctsiz (powerpc spe), by Tristan Gingold. | ths | 1 | -1/+2 |
2008-07-18 | Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues. | ths | 1 | -8/+7 |
2008-07-01 | Move interrupt_request and user_mode_only to common cpu state. | pbrook | 1 | -2/+0 |
2008-06-30 | Move CPU save/load registration to common code. | pbrook | 1 | -0/+2 |
2008-06-29 | Add missing static qualifiers. | pbrook | 1 | -1/+1 |
2008-06-29 | Add instruction counter. | pbrook | 3 | -1/+35 |
2008-06-18 | PPC: fix mtfsfi | aurel32 | 1 | -1/+1 |
2008-06-03 | Spelling fixes, by Stefan Weil. | ths | 1 | -1/+1 |
2008-05-30 | Fix typo. | pbrook | 1 | -1/+1 |
2008-05-30 | Move clone() register setup to target specific code. Handle fork-like clone. | pbrook | 1 | -0/+11 |