Fix TARGET_LONG_BITS warning in TCG
[qemu] / target-ppc /
2008-12-11 aurel32target-ppc: remove remaining warnings
2008-12-11 aurel32target-ppc: remove unneeded include
2008-12-11 aurel32target-ppc: rework exception code
2008-12-11 aurel32target-ppc: remove dead code
2008-12-10 aurel32target-ppc: enable SPE and Altivec in user mode
2008-12-10 aurel32target-ppc: initialize MSR appropriately in user-mode
2008-12-08 aurel32target-ppc: kill a warning
2008-12-08 aurel32target-ppc: cleanup op_helper.c after TCG conversion
2008-12-08 aurel32target-ppc: enable access type in MMU
2008-12-08 aurel32target-ppc: memory load/store rework
2008-12-07 aurel32target-ppc: kill a few warnings
2008-12-07 aurel32target-ppc: disable single stepping
2008-12-07 aurel32target-ppc: Fix use of uninitialized TCG variable in...
2008-12-07 aurel32target-ppc: convert SPR accesses to TCG
2008-12-07 aurel32target-ppc: remove dead code
2008-12-06 aurel32target-ppc: remove dead code
2008-12-06 aurel32target-ppc: convert SLB/TLB instructions to TCG
2008-12-06 aurel32target-ppc: convert dcr load/store to TCG
2008-12-06 aurel32target-ppc: convert msr load/store to TCG
2008-12-06 aurel32target-ppc: convert POWER bridge instructions to TCG
2008-12-05 aurel32target-ppc: convert POWER shift instructions to TCG
2008-12-05 aurel32target-ppc: add functions to load/store SPR
2008-11-30 aurel32target-ppc: remove unused file op_mem_access.h
2008-11-30 aurel32target-ppc: use ldl/ldub/stl/stub for load/store in...
2008-11-30 aurel32target-ppc: convert PPC 440 instructions to TCG
2008-11-30 aurel32target-ppc: convert return from interrupt instructions...
2008-11-30 aurel32target-ppc: convert external load/store instructions...
2008-11-30 aurel32target-ppc: convert load/store with reservation instruc...
2008-11-30 aurel32target-ppc: convert lscbx instruction to TCG
2008-11-30 aurel32target-ppc: convert load/store string instructions...
2008-11-30 aurel32target-ppc: convert icbi instruction to TCG
2008-11-30 aurel32target-ppc: convert dcbz instruction to TCG
2008-11-30 aurel32target-ppc: convert load/store multiple instructions...
2008-11-30 aurel32target-ppc: convert wait instruction to TCG
2008-11-30 aurel32target-ppc: convert mfrom instruction to TCG
2008-11-30 aurel32target-ppc: remove dead code from op.c
2008-11-30 aurel32Common cpu_loop_exit prototype
2008-11-30 aurel32target-ppc: convert software TLB instructions to TCG
2008-11-27 aurel32target-ppc: convert POWER2 load/store instructions...
2008-11-27 aurel32target-ppc: convert SPE load/store to TCG
2008-11-27 aurel32target-ppc: simplify evsplati and evsplatfi
2008-11-25 aliguoriUse sys-queue.h for break/watchpoint managment (Jan...
2008-11-24 aurel32target-ppc: convert trap instructions to TCG
2008-11-24 aurel32target-ppc: convert altivec load/store to TCG
2008-11-23 aurel32target-ppc: convert FPU load/store to TCG
2008-11-23 aurel32target-ppc: fix access_type usage
2008-11-23 aurel32target-ppc: include the instruction name in load/store...
2008-11-23 aurel32target-ppc: convert SPE FP ops to TCG
2008-11-22 aurel32target-ppc: remove declaration of removed function...
2008-11-22 aurel32target-ppc: convert exceptions generation to TCG
2008-11-19 aurel32target-ppc: fix TCG type errors introduced in r5754
2008-11-19 aurel32target-ppc: convert fp ops to TCG
2008-11-18 aliguoriRefactor and enhance break/watchpoint API (Jan Kiszka)
2008-11-18 aliguoriRefactor translation block CPU state handling (Jan...
2008-11-18 aliguoriConvert CPU_PC_FROM_TB to static inline (Jan Kiszka)
2008-11-18 aurel32target-ppc: fix regression introduced by commit 5729
2008-11-17 pbrookTCG variable type checking.
2008-11-16 blueswir1Attached patch fixes a series of this warning
2008-11-10 aurel32target-ppc: convert most SPE integer instructions to TCG
2008-11-09 aurel32target-ppc: fix TCG argument
2008-11-09 aurel32target-ppc: Remove a few TCG temp variable leaks
2008-11-09 aurel32target-ppc: fixes for gen_op_neg()
2008-11-09 aurel32target-ppc: gen_op_arith_divw() & gen_op_arith_divd...
2008-11-09 aurel32target-ppc: optimize mullw and make the code more readable
2008-11-09 aurel32target-ppc: indentation fixes
2008-11-08 aurel32target-ppc: fix tcg fatal error on i386 host
2008-11-07 aurel32target-ppc: fix flags computation for tcg_gen_qemu_st
2008-11-03 aurel32target-ppc: use the new rotr/rotri instructions
2008-11-02 aurel32target-ppc: use the new subfi wrapper
2008-11-02 aurel32target-ppc: simplify slw, srw, sld, srd
2008-11-02 aurel32target-ppc: be more consistent with temp variables...
2008-11-02 aurel32target-ppc: fix srw on 64-bit targets
2008-11-01 aurel32target-ppc: optimize popcntb
2008-11-01 aurel32target-ppc: convert 405 MAC instructions to TCG
2008-11-01 aurel32target-ppc: convert arithmetic functions to TCG
2008-11-01 aurel32target-ppc: xer access prototypes no more used & implem...
2008-11-01 aurel32target-ppc: fix XER accesses on 64-bit targets
2008-10-27 aurel32target-ppc: use consistent names for variables
2008-10-27 aurel32target-ppc: indentation fixes
2008-10-27 aurel32target-ppc: convert rotation instructions to TCG
2008-10-24 pbrookFix typos in PPC TCG conversion.
2008-10-21 aurel32target-ppc: convert branch related instructions to TCG
2008-10-21 aurel32target-ppc: convert logical instructions to TCG
2008-10-21 aurel32target-ppc: convert crf related instructions to TCG
2008-10-21 aurel32target-ppc: use the new TCG logical operations
2008-10-21 aurel32target-ppc: Convert XER accesses to TCG
2008-10-15 aurel32PPC: fix dcbi instruction
2008-10-15 aurel32PPC: convert SPE logical instructions to TCG
2008-10-15 aurel32ppc: convert integer load/store to TCG
2008-10-15 aurel32target-ppc: fix a TCG local variable creation
2008-10-15 aurel32PPC: convert SPE effective address computation to TCG
2008-10-14 aurel32PPC: convert effective address computation to TCG
2008-10-01 aurel32ppc: fix crash in ppc system single step support
2008-10-01 aurel32target-ppc: fix computation of XER.{CA, OV} in addme...
2008-10-01 aurel32target-ppc: fix mullw/mullwo
2008-09-21 pbrookAdd concat_i32_i64 op.
2008-09-20 blueswir1Suppress gcc 4.x -Wpointer-sign (included in -Wall...
2008-09-14 aurel32ppc: Convert op_andi to TCG
2008-09-14 aurel32ppc: Convert ctr, lr moves to TCG
2008-09-05 aurel32ppc: Convert op_subf to TCG
next