summaryrefslogtreecommitdiff
path: root/target-ppc
AgeCommit message (Expand)AuthorFilesLines
2007-01-31siginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont.ths1-2/+1
2007-01-05PPC32 Trace Exception and Trap instruction, by Jason Wessel.ths2-2/+2
2006-12-23Check ELF binaries for machine type and endianness.ths1-0/+2
2006-12-23Use memory barriers in FORCE_RET / RETURN.ths1-2/+2
2006-06-25C99 64 bit printfbellard2-4/+4
2006-05-22PPC Breakpoints for gdb-stub (Jason Wessel)bellard2-2/+26
2006-04-23removed unnecessary headerbellard1-1/+0
2005-11-26specialize the power save code for 7x0 CPUsbellard2-1/+16
2005-11-23halt state support for ppcbellard2-1/+7
2005-11-23avoid generating useless exceptions (Jocelyn Mayer)bellard1-11/+26
2005-11-21cpu_exec_init() changebellard1-3/+1
2005-11-21target_disas() little endian changebellard1-1/+1
2005-11-20removed unneeded codebellard1-11/+1
2005-11-20added CPU_COMMON and CPUState.tb_jmp_cache[]bellard1-20/+2
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)bellard2-12/+37
2005-10-30avoid using physical accesses in user emulationbellard1-9/+29
2005-10-30moved common softmmu code to common header (Paul Brook)bellard1-66/+1
2005-07-04correct split between helper.c and op_helper.c - moved some uops to op_helper...bellard5-363/+455
2005-07-02simplified PowerPC exception handling (Jocelyn Mayer)bellard5-184/+471
2005-07-02preliminary patch to support more PowerPC CPUs (Jocelyn Mayer)bellard8-1459/+3398
2005-06-05simplified end of page handlingbellard1-6/+1
2005-06-05added back loglevel testbellard1-4/+12
2005-06-04fixed lsw[ix] / stsw[ix] potential exception bug - mtcrf workaround for Mac O...bellard1-3/+16
2005-06-04removed dynamic test of tracesbellard1-12/+12
2005-06-04xec_bc mask fixbellard1-1/+1
2005-06-04bctr and blr must ignore the two lsbbellard1-1/+1
2005-06-04MMU fix - temporary osi_call support - xec_bc mask fixbellard1-36/+35
2005-06-04added temporary osi_call callbackbellard1-0/+3
2005-05-12dcbz fix (Jocelyn Mayer)bellard1-0/+2
2005-04-23This patch adds little-endian mode support to PPC emulation.bellard3-26/+327
2005-04-23- remove the ugly "stop" pseudo-opcode.bellard1-16/+22
2005-04-17gdb support for user mode (Paul Brook)bellard1-0/+2
2005-03-13fpu fixes (Jocelyn Mayer) - soft float supportbellard6-158/+181
2005-02-15ppc fixes (Jocelyn Mayer)bellard5-67/+101
2005-02-08ppc fixes - gcc 3.4 compile fix (initial patch by Jocelyn Mayer)bellard5-52/+34
2005-01-28physical memory access functionsbellard1-3/+3
2005-01-0364 bit target supportbellard5-35/+36
2004-12-02FRSP fix (Jocelyn Mayer)bellard1-1/+1
2004-10-12correct handling of saved host registersbellard1-0/+8
2004-10-09monitor fixesbellard4-23/+23
2004-10-03removed access_type hackbellard2-32/+43
2004-09-18removed unused prototypebellard1-3/+0
2004-07-12win32 compilebellard1-1/+1
2004-07-12OS X portbellard1-3/+4
2004-07-10Mac OS X portbellard1-4/+9
2004-07-10removed stdout reference (not portable)bellard1-3/+1
2004-07-10removed unused definitionsbellard1-2/+0
2004-07-07fixed b[l] decodingbellard1-1/+4
2004-07-07suppressed unused functionbellard1-9/+0