Win32: Fix warnings
[qemu] / target-ppc /
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
2008-09-05 aurel32ppc: Convert op_add, op_addi to TCG
2008-09-04 aurel32ppc: replace op_set_FT0 with tcg_gen_movi_i64
2008-09-04 aurel32ppc: Convert nip moves to TCG
2008-09-04 aurel32ppc: remove unused code
2008-09-04 aurel32ppc: Convert CRF moves to TCG
2008-09-04 aurel32ppc: fix fpr TCG registers creation
2008-09-04 aurel32ppc: Convert FPR moves to TCG
2008-09-04 aurel32ppc: Convert Altivec register moves to TCG
2008-09-04 aurel32ppc: cleanup register types
2008-09-04 aurel32ppc: Convert GPR moves to TCG
2008-09-02 aurel32[ppc] Convert op_moven_T2_T0 to TCG
2008-09-02 aurel32[ppc] Convert op_reset_T0, op_set_{T0, T1} to TCG
2008-09-02 aurel32[ppc] Convert op_move_{T1,T2}_T0 to TCG
2008-09-02 aurel32[ppc] Convert gen_set_{T0,T1} to TCG
2008-08-30 blueswir1Fix some warnings that would be generated by gcc -Wredu...
2008-08-28 aurel32PPC: add support for TCG helpers
2008-08-28 aurel32PPC: Init TCG variables
2008-08-24 aurel32Revert commits 5082 and 5083
2008-08-24 aurel32PPC: Switch a few instructions to TCG
2008-08-24 aurel32PPC: Init TCG variables
2008-08-13 thsFix encoding of efsctsiz (powerpc spe), by Tristan...
2008-07-18 thsSmall cleanup of gen_intermediate_code(_internal),...
2008-07-01 pbrookMove interrupt_request and user_mode_only to common...
2008-06-30 pbrookMove CPU save/load registration to common code.
2008-06-29 pbrookAdd missing static qualifiers.
2008-06-29 pbrookAdd instruction counter.
2008-06-18 aurel32PPC: fix mtfsfi
2008-06-03 thsSpelling fixes, by Stefan Weil.
2008-05-30 pbrookFix typo.
2008-05-30 pbrookMove clone() register setup to target specific code...
2008-05-29 bellardPush common interrupt variables to cpu-defs.h (Glauber...
2008-05-28 bellardmoved halted field to CPU_COMMON
2008-05-25 pbrookFix off-by-one unwinding error.
2008-05-10 aurel32Fix broken PPC user space single stepping
2008-05-06 aurel32PPC: fix efstst* instructions
2008-05-06 aurel32PPC: fix definition of msr_spe
2008-05-05 aurel32PPC: fix isel opcode decoding
2008-05-04 aurel32remove target ifdefs from vl.c
2008-04-28 aurel32Factorize code in translate.c
2008-04-11 aurel32Remove osdep.c/qemu-img code duplication
2008-04-07 aurel32Revert revisions r4168 and r4169. That's work in progre...
2008-04-07 aurel32Always enable precise emulation when softfloat is used
2008-03-13 aurel32Math functions helper for CONFIG_SOFTFLOAT=yes
2008-03-13 aurel32Use float32/64 instead of float/double
2008-03-10 aurel32mtfsf: fix FPSCR_VX and FPSCR_FEX computation
2008-02-01 bellarduse the TCG code generator
2007-12-10 j_mayerCleanup: remove useless TARGET_GPR_BITS definition.
2007-12-10 j_mayerFix PowerPC 74xx definitions.
2007-12-09 thsHandle cpu_model in copy_cpu(), by Kirill A. Shutemov.
2007-11-24 j_mayerFix incorrect debug prints (reported by Paul Brook).
2007-11-23 j_mayerRevert foolish patch.
2007-11-23 pbrookFix ppc32 register dumps on 64-bit hosts.
2007-11-22 j_mayerAdd new sane low-level memory accessors for PowerPC...
2007-11-21 j_mayerFix PowerPC 7xx definitions.
2007-11-19 j_mayerRemove shared macro used to define PowerPC implementati...
2007-11-19 j_mayerPowerPC 620 MMU do not have the same exact behavior...
2007-11-19 j_mayerPowerPC instruction fixes:
2007-11-19 j_mayerFix another collision in PowerPC instructions definitions.
2007-11-19 j_mayerNew PowerPC CPU flag to define the decrementer and...
2007-11-17 j_mayerImprove PowerPC instructions set dump.
2007-11-17 j_mayerAdd definitions for Freescale PowerPC implementations,
2007-11-17 j_mayerDefine Freescale cores specific MMU model, exceptions...
2007-11-17 j_mayerA little more granularity in PowerPC instructions defin...
2007-11-17 j_mayerPowerPC hypervisor mode is not fundamentally available...
2007-11-17 j_mayerFix collision in PowerPC instructions definitions.
2007-11-17 j_mayerMake the PowerPC MMU model, exception model and input...
2007-11-17 j_mayerAdd missing definition for number of input pins for...
next