summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Replace always_inline with inlineBlue Swirl2009-08-161-4/+4
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* qemu: per-arch cpu_has_work (Marcelo Tosatti)aliguori2009-04-241-1/+7
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* target-ppc: fix a typoaurel322008-12-181-1/+1
* target-ppc: fix a typo introduced in revision 6058aurel322008-12-161-1/+1
* target-ppc: update comment about precise emulationaurel322008-12-151-2/+1
* target-ppc: remove dead codeaurel322008-12-151-1/+0
* target-ppc: enable PRECISE_EMULATION by defaultaurel322008-12-151-1/+1
* target-ppc: remove remaining warningsaurel322008-12-111-9/+0
* target-ppc: rework exception codeaurel322008-12-111-3/+0
* target-ppc: convert SPR accesses to TCGaurel322008-12-071-13/+0
* target-ppc: remove dead codeaurel322008-12-061-4/+0
* target-ppc: convert POWER shift instructions to TCGaurel322008-12-051-22/+0
* target-ppc: convert POWER2 load/store instructions to TCGaurel322008-11-271-3/+0
* target-ppc: convert SPE load/store to TCGaurel322008-11-271-10/+0
* target-ppc: convert altivec load/store to TCGaurel322008-11-241-4/+0
* target-ppc: convert exceptions generation to TCGaurel322008-11-221-2/+2
* target-ppc: convert fp ops to TCGaurel322008-11-191-1/+0
* ppc: cleanup register typesaurel322008-09-041-8/+7
* Revert revisions r4168 and r4169. That's work in progress, not ready for trun...aurel322008-04-071-0/+4
* Always enable precise emulation when softfloat is usedaurel322008-04-071-4/+0
* Fix incorrect debug prints (reported by Paul Brook).j_mayer2007-11-241-0/+2
* Fix PowerPC targets compilation on 32 bits hosts:j_mayer2007-11-141-2/+2
* PowerPC MMU and exception fixes:j_mayer2007-11-031-1/+1
* Gprof prooved the PowerPC emulation spent too much time in MSR load and storej_mayer2007-10-251-1/+1
* Replace is_user variable with mmu_idx in softmmu core,j_mayer2007-10-141-1/+1
* Implement PowerPC Altivec load & stores, used by Apple firmware for memcpy.j_mayer2007-10-071-3/+3
* PowerPC target optimisations: make intensive use of always_inline.j_mayer2007-10-071-7/+7
* Avoid op helpers that would just call helpers for TLB & SLB management:j_mayer2007-10-011-6/+0
* Great rework and cleanups to ease PowerPC implementations definitions.j_mayer2007-09-261-0/+2
* Coding style fixes in PowerPC related code (no functional change):j_mayer2007-09-171-7/+4
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-1/+1
* Fix PPCEMB for 32bit hosts.ths2007-07-111-5/+5
* Clean up of some target specifics in exec.c/cpu-exec.c.ths2007-06-031-0/+10
* Code provision for new PowerPC embedded target support with:j_mayer2007-04-241-1/+1
* Add callbacks to allow dynamic change of PowerPC clocks (to be improved)j_mayer2007-04-161-0/+1
* PowerPC bugfixes:j_mayer2007-03-221-0/+4
* PowerPC 2.03 SPE extension - first pass.j_mayer2007-03-201-3/+3
* Make it safe to use 64 bits GPR and/or 64 bits host registers.j_mayer2007-03-171-8/+14
* Great PowerPC emulation code resynchronisation and improvments:j_mayer2007-03-071-26/+50
* Use memory barriers in FORCE_RET / RETURN.ths2006-12-231-2/+2
* moved common softmmu code to common header (Paul Brook)bellard2005-10-301-66/+1
* correct split between helper.c and op_helper.c - moved some uops to op_helper...bellard2005-07-041-0/+4
* preliminary patch to support more PowerPC CPUs (Jocelyn Mayer)bellard2005-07-021-22/+2
* fpu fixes (Jocelyn Mayer) - soft float supportbellard2005-03-131-9/+1
* 64 bit target supportbellard2005-01-031-0/+3
* correct handling of saved host registersbellard2004-10-121-0/+8
* PowerPC mergebellard2004-05-231-0/+6
* PowerPC merge: real time TB and decrementer - faster and simpler exception ha...bellard2004-05-211-6/+2