Age | Commit message (Expand) | Author | Files | Lines |
2009-01-03 | target-ppc: fix TGC type mismatch introduced by r6146 | aurel32 | 1 | -1/+1 |
2009-01-01 | tcg_temp_local_new should take no parameter | aurel32 | 1 | -1/+1 |
2008-12-30 | VM load/save support for PPC CPU | blueswir1 | 1 | -0/+165 |
2008-12-29 | target-ppc: improve correctness of the fsel instruction | aurel32 | 1 | -1/+1 |
2008-12-29 | target-ppc: fix stsw/stswi instructions | aurel32 | 1 | -2/+3 |
2008-12-22 | Use the ARRAY_SIZE() macro where appropriate. | malc | 1 | -3/+3 |
2008-12-18 | target-ppc: add gen_avr_ptr function. | aurel32 | 1 | -0/+7 |
2008-12-18 | target-ppc: use float_flag_divbyzero instead of checking the operands | aurel32 | 1 | -21/+7 |
2008-12-18 | target-ppc: fix type of spe_acc. | aurel32 | 1 | -1/+1 |
2008-12-18 | target-ppc: fix a typo | aurel32 | 1 | -1/+1 |
2008-12-18 | target-ppc: add Altivec logical operations | aurel32 | 1 | -0/+18 |
2008-12-18 | target-ppc: fix fres, fsqrte and remove useless code | aurel32 | 1 | -57/+10 |
2008-12-16 | target-ppc: add comments about constants introduced in revision 6046 | aurel32 | 1 | -3/+3 |
2008-12-16 | target-ppc: fix a typo introduced in revision 6058 | aurel32 | 1 | -1/+1 |
2008-12-16 | target-ppc: IBM PowerPC 440EP Bamboo reference board emulation | aurel32 | 1 | -0/+1 |
2008-12-16 | target-ppc: Enable KVM for ppcemb. | aurel32 | 4 | -0/+334 |
2008-12-15 | target-ppc: update comment about precise emulation | aurel32 | 1 | -2/+1 |
2008-12-15 | target-ppc: remove dead code | aurel32 | 1 | -1/+0 |
2008-12-15 | target-ppc: enable PRECISE_EMULATION by default | aurel32 | 1 | -1/+1 |
2008-12-15 | target-ppc: fmadd/fmsub/fmnadd/fmnsub can generate VXIMZ or VXIZI exceptions | aurel32 | 1 | -12/+52 |
2008-12-15 | target-ppc: fadd/fsub: correctly propagate NaN | aurel32 | 1 | -18/+8 |
2008-12-15 | target-ppc: use the new fp functions | aurel32 | 1 | -50/+23 |
2008-12-15 | target-ppc: correctly propagate NaN in division | aurel32 | 1 | -1/+1 |
2008-12-15 | target-ppc: fix fload_invalid_op_excp() | aurel32 | 1 | -9/+7 |
2008-12-15 | target-ppc: use a correct value to represent 1.0 | aurel32 | 1 | -9/+12 |
2008-12-15 | target-ppc: update nip before calling an helper in FP instructions | aurel32 | 1 | -2/+32 |
2008-12-15 | target-ppc: fix TCGv type in fcmpu/fcmpo | aurel32 | 1 | -4/+4 |
2008-12-15 | target-ppc: add signed fields to ppc_avr_t. | aurel32 | 1 | -0/+3 |
2008-12-15 | target-ppc: fix frsp instruction | aurel32 | 1 | -2/+5 |
2008-12-15 | target-ppc: fix mtfsf and mtfsfi instructions | aurel32 | 1 | -3/+3 |
2008-12-14 | target-ppc: fix fcmp{o,u} instructions | aurel32 | 3 | -31/+41 |
2008-12-14 | target-ppc: remove FPRF optimization | aurel32 | 1 | -29/+0 |
2008-12-14 | target-ppc: fix mtfsb0 and mtfsb1 | aurel32 | 3 | -4/+26 |
2008-12-14 | target-ppc: display FPSCR in register dump | aurel32 | 1 | -0/+1 |
2008-12-14 | target-ppc: fix mbar opcode | aurel32 | 1 | -1/+1 |
2008-12-14 | target-ppc: fix fsel instruction | aurel32 | 1 | -5/+3 |
2008-12-13 | target-ppc: keep only the table version for mfrom | aurel32 | 1 | -18/+4 |
2008-12-13 | target-ppc: use accessors to access fp_status exception_flags | aurel32 | 1 | -7/+10 |
2008-12-13 | target-ppc: fix compilation with PRECISE_EMULATION | aurel32 | 1 | -4/+3 |
2008-12-13 | target-ppc: fix compilation with CONFIG_SOFTFLOAT | aurel32 | 2 | -20/+20 |
2008-12-11 | target-ppc: remove remaining warnings | aurel32 | 4 | -17/+11 |
2008-12-11 | target-ppc: remove unneeded include | aurel32 | 1 | -1/+0 |
2008-12-11 | target-ppc: rework exception code | aurel32 | 6 | -303/+287 |
2008-12-11 | target-ppc: remove dead code | aurel32 | 1 | -2/+0 |
2008-12-10 | target-ppc: enable SPE and Altivec in user mode | aurel32 | 1 | -0/+2 |
2008-12-10 | target-ppc: initialize MSR appropriately in user-mode | aurel32 | 1 | -1/+1 |
2008-12-08 | target-ppc: kill a warning | aurel32 | 1 | -0/+2 |
2008-12-08 | target-ppc: cleanup op_helper.c after TCG conversion | aurel32 | 1 | -10/+10 |
2008-12-08 | target-ppc: enable access type in MMU | aurel32 | 1 | -4/+1 |
2008-12-08 | target-ppc: memory load/store rework | aurel32 | 2 | -678/+684 |