aboutsummaryrefslogtreecommitdiff
path: root/target-mips
AgeCommit message (Expand)Author
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-09-11Fix tb->size mishandling, by Daniel Jacobowitz.ths
2007-09-06Partial support for 34K multithreading, not functional yet.ths
2007-08-26Disable 64-bit instructions on 32-bit CPU, by Aurelien Jarno.ths
2007-07-29Fix MIPS cache configuration, by Aurelien Jarno.ths
2007-07-11Update TODO list.ths
2007-06-28Simplify round/ceil/floor implementation, spotted by Fabrice Bellard.ths
2007-06-27Fix computation for ceil, floor and round instructions.ths
2007-06-26Implement recip1/recip2/rsqrt1/rsqrt2.ths
2007-06-25MIPS64 improvements, based on a patch by Aurelien Jarno.ths
2007-06-23Handle MIPS64 SEGBITS value correctly.ths
2007-06-22Allow emulation of 32bit targets in the MIPS64 capable qemu version.ths
2007-06-22Fix write to K0 bits in Config0, by Aurelien Jarno.ths
2007-06-12Change 20Kc PRID to a later version.ths
2007-06-09R5k has PX implemented.ths
2007-06-03Move target-specific defines to the target directories.ths
2007-06-03Clean up of some target specifics in exec.c/cpu-exec.c.ths
2007-06-02Check for R2 instructions, and throw RI if we don't emulate R2.ths
2007-06-01Update some comments, 64bit FPU support is functional regardless ofths
2007-06-01Make sure hflags are updated for CP0_Status changes.ths
2007-06-01Update TODO.ths
2007-06-01Add support for 5Kc/5Kf/20Kc, based on a patch by Aurelien Jarno.ths
2007-06-01Allow again FPU for usermode emulation.ths
2007-05-31Simplify code.ths
2007-05-31Don't kill the registered irqs on reset.ths
2007-05-31Add proper float*_is_nan prototypes.ths
2007-05-30Fix CPU (re-)selection on reset.ths
2007-05-29Fix usermode check, thanks Aurelien Jarno.ths
2007-05-29Don't check the FPU state for each FPU instruction, use hflags toths
2007-05-28Handle PX/UX status flags correctly, by Aurelien Jarno.ths
2007-05-28Fix ddivu for 32bit hosts, by Aurelien Jarno.ths
2007-05-28Do not sign extend lwu, by Aurelien Jarno.ths
2007-05-28MIPS64 addressing fixes, by Aurelien Jarno.ths
2007-05-23The 24k wants more watch and srsmap registers.ths
2007-05-23The previous patch to make breakpoints work was a performanceths
2007-05-20Catch more MIPS FPU cornercases, fix addr.ps and mulr.ps instructions.ths
2007-05-20Fix indexed FP load/store instructions.ths
2007-05-19More MIPS 64-bit FPU support.ths
2007-05-19Fix slti/sltiu for MIPS64, by Aurelien Jarno.ths
2007-05-19Fix ldl/ldr implementation, by Aurelien Jarno.ths
2007-05-18- Move FPU exception handling into helper functions, since they are big.ths
2007-05-18Work around the lack of proper handling for self-modifying code.ths
2007-05-16More generic 64 bit multiplication support, by Aurelien Jarno.ths
2007-05-13Full MIPS64 MMU implementation, by Aurelien Jarno.ths
2007-05-13Fix mfc0 and dmtc0 instructions on MIPS64, by Aurelien Jarno.ths
2007-05-13Delete misleading comment.ths
2007-05-13Don't decode CP0 XContext on 32bit MIPS.ths
2007-05-13MMU code improvements, by Aurelien Jarno.ths
2007-05-13MIPS linux-user update.ths
2007-05-13MIPS TLB style selection at runtime, by Herve Poussineau.ths