Age | Commit message (Expand) | Author |
2013-12-22 | PPC: Fix compilation with TCG debug | Alexander Graf |
2013-12-20 | Add xxsldwi | Tom Musta |
2013-12-20 | Add xxspltw | Tom Musta |
2013-12-20 | Add xxsel | Tom Musta |
2013-12-20 | Add xxmrgh/xxmrgl | Tom Musta |
2013-12-20 | Add Power7 VSX Logical Instructions | Tom Musta |
2013-12-20 | Add VSX Vector Move Instructions | Tom Musta |
2013-12-20 | Add VSX Scalar Move Instructions | Tom Musta |
2013-12-20 | Add stxvw4x | Tom Musta |
2013-12-20 | Add stxsdx | Tom Musta |
2013-12-20 | Add lxvw4x | Tom Musta |
2013-12-20 | Add lxvdsx | Tom Musta |
2013-12-20 | Add lxsdx | Tom Musta |
2013-12-20 | Add xxpermdi | Tom Musta |
2013-12-20 | Add stxvd2x | Tom Musta |
2013-12-20 | Add lxvd2x | Tom Musta |
2013-12-20 | Add VSR to Global Registers | Tom Musta |
2013-12-20 | Add VSX Instruction Decoders | Tom Musta |
2013-12-20 | Add MSR VSX and Associated Exception | Tom Musta |
2013-10-10 | tcg: Move helper registration into tcg_context_init | Richard Henderson |
2013-09-20 | cpu: Move cpu state syncs up into cpu_dump_state() | James Hogan |
2013-09-03 | Merge branch 'tcg-next' of git://github.com/rth7680/qemu | Aurelien Jarno |
2013-09-02 | tcg: Change tcg_gen_exit_tb argument to uintptr_t | Richard Henderson |
2013-09-02 | target-ppc: fix bit extraction for FPBF and FPL | Aurelien Jarno |
2013-07-23 | cpu: Move singlestep_enabled field from CPU_COMMON to CPUState | Andreas Färber |
2013-07-09 | target-ppc: Change gen_intermediate_code_internal() argument to PowerPCCPU | Andreas Färber |
2013-06-28 | cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks | Andreas Färber |
2013-06-28 | kvm: Change cpu_synchronize_state() argument to CPUState | Andreas Färber |
2013-05-08 | PPC: Depend behavior of cmp instructions only on instruction encoding | Alexander Graf |
2013-05-08 | PPC: Fix rldcl | Alexander Graf |
2013-05-06 | target-ppc: Fix invalid SPR read/write warnings | Anton Blanchard |
2013-04-27 | target-ppc: slightly optimize lfiwax | Aurelien Jarno |
2013-04-26 | target-ppc: add support for extended mtfsf/mtfsfi forms | Aurelien Jarno |
2013-04-26 | target-ppc: emulate store doubleword pair instructions | Aurelien Jarno |
2013-04-26 | target-ppc: emulate load doubleword pair instructions | Aurelien Jarno |
2013-04-26 | target-ppc: emulate lfiwax instruction | Aurelien Jarno |
2013-04-26 | target-ppc: emulate fcpsgn instruction | Aurelien Jarno |
2013-04-26 | target-ppc: emulate prtyw and prtyd instructions | Aurelien Jarno |
2013-04-26 | target-ppc: emulate cmpb instruction | Aurelien Jarno |
2013-04-26 | target-ppc: optimize fabs, fnabs, fneg | Aurelien Jarno |
2013-04-26 | target-ppc: Fix narrow-mode add/sub carry output | Richard Henderson |
2013-04-26 | target-ppc: fix nego and subf*o instructions | Aurelien Jarno |
2013-03-22 | target-ppc: Use NARROW_MODE macro for tlbie | Richard Henderson |
2013-03-22 | target-ppc: Use NARROW_MODE macro for addresses | Richard Henderson |
2013-03-22 | target-ppc: Use NARROW_MODE macro for comparisons | Richard Henderson |
2013-03-22 | target-ppc: Use NARROW_MODE macro for branches | Richard Henderson |
2013-03-22 | target-ppc: Fix add and subf carry generation in narrow mode | Richard Henderson |
2013-03-22 | target-ppc: Remove vestigial PowerPC 620 support | David Gibson |
2013-03-12 | cpu: Move halted and interrupt_request fields to CPUState | Andreas Färber |
2013-03-03 | gen-icount.h: Rename gen_icount_start/end to gen_tb_start/end | Peter Maydell |