aboutsummaryrefslogtreecommitdiff
path: root/target-ppc
AgeCommit message (Expand)Author
2008-11-19target-ppc: fix TCG type errors introduced in r5754aurel32
2008-11-19target-ppc: convert fp ops to TCGaurel32
2008-11-18Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori
2008-11-18Refactor translation block CPU state handling (Jan Kiszka)aliguori
2008-11-18Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)aliguori
2008-11-18target-ppc: fix regression introduced by commit 5729aurel32
2008-11-17TCG variable type checking.pbrook
2008-11-16Attached patch fixes a series of this warningblueswir1
2008-11-10target-ppc: convert most SPE integer instructions to TCGaurel32
2008-11-09target-ppc: fix TCG argumentaurel32
2008-11-09target-ppc: Remove a few TCG temp variable leaksaurel32
2008-11-09target-ppc: fixes for gen_op_neg()aurel32
2008-11-09target-ppc: gen_op_arith_divw() & gen_op_arith_divd fixesaurel32
2008-11-09target-ppc: optimize mullw and make the code more readableaurel32
2008-11-09target-ppc: indentation fixesaurel32
2008-11-08target-ppc: fix tcg fatal error on i386 hostaurel32
2008-11-07target-ppc: fix flags computation for tcg_gen_qemu_staurel32
2008-11-03target-ppc: use the new rotr/rotri instructionsaurel32
2008-11-02target-ppc: use the new subfi wrapperaurel32
2008-11-02target-ppc: simplify slw, srw, sld, srdaurel32
2008-11-02target-ppc: be more consistent with temp variables namingaurel32
2008-11-02target-ppc: fix srw on 64-bit targetsaurel32
2008-11-01target-ppc: optimize popcntbaurel32
2008-11-01target-ppc: convert 405 MAC instructions to TCGaurel32
2008-11-01target-ppc: convert arithmetic functions to TCGaurel32
2008-11-01target-ppc: xer access prototypes no more used & implementedaurel32
2008-11-01target-ppc: fix XER accesses on 64-bit targetsaurel32
2008-10-27target-ppc: use consistent names for variablesaurel32
2008-10-27target-ppc: indentation fixesaurel32
2008-10-27target-ppc: convert rotation instructions to TCGaurel32
2008-10-24Fix typos in PPC TCG conversion.pbrook
2008-10-21target-ppc: convert branch related instructions to TCGaurel32
2008-10-21target-ppc: convert logical instructions to TCGaurel32
2008-10-21target-ppc: convert crf related instructions to TCGaurel32
2008-10-21target-ppc: use the new TCG logical operationsaurel32
2008-10-21target-ppc: Convert XER accesses to TCGaurel32
2008-10-15PPC: fix dcbi instructionaurel32
2008-10-15PPC: convert SPE logical instructions to TCGaurel32
2008-10-15ppc: convert integer load/store to TCGaurel32
2008-10-15target-ppc: fix a TCG local variable creationaurel32
2008-10-15PPC: convert SPE effective address computation to TCGaurel32
2008-10-14PPC: convert effective address computation to TCGaurel32
2008-10-01ppc: fix crash in ppc system single step supportaurel32
2008-10-01target-ppc: fix computation of XER.{CA, OV} in addme, subfmeaurel32
2008-10-01target-ppc: fix mullw/mullwoaurel32
2008-09-21Add concat_i32_i64 op.pbrook
2008-09-20Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir1
2008-09-14ppc: Convert op_andi to TCGaurel32
2008-09-14ppc: Convert ctr, lr moves to TCGaurel32
2008-09-05ppc: Convert op_subf to TCGaurel32