Age | Commit message (Expand) | Author |
2008-05-25 | Fix off-by-one unwinding error. | pbrook |
2008-05-23 | Fix build failure for MIPS64 targets on 64-bit hosts. | ths |
2008-05-21 | Switch MIPS clo/clz and the condition tests to TCG. | ths |
2008-05-18 | Switch most MIPS logical and arithmetic instructions to TCG. | ths |
2008-05-10 | fixed do_restore_state() | bellard |
2008-02-12 | Make MIPS MT implementation more cache friendly. | ths |
2008-01-08 | Fix broken absoluteness check for cabs.d.*. | ths |
2007-12-25 | Support for VR5432, and some of its special instructions. Original patch | ths |
2007-12-25 | Avoid host FPE for overflowing division on MIPS, by Richard Sandiford. | ths |
2007-11-18 | Add strict checking mode for softfp code. | pbrook |
2007-11-18 | Fix MIPS64 R2 instructions. | ths |
2007-11-17 | Fix int/float inconsistencies. | pbrook |
2007-11-08 | Clean out the N32 macros from target-mips, and introduce MIPS ABI specific | ths |
2007-10-29 | Adjust s390 addresses (the MSB is defined as "to be ignored"). | ths |
2007-10-28 | Implement missing MIPS supervisor mode bits. | ths |
2007-10-27 | Add sharable clz/clo inline functions and use them for the mips target. | ths |
2007-10-20 | Handle IBE on MIPS properly. | ths |
2007-10-14 | Replace is_user variable with mmu_idx in softmmu core, | j_mayer |
2007-10-09 | Use always_inline in the MIPS support where applicable. | ths |
2007-10-09 | Fix [ls][wd][lr] instructions, by Aurelien Jarno. | ths |
2007-09-30 | Code provision for n32/n64 mips userland emulation. Not functional yet. | ths |
2007-09-29 | Less magic constants. | ths |
2007-09-28 | Fix MIPS FP underflow handling, spotted by Daniel Jacobowitz. | ths |
2007-09-25 | Timer start/stop implementation, by Aurelien Jarno. | ths |
2007-09-17 | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths |
2007-09-06 | Partial support for 34K multithreading, not functional yet. | ths |
2007-06-28 | Simplify round/ceil/floor implementation, spotted by Fabrice Bellard. | ths |
2007-06-27 | Fix computation for ceil, floor and round instructions. | ths |
2007-06-26 | Implement recip1/recip2/rsqrt1/rsqrt2. | ths |
2007-06-23 | Handle MIPS64 SEGBITS value correctly. | ths |
2007-06-03 | Clean up of some target specifics in exec.c/cpu-exec.c. | ths |
2007-05-31 | Add proper float*_is_nan prototypes. | ths |
2007-05-28 | Fix ddivu for 32bit hosts, by Aurelien Jarno. | ths |
2007-05-20 | Catch more MIPS FPU cornercases, fix addr.ps and mulr.ps instructions. | ths |
2007-05-19 | More MIPS 64-bit FPU support. | ths |
2007-05-18 | - Move FPU exception handling into helper functions, since they are big. | ths |
2007-05-16 | More generic 64 bit multiplication support, by Aurelien Jarno. | ths |
2007-05-13 | Full MIPS64 MMU implementation, by Aurelien Jarno. | ths |
2007-05-13 | MMU code improvements, by Aurelien Jarno. | ths |
2007-05-13 | MIPS TLB style selection at runtime, by Herve Poussineau. | ths |
2007-04-17 | Choose number of TLBs at runtime, by Herve Poussineau. | ths |
2007-04-15 | Fix qemu SIGFPE caused by division-by-zero due to underflow. | ths |
2007-04-15 | Delete unused define. | ths |
2007-04-13 | Nicer Log formatting. | ths |
2007-04-06 | Save state for all CP0 instructions, they may throw a CPU exception. | ths |
2007-04-05 | Fix rotr immediate ops, mask shift/rotate arguments to their allowed | ths |
2007-04-02 | Build fix for 64bit machines. (This is still not correct mul/div handling.) | ths |
2007-04-01 | Actually enable 64bit configuration. | ths |
2007-04-01 | MIPS64 configurations. | ths |