Age | Commit message (Expand) | Author |
2011-04-01 | Implement PowerPC slbmfee and slbmfev instructions | David Gibson |
2011-04-01 | target-ppc: ext32u instead of andi with constant | Aurelien Jarno |
2011-03-22 | target-ppc: add support for 6 SPE instructions | Fabien Chouteau |
2011-01-21 | ppc: Correct BookE tlb reads | Edgar E. Iglesias |
2010-12-31 | Fix translation of unary PPC/SPE instructions (efdneg etc.). | Mike Pall |
2010-10-30 | target-xxx: Use fprintf_function (format checking) | Stefan Weil |
2010-09-15 | PPC: Enable hint bits for lwarx/ldarx | Alexander Graf |
2010-07-13 | target-ppc: add vexptefp instruction | Aurelien Jarno |
2010-05-22 | Fix %lld or %llx printf format use | Blue Swirl |
2010-05-05 | target-ppc: Remove duplicate cpu log. | Richard Henderson |
2010-04-25 | ppc: remove dead assignments, spotted by clang analyzer | Blue Swirl |
2010-04-18 | PPC: avoid function pointer type mismatch, spotted by clang | Blue Swirl |
2010-03-11 | target-ppc: fix evsrwu and evsrws (second try) | Aurelien Jarno |
2010-03-11 | target-ppc: fix evsrwu and evsrws | Aurelien Jarno |
2010-03-11 | target-ppc: fix evslw instruction | Aurelien Jarno |
2010-02-28 | target-ppc: don't print invalid opcode messages on the console | Aurelien Jarno |
2010-02-28 | Revert "target-ppc: stop translation after a trap instruction" | Aurelien Jarno |
2010-02-28 | target-ppc: stop translation after a trap instruction | Aurelien Jarno |
2010-02-27 | target-ppc: fix SPE evsplat* instructions | Nathan Froyd |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori |
2009-10-01 | Get rid of _t suffix | malc |
2009-09-28 | target-ppc: log instructions start in TCG code | Aurelien Jarno |
2009-09-25 | static and inline should came before the type of the functions | Juan Quintela |
2009-09-18 | target-ppc: optimize slw/srw/sld/srd | Aurelien Jarno |
2009-09-12 | Fix sys-queue.h conflict for good | Blue Swirl |
2009-08-16 | Replace REGX with PRIx64 | Blue Swirl |
2009-08-16 | Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plx | Blue Swirl |
2009-08-16 | Replace always_inline with inline | Blue Swirl |
2009-08-03 | target-ppc: add exceptions for conditional stores | Nathan Froyd |
2009-08-03 | target-ppc: retain l{w,d}arx loaded value | Nathan Froyd |
2009-07-27 | rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN | Juan Quintela |
2009-07-16 | Update to a hopefully more future proof FSF address | Blue Swirl |
2009-07-13 | ppc tcg: fix wrong bit/mask of wrteei | Baojun Wang |
2009-07-12 | target-ppc: fix evmergelo and evmergelohi | Nathan Froyd |
2009-06-20 | Apply TCGV_UNUSED on variables that GCC mistakenly thinks can be used | malc |
2009-06-17 | Replace ELF section hack with normal table | Blue Swirl |
2009-06-17 | Concentrate rest of table entries to top | Blue Swirl |
2009-06-17 | Concentrate most table entries to top | Blue Swirl |
2009-06-17 | Clean up GEN_HANDLER2 | Blue Swirl |
2009-06-17 | Clean up GEN_HANDLER | Blue Swirl |
2009-05-16 | target-ppc: expose cpu capability flags | Nathan Froyd |
2009-04-13 | Fix ppc-softmmu warnings on OpenBSD host | blueswir1 |
2009-04-05 | Add new command line option -singlestep for tcg single stepping. | aurel32 |
2009-03-29 | target-ppc: avoid nop to override next instruction | aurel32 |
2009-03-13 | target-ppc: use the new bswap* TCG ops | aurel32 |
2009-03-13 | tcg: rename bswap_i32/i64 functions | aurel32 |
2009-03-09 | targe-ppc: optimize mfcr and mtcrf | aurel32 |
2009-03-07 | Fix mfcr on ppc64-softmmu | aurel32 |
2009-03-07 | Implement mtfsf.L encoding | blueswir1 |
2009-03-07 | Implment tlbiel | blueswir1 |