Age | Commit message (Expand) | Author | Files | Lines |
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 |
2008-05-29 | Push common interrupt variables to cpu-defs.h (Glauber Costa) | bellard | 1 | -2/+0 |
2008-05-28 | moved halted field to CPU_COMMON | bellard | 1 | -2/+0 |
2008-05-25 | Fix off-by-one unwinding error. | pbrook | 1 | -5/+0 |
2008-05-10 | Fix broken PPC user space single stepping | aurel32 | 1 | -23/+39 |
2008-05-06 | PPC: fix efstst* instructions | aurel32 | 1 | -6/+6 |
2008-05-06 | PPC: fix definition of msr_spe | aurel32 | 1 | -1/+1 |
2008-05-05 | PPC: fix isel opcode decoding | aurel32 | 1 | -1/+1 |
2008-05-04 | remove target ifdefs from vl.c | aurel32 | 1 | -0/+20 |
2008-04-28 | Factorize code in translate.c | aurel32 | 1 | -0/+42 |
2008-04-11 | Remove osdep.c/qemu-img code duplication | aurel32 | 2 | -0/+2 |
2008-04-07 | Revert revisions r4168 and r4169. That's work in progress, not ready for trun... | aurel32 | 4 | -21/+25 |
2008-04-07 | Always enable precise emulation when softfloat is used | aurel32 | 4 | -25/+21 |
2008-03-13 | Math functions helper for CONFIG_SOFTFLOAT=yes | aurel32 | 1 | -0/+21 |
2008-03-13 | Use float32/64 instead of float/double | aurel32 | 5 | -458/+236 |
2008-03-10 | mtfsf: fix FPSCR_VX and FPSCR_FEX computation | aurel32 | 1 | -0/+4 |
2008-02-01 | use the TCG code generator | bellard | 2 | -55/+8 |
2007-12-10 | Cleanup: remove useless TARGET_GPR_BITS definition. | j_mayer | 1 | -3/+0 |