summaryrefslogtreecommitdiffstats
path: root/target-mips
Commit message (Expand)AuthorAgeFilesLines
* Use concet TCG instructions in the MIPS target.ths2008-09-221-24/+4Star
* Fix Xcontext fill, by Here Poussineau.ths2008-09-211-1/+1
* Add concat_i32_i64 op.pbrook2008-09-211-17/+6Star
* Use TCG registers for most CPU register accesses.ths2008-09-181-17/+52
* Move the active FPU registers into env again, and use more TCG registersths2008-09-186-314/+330
* MIPS: Fix tlbwi/tlbwraurel322008-09-141-3/+9
* MIPS: remove empty cpu_mips_irqctrl_init()aurel322008-09-141-1/+0Star
* target-mips: fix warningaurel322008-09-141-1/+1
* TCG fixes for target-mipsaurel322008-09-051-26/+27
* Build fix for gcc-3.3.ths2008-09-021-0/+4
* Fix some warnings that would be generated by gcc -Wredundant-declsblueswir12008-08-301-3/+0Star
* MIPS: don't free TCG temporary variable twiceaurel322008-08-231-2/+0Star
* Delete unused variable.ths2008-08-011-1/+0Star
* Use plain standard inline.ths2008-07-232-11/+11
* Less hardcoding of TARGET_USER_ONLY.ths2008-07-236-390/+287Star
* A bunch of minor code improvements in the MIPS target.ths2008-07-212-21/+10Star
* Fix logging output for MIPS HI, LO registers, by Stefan Weil.ths2008-07-211-1/+2
* Fix compiler warning, by Stefan Weil.ths2008-07-201-1/+1
* Simplify conditional FP moves.ths2008-07-201-10/+5Star
* Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.ths2008-07-181-7/+5Star
* Use temporary registers for the MIPS FPU emulation.ths2008-07-095-984/+1849
* 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/+0Star
* Static'ify some functions, and use standard inline in translate.c.ths2008-07-011-22/+22
* Delete duplicate code.ths2008-07-011-3/+0Star
* 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/+43Star
* Remove unnecessary helper arguments, and fix some typos.ths2008-06-293-21/+31
* Add missing file. Fix spelling errors.pbrook2008-06-291-1/+0Star
* 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-251-4/+5
* Remove remaining uses of T0 in the MIPS target.ths2008-06-245-454/+468
* T1 is now dead.ths2008-06-243-7/+1Star
* 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/+0Star
* Delete obsolete file.ths2008-06-201-269/+0Star
* Delete obsolete prototypes.ths2008-06-201-21/+0Star
* Convert unaligned load/store to TCG.ths2008-06-204-65/+364
* Convert vr54xx multiply instructions to TCG.ths2008-06-204-240/+32Star
* Remove now-dead code.ths2008-06-191-27/+0Star
* 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/+189Star
* TCGify the simplest FP instructions.ths2008-06-123-52/+14Star