aboutsummaryrefslogtreecommitdiff
path: root/target-ppc
AgeCommit message (Expand)Author
2007-03-31Support for PowerPC BookE exception model.j_mayer
2007-03-31Merge PowerPC 405 MMU model.j_mayer
2007-03-31As embedded PowerPC TLB model is very different from PowerPC 6xx ones,j_mayer
2007-03-30Fix rfi instruction: do not depend on current execution modej_mayer
2007-03-30Fix / update PowerPC BookE definitions.j_mayer
2007-03-30New model for PowerPC CPU hardware interrupt events:j_mayer
2007-03-28Solaris host compilation fix by Shaddy Baddah.j_mayer
2007-03-23Add missing PowerPC 64 instructionsj_mayer
2007-03-23Fix debug printf: we need different macros for target_ulong printsj_mayer
2007-03-22PowerPC improvments:j_mayer
2007-03-22PowerPC bugfixes:j_mayer
2007-03-21Fix compilation on 32 bits hosts (pb reported by Thiemo Seufer)j_mayer
2007-03-20PowerPC 2.03 SPE extension - first pass.j_mayer
2007-03-19Define gen_intermediate_code_internal as "static inline".ths
2007-03-18As icbi is not a priviledge instruction and is treated as a load by the MMUj_mayer
2007-03-17Make it safe to use 64 bits GPR and/or 64 bits host registers.j_mayer
2007-03-07Great PowerPC emulation code resynchronisation and improvments:j_mayer
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