Age | Commit message (Expand) | Author | Files | Lines |
2008-06-20 | Delete obsolete file. | ths | 1 | -21/+0 |
2008-06-20 | Convert unaligned load/store to TCG. | ths | 1 | -26/+0 |
2008-06-20 | Convert vr54xx multiply instructions to TCG. | ths | 1 | -223/+0 |
2008-06-19 | Remove now-dead code. | ths | 1 | -27/+0 |
2008-06-19 | Convert remaining MIPS FP instructions to TCG. | ths | 1 | -292/+0 |
2008-06-12 | Switch the standard multiplication instructions to TCG. | ths | 1 | -74/+0 |
2008-06-12 | Switch bitfield instructions and assorted special ops to TCG. | ths | 1 | -150/+0 |
2008-06-12 | TCGify the simplest FP instructions. | ths | 1 | -27/+0 |
2008-06-12 | TCGify a few more instructions. | ths | 1 | -76/+0 |
2008-06-11 | Call most FP helpers without deroute through op.c | ths | 1 | -210/+0 |
2008-06-11 | Switch most MIPS FP load/stores to TCG. | ths | 1 | -139/+0 |
2008-06-09 | Switch remaining CP0 instructions to TCG or helper functions. | ths | 1 | -954/+0 |
2008-05-24 | Fix mov[tf].ps handling for MIPS, by Richard Sandiford. | ths | 1 | -4/+6 |
2008-05-23 | Swithc some MIPS CP0 accesses to TCG. | ths | 1 | -354/+0 |
2008-05-23 | Switch MIPS movf/movt to TCG. | ths | 1 | -15/+0 |
2008-05-22 | Delete dead code. | ths | 1 | -4/+0 |
2008-05-22 | Switch MIPS branch handling to TCG, and clean out pointless wrapper | ths | 1 | -56/+0 |
2008-05-21 | Switch MIPS clo/clz and the condition tests to TCG. | ths | 1 | -68/+0 |
2008-05-21 | Switch MIPS movn/movz to TCG. | ths | 1 | -14/+0 |
2008-05-18 | Switch most MIPS logical and arithmetic instructions to TCG. | ths | 1 | -440/+0 |
2008-05-07 | Delete obsolete MIPS dyngen ops. | ths | 1 | -98/+0 |
2008-05-06 | Convert some MIPS load/store instructions to TCG. | ths | 1 | -24/+0 |
2008-05-04 | Simplify mips branch handling. Retire T2 from use. Use TCG for branches. | ths | 1 | -35/+5 |
2008-05-03 | Fix MIPS MT GPR accesses, thanks Stefan Weil. | ths | 1 | -8/+8 |
2008-02-12 | Make MIPS MT implementation more cache friendly. | ths | 1 | -22/+22 |
2008-02-01 | use the TCG code generator | bellard | 1 | -18/+0 |
2007-12-25 | Support for VR5432, and some of its special instructions. Original patch | ths | 1 | -0/+182 |
2007-12-25 | Improved PABITS handling, and config register fixes. | ths | 1 | -3/+3 |
2007-11-18 | Fix MIPS64 R2 instructions. | ths | 1 | -15/+14 |
2007-11-17 | Fix int/float inconsistencies. | pbrook | 1 | -4/+4 |
2007-11-09 | Use FORCE_RET, scrap RETURN which was implemented in target-specific code. | ths | 1 | -371/+371 |
2007-11-08 | Clean out the N32 macros from target-mips, and introduce MIPS ABI specific | ths | 1 | -12/+12 |
2007-10-29 | Restrict CP0_PerfCnt to legal values. | ths | 1 | -1/+1 |
2007-10-28 | Implement missing MIPS supervisor mode bits. | ths | 1 | -3/+7 |
2007-10-27 | Add sharable clz/clo inline functions and use them for the mips target. | ths | 1 | -49/+18 |
2007-10-26 | The other half of the mul64 rework. Sorry for the breakage, I committed | ths | 1 | -2/+2 |
2007-10-24 | Force proper sign extension for mfc0/mfhc0 on MIPS64. | ths | 1 | -2/+2 |
2007-10-23 | Fix writable length of the index register. | ths | 1 | -1/+8 |
2007-10-23 | Fix CLO calculation for MIPS64. And a small code cleanup. | ths | 1 | -5/+5 |
2007-10-09 | Use always_inline in the MIPS support where applicable. | ths | 1 | -2/+2 |
2007-09-30 | Code provision for n32/n64 mips userland emulation. Not functional yet. | ths | 1 | -12/+12 |
2007-09-26 | hflags computation cleanup, by Aurelien Jarno. | ths | 1 | -54/+4 |
2007-09-25 | Timer start/stop implementation, by Aurelien Jarno. | ths | 1 | -3/+10 |
2007-09-25 | Optimise instructions accessing CP0, by Aurelien Jarno. | ths | 1 | -21/+20 |
2007-09-24 | Per-CPU instruction decoding implementation, by Aurelien Jarno. | ths | 1 | -10/+7 |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 1 | -1/+1 |
2007-09-06 | Partial support for 34K multithreading, not functional yet. | ths | 1 | -90/+785 |
2007-08-26 | Disable 64-bit instructions on 32-bit CPU, by Aurelien Jarno. | ths | 1 | -6/+9 |
2007-06-25 | MIPS64 improvements, based on a patch by Aurelien Jarno. | ths | 1 | -2/+2 |
2007-06-23 | Handle MIPS64 SEGBITS value correctly. | ths | 1 | -2/+3 |