Age | Commit message (Expand) | Author | Files | Lines |
2008-09-18 | Move the active FPU registers into env again, and use more TCG registers | ths | 1 | -261/+261 |
2008-09-14 | MIPS: Fix tlbwi/tlbwr | aurel32 | 1 | -3/+9 |
2008-07-23 | Use plain standard inline. | ths | 1 | -7/+7 |
2008-07-23 | Less hardcoding of TARGET_USER_ONLY. | ths | 1 | -93/+2 |
2008-07-09 | Use temporary registers for the MIPS FPU emulation. | ths | 1 | -368/+612 |
2008-06-29 | Remove unnecessary helper arguments, and fix some typos. | ths | 1 | -5/+5 |
2008-06-27 | Avoid unused input arguments which triggered tcg errors. Spotted by | ths | 1 | -16/+18 |
2008-06-27 | More efficient target register / TC accesses. | ths | 1 | -80/+188 |
2008-06-24 | Remove remaining uses of T0 in the MIPS target. | ths | 1 | -34/+35 |
2008-06-24 | Use temporaries instead of fixed registers for some instructions. | ths | 1 | -6/+6 |
2008-06-23 | Pass T0/T1 explicitly to helper functions, and clean up a few dyngen | ths | 1 | -549/+514 |
2008-06-20 | Convert unaligned load/store to TCG. | ths | 1 | -0/+337 |
2008-06-20 | Convert vr54xx multiply instructions to TCG. | ths | 1 | -3/+3 |
2008-06-19 | Convert remaining MIPS FP instructions to TCG. | ths | 1 | -0/+87 |
2008-06-12 | Switch the standard multiplication instructions to TCG. | ths | 1 | -10/+12 |
2008-06-12 | Switch bitfield instructions and assorted special ops to TCG. | ths | 1 | -0/+123 |
2008-06-12 | TCGify a few more instructions. | ths | 1 | -0/+6 |
2008-06-09 | Switch remaining CP0 instructions to TCG or helper functions. | ths | 1 | -4/+788 |
2008-05-25 | Fix off-by-one unwinding error. | pbrook | 1 | -6/+0 |
2008-05-23 | Fix build failure for MIPS64 targets on 64-bit hosts. | ths | 1 | -1/+2 |
2008-05-21 | Switch MIPS clo/clz and the condition tests to TCG. | ths | 1 | -0/+10 |
2008-05-18 | Switch most MIPS logical and arithmetic instructions to TCG. | ths | 1 | -50/+12 |
2008-05-10 | fixed do_restore_state() | bellard | 1 | -5/+7 |
2008-02-12 | Make MIPS MT implementation more cache friendly. | ths | 1 | -20/+20 |
2008-01-08 | Fix broken absoluteness check for cabs.d.*. | ths | 1 | -2/+2 |
2007-12-25 | Support for VR5432, and some of its special instructions. Original patch | ths | 1 | -1/+84 |
2007-12-25 | Avoid host FPE for overflowing division on MIPS, by Richard Sandiford. | ths | 1 | -3/+10 |
2007-11-18 | Add strict checking mode for softfp code. | pbrook | 1 | -4/+4 |
2007-11-18 | Fix MIPS64 R2 instructions. | ths | 1 | -9/+7 |
2007-11-17 | Fix int/float inconsistencies. | pbrook | 1 | -22/+20 |
2007-11-08 | Clean out the N32 macros from target-mips, and introduce MIPS ABI specific | ths | 1 | -5/+5 |
2007-10-29 | Adjust s390 addresses (the MSB is defined as "to be ignored"). | ths | 1 | -1/+5 |
2007-10-28 | Implement missing MIPS supervisor mode bits. | ths | 1 | -6/+12 |
2007-10-27 | Add sharable clz/clo inline functions and use them for the mips target. | ths | 1 | -0/+13 |
2007-10-20 | Handle IBE on MIPS properly. | ths | 1 | -0/+8 |
2007-10-14 | Replace is_user variable with mmu_idx in softmmu core, | j_mayer | 1 | -2/+2 |
2007-10-09 | Use always_inline in the MIPS support where applicable. | ths | 1 | -5/+5 |
2007-10-09 | Fix [ls][wd][lr] instructions, by Aurelien Jarno. | ths | 1 | -12/+0 |
2007-09-30 | Code provision for n32/n64 mips userland emulation. Not functional yet. | ths | 1 | -5/+5 |
2007-09-29 | Less magic constants. | ths | 1 | -25/+29 |
2007-09-28 | Fix MIPS FP underflow handling, spotted by Daniel Jacobowitz. | ths | 1 | -13/+0 |
2007-09-25 | Timer start/stop implementation, by Aurelien Jarno. | ths | 1 | -0/+10 |
2007-09-17 | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths | 1 | -4/+4 |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 1 | -8/+8 |
2007-09-06 | Partial support for 34K multithreading, not functional yet. | ths | 1 | -292/+313 |
2007-06-28 | Simplify round/ceil/floor implementation, spotted by Fabrice Bellard. | ths | 1 | -30/+12 |
2007-06-27 | Fix computation for ceil, floor and round instructions. | ths | 1 | -6/+24 |
2007-06-26 | Implement recip1/recip2/rsqrt1/rsqrt2. | ths | 1 | -90/+140 |
2007-06-23 | Handle MIPS64 SEGBITS value correctly. | ths | 1 | -1/+1 |
2007-06-03 | Clean up of some target specifics in exec.c/cpu-exec.c. | ths | 1 | -4/+0 |