aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix typo in comment.ths2008-07-051-1/+1
* Change MIPS machine default to Malta.ths2008-07-051-2/+2
* Move interrupt_request and user_mode_only to common cpu state.pbrook2008-07-011-2/+0
* Static'ify some functions, and use standard inline in translate.c.ths2008-07-011-22/+22
* Delete duplicate code.ths2008-07-011-3/+0
* Spelling fixes, spotted by Stuart Brady.ths2008-06-301-2/+2
* Move CPU save/load registration to common code.pbrook2008-06-301-0/+2
* Make bcond and btarget TCG registers.ths2008-06-301-73/+43
* Remove unnecessary helper arguments, and fix some typos.ths2008-06-293-21/+31
* Add missing file. Fix spelling errors.pbrook2008-06-291-1/+0
* Add instruction counter.pbrook2008-06-292-0/+57
* Avoid unused input arguments which triggered tcg errors. Spotted byths2008-06-273-28/+30
* More efficient target register / TC accesses.ths2008-06-275-197/+278
* Clarify some TODO items.ths2008-06-241-4/+5
* Remove remaining uses of T0 in the MIPS target.ths2008-06-245-454/+468
* T1 is now dead.ths2008-06-243-7/+1
* Reduce use of fixed registers a bit more.ths2008-06-241-329/+356
* Use temporaries instead of fixed registers for some instructions.ths2008-06-243-303/+408
* Pass T0/T1 explicitly to helper functions, and clean up a few dyngenths2008-06-234-1105/+1130
* Delete obsolete file.ths2008-06-201-21/+0
* Delete obsolete file.ths2008-06-201-269/+0
* Delete obsolete prototypes.ths2008-06-201-21/+0
* Convert unaligned load/store to TCG.ths2008-06-204-65/+364
* Convert vr54xx multiply instructions to TCG.ths2008-06-204-240/+32
* Remove now-dead code.ths2008-06-191-27/+0
* Convert remaining MIPS FP instructions to TCG.ths2008-06-194-363/+426
* Switch the standard multiplication instructions to TCG.ths2008-06-125-94/+166
* Switch bitfield instructions and assorted special ops to TCG.ths2008-06-124-195/+189
* TCGify the simplest FP instructions.ths2008-06-123-52/+14
* TCGify a few more instructions.ths2008-06-125-89/+38
* Update TODO list.ths2008-06-111-0/+5
* Call most FP helpers without deroute through op.cths2008-06-114-364/+154
* Delete obsolete file.ths2008-06-111-104/+0
* Switch most MIPS FP load/stores to TCG.ths2008-06-113-587/+426
* Avoid gen_opc_buf overflow.ths2008-06-111-2/+6
* Free some more temporaries.ths2008-06-111-16/+11
* Move FP TNs to cpu env.ths2008-06-113-26/+27
* Fix data type mixup, spotted by malc.ths2008-06-101-10/+4
* Switch remaining CP0 instructions to TCG or helper functions.ths2008-06-095-1236/+1179
* Register helper functions.ths2008-06-082-7/+18
* Free constant temporaries.ths2008-06-051-2/+20
* Explicitly free temporaries.ths2008-06-041-160/+130
* Remove the temporaries cache of the MIPS target.ths2008-06-041-83/+46
* Fix pointer calculation for MIPS64 targets.ths2008-06-041-6/+6
* Delete duplicate code.ths2008-06-041-3/+0
* 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