aboutsummaryrefslogtreecommitdiff
path: root/target-ppc
AgeCommit message (Expand)Author
2007-01-31siginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont.ths
2007-01-05PPC32 Trace Exception and Trap instruction, by Jason Wessel.ths
2006-12-23Check ELF binaries for machine type and endianness.ths
2006-12-23Use memory barriers in FORCE_RET / RETURN.ths
2006-06-25C99 64 bit printfbellard
2006-05-22PPC Breakpoints for gdb-stub (Jason Wessel)bellard
2006-04-23removed unnecessary headerbellard
2005-11-26specialize the power save code for 7x0 CPUsbellard
2005-11-23halt state support for ppcbellard
2005-11-23avoid generating useless exceptions (Jocelyn Mayer)bellard
2005-11-21cpu_exec_init() changebellard
2005-11-21target_disas() little endian changebellard
2005-11-20removed unneeded codebellard
2005-11-20added CPU_COMMON and CPUState.tb_jmp_cache[]bellard
2005-11-20use direct jump only for jumps in the same page - stop translation after mtsr...bellard
2005-10-30suppressed JUMP_TB (Paul Brook)bellard
2005-10-30avoid using physical accesses in user emulationbellard
2005-10-30moved common softmmu code to common header (Paul Brook)bellard
2005-07-04correct split between helper.c and op_helper.c - moved some uops to op_helper...bellard
2005-07-02simplified PowerPC exception handling (Jocelyn Mayer)bellard
2005-07-02preliminary patch to support more PowerPC CPUs (Jocelyn Mayer)bellard
2005-06-05simplified end of page handlingbellard
2005-06-05added back loglevel testbellard
2005-06-04fixed lsw[ix] / stsw[ix] potential exception bug - mtcrf workaround for Mac O...bellard
2005-06-04removed dynamic test of tracesbellard
2005-06-04xec_bc mask fixbellard
2005-06-04bctr and blr must ignore the two lsbbellard
2005-06-04MMU fix - temporary osi_call support - xec_bc mask fixbellard
2005-06-04added temporary osi_call callbackbellard
2005-05-12dcbz fix (Jocelyn Mayer)bellard
2005-04-23This patch adds little-endian mode support to PPC emulation.bellard
2005-04-23- remove the ugly "stop" pseudo-opcode.bellard
2005-04-17gdb support for user mode (Paul Brook)bellard
2005-03-13fpu fixes (Jocelyn Mayer) - soft float supportbellard
2005-02-15ppc fixes (Jocelyn Mayer)bellard
2005-02-08ppc fixes - gcc 3.4 compile fix (initial patch by Jocelyn Mayer)bellard
2005-01-28physical memory access functionsbellard
2005-01-0364 bit target supportbellard
2004-12-02FRSP fix (Jocelyn Mayer)bellard
2004-10-12correct handling of saved host registersbellard
2004-10-09monitor fixesbellard
2004-10-03removed access_type hackbellard
2004-09-18removed unused prototypebellard
2004-07-12win32 compilebellard
2004-07-12OS X portbellard
2004-07-10Mac OS X portbellard
2004-07-10removed stdout reference (not portable)bellard
2004-07-10removed unused definitionsbellard
2004-07-07fixed b[l] decodingbellard
2004-07-07suppressed unused functionbellard