]> git.proxmox.com Git - qemu.git/history - target-ppc/translate.c
ppc: Convert ctr, lr moves to TCG
[qemu.git] / target-ppc / translate.c
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...
2007-10-05 j_mayerFull implementation of PowerPC 64 MMU, just missing...
2007-10-04 j_mayerMake PowerPC cache line size implementation dependant.
2007-10-02 j_mayerCode provision for hypervisor mode memory accesses.
2007-10-01 j_mayerFix missing nip updates for instructions that potential...
2007-10-01 j_mayerHandle all MMU models in switches, even if it's just...
2007-10-01 j_mayerOptimisations: avoid generation of duplicated micro...
2007-10-01 j_mayerAvoid op helpers that would just call helpers for TLB...
2007-09-30 j_mayerFix (once again) PowerPC sync weight field.
2007-09-30 j_mayer* Update OEA environment, following the PowerPC 2.04...
2007-09-30 j_mayerSynchronize with latest PowerPC ISA VEA:
2007-09-30 j_mayerImplement Process Priority Register as defined in the...
2007-09-30 j_mayerImplement new floating-point instructions (fre, frin...
2007-09-30 j_mayerImprove single-precision floats load & stores:
2007-09-29 j_mayerPowerPC emulation optimization:
2007-09-29 j_mayerRework PowerPC exceptions model to make it more versatile:
2007-09-29 j_mayerDefine the proper bfd_mach to be used by the disassembl...
2007-09-27 j_mayerImplement size bit in PowerPC 64 comparisons.
2007-09-27 j_mayerFixes for PowerPC 64 rotate and mask instructions.
2007-09-26 j_mayerGreat rework and cleanups to ease PowerPC implementatio...
2007-09-21 j_mayerMore PowerPC definitions, from POWER 2.04 specification...
2007-09-21 j_mayerRework PowerPC 440 TLB management (thanks to Hollis...
2007-09-19 j_mayerCode provision for PowerPC BookE MMU model support.
2007-09-17 j_mayerPowerPC flags update/use fixes:
2007-09-17 j_mayerCoding style fixes in PowerPC related code (no function...
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-09-11 thsFix tb->size mishandling, by Daniel Jacobowitz.
2007-05-27 blueswir1Spelling fix (Mark Glines)
2007-04-24 j_mayerCode provision for new PowerPC embedded target support...
2007-04-19 j_mayerNo functional changes:
2007-04-16 j_mayerPowerPC emulation bugfixes:
2007-04-16 j_mayerFix a lot of debug traces for PowerPC emulation: use...
2007-04-06 j_mayerFix for PowerPC 64 rotates.
2007-03-30 j_mayerFix rfi instruction: do not depend on current execution...
2007-03-23 j_mayerAdd missing PowerPC 64 instructions
2007-03-23 j_mayerFix debug printf: we need different macros for target_u...
2007-03-22 j_mayerPowerPC improvments:
2007-03-22 j_mayerPowerPC bugfixes:
2007-03-20 j_mayerPowerPC 2.03 SPE extension - first pass.
next