Age | Commit message (Expand) | Author | Files | Lines |
2012-09-27 | Emit debug_insn for CPU_LOG_TB_OP_OPT as well. | Richard Henderson | 1 | -1/+2 |
2012-08-28 | target-ppc: fix altivec instructions | Aurelien Jarno | 1 | -1/+1 |
2012-06-24 | target-ppc: Fix build with --enable-debug | Stefan Weil | 1 | -1/+1 |
2012-06-24 | PPC: Add support for MSR_CM | Alexander Graf | 1 | -1/+1 |
2012-06-24 | ppc: Move load and store helpers, switch to AREG0 free mode | Blue Swirl | 1 | -15/+15 |
2012-06-24 | ppc: Avoid AREG0 for misc helpers | Blue Swirl | 1 | -1/+1 |
2012-06-24 | ppc: Avoid AREG0 for timebase helpers | Blue Swirl | 1 | -6/+10 |
2012-06-24 | ppc: Avoid AREG0 for MMU etc. helpers | Blue Swirl | 1 | -39/+46 |
2012-06-24 | ppc: Avoid AREG0 for integer and vector helpers | Blue Swirl | 1 | -55/+119 |
2012-06-24 | ppc: Avoid AREG0 for FPU and SPE helpers | Blue Swirl | 1 | -48/+65 |
2012-06-24 | ppc: Avoid AREG0 for exception helpers | Blue Swirl | 1 | -19/+21 |
2012-04-15 | target-ppc: QOM'ify CPU reset | Andreas Färber | 1 | -1/+1 |
2012-03-15 | PPC: KVM: Synchronize regs on CPU dump | Alexander Graf | 1 | -0/+2 |
2012-03-15 | PPC64: Add support for ldbrx and stdbrx instructions | Thomas Huth | 1 | -9/+43 |
2012-03-14 | target-ppc: Don't overuse CPUState | Andreas Färber | 1 | -39/+39 |
2012-02-28 | target-ppc: Clean includes | Stefan Weil | 1 | -6/+0 |
2012-02-02 | PPC: E500: Implement msgsnd | Alexander Graf | 1 | -0/+16 |
2012-02-02 | PPC: E500: Implement msgclr | Alexander Graf | 1 | -0/+18 |
2012-02-02 | PPC: booke206: Check for TLB overrun | Alexander Graf | 1 | -0/+1 |
2012-02-02 | PPC: booke206: Implement tlbilx | Alexander Graf | 1 | -0/+35 |
2012-02-02 | PPC: rename msync to msync_4xx | Alexander Graf | 1 | -2/+2 |
2012-02-02 | PPC: e500: msync is 440 only, e500 has real sync | Alexander Graf | 1 | -2/+1 |
2011-11-11 | PPC: Fix for the gdb single step problem on an rfi instruction | Sebastian Bauer | 1 | -1/+3 |
2011-10-30 | Set an invalid-bits mask for each SPE instructions | Fabien Chouteau | 1 | -229/+271 |
2011-10-06 | Implement POWER7's CFAR in TCG | David Gibson | 1 | -0/+28 |
2011-08-23 | PPC: E500: Inject SPE exception on invalid SPE access | Alexander Graf | 1 | -39/+39 |
2011-07-01 | Merge branch 'ppc-next' of git://repo.or.cz/qemu/agraf | Blue Swirl | 1 | -11/+6 |
2011-06-26 | Remove exec-all.h include directives | Blue Swirl | 1 | -1/+0 |
2011-06-17 | PPC: Only set lower 32bits with mtmsr | Alexander Graf | 1 | -11/+6 |
2011-06-03 | target-ppc: remove old CONFIG_SOFTFLOAT #ifdef | Aurelien Jarno | 1 | -2/+0 |
2011-05-12 | PPC: Implement e500 (FSL) MMU | Alexander Graf | 1 | -5/+90 |
2011-05-12 | PPC: Add another 64 bits to instruction feature mask | Alexander Graf | 1 | -6/+19 |
2011-05-09 | monitor: add PPC BookE SPRs | Scott Wood | 1 | -3/+79 |
2011-04-20 | Remove unused function parameters from gen_pc_load and rename the function | Stefan Weil | 1 | -2/+1 |
2011-04-10 | Fix conversions from pointer to tcg_target_long | Stefan Weil | 1 | -1/+1 |
2011-04-01 | Parse SDR1 on mtspr instead of at translate time | David Gibson | 1 | -1/+1 |
2011-04-01 | Correct ppc popcntb logic, implement popcntw and popcntd | David Gibson | 1 | -5/+15 |
2011-04-01 | Implement PowerPC slbmfee and slbmfev instructions | David Gibson | 1 | -1/+30 |
2011-04-01 | target-ppc: ext32u instead of andi with constant | Aurelien Jarno | 1 | -4/+4 |
2011-03-22 | target-ppc: add support for 6 SPE instructions | Fabien Chouteau | 1 | -4/+198 |
2011-01-21 | ppc: Correct BookE tlb reads | Edgar E. Iglesias | 1 | -1/+1 |
2010-12-31 | Fix translation of unary PPC/SPE instructions (efdneg etc.). | Mike Pall | 1 | -18/+21 |
2010-10-30 | target-xxx: Use fprintf_function (format checking) | Stefan Weil | 1 | -8/+6 |
2010-09-15 | PPC: Enable hint bits for lwarx/ldarx | Alexander Graf | 1 | -2/+2 |
2010-07-13 | target-ppc: add vexptefp instruction | Aurelien Jarno | 1 | -0/+2 |
2010-05-22 | Fix %lld or %llx printf format use | Blue Swirl | 1 | -3/+4 |
2010-05-05 | target-ppc: Remove duplicate cpu log. | Richard Henderson | 1 | -2/+0 |
2010-04-25 | ppc: remove dead assignments, spotted by clang analyzer | Blue Swirl | 1 | -1/+1 |
2010-04-18 | PPC: avoid function pointer type mismatch, spotted by clang | Blue Swirl | 1 | -5/+3 |
2010-03-11 | target-ppc: fix evsrwu and evsrws (second try) | Aurelien Jarno | 1 | -2/+2 |