aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/translate.c
AgeCommit message (Expand)Author
2010-12-31Fix translation of unary PPC/SPE instructions (efdneg etc.).Mike Pall
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil
2010-09-15PPC: Enable hint bits for lwarx/ldarxAlexander Graf
2010-07-13target-ppc: add vexptefp instructionAurelien Jarno
2010-05-22Fix %lld or %llx printf format useBlue Swirl
2010-05-05target-ppc: Remove duplicate cpu log.Richard Henderson
2010-04-25ppc: remove dead assignments, spotted by clang analyzerBlue Swirl
2010-04-18PPC: avoid function pointer type mismatch, spotted by clangBlue Swirl
2010-03-11target-ppc: fix evsrwu and evsrws (second try)Aurelien Jarno
2010-03-11target-ppc: fix evsrwu and evsrwsAurelien Jarno
2010-03-11target-ppc: fix evslw instructionAurelien Jarno
2010-02-28target-ppc: don't print invalid opcode messages on the consoleAurelien Jarno
2010-02-28Revert "target-ppc: stop translation after a trap instruction"Aurelien Jarno
2010-02-28target-ppc: stop translation after a trap instructionAurelien Jarno
2010-02-27target-ppc: fix SPE evsplat* instructionsNathan Froyd
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-28target-ppc: log instructions start in TCG codeAurelien Jarno
2009-09-25static and inline should came before the type of the functionsJuan Quintela
2009-09-18target-ppc: optimize slw/srw/sld/srdAurelien Jarno
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl
2009-08-16Replace REGX with PRIx64Blue Swirl
2009-08-16Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plxBlue Swirl
2009-08-16Replace always_inline with inlineBlue Swirl
2009-08-03target-ppc: add exceptions for conditional storesNathan Froyd
2009-08-03target-ppc: retain l{w,d}arx loaded valueNathan Froyd
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-07-13ppc tcg: fix wrong bit/mask of wrteeiBaojun Wang
2009-07-12target-ppc: fix evmergelo and evmergelohiNathan Froyd
2009-06-20Apply TCGV_UNUSED on variables that GCC mistakenly thinks can be usedmalc
2009-06-17Replace ELF section hack with normal tableBlue Swirl
2009-06-17Concentrate rest of table entries to topBlue Swirl
2009-06-17Concentrate most table entries to topBlue Swirl
2009-06-17Clean up GEN_HANDLER2Blue Swirl
2009-06-17Clean up GEN_HANDLERBlue Swirl
2009-05-16target-ppc: expose cpu capability flagsNathan Froyd
2009-04-13Fix ppc-softmmu warnings on OpenBSD hostblueswir1
2009-04-05Add new command line option -singlestep for tcg single stepping.aurel32
2009-03-29target-ppc: avoid nop to override next instructionaurel32
2009-03-13target-ppc: use the new bswap* TCG opsaurel32
2009-03-13tcg: rename bswap_i32/i64 functionsaurel32
2009-03-09targe-ppc: optimize mfcr and mtcrfaurel32
2009-03-07Fix mfcr on ppc64-softmmuaurel32
2009-03-07Implement mtfsf.L encodingblueswir1
2009-03-07Implment tlbielblueswir1
2009-03-07Implement slbmteblueswir1
2009-03-07Sparse fixes: add extern to ELF opcode tables to avoid warningsblueswir1
2009-03-03target-ppc: improve mfcr/mtcrfaurel32
2009-03-02Fix mtcrf/mfcrmalc