]> git.proxmox.com Git - qemu.git/history - target-ppc/op_helper.c
Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings
[qemu.git] / target-ppc / op_helper.c
2008-09-20 blueswir1Suppress gcc 4.x -Wpointer-sign (included in -Wall...
2008-08-24 aurel32Revert commits 5082 and 5083
2008-08-24 aurel32PPC: Switch a few instructions to TCG
2008-05-25 pbrookFix off-by-one unwinding error.
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
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-17 j_mayerPowerPC hypervisor mode is not fundamentally available...
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_mayerFix usage of the -1 constant in the PowerPC target...
2007-11-11 bellardfixed invalid type
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-11-03 j_mayerPowerPC MMU and exception fixes:
2007-10-29 j_mayerFix two PowerPC FPU emulation bugs (thanks to Aurelien...
2007-10-29 thsAdjust s390 addresses (the MSB is defined as "to be...
2007-10-28 j_mayerMake Alpha and PowerPC targets use shared helpers
2007-10-28 j_mayerPowerPC coding style and inlining fixes.
2007-10-27 j_mayerPowerPC floating-point helper typo.
2007-10-27 j_mayerPowerPC float bugfix: 64 bits float mantissa is 52...
2007-10-27 j_mayerFix PowerPC FPSCR update and floating-point exception...
2007-10-25 j_mayerFix PowerPC 64x64 bits multiplication overflow check.
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-14 j_mayerReplace is_user variable with mmu_idx in softmmu core,
2007-10-07 j_mayerPowerPC target optimisations: make intensive use of...
2007-10-04 j_mayerMake PowerPC cache line size implementation dependant.
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-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-29 j_mayerRework PowerPC exceptions model to make it more versatile:
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_mayerTARGET_FMT_lu may also be useful.
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-06-03 thsClean up of some target specifics in exec.c/cpu-exec.c.
2007-04-24 j_mayerDebug traces fixes.
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_mayerPowerPC 4xx software driven TLB fixes + debug traces.
2007-04-16 j_mayerAdd reset callbacks for PowerPC CPU.
2007-04-16 j_mayerFix a lot of debug traces for PowerPC emulation: use...
2007-04-12 j_mayerEmbedded PowerPC Device Control Registers infrastructure.
2007-03-31 j_mayerMerge PowerPC 405 MMU model.
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 bugfixes:
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-04-23 bellardremoved unnecessary header
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 bellardxec_bc mask fix
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-10-09 bellardmonitor fixes
2004-07-10 bellardremoved stdout reference (not portable)
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-03 bellardadded tlb_flush() flags
2004-01-18 bellardPowerPC merge (Jocelyn Mayer)
2004-01-04 bellardPowerPC system emulation (Jocelyn Mayer) - modified...