aboutsummaryrefslogtreecommitdiff
path: root/target-mips
AgeCommit message (Expand)Author
2007-10-13Update TODO.ths
2007-10-13Fix off-by-one in address check.ths
2007-10-12Unify '-cpu ?' option.j_mayer
2007-10-09Use always_inline in the MIPS support where applicable.ths
2007-10-09Delete file which should have been removed in the lst commit.ths
2007-10-09Fix [ls][wd][lr] instructions, by Aurelien Jarno.ths
2007-09-30Code provision for n32/n64 mips userland emulation. Not functional yet.ths
2007-09-30Update TODO.ths
2007-09-29Supervisor mode implementation, by Aurelien Jarno.ths
2007-09-29Less magic constants.ths
2007-09-28Fix MIPS FP underflow handling, spotted by Daniel Jacobowitz.ths
2007-09-27Move get_sp_from_cpustate from cpu.h to target_signal.h.ths
2007-09-27linux-user sigaltstack() syscall, by Thayne Harbaugh.ths
2007-09-26hflags computation cleanup, by Aurelien Jarno.ths
2007-09-26Wrap a few often used tests with unlikely(), by Aurelien Jarno.ths
2007-09-25Timer start/stop implementation, by Aurelien Jarno.ths
2007-09-25Optimise instructions accessing CP0, by Aurelien Jarno.ths
2007-09-24Per-CPU instruction decoding implementation, by Aurelien Jarno.ths
2007-09-23Fix mips usermode emulation.ths
2007-09-20Extend TB flags to 64 bits (Alexander Graf).j_mayer
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
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