| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch remaining CP0 instructions to TCG or helper functions. | ths | 2008-06-09 | 5 | -1236/+1179 |
* | Register helper functions. | ths | 2008-06-08 | 2 | -7/+18 |
* | Free constant temporaries. | ths | 2008-06-05 | 1 | -2/+20 |
* | Explicitly free temporaries. | ths | 2008-06-04 | 1 | -160/+130 |
* | Remove the temporaries cache of the MIPS target. | ths | 2008-06-04 | 1 | -83/+46 |
* | Fix pointer calculation for MIPS64 targets. | ths | 2008-06-04 | 1 | -6/+6 |
* | Delete duplicate code. | ths | 2008-06-04 | 1 | -3/+0 |
* | Fix type mismatch. | ths | 2008-06-02 | 1 | -2/+2 |
* | Fix argument order. | ths | 2008-06-02 | 1 | -2/+2 |
* | Proper sign extensions for 32-bit divisions, spotted by Richard Sandiford. | ths | 2008-06-02 | 1 | -2/+7 |
* | Fix typo. | pbrook | 2008-05-30 | 1 | -1/+1 |
* | Move clone() register setup to target specific code. Handle fork-like clone. | pbrook | 2008-05-30 | 1 | -0/+10 |
* | Fix for 32-bit MIPS. | ths | 2008-05-30 | 1 | -9/+10 |
* | Avoid qemu SIGFPE for MIPS DIV, by Richard Sandiford. | ths | 2008-05-29 | 1 | -14/+10 |
* | Fix truncate/extend reversal in MIPS DIV{, U} handling, by Richard Sandiford. | ths | 2008-05-29 | 1 | -8/+8 |
* | Fix modulus result from MIPS DDIV & avoid overflowing division, | ths | 2008-05-29 | 1 | -9/+14 |
* | Push common interrupt variables to cpu-defs.h (Glauber Costa) | bellard | 2008-05-29 | 1 | -2/+0 |
* | moved halted field to CPU_COMMON | bellard | 2008-05-28 | 1 | -2/+0 |
* | Honour current_tc for MIPS M{T,F}{HI,LO}, by Richard Sandiford. | ths | 2008-05-28 | 3 | -45/+46 |
* | Fix off-by-one unwinding error. | pbrook | 2008-05-25 | 1 | -6/+0 |
* | Fix mov[tf].ps handling for MIPS, by Richard Sandiford. | ths | 2008-05-24 | 2 | -6/+10 |
* | Un-break MIPS conditional moves, by Richard Sandiford. | ths | 2008-05-24 | 1 | -15/+17 |
* | Fix ARM conditional branch bug. | pbrook | 2008-05-24 | 1 | -24/+24 |
* | Swithc some MIPS CP0 accesses to TCG. | ths | 2008-05-23 | 2 | -451/+194 |
* | Switch MIPS movf/movt to TCG. | ths | 2008-05-23 | 2 | -23/+22 |
* | Fix build failure for MIPS64 targets on 64-bit hosts. | ths | 2008-05-23 | 1 | -1/+2 |
* | Delete dead code. | ths | 2008-05-22 | 2 | -31/+0 |
* | Switch MIPS branch handling to TCG, and clean out pointless wrapper | ths | 2008-05-22 | 2 | -450/+286 |
* | Switch MIPS clo/clz and the condition tests to TCG. | ths | 2008-05-21 | 4 | -74/+80 |
* | Switch MIPS movn/movz to TCG. | ths | 2008-05-21 | 2 | -16/+14 |
* | Add file left out from previous commit. | ths | 2008-05-18 | 1 | -0/+3 |
* | Switch most MIPS logical and arithmetic instructions to TCG. | ths | 2008-05-18 | 4 | -577/+436 |
* | Fix local register cache handling. | ths | 2008-05-18 | 1 | -4/+13 |
* | fixed do_restore_state() | bellard | 2008-05-10 | 1 | -5/+7 |
* | Be more economical with local temporaries. | ths | 2008-05-07 | 1 | -2/+44 |
* | Mention missing CPU save/restore. | ths | 2008-05-07 | 1 | -0/+1 |
* | Delete redundant prototype. | ths | 2008-05-07 | 1 | -2/+0 |
* | Delete more obsolete dyngen ops. | ths | 2008-05-07 | 1 | -115/+0 |
* | Delete obsolete MIPS dyngen ops. | ths | 2008-05-07 | 2 | -156/+0 |
* | Convert some MIPS load/store instructions to TCG. | ths | 2008-05-06 | 3 | -109/+175 |
* | Enable 64-bit FPU only for NewABI. Spotted by Vince Weaver. | ths | 2008-05-06 | 1 | -0/+2 |
* | Use TCG for MIPS GPR moves. | ths | 2008-05-06 | 4 | -42/+83 |
* | Fix MIPS64 branches. Funny how this survived testing. | ths | 2008-05-06 | 1 | -1/+1 |
* | Really really revert commit r4343 | aurel32 | 2008-05-05 | 1 | -0/+4 |
* | Really revert commit r4343 | aurel32 | 2008-05-05 | 1 | -2/+0 |
* | Don't stop translation for mtc0 compare | aurel32 | 2008-05-05 | 1 | -2/+0 |
* | remove target ifdefs from vl.c | aurel32 | 2008-05-04 | 1 | -0/+22 |
* | Simplify mips branch handling. Retire T2 from use. Use TCG for branches. | ths | 2008-05-04 | 5 | -77/+55 |
* | Fix MIPS MT GPR accesses, thanks Stefan Weil. | ths | 2008-05-03 | 2 | -10/+10 |
* | Factorize code in translate.c | aurel32 | 2008-04-28 | 1 | -0/+8 |