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