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