2008-06-18 |
aurel32 | PPC: fix mtfsfi |
blob | commitdiff | raw |
2008-06-03 |
ths | Spelling fixes, by Stefan Weil. |
blob | commitdiff | raw | diff to current |
2008-05-10 |
aurel32 | Fix broken PPC user space single stepping |
blob | commitdiff | raw | diff to current |
2008-05-05 |
aurel32 | PPC: fix isel opcode decoding |
blob | commitdiff | raw | diff to current |
2008-04-28 |
aurel32 | Factorize code in translate.c |
blob | commitdiff | raw | diff to current |
2008-04-11 |
aurel32 | Remove osdep.c/qemu-img code duplication |
blob | commitdiff | raw | diff to current |
2008-02-01 |
bellard | use the TCG code generator |
blob | commitdiff | raw | diff to current |
2007-11-24 |
j_mayer | Fix incorrect debug prints (reported by Paul Brook). |
blob | commitdiff | raw | diff to current |
2007-11-22 |
j_mayer | Add new sane low-level memory accessors for PowerPC... |
blob | commitdiff | raw | diff to current |
2007-11-19 |
j_mayer | PowerPC instruction fixes: |
blob | commitdiff | raw | diff to current |
2007-11-19 |
j_mayer | Fix another collision in PowerPC instructions definitions. |
blob | commitdiff | raw | diff to current |
2007-11-17 |
j_mayer | A little more granularity in PowerPC instructions defin... |
blob | commitdiff | raw | diff to current |
2007-11-17 |
j_mayer | Fix collision in PowerPC instructions definitions. |
blob | commitdiff | raw | diff to current |
2007-11-16 |
j_mayer | Always make PowerPC hypervisor mode memory accesses... |
blob | commitdiff | raw | diff to current |
2007-11-14 |
j_mayer | Fix invalid PowerPC 64 rldimi optimized case. |
blob | commitdiff | raw | diff to current |
2007-11-14 |
j_mayer | Reorganize PowerPC instructions categories, add icbi... |
blob | commitdiff | raw | diff to current |
2007-11-12 |
j_mayer | PowerPC SPE extension fix: must always preserve GPR... |
blob | commitdiff | raw | diff to current |
2007-11-12 |
j_mayer | Allow use of SPE extension by all PowerPC targets, |
blob | commitdiff | raw | diff to current |
2007-11-12 |
j_mayer | Fix usage of the -1 constant in the PowerPC target... |
blob | commitdiff | raw | diff to current |
2007-11-11 |
j_mayer | Optimize PowerPC overflow flag computation in most... |
blob | commitdiff | raw | diff to current |
2007-11-04 |
j_mayer | PowerPC 601 need specific callbacks for its BATs setup. |
blob | commitdiff | raw | diff to current |
2007-11-04 |
j_mayer | Improve PowerPC CPU state dump. |
blob | commitdiff | raw | diff to current |
2007-11-02 |
j_mayer | Don't print any message when a priviledge exception... |
blob | commitdiff | raw | diff to current |
2007-10-31 |
j_mayer | Fix CR ops with complement, thanks to Julian Seward... |
blob | commitdiff | raw | diff to current |
2007-10-28 |
j_mayer | PowerPC coding style and inlining fixes. |
blob | commitdiff | raw | diff to current |
2007-10-27 |
j_mayer | Fix PowerPC FPSCR update and floating-point exception... |
blob | commitdiff | raw | diff to current |
2007-10-26 |
j_mayer | Bugfix in PowerPC dcbi instruction: |
blob | commitdiff | raw | diff to current |
2007-10-26 |
j_mayer | Pretty dump for specific PowerPC instructions names. |
blob | commitdiff | raw | diff to current |
2007-10-25 |
j_mayer | Gprof prooved the PowerPC emulation spent too much... |
blob | commitdiff | raw | diff to current |
2007-10-14 |
j_mayer | Replace is_user variable with mmu_idx in softmmu core, |
blob | commitdiff | raw | diff to current |
2007-10-07 |
j_mayer | Work-around C89 and/or "old" gcc unspecified behavior... |
blob | commitdiff | raw | diff to current |
2007-10-07 |
j_mayer | Implement PowerPC Altivec load & stores, used by Apple... |
blob | commitdiff | raw | diff to current |
2007-10-07 |
j_mayer | PowerPC target coding style fixes. |
blob | commitdiff | raw | diff to current |
2007-10-07 |
j_mayer | PowerPC target optimisations: make intensive use of... |
blob | commitdiff | raw | diff to current |
2007-10-07 |
j_mayer | Reorganize the CPUPPCState structure to group features. |
blob | commitdiff | raw | diff to current |
2007-10-07 |
j_mayer | Add MSR bits signification per PowerPC implementation... |
blob | commitdiff | raw | diff to current |
2007-10-05 |
j_mayer | Full implementation of PowerPC 64 MMU, just missing... |
blob | commitdiff | raw | diff to current |
2007-10-04 |
j_mayer | Make PowerPC cache line size implementation dependant. |
blob | commitdiff | raw | diff to current |
2007-10-02 |
j_mayer | Code provision for hypervisor mode memory accesses. |
blob | commitdiff | raw | diff to current |
2007-10-01 |
j_mayer | Fix missing nip updates for instructions that potential... |
blob | commitdiff | raw | diff to current |
2007-10-01 |
j_mayer | Handle all MMU models in switches, even if it's just... |
blob | commitdiff | raw | diff to current |
2007-10-01 |
j_mayer | Optimisations: avoid generation of duplicated micro... |
blob | commitdiff | raw | diff to current |
2007-10-01 |
j_mayer | Avoid op helpers that would just call helpers for TLB... |
blob | commitdiff | raw | diff to current |
2007-09-30 |
j_mayer | Fix (once again) PowerPC sync weight field. |
blob | commitdiff | raw | diff to current |
2007-09-30 |
j_mayer | * Update OEA environment, following the PowerPC 2.04... |
blob | commitdiff | raw | diff to current |
2007-09-30 |
j_mayer | Synchronize with latest PowerPC ISA VEA: |
blob | commitdiff | raw | diff to current |
2007-09-30 |
j_mayer | Implement Process Priority Register as defined in the... |
blob | commitdiff | raw | diff to current |
2007-09-30 |
j_mayer | Implement new floating-point instructions (fre, frin... |
blob | commitdiff | raw | diff to current |
2007-09-30 |
j_mayer | Improve single-precision floats load & stores: |
blob | commitdiff | raw | diff to current |
2007-09-29 |
j_mayer | PowerPC emulation optimization: |
blob | commitdiff | raw | diff to current |
2007-09-29 |
j_mayer | Rework PowerPC exceptions model to make it more versatile: |
blob | commitdiff | raw | diff to current |
2007-09-29 |
j_mayer | Define the proper bfd_mach to be used by the disassembl... |
blob | commitdiff | raw | diff to current |
2007-09-27 |
j_mayer | Implement size bit in PowerPC 64 comparisons. |
blob | commitdiff | raw | diff to current |
2007-09-27 |
j_mayer | Fixes for PowerPC 64 rotate and mask instructions. |
blob | commitdiff | raw | diff to current |
2007-09-26 |
j_mayer | Great rework and cleanups to ease PowerPC implementatio... |
blob | commitdiff | raw | diff to current |
2007-09-21 |
j_mayer | More PowerPC definitions, from POWER 2.04 specification... |
blob | commitdiff | raw | diff to current |
2007-09-21 |
j_mayer | Rework PowerPC 440 TLB management (thanks to Hollis... |
blob | commitdiff | raw | diff to current |
2007-09-19 |
j_mayer | Code provision for PowerPC BookE MMU model support. |
blob | commitdiff | raw | diff to current |
2007-09-17 |
j_mayer | PowerPC flags update/use fixes: |
blob | commitdiff | raw | diff to current |
2007-09-17 |
j_mayer | Coding style fixes in PowerPC related code (no function... |
blob | commitdiff | raw | diff to current |
2007-09-17 |
ths | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again... |
blob | commitdiff | raw | diff to current |
2007-09-16 |
ths | find -type f | xargs sed -i 's/[\t ]$//g' # on most... |
blob | commitdiff | raw | diff to current |
2007-09-11 |
ths | Fix tb->size mishandling, by Daniel Jacobowitz. |
blob | commitdiff | raw | diff to current |
2007-05-27 |
blueswir1 | Spelling fix (Mark Glines) |
blob | commitdiff | raw | diff to current |
2007-04-24 |
j_mayer | Code provision for new PowerPC embedded target support... |
blob | commitdiff | raw | diff to current |
2007-04-19 |
j_mayer | No functional changes: |
blob | commitdiff | raw | diff to current |
2007-04-16 |
j_mayer | PowerPC emulation bugfixes: |
blob | commitdiff | raw | diff to current |
2007-04-16 |
j_mayer | Fix a lot of debug traces for PowerPC emulation: use... |
blob | commitdiff | raw | diff to current |
2007-04-06 |
j_mayer | Fix for PowerPC 64 rotates. |
blob | commitdiff | raw | diff to current |
2007-03-30 |
j_mayer | Fix rfi instruction: do not depend on current execution... |
blob | commitdiff | raw | diff to current |
2007-03-23 |
j_mayer | Add missing PowerPC 64 instructions |
blob | commitdiff | raw | diff to current |
2007-03-23 |
j_mayer | Fix debug printf: we need different macros for target_u... |
blob | commitdiff | raw | diff to current |
2007-03-22 |
j_mayer | PowerPC improvments: |
blob | commitdiff | raw | diff to current |
2007-03-22 |
j_mayer | PowerPC bugfixes: |
blob | commitdiff | raw | diff to current |
2007-03-20 |
j_mayer | PowerPC 2.03 SPE extension - first pass. |
blob | commitdiff | raw | diff to current |
2007-03-19 |
ths | Define gen_intermediate_code_internal as "static inline". |
blob | commitdiff | raw | diff to current |
2007-03-18 |
j_mayer | As icbi is not a priviledge instruction and is treated... |
blob | commitdiff | raw | diff to current |
2007-03-17 |
j_mayer | Make it safe to use 64 bits GPR and/or 64 bits host... |
blob | commitdiff | raw | diff to current |
2007-03-07 |
j_mayer | Great PowerPC emulation code resynchronisation and... |
blob | commitdiff | raw | diff to current |
2007-01-05 |
ths | PPC32 Trace Exception and Trap instruction, by Jason... |
blob | commitdiff | raw | diff to current |
2006-06-25 |
bellard | C99 64 bit printf |
blob | commitdiff | raw | diff to current |
2006-05-22 |
bellard | PPC Breakpoints for gdb-stub (Jason Wessel) |
blob | commitdiff | raw | diff to current |
2005-11-23 |
bellard | halt state support for ppc |
blob | commitdiff | raw | diff to current |
2005-11-23 |
bellard | avoid generating useless exceptions (Jocelyn Mayer) |
blob | commitdiff | raw | diff to current |
2005-11-21 |
bellard | target_disas() little endian change |
blob | commitdiff | raw | diff to current |
2005-11-20 |
bellard | use direct jump only for jumps in the same page - stop... |
blob | commitdiff | raw | diff to current |
2005-10-30 |
bellard | suppressed JUMP_TB (Paul Brook) |
blob | commitdiff | raw | diff to current |
2005-07-02 |
bellard | simplified PowerPC exception handling (Jocelyn Mayer) |
blob | commitdiff | raw | diff to current |
2005-07-02 |
bellard | preliminary patch to support more PowerPC CPUs (Jocelyn... |
blob | commitdiff | raw | diff to current |
2005-06-05 |
bellard | simplified end of page handling |
blob | commitdiff | raw | diff to current |
2005-06-04 |
bellard | fixed lsw[ix] / stsw[ix] potential exception bug -... |
blob | commitdiff | raw | diff to current |
2005-05-12 |
bellard | dcbz fix (Jocelyn Mayer) |
blob | commitdiff | raw | diff to current |
2005-04-23 |
bellard | This patch adds little-endian mode support to PPC emula... |
blob | commitdiff | raw | diff to current |
2005-04-23 |
bellard | - remove the ugly "stop" pseudo-opcode. |
blob | commitdiff | raw | diff to current |
2005-03-13 |
bellard | fpu fixes (Jocelyn Mayer) - soft float support |
blob | commitdiff | raw | diff to current |
2005-02-15 |
bellard | ppc fixes (Jocelyn Mayer) |
blob | commitdiff | raw | diff to current |
2005-02-08 |
bellard | ppc fixes - gcc 3.4 compile fix (initial patch by Jocel... |
blob | commitdiff | raw | diff to current |
2005-01-03 |
bellard | 64 bit target support |
blob | commitdiff | raw | diff to current |
2004-10-09 |
bellard | monitor fixes |
blob | commitdiff | raw | diff to current |
2004-10-03 |
bellard | removed access_type hack |
blob | commitdiff | raw | diff to current |
next |