Age | Commit message (Expand) | Author |
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 |
2008-08-24 | Revert commits 5082 and 5083 | aurel32 |
2008-08-24 | PPC: Switch a few instructions to TCG | aurel32 |
2008-08-24 | PPC: Init TCG variables | aurel32 |
2008-08-13 | Fix encoding of efsctsiz (powerpc spe), by Tristan Gingold. | ths |
2008-07-18 | Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues. | ths |
2008-07-01 | Move interrupt_request and user_mode_only to common cpu state. | pbrook |
2008-06-30 | Move CPU save/load registration to common code. | pbrook |
2008-06-29 | Add missing static qualifiers. | pbrook |
2008-06-29 | Add instruction counter. | pbrook |
2008-06-18 | PPC: fix mtfsfi | aurel32 |
2008-06-03 | Spelling fixes, by Stefan Weil. | ths |
2008-05-30 | Fix typo. | pbrook |
2008-05-30 | Move clone() register setup to target specific code. Handle fork-like clone. | pbrook |
2008-05-29 | Push common interrupt variables to cpu-defs.h (Glauber Costa) | bellard |
2008-05-28 | moved halted field to CPU_COMMON | bellard |
2008-05-25 | Fix off-by-one unwinding error. | pbrook |
2008-05-10 | Fix broken PPC user space single stepping | aurel32 |
2008-05-06 | PPC: fix efstst* instructions | aurel32 |
2008-05-06 | PPC: fix definition of msr_spe | aurel32 |
2008-05-05 | PPC: fix isel opcode decoding | aurel32 |
2008-05-04 | remove target ifdefs from vl.c | aurel32 |
2008-04-28 | Factorize code in translate.c | aurel32 |
2008-04-11 | Remove osdep.c/qemu-img code duplication | 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 |