Make Alpha and PowerPC targets use shared helpers
[qemu] / target-ppc / op.c
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)