aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-10-01Avoid op helpers that would just call helpers for TLB & SLB management:j_mayer
2007-10-01Share more SPR instanciations between all PowerPC 401 incarnations.j_mayer
2007-10-01Implement embedded PowerPC exceptions prefix and vectors registers.j_mayer
2007-10-01Share input pins and internal interrupt controller between all PowerPC 40x.j_mayer
2007-09-30 Fix Sparc64 ldfa, lddfa, stfa, and stdfa instructionsblueswir1
2007-09-30 Fix Sparc64 wrasr instructionsblueswir1
2007-09-30Fix (once again) PowerPC sync weight field.j_mayer
2007-09-30Fix PowerPC TLB miss dump code.j_mayer
2007-09-30Fix missing case in the new PowerPC exception model.j_mayer
2007-09-30Fix inconsistent end conditions in ppc_find_xxx functions.j_mayer
2007-09-30Fix compilation on Darwin platform, avoiding the use of gcc function attributesj_mayer
2007-09-30Fix mmap to handle differing host/target page sizes, by Edgar E. Iglesias.ths
2007-09-30Add get_sp_from_cpustate implementation.ths
2007-09-30* Update OEA environment, following the PowerPC 2.04 specification:j_mayer
2007-09-30Support UltraVNC clients, by Eduardo Felipe.ths
2007-09-30Synchronize with latest PowerPC ISA VEA:j_mayer
2007-09-30Add mipsn32{,el}-linux-user.ths
2007-09-30Remove unused variable.ths
2007-09-30Code provision for n32/n64 mips userland emulation. Not functional yet.ths
2007-09-30Avoid crash on NULL timers.j_mayer
2007-09-30Implement Process Priority Register as defined in the PowerPC 2.04 spec.j_mayer
2007-09-30Implement new floating-point instructions (fre, frin, friz, frip, frim)j_mayer
2007-09-30Improve single-precision floats load & stores:j_mayer
2007-09-30XER is to be treated as a 64 bits register on 64 bits implementations,j_mayer
2007-09-30Update TODO.ths
2007-09-30Implement the PowerPC alternate time-base, following the 2.04 specification.j_mayer
2007-09-29Don't hardcode the host architecture name.ths
2007-09-29Update tarbin rule.ths
2007-09-29Enable sh4-softmmu and sh4-linux-user builds by default, by Magnus Damm.ths
2007-09-29Fix rte opcode, by Magnus Damm.ths
2007-09-29Add FRQCR read support, by Magnus Damm.ths
2007-09-29Add INTC controller prototype, by Magnus Damm.ths
2007-09-29Stand-alone SCI/SCIF emulation code, by Magnus Damm.ths
2007-09-29Stand-alone TMU emulation code, by Magnus Damm.ths
2007-09-29Add R2D-PLUS support, by Magnus Damm.ths
2007-09-29Supervisor mode implementation, by Aurelien Jarno.ths
2007-09-29Less magic constants.ths
2007-09-29PowerPC emulation optimization:j_mayer
2007-09-29Code provision for hypervisor timers resources,j_mayer
2007-09-29Fix PowerPC target objects dependenciesj_mayer
2007-09-29Provision for x86_64-linux-user target: needs get_sp_from_cpustatej_mayer
2007-09-29Rework PowerPC exceptions model to make it more versatile:j_mayer
2007-09-29make cpu_abort dump cpu state in logfile, which is useful for debugging.j_mayer
2007-09-29always_inline gcc directive can be useful.j_mayer
2007-09-29host_utils.o may also be useful for user-mode emulation.j_mayer
2007-09-29Define the proper bfd_mach to be used by the disassembler for eachj_mayer
2007-09-29Change POWERPC_PPC_GENERIC to POWERPC_DEFAULT.j_mayer
2007-09-28Fix MIPS FP underflow handling, spotted by Daniel Jacobowitz.ths
2007-09-28Build fix, ppc64 needs also a get_sp_from_cpustate function now.ths
2007-09-27Move get_sp_from_cpustate from cpu.h to target_signal.h.ths