Age | Commit message (Expand) | Author |
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 |
2012-08-28 | target-ppc: fix altivec instructions | Aurelien Jarno |
2012-06-24 | target-ppc: Fix build with --enable-debug | Stefan Weil |
2012-06-24 | PPC: Add support for MSR_CM | Alexander Graf |
2012-06-24 | ppc: Move load and store helpers, switch to AREG0 free mode | Blue Swirl |
2012-06-24 | ppc: Avoid AREG0 for misc helpers | Blue Swirl |
2012-06-24 | ppc: Avoid AREG0 for timebase helpers | Blue Swirl |
2012-06-24 | ppc: Avoid AREG0 for MMU etc. helpers | Blue Swirl |
2012-06-24 | ppc: Avoid AREG0 for integer and vector helpers | Blue Swirl |
2012-06-24 | ppc: Avoid AREG0 for FPU and SPE helpers | Blue Swirl |
2012-06-24 | ppc: Avoid AREG0 for exception helpers | Blue Swirl |
2012-04-15 | target-ppc: QOM'ify CPU reset | Andreas Färber |
2012-03-15 | PPC: KVM: Synchronize regs on CPU dump | Alexander Graf |
2012-03-15 | PPC64: Add support for ldbrx and stdbrx instructions | Thomas Huth |
2012-03-14 | target-ppc: Don't overuse CPUState | Andreas Färber |
2012-02-28 | target-ppc: Clean includes | Stefan Weil |
2012-02-02 | PPC: E500: Implement msgsnd | Alexander Graf |
2012-02-02 | PPC: E500: Implement msgclr | Alexander Graf |
2012-02-02 | PPC: booke206: Check for TLB overrun | Alexander Graf |
2012-02-02 | PPC: booke206: Implement tlbilx | Alexander Graf |
2012-02-02 | PPC: rename msync to msync_4xx | Alexander Graf |
2012-02-02 | PPC: e500: msync is 440 only, e500 has real sync | Alexander Graf |
2011-11-11 | PPC: Fix for the gdb single step problem on an rfi instruction | Sebastian Bauer |
2011-10-30 | Set an invalid-bits mask for each SPE instructions | Fabien Chouteau |
2011-10-06 | Implement POWER7's CFAR in TCG | David Gibson |