]> git.proxmox.com Git - qemu.git/history - target-ppc/op.c
target-ppc: convert crf related instructions to TCG
[qemu.git] / target-ppc / op.c
2008-10-21 aurel32target-ppc: convert crf related instructions to TCG
2008-10-21 aurel32target-ppc: Convert XER accesses to TCG
2008-10-15 aurel32PPC: convert SPE logical instructions to TCG
2008-10-14 aurel32PPC: convert effective address computation to TCG
2008-10-01 aurel32target-ppc: fix computation of XER.{CA, OV} in addme...
2008-10-01 aurel32target-ppc: fix mullw/mullwo
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: Convert CRF moves to TCG
2008-09-04 aurel32ppc: Convert FPR 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-08-24 aurel32Revert commits 5082 and 5083
2008-08-24 aurel32PPC: Switch a few instructions to TCG
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 aurel32Use float32/64 instead of float/double
2008-02-01 bellarduse the TCG code generator
2007-11-16 j_mayerAlways make PowerPC hypervisor mode memory accesses...
2007-11-12 j_mayerAllow use of SPE extension by all PowerPC targets,
2007-11-12 j_mayerMore PowerPC target -1 usage fixes (reservation address).
2007-11-12 j_mayerFix usage of the -1 constant in the PowerPC target...
2007-11-11 j_mayerFix POWER abs & abso computation.
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-10-31 j_mayerFix CR ops with complement, thanks to Julian Seward...
2007-10-28 j_mayerMake Alpha and PowerPC targets use shared helpers
2007-10-27 j_mayerFix PowerPC FPSCR update and floating-point exception...
2007-10-25 j_mayerUse host-utils for PowerPC 64 64x64 bits multiplications.
2007-10-25 j_mayerGprof prooved the PowerPC emulation spent too much...
2007-10-14 j_mayerGenerate micro-ops for PowerPC hypervisor mode.
2007-10-07 j_mayerPowerPC target coding style fixes.
2007-10-05 j_mayerFull implementation of PowerPC 64 MMU, just missing...
2007-10-01 j_mayerFix nasty sign-extensions when running 32 bits CPU...
2007-10-01 j_mayerFix reproductible crash: call cpu_loop_exit from micro...
2007-10-01 j_mayerHandle all MMU models in switches, even if it's just...
2007-10-01 j_mayerAvoid op helpers that would just call helpers for TLB...
2007-10-01 j_mayerImplement embedded PowerPC exceptions prefix and vector...
2007-09-30 j_mayer* Update OEA environment, following the PowerPC 2.04...
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_mayerImplement the PowerPC alternate time-base, following...
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_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-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-06-23 thsSpelling fixes, by Aurelien Jarno.
2007-04-24 j_mayerCode provision for new PowerPC embedded target support...
2007-04-24 j_mayerImprove PowerPC 405 MMU model / share more code for...
2007-04-16 j_mayerAdd callbacks to allow dynamic change of PowerPC clocks...
2007-04-16 j_mayerFix a lot of debug traces for PowerPC emulation: use...
2007-04-07 j_mayerPowerPC 64 fixes
2007-03-30 j_mayerFix rfi instruction: do not depend on current execution...
2007-03-23 j_mayerAdd missing PowerPC 64 instructions
2007-03-22 j_mayerPowerPC improvments:
2007-03-22 j_mayerPowerPC bugfixes:
2007-03-21 j_mayerFix compilation on 32 bits hosts (pb reported by Thiemo...
2007-03-20 j_mayerPowerPC 2.03 SPE extension - first pass.
2007-03-18 j_mayerAs icbi is not a priviledge instruction and is treated...
2007-03-17 j_mayerMake it safe to use 64 bits GPR and/or 64 bits host...
2007-03-07 j_mayerGreat PowerPC emulation code resynchronisation and...
2006-05-22 bellardPPC Breakpoints for gdb-stub (Jason Wessel)
2005-10-30 bellardsuppressed JUMP_TB (Paul Brook)
2005-07-04 bellardcorrect split between helper.c and op_helper.c - moved...
2005-07-02 bellardsimplified PowerPC exception handling (Jocelyn Mayer)
2005-07-02 bellardpreliminary patch to support more PowerPC CPUs (Jocelyn...
2005-06-04 bellardbctr and blr must ignore the two lsb
2005-03-13 bellardfpu fixes (Jocelyn Mayer) - soft float support
2005-02-15 bellardppc fixes (Jocelyn Mayer)
2005-02-08 bellardppc fixes - gcc 3.4 compile fix (initial patch by Jocel...
2004-12-02 bellardFRSP fix (Jocelyn Mayer)
2004-05-23 bellardPowerPC merge
2004-05-21 bellardPowerPC merge: real time TB and decrementer - faster...
2004-04-26 bellardppc fixes (Jocelyn Mayer)
2004-04-12 bellardPowerPC system emulation fixes (Jocelyn Mayer)
2004-02-22 bellardsmall test optimisations
2004-02-21 bellardadding direct block chaining support - simplified branc...
2004-02-21 bellardupdate nip when processing exceptions (Jocelyn Mayer)
2004-01-18 bellardPowerPC merge (Jocelyn Mayer)
2004-01-04 bellardPowerPC system emulation (Jocelyn Mayer) - modified...
2004-01-04 bellardPowerPC fixes (Jocelyn Mayer)
2003-11-23 bellardsuppressed use of gen_multi - use intermediate FT0...
2003-11-23 bellardPowerPC support (Jocelyn Mayer)