Age | Commit message (Expand) | Author |
2011-02-09 | [PATCH] [MIPS] Clear softfpu exception state for round, trunc, ceil and floor | Chris Dearman |
2011-01-02 | softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan() | Peter Maydell |
2010-12-22 | target-mips: fix translation of MT instructions | Nathan Froyd |
2010-09-18 | MIPS: fix yield handling | Blue Swirl |
2010-07-31 | Correctly identify multiple cpus in SMP systems | Hervé Poussineau |
2010-07-25 | mips: more fixes to the MIPS interrupt glue logic | Aurelien Jarno |
2010-07-24 | mips: Correct MIPS interrupt glue logic for icount | Edgar E. Iglesias |
2010-07-03 | remove unused stuff from */exec.h | Paolo Bonzini |
2010-06-09 | target-mips: microMIPS ASE support | Nathan Froyd |
2010-02-06 | target-mips: don't call cpu_loop_exit() from helper.c | Aurelien Jarno |
2009-12-13 | target-mips: change interrupt bits to be mips16-aware | Nathan Froyd |
2009-11-30 | target-mips: use physical address in lladdr | Aurelien Jarno |
2009-11-30 | target-mips: factorize load/store code in op_helper.c | Aurelien Jarno |
2009-11-22 | target-mips: make CP0_LLAddr register CPU dependent | Aurelien Jarno |
2009-11-22 | target-mips: rename CP0_LLAddr into lladdr | Aurelien Jarno |
2009-11-14 | target-mips: fix indentation | Aurelien Jarno |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori |
2009-10-01 | Get rid of _t suffix | malc |
2009-09-21 | Add 'static' to please Sparse | Blue Swirl |
2009-07-16 | Update to a hopefully more future proof FSF address | Blue Swirl |
2009-04-15 | target-mips: variable names consistency | aurel32 |
2009-03-28 | target-mips: implement FPU Flush-To-Zero mode | aurel32 |
2009-03-08 | target-mips: remove dead code | aurel32 |
2009-03-08 | target-mips: rename helpers from do_ to helper_ | aurel32 |
2009-01-15 | global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost) | aliguori |
2009-01-15 | Convert references to logfile/loglevel to use qemu_log*() macros | aliguori |
2009-01-14 | target-mips: fix indentation | aurel32 |
2009-01-04 | Update FSF address in GPL/LGPL boilerplate | aurel32 |
2008-12-20 | Fix remaining compiler warnings for mips targets. | ths |
2008-12-07 | MIPS: remove a few warnings | aurel32 |
2008-11-17 | TCG variable type checking. | pbrook |
2008-11-11 | target-mips: convert bit shuffle ops to TCG | aurel32 |
2008-11-11 | target-mips: convert bitfield ops to TCG | aurel32 |
2008-11-11 | target-mips: fix mft* helpers/call | aurel32 |
2008-10-06 | Show size for unassigned accesses (Robert Reif) | blueswir1 |
2008-09-18 | Move the active FPU registers into env again, and use more TCG registers | ths |
2008-09-14 | MIPS: Fix tlbwi/tlbwr | aurel32 |
2008-07-23 | Use plain standard inline. | ths |
2008-07-23 | Less hardcoding of TARGET_USER_ONLY. | ths |
2008-07-09 | Use temporary registers for the MIPS FPU emulation. | ths |
2008-06-29 | Remove unnecessary helper arguments, and fix some typos. | ths |
2008-06-27 | Avoid unused input arguments which triggered tcg errors. Spotted by | ths |
2008-06-27 | More efficient target register / TC accesses. | ths |
2008-06-24 | Remove remaining uses of T0 in the MIPS target. | ths |
2008-06-24 | Use temporaries instead of fixed registers for some instructions. | ths |
2008-06-23 | Pass T0/T1 explicitly to helper functions, and clean up a few dyngen | ths |
2008-06-20 | Convert unaligned load/store to TCG. | ths |
2008-06-20 | Convert vr54xx multiply instructions to TCG. | ths |
2008-06-19 | Convert remaining MIPS FP instructions to TCG. | ths |
2008-06-12 | Switch the standard multiplication instructions to TCG. | ths |