VM load/save support for PPC CPU
[qemu] / target-ppc /
2008-12-30 blueswir1VM load/save support for PPC CPU
2008-12-29 aurel32target-ppc: improve correctness of the fsel instruction
2008-12-29 aurel32target-ppc: fix stsw/stswi instructions
2008-12-22 malcUse the ARRAY_SIZE() macro where appropriate.
2008-12-18 aurel32target-ppc: add gen_avr_ptr function.
2008-12-18 aurel32target-ppc: use float_flag_divbyzero instead of checkin...
2008-12-18 aurel32target-ppc: fix type of spe_acc.
2008-12-18 aurel32target-ppc: fix a typo
2008-12-18 aurel32target-ppc: add Altivec logical operations
2008-12-18 aurel32target-ppc: fix fres, fsqrte and remove useless code
2008-12-16 aurel32target-ppc: add comments about constants introduced...
2008-12-16 aurel32target-ppc: fix a typo introduced in revision 6058
2008-12-16 aurel32target-ppc: IBM PowerPC 440EP Bamboo reference board...
2008-12-16 aurel32target-ppc: Enable KVM for ppcemb.
2008-12-15 aurel32target-ppc: update comment about precise emulation
2008-12-15 aurel32target-ppc: remove dead code
2008-12-15 aurel32target-ppc: enable PRECISE_EMULATION by default
2008-12-15 aurel32target-ppc: fmadd/fmsub/fmnadd/fmnsub can generate...
2008-12-15 aurel32target-ppc: fadd/fsub: correctly propagate NaN
2008-12-15 aurel32target-ppc: use the new fp functions
2008-12-15 aurel32target-ppc: correctly propagate NaN in division
2008-12-15 aurel32target-ppc: fix fload_invalid_op_excp()
2008-12-15 aurel32target-ppc: use a correct value to represent 1.0
2008-12-15 aurel32target-ppc: update nip before calling an helper in...
2008-12-15 aurel32target-ppc: fix TCGv type in fcmpu/fcmpo
2008-12-15 aurel32target-ppc: add signed fields to ppc_avr_t.
2008-12-15 aurel32target-ppc: fix frsp instruction
2008-12-15 aurel32target-ppc: fix mtfsf and mtfsfi instructions
2008-12-14 aurel32target-ppc: fix fcmp{o,u} instructions
2008-12-14 aurel32target-ppc: remove FPRF optimization
2008-12-14 aurel32target-ppc: fix mtfsb0 and mtfsb1
2008-12-14 aurel32target-ppc: display FPSCR in register dump
2008-12-14 aurel32target-ppc: fix mbar opcode
2008-12-14 aurel32target-ppc: fix fsel instruction
2008-12-13 aurel32target-ppc: keep only the table version for mfrom
2008-12-13 aurel32target-ppc: use accessors to access fp_status exception...
2008-12-13 aurel32target-ppc: fix compilation with PRECISE_EMULATION
2008-12-13 aurel32target-ppc: fix compilation with CONFIG_SOFTFLOAT
2008-12-11 aurel32target-ppc: remove remaining warnings
2008-12-11 aurel32target-ppc: remove unneeded include
2008-12-11 aurel32target-ppc: rework exception code
2008-12-11 aurel32target-ppc: remove dead code
2008-12-10 aurel32target-ppc: enable SPE and Altivec in user mode
2008-12-10 aurel32target-ppc: initialize MSR appropriately in user-mode
2008-12-08 aurel32target-ppc: kill a warning
2008-12-08 aurel32target-ppc: cleanup op_helper.c after TCG conversion
2008-12-08 aurel32target-ppc: enable access type in MMU
2008-12-08 aurel32target-ppc: memory load/store rework
2008-12-07 aurel32target-ppc: kill a few warnings
2008-12-07 aurel32target-ppc: disable single stepping
2008-12-07 aurel32target-ppc: Fix use of uninitialized TCG variable in...
2008-12-07 aurel32target-ppc: convert SPR accesses to TCG
2008-12-07 aurel32target-ppc: remove dead code
2008-12-06 aurel32target-ppc: remove dead code
2008-12-06 aurel32target-ppc: convert SLB/TLB instructions to TCG
2008-12-06 aurel32target-ppc: convert dcr load/store to TCG
2008-12-06 aurel32target-ppc: convert msr load/store to TCG
2008-12-06 aurel32target-ppc: convert POWER bridge instructions to TCG
2008-12-05 aurel32target-ppc: convert POWER shift instructions to TCG
2008-12-05 aurel32target-ppc: add functions to load/store SPR
2008-11-30 aurel32target-ppc: remove unused file op_mem_access.h
2008-11-30 aurel32target-ppc: use ldl/ldub/stl/stub for load/store in...
2008-11-30 aurel32target-ppc: convert PPC 440 instructions to TCG
2008-11-30 aurel32target-ppc: convert return from interrupt instructions...
2008-11-30 aurel32target-ppc: convert external load/store instructions...
2008-11-30 aurel32target-ppc: convert load/store with reservation instruc...
2008-11-30 aurel32target-ppc: convert lscbx instruction to TCG
2008-11-30 aurel32target-ppc: convert load/store string instructions...
2008-11-30 aurel32target-ppc: convert icbi instruction to TCG
2008-11-30 aurel32target-ppc: convert dcbz instruction to TCG
2008-11-30 aurel32target-ppc: convert load/store multiple instructions...
2008-11-30 aurel32target-ppc: convert wait instruction to TCG
2008-11-30 aurel32target-ppc: convert mfrom instruction to TCG
2008-11-30 aurel32target-ppc: remove dead code from op.c
2008-11-30 aurel32Common cpu_loop_exit prototype
2008-11-30 aurel32target-ppc: convert software TLB instructions to TCG
2008-11-27 aurel32target-ppc: convert POWER2 load/store instructions...
2008-11-27 aurel32target-ppc: convert SPE load/store to TCG
2008-11-27 aurel32target-ppc: simplify evsplati and evsplatfi
2008-11-25 aliguoriUse sys-queue.h for break/watchpoint managment (Jan...
2008-11-24 aurel32target-ppc: convert trap instructions to TCG
2008-11-24 aurel32target-ppc: convert altivec load/store to TCG
2008-11-23 aurel32target-ppc: convert FPU load/store to TCG
2008-11-23 aurel32target-ppc: fix access_type usage
2008-11-23 aurel32target-ppc: include the instruction name in load/store...
2008-11-23 aurel32target-ppc: convert SPE FP ops to TCG
2008-11-22 aurel32target-ppc: remove declaration of removed function...
2008-11-22 aurel32target-ppc: convert exceptions generation to TCG
2008-11-19 aurel32target-ppc: fix TCG type errors introduced in r5754
2008-11-19 aurel32target-ppc: convert fp ops to TCG
2008-11-18 aliguoriRefactor and enhance break/watchpoint API (Jan Kiszka)
2008-11-18 aliguoriRefactor translation block CPU state handling (Jan...
2008-11-18 aliguoriConvert CPU_PC_FROM_TB to static inline (Jan Kiszka)
2008-11-18 aurel32target-ppc: fix regression introduced by commit 5729
2008-11-17 pbrookTCG variable type checking.
2008-11-16 blueswir1Attached patch fixes a series of this warning
2008-11-10 aurel32target-ppc: convert most SPE integer instructions to TCG
2008-11-09 aurel32target-ppc: fix TCG argument
2008-11-09 aurel32target-ppc: Remove a few TCG temp variable leaks
2008-11-09 aurel32target-ppc: fixes for gen_op_neg()
next