summaryrefslogtreecommitdiff
path: root/target-ppc/translate.c
AgeCommit message (Expand)AuthorFilesLines
2007-05-27Spelling fix (Mark Glines)blueswir11-5/+5
2007-04-24Code provision for new PowerPC embedded target support with:j_mayer1-3/+3
2007-04-19No functional changes:j_mayer1-8/+8
2007-04-16PowerPC emulation bugfixes:j_mayer1-5/+7
2007-04-16Fix a lot of debug traces for PowerPC emulation: use logfile instead of stdoutj_mayer1-0/+10
2007-04-06Fix for PowerPC 64 rotates.j_mayer1-27/+35
2007-03-30Fix rfi instruction: do not depend on current execution modej_mayer1-19/+90
2007-03-23Add missing PowerPC 64 instructionsj_mayer1-2/+140
2007-03-23Fix debug printf: we need different macros for target_ulong printsj_mayer1-6/+6
2007-03-22PowerPC improvments:j_mayer1-23/+83
2007-03-22PowerPC bugfixes:j_mayer1-1/+4
2007-03-20PowerPC 2.03 SPE extension - first pass.j_mayer1-4/+818
2007-03-19Define gen_intermediate_code_internal as "static inline".ths1-2/+3
2007-03-18As icbi is not a priviledge instruction and is treated as a load by the MMUj_mayer1-6/+37
2007-03-17Make it safe to use 64 bits GPR and/or 64 bits host registers.j_mayer1-218/+1127
2007-03-07Great PowerPC emulation code resynchronisation and improvments:j_mayer1-528/+1692
2007-01-05PPC32 Trace Exception and Trap instruction, by Jason Wessel.ths1-0/+2
2006-06-25C99 64 bit printfbellard1-3/+3
2006-05-22PPC Breakpoints for gdb-stub (Jason Wessel)bellard1-2/+21
2005-11-23halt state support for ppcbellard1-1/+2
2005-11-23avoid generating useless exceptions (Jocelyn Mayer)bellard1-11/+26
2005-11-21target_disas() little endian changebellard1-1/+1
2005-11-20use direct jump only for jumps in the same page - stop translation after mtsr...bellard1-15/+26
2005-10-30suppressed JUMP_TB (Paul Brook)bellard1-4/+27
2005-07-02simplified PowerPC exception handling (Jocelyn Mayer)bellard1-2/+9
2005-07-02preliminary patch to support more PowerPC CPUs (Jocelyn Mayer)bellard1-884/+126
2005-06-05simplified end of page handlingbellard1-6/+1
2005-06-04fixed lsw[ix] / stsw[ix] potential exception bug - mtcrf workaround for Mac O...bellard1-3/+16
2005-05-12dcbz fix (Jocelyn Mayer)bellard1-0/+2
2005-04-23This patch adds little-endian mode support to PPC emulation.bellard1-26/+98
2005-04-23- remove the ugly "stop" pseudo-opcode.bellard1-16/+22
2005-03-13fpu fixes (Jocelyn Mayer) - soft float supportbellard1-26/+69
2005-02-15ppc fixes (Jocelyn Mayer)bellard1-25/+70
2005-02-08ppc fixes - gcc 3.4 compile fix (initial patch by Jocelyn Mayer)bellard1-13/+22
2005-01-0364 bit target supportbellard1-5/+5
2004-10-09monitor fixesbellard1-18/+19
2004-10-03removed access_type hackbellard1-6/+0
2004-09-18removed unused prototypebellard1-3/+0
2004-07-12OS X portbellard1-3/+4
2004-07-10Mac OS X portbellard1-4/+9
2004-07-07fixed b[l] decodingbellard1-1/+4
2004-06-22cpu_single_env initbellard1-1/+1
2004-05-23PowerPC mergebellard1-104/+143
2004-05-23cleanupbellard1-5/+0
2004-05-21PowerPC merge: real time TB and decrementer - faster and simpler exception ha...bellard1-126/+116
2004-05-20fixed invalid includesbellard1-2/+7
2004-05-17ppc fix (Jocelyn Mayer)bellard1-3/+2
2004-04-26ppc fixes (Jocelyn Mayer)bellard1-2/+4
2004-04-25avoid unneeded castsbellard1-30/+30
2004-04-12PowerPC system emulation fixes (Jocelyn Mayer)bellard1-10/+38