Refactor and enhance break/watchpoint API (Jan Kiszka)
[qemu] / target-ppc / translate.c
2008-11-18 aliguoriRefactor and enhance break/watchpoint API (Jan Kiszka)
2008-11-18 aurel32target-ppc: fix regression introduced by commit 5729
2008-11-17 pbrookTCG variable type checking.
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: convert 405 MAC instructions to TCG
2008-11-01 aurel32target-ppc: convert arithmetic functions to TCG
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-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-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-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-10 aurel32Fix broken PPC user space single stepping
2008-05-05 aurel32PPC: fix isel opcode decoding
2008-04-28 aurel32Factorize code in translate.c
2008-04-11 aurel32Remove osdep.c/qemu-img code duplication
2008-02-01 bellarduse the TCG code generator
2007-11-24 j_mayerFix incorrect debug prints (reported by Paul Brook).
2007-11-22 j_mayerAdd new sane low-level memory accessors for PowerPC...
2007-11-19 j_mayerPowerPC instruction fixes:
2007-11-19 j_mayerFix another collision in PowerPC instructions definitions.
2007-11-17 j_mayerA little more granularity in PowerPC instructions defin...
2007-11-17 j_mayerFix collision in PowerPC instructions definitions.
2007-11-16 j_mayerAlways make PowerPC hypervisor mode memory accesses...
2007-11-14 j_mayerFix invalid PowerPC 64 rldimi optimized case.
2007-11-14 j_mayerReorganize PowerPC instructions categories, add icbi...
2007-11-12 j_mayerPowerPC SPE extension fix: must always preserve GPR...
2007-11-12 j_mayerAllow use of SPE extension by all PowerPC targets,
2007-11-12 j_mayerFix usage of the -1 constant in the PowerPC target...
2007-11-11 j_mayerOptimize PowerPC overflow flag computation in most...
2007-11-04 j_mayerPowerPC 601 need specific callbacks for its BATs setup.
2007-11-04 j_mayerImprove PowerPC CPU state dump.
2007-11-02 j_mayerDon't print any message when a priviledge exception...
2007-10-31 j_mayerFix CR ops with complement, thanks to Julian Seward...
2007-10-28 j_mayerPowerPC coding style and inlining fixes.
2007-10-27 j_mayerFix PowerPC FPSCR update and floating-point exception...
2007-10-26 j_mayerBugfix in PowerPC dcbi instruction:
2007-10-26 j_mayerPretty dump for specific PowerPC instructions names.
2007-10-25 j_mayerGprof prooved the PowerPC emulation spent too much...
2007-10-14 j_mayerReplace is_user variable with mmu_idx in softmmu core,
2007-10-07 j_mayerWork-around C89 and/or "old" gcc unspecified behavior...
2007-10-07 j_mayerImplement PowerPC Altivec load & stores, used by Apple...
2007-10-07 j_mayerPowerPC target coding style fixes.
2007-10-07 j_mayerPowerPC target optimisations: make intensive use of...
2007-10-07 j_mayerReorganize the CPUPPCState structure to group features.
2007-10-07 j_mayerAdd MSR bits signification per PowerPC implementation...
next