summaryrefslogtreecommitdiffstats
path: root/target-mips
Commit message (Expand)AuthorAgeFilesLines
...
* TCGify a few more instructions.ths2008-06-125-89/+38Star
* Update TODO list.ths2008-06-111-0/+5
* Call most FP helpers without deroute through op.cths2008-06-114-364/+154Star
* Delete obsolete file.ths2008-06-111-104/+0Star
* Switch most MIPS FP load/stores to TCG.ths2008-06-113-587/+426Star
* Avoid gen_opc_buf overflow.ths2008-06-111-2/+6
* Free some more temporaries.ths2008-06-111-16/+11Star
* Move FP TNs to cpu env.ths2008-06-113-26/+27
* Fix data type mixup, spotted by malc.ths2008-06-101-10/+4Star
* Switch remaining CP0 instructions to TCG or helper functions.ths2008-06-095-1236/+1179Star
* Register helper functions.ths2008-06-082-7/+18
* Free constant temporaries.ths2008-06-051-2/+20
* Explicitly free temporaries.ths2008-06-041-160/+130Star
* Remove the temporaries cache of the MIPS target.ths2008-06-041-83/+46Star
* Fix pointer calculation for MIPS64 targets.ths2008-06-041-6/+6
* Delete duplicate code.ths2008-06-041-3/+0Star
* Fix type mismatch.ths2008-06-021-2/+2
* Fix argument order.ths2008-06-021-2/+2
* Proper sign extensions for 32-bit divisions, spotted by Richard Sandiford.ths2008-06-021-2/+7
* Fix typo.pbrook2008-05-301-1/+1
* Move clone() register setup to target specific code. Handle fork-like clone.pbrook2008-05-301-0/+10
* Fix for 32-bit MIPS.ths2008-05-301-9/+10
* Avoid qemu SIGFPE for MIPS DIV, by Richard Sandiford.ths2008-05-291-14/+10Star
* Fix truncate/extend reversal in MIPS DIV{, U} handling, by Richard Sandiford.ths2008-05-291-8/+8
* Fix modulus result from MIPS DDIV & avoid overflowing division,ths2008-05-291-9/+14
* Push common interrupt variables to cpu-defs.h (Glauber Costa)bellard2008-05-291-2/+0Star
* moved halted field to CPU_COMMONbellard2008-05-281-2/+0Star
* Honour current_tc for MIPS M{T,F}{HI,LO}, by Richard Sandiford.ths2008-05-283-45/+46
* Fix off-by-one unwinding error.pbrook2008-05-251-6/+0Star
* Fix mov[tf].ps handling for MIPS, by Richard Sandiford.ths2008-05-242-6/+10
* Un-break MIPS conditional moves, by Richard Sandiford.ths2008-05-241-15/+17
* Fix ARM conditional branch bug.pbrook2008-05-241-24/+24
* Swithc some MIPS CP0 accesses to TCG.ths2008-05-232-451/+194Star
* Switch MIPS movf/movt to TCG.ths2008-05-232-23/+22Star
* Fix build failure for MIPS64 targets on 64-bit hosts.ths2008-05-231-1/+2
* Delete dead code.ths2008-05-222-31/+0Star
* Switch MIPS branch handling to TCG, and clean out pointless wrapperths2008-05-222-450/+286Star
* Switch MIPS clo/clz and the condition tests to TCG.ths2008-05-214-74/+80
* Switch MIPS movn/movz to TCG.ths2008-05-212-16/+14Star
* Add file left out from previous commit.ths2008-05-191-0/+3
* Switch most MIPS logical and arithmetic instructions to TCG.ths2008-05-194-577/+436Star
* Fix local register cache handling.ths2008-05-191-4/+13
* fixed do_restore_state()bellard2008-05-101-5/+7
* Be more economical with local temporaries.ths2008-05-071-2/+44
* Mention missing CPU save/restore.ths2008-05-071-0/+1
* Delete redundant prototype.ths2008-05-071-2/+0Star
* Delete more obsolete dyngen ops.ths2008-05-071-115/+0Star
* Delete obsolete MIPS dyngen ops.ths2008-05-072-156/+0Star
* Convert some MIPS load/store instructions to TCG.ths2008-05-063-109/+175
* Enable 64-bit FPU only for NewABI. Spotted by Vince Weaver.ths2008-05-061-0/+2