| Commit message (Expand) | Author | Age | Files | Lines |
* | Add concat_i32_i64 op. | ![](//www.gravatar.com/avatar/3d3381d2d4384a09644de383790ee48e?s=13&d=retro) pbrook | 2008-09-21 | 1 | -6/+1 |
* | Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings | ![](//www.gravatar.com/avatar/8291435ee3208de443306fd1e02b8ac5?s=13&d=retro) blueswir1 | 2008-09-20 | 4 | -14/+14 |
* | ppc: Convert op_andi to TCG | ![](//www.gravatar.com/avatar/148328f5278ddfa2e6880de7435c3540?s=13&d=retro) aurel32 | 2008-09-14 | 2 | -54/+11 |
* | ppc: Convert ctr, lr moves to TCG | ![](//www.gravatar.com/avatar/148328f5278ddfa2e6880de7435c3540?s=13&d=retro) aurel32 | 2008-09-14 | 3 | -28/+12 |
* | ppc: Convert op_subf to TCG | ![](//www.gravatar.com/avatar/148328f5278ddfa2e6880de7435c3540?s=13&d=retro) aurel32 | 2008-09-05 | 2 | -13/+10 |
* | ppc: Convert op_add, op_addi to TCG | ![](//www.gravatar.com/avatar/148328f5278ddfa2e6880de7435c3540?s=13&d=retro) aurel32 | 2008-09-05 | 2 | -28/+19 |
* | ppc: replace op_set_FT0 with tcg_gen_movi_i64 | ![](//www.gravatar.com/avatar/148328f5278ddfa2e6880de7435c3540?s=13&d=retro) aurel32 | 2008-09-04 | 2 | -11/+1 |
* | ppc: Convert nip moves to TCG | ![](//www.gravatar.com/avatar/148328f5278ddfa2e6880de7435c3540?s=13&d=retro) aurel32 | 2008-09-04 | 2 | -38/+12 |
* | ppc: remove unused code | ![](//www.gravatar.com/avatar/148328f5278ddfa2e6880de7435c3540?s=13&d=retro) aurel32 | 2008-09-04 | 1 | -28/+0 |
* | ppc: Convert CRF moves to TCG | ![](//www.gravatar.com/avatar/148328f5278ddfa2e6880de7435c3540?s=13&d=retro) aurel32 | 2008-09-04 | 4 | -121/+34 |
* | ppc: fix fpr TCG registers creation | ![](//www.gravatar.com/avatar/148328f5278ddfa2e6880de7435c3540?s=13&d=retro) aurel32 | 2008-09-04 | 1 | -0/+2 |
* | ppc: Convert FPR moves to TCG | ![](//www.gravatar.com/avatar/148328f5278ddfa2e6880de7435c3540?s=13&d=retro) aurel32 | 2008-09-04 | 3 | -182/+65 |
* | ppc: Convert Altivec register moves to TCG | ![](//www.gravatar.com/avatar/148328f5278ddfa2e6880de7435c3540?s=13&d=retro) aurel32 | 2008-09-04 | 2 | -53/+38 |
* | ppc: cleanup register types | ![](//www.gravatar.com/avatar/148328f5278ddfa2e6880de7435c3540?s=13&d=retro) aurel32 | 2008-09-04 | 4 | -21/+21 |
* | ppc: Convert GPR moves to TCG | ![](//www.gravatar.com/avatar/148328f5278ddfa2e6880de7435c3540?s=13&d=retro) aurel32 | 2008-09-04 | 3 | -454/+390 |
* | [ppc] Convert op_moven_T2_T0 to TCG | ![](//www.gravatar.com/avatar/148328f5278ddfa2e6880de7435c3540?s=13&d=retro) aurel32 | 2008-09-02 | 2 | -13/+6 |
* | [ppc] Convert op_reset_T0, op_set_{T0, T1} to TCG | ![](//www.gravatar.com/avatar/148328f5278ddfa2e6880de7435c3540?s=13&d=retro) aurel32 | 2008-09-02 | 2 | -59/+17 |
* | [ppc] Convert op_move_{T1,T2}_T0 to TCG | ![](//www.gravatar.com/avatar/148328f5278ddfa2e6880de7435c3540?s=13&d=retro) aurel32 | 2008-09-02 | 2 | -31/+19 |
* | [ppc] Convert gen_set_{T0,T1} to TCG | ![](//www.gravatar.com/avatar/148328f5278ddfa2e6880de7435c3540?s=13&d=retro) aurel32 | 2008-09-02 | 1 | -29/+9 |
* | Fix some warnings that would be generated by gcc -Wredundant-decls | ![](//www.gravatar.com/avatar/8291435ee3208de443306fd1e02b8ac5?s=13&d=retro) blueswir1 | 2008-08-30 | 1 | -2/+0 |
* | PPC: add support for TCG helpers | ![](//www.gravatar.com/avatar/148328f5278ddfa2e6880de7435c3540?s=13&d=retro) aurel32 | 2008-08-28 | 2 | -0/+11 |
* | PPC: Init TCG variables | ![](//www.gravatar.com/avatar/148328f5278ddfa2e6880de7435c3540?s=13&d=retro) aurel32 | 2008-08-28 | 1 | -1/+13 |
* | Revert commits 5082 and 5083 | ![](//www.gravatar.com/avatar/148328f5278ddfa2e6880de7435c3540?s=13&d=retro) aurel32 | 2008-08-24 | 5 | -99/+131 |
* | PPC: Switch a few instructions to TCG | ![](//www.gravatar.com/avatar/148328f5278ddfa2e6880de7435c3540?s=13&d=retro) aurel32 | 2008-08-24 | 5 | -130/+86 |
* | PPC: Init TCG variables | ![](//www.gravatar.com/avatar/148328f5278ddfa2e6880de7435c3540?s=13&d=retro) aurel32 | 2008-08-24 | 1 | -1/+13 |
* | Fix encoding of efsctsiz (powerpc spe), by Tristan Gingold. | ![](//www.gravatar.com/avatar/d0fee38ae645a511431d219a364eca04?s=13&d=retro) ths | 2008-08-13 | 1 | -1/+2 |
* | Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues. | ![](//www.gravatar.com/avatar/d0fee38ae645a511431d219a364eca04?s=13&d=retro) ths | 2008-07-18 | 1 | -8/+7 |
* | Move interrupt_request and user_mode_only to common cpu state. | ![](//www.gravatar.com/avatar/3d3381d2d4384a09644de383790ee48e?s=13&d=retro) pbrook | 2008-07-01 | 1 | -2/+0 |
* | Move CPU save/load registration to common code. | ![](//www.gravatar.com/avatar/3d3381d2d4384a09644de383790ee48e?s=13&d=retro) pbrook | 2008-06-30 | 1 | -0/+2 |
* | Add missing static qualifiers. | ![](//www.gravatar.com/avatar/3d3381d2d4384a09644de383790ee48e?s=13&d=retro) pbrook | 2008-06-29 | 1 | -1/+1 |
* | Add instruction counter. | ![](//www.gravatar.com/avatar/3d3381d2d4384a09644de383790ee48e?s=13&d=retro) pbrook | 2008-06-29 | 3 | -1/+35 |
* | PPC: fix mtfsfi | ![](//www.gravatar.com/avatar/148328f5278ddfa2e6880de7435c3540?s=13&d=retro) aurel32 | 2008-06-18 | 1 | -1/+1 |
* | Spelling fixes, by Stefan Weil. | ![](//www.gravatar.com/avatar/d0fee38ae645a511431d219a364eca04?s=13&d=retro) ths | 2008-06-03 | 1 | -1/+1 |
* | Fix typo. | ![](//www.gravatar.com/avatar/3d3381d2d4384a09644de383790ee48e?s=13&d=retro) pbrook | 2008-05-30 | 1 | -1/+1 |
* | Move clone() register setup to target specific code. Handle fork-like clone. | ![](//www.gravatar.com/avatar/3d3381d2d4384a09644de383790ee48e?s=13&d=retro) pbrook | 2008-05-30 | 1 | -0/+11 |
* | Push common interrupt variables to cpu-defs.h (Glauber Costa) | ![](//www.gravatar.com/avatar/647d4cefc2dcbe54acdca4b1da70e8f7?s=13&d=retro) bellard | 2008-05-29 | 1 | -2/+0 |
* | moved halted field to CPU_COMMON | ![](//www.gravatar.com/avatar/647d4cefc2dcbe54acdca4b1da70e8f7?s=13&d=retro) bellard | 2008-05-28 | 1 | -2/+0 |
* | Fix off-by-one unwinding error. | ![](//www.gravatar.com/avatar/3d3381d2d4384a09644de383790ee48e?s=13&d=retro) pbrook | 2008-05-25 | 1 | -5/+0 |
* | Fix broken PPC user space single stepping | ![](//www.gravatar.com/avatar/148328f5278ddfa2e6880de7435c3540?s=13&d=retro) aurel32 | 2008-05-10 | 1 | -23/+39 |
* | PPC: fix efstst* instructions | ![](//www.gravatar.com/avatar/148328f5278ddfa2e6880de7435c3540?s=13&d=retro) aurel32 | 2008-05-06 | 1 | -6/+6 |
* | PPC: fix definition of msr_spe | ![](//www.gravatar.com/avatar/148328f5278ddfa2e6880de7435c3540?s=13&d=retro) aurel32 | 2008-05-06 | 1 | -1/+1 |
* | PPC: fix isel opcode decoding | ![](//www.gravatar.com/avatar/148328f5278ddfa2e6880de7435c3540?s=13&d=retro) aurel32 | 2008-05-05 | 1 | -1/+1 |
* | remove target ifdefs from vl.c | ![](//www.gravatar.com/avatar/148328f5278ddfa2e6880de7435c3540?s=13&d=retro) aurel32 | 2008-05-04 | 1 | -0/+20 |
* | Factorize code in translate.c | ![](//www.gravatar.com/avatar/148328f5278ddfa2e6880de7435c3540?s=13&d=retro) aurel32 | 2008-04-28 | 1 | -0/+42 |
* | Remove osdep.c/qemu-img code duplication | ![](//www.gravatar.com/avatar/148328f5278ddfa2e6880de7435c3540?s=13&d=retro) aurel32 | 2008-04-11 | 2 | -0/+2 |
* | Revert revisions r4168 and r4169. That's work in progress, not ready for trun... | ![](//www.gravatar.com/avatar/148328f5278ddfa2e6880de7435c3540?s=13&d=retro) aurel32 | 2008-04-07 | 4 | -21/+25 |
* | Always enable precise emulation when softfloat is used | ![](//www.gravatar.com/avatar/148328f5278ddfa2e6880de7435c3540?s=13&d=retro) aurel32 | 2008-04-07 | 4 | -25/+21 |
* | Math functions helper for CONFIG_SOFTFLOAT=yes | ![](//www.gravatar.com/avatar/148328f5278ddfa2e6880de7435c3540?s=13&d=retro) aurel32 | 2008-03-13 | 1 | -0/+21 |
* | Use float32/64 instead of float/double | ![](//www.gravatar.com/avatar/148328f5278ddfa2e6880de7435c3540?s=13&d=retro) aurel32 | 2008-03-13 | 5 | -458/+236 |
* | mtfsf: fix FPSCR_VX and FPSCR_FEX computation | ![](//www.gravatar.com/avatar/148328f5278ddfa2e6880de7435c3540?s=13&d=retro) aurel32 | 2008-03-10 | 1 | -0/+4 |