Age | Commit message (Expand) | Author |
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 |
2013-02-25 | target-ppc: Fix SUBFE carry | Richard Henderson |
2013-02-23 | target-ppc: Compute mullwo without branches | Richard Henderson |
2013-02-23 | target-ppc: Compute arithmetic shift carry without branches | Richard Henderson |
2013-02-23 | target-ppc: Implement neg in terms of subf | Richard Henderson |
2013-02-23 | target-ppc: Use add2 for carry generation | Richard Henderson |
2013-02-23 | target-ppc: Compute addition carry with setcond | Richard Henderson |
2013-02-23 | target-ppc: Compute addition overflow without branches | Richard Henderson |
2013-02-23 | target-ppc: Use setcond in gen_op_cmp | Richard Henderson |
2013-02-23 | target-ppc: Split out SO, OV, CA fields from XER | Richard Henderson |
2013-02-23 | target-ppc: Use mul*2 in mulh* insns | Richard Henderson |
2013-02-01 | target-ppc: Fix build for PPC_DEBUG_DISAS | Andreas Färber |
2013-02-01 | PPC: Unify dcbzl code path | Alexander Graf |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-12-19 | exec: move include files to include/exec/ | Paolo Bonzini |
2012-12-19 | build: kill libdis, move disassemblers to disas/ | Paolo Bonzini |
2012-12-08 | TCG: Use gen_opc_instr_start from context instead of global variable. | Evgeny Voevodin |
2012-12-08 | TCG: Use gen_opc_icount from context instead of global variable. | Evgeny Voevodin |
2012-12-08 | TCG: Use gen_opc_pc from context instead of global variable. | Evgeny Voevodin |
2012-11-26 | PPC: Fix missing TRACE exception | Julio Guerra |
2012-11-17 | TCG: Use gen_opc_buf from context instead of global variable. | Evgeny Voevodin |
2012-11-17 | TCG: Use gen_opc_ptr from context instead of global variable. | Evgeny Voevodin |
2012-11-10 | disas: avoid using cpu_single_env | Blue Swirl |
2012-11-01 | target-ppc: Extend FPU state for newer POWER CPUs | David Gibson |
2012-09-27 | Emit debug_insn for CPU_LOG_TB_OP_OPT as well. | Richard Henderson |