Age | Commit message (Expand) | Author | Files | Lines |
2008-06-09 | Switch remaining CP0 instructions to TCG or helper functions. | ths | 1 | -34/+1 |
2008-05-18 | Switch most MIPS logical and arithmetic instructions to TCG. | ths | 1 | -2/+0 |
2008-05-07 | Delete redundant prototype. | ths | 1 | -2/+0 |
2008-05-06 | Use TCG for MIPS GPR moves. | ths | 1 | -2/+2 |
2008-05-04 | Simplify mips branch handling. Retire T2 from use. Use TCG for branches. | ths | 1 | -4/+2 |
2008-01-09 | Fix typo which broke MIPS32R2 64-bit FPU support. | ths | 1 | -1/+1 |
2007-12-30 | MIPS COP1X (and related) instructions, by Richard Sandiford. | ths | 1 | -2/+16 |
2007-12-25 | Support for VR5432, and some of its special instructions. Original patch | ths | 1 | -0/+14 |
2007-11-09 | Use FORCE_RET, scrap RETURN which was implemented in target-specific code. | ths | 1 | -6/+0 |
2007-11-08 | Clean out the N32 macros from target-mips, and introduce MIPS ABI specific | ths | 1 | -3/+3 |
2007-10-28 | Implement missing MIPS supervisor mode bits. | ths | 1 | -8/+4 |
2007-10-27 | Add sharable clz/clo inline functions and use them for the mips target. | ths | 1 | -0/+2 |
2007-10-14 | Replace is_user variable with mmu_idx in softmmu core, | j_mayer | 1 | -1/+1 |
2007-10-09 | Use always_inline in the MIPS support where applicable. | ths | 1 | -4/+4 |
2007-10-09 | Fix [ls][wd][lr] instructions, by Aurelien Jarno. | ths | 1 | -30/+0 |
2007-09-30 | Code provision for n32/n64 mips userland emulation. Not functional yet. | ths | 1 | -5/+5 |
2007-09-29 | Supervisor mode implementation, by Aurelien Jarno. | ths | 1 | -4/+9 |
2007-09-26 | hflags computation cleanup, by Aurelien Jarno. | ths | 1 | -1/+25 |
2007-09-25 | Timer start/stop implementation, by Aurelien Jarno. | ths | 1 | -0/+2 |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 1 | -2/+2 |
2007-09-06 | Partial support for 34K multithreading, not functional yet. | ths | 1 | -19/+20 |
2007-06-03 | Clean up of some target specifics in exec.c/cpu-exec.c. | ths | 1 | -8/+19 |
2007-05-19 | More MIPS 64-bit FPU support. | ths | 1 | -46/+50 |
2007-05-18 | - Move FPU exception handling into helper functions, since they are big. | ths | 1 | -0/+71 |
2007-05-16 | More generic 64 bit multiplication support, by Aurelien Jarno. | ths | 1 | -2/+0 |
2007-05-13 | MIPS TLB style selection at runtime, by Herve Poussineau. | ths | 1 | -5/+1 |
2007-05-07 | MIPS 64-bit FPU support, plus some collateral bugfixes in the | ths | 1 | -0/+6 |
2007-04-29 | Kill broken host register definitions, thanks to Paul Brook and Herve | ths | 1 | -11/+4 |
2007-04-15 | Fix qemu SIGFPE caused by division-by-zero due to underflow. | ths | 1 | -1/+6 |
2007-04-01 | Actually enable 64bit configuration. | ths | 1 | -4/+4 |
2007-03-31 | Malta CBUS UART support. | ths | 1 | -1/+1 |
2007-03-23 | Fix enough FPU/R2 support to get 24Kf going. | ths | 1 | -0/+1 |
2007-03-19 | SPARC host fixes, by Ben Taylor. | ths | 1 | -10/+0 |
2007-02-28 | MIPS FPU dynamic activation, part 1, by Herve Poussineau. | ths | 1 | -2/+0 |
2007-02-02 | Sparc arm/mips/sparc register patch, by Martin Bochnig. | ths | 1 | -0/+10 |
2007-01-24 | Reworking MIPS interrupt handling, by Aurelien Jarno. | ths | 1 | -0/+1 |
2007-01-03 | moved invalidate_tlb() to helper.c as a work around for gcc 3.2.2 bug - suppr... | bellard | 1 | -0/+1 |
2006-12-23 | Use memory barriers in FORCE_RET / RETURN. | ths | 1 | -2/+2 |
2006-12-21 | Preliminiary MIPS64 support, disabled by default due to performance impact. | ths | 1 | -1/+47 |
2006-12-06 | Add MIPS32R2 instructions, and generally straighten out the instruction | ths | 1 | -0/+1 |
2006-12-06 | Dynamically translate MIPS mtc0 instructions. | ths | 1 | -1/+2 |
2006-12-06 | Dynamically translate MIPS mfc0 instructions. | ths | 1 | -1/+2 |
2006-12-06 | MIPS TLB performance improvements, by Daniel Jacobowitz. | ths | 1 | -0/+1 |
2006-06-14 | MIPS FPU support (Marius Goeger) | bellard | 1 | -6/+20 |
2006-03-11 | Add missing function prototype. | pbrook | 1 | -0/+2 |
2005-12-17 | disable debug mode | bellard | 1 | -1/+1 |
2005-12-05 | MIPS fixes (Daniel Jacobowitz) | bellard | 1 | -12/+13 |
2005-10-30 | moved common softmmu code to common header (Paul Brook) | bellard | 1 | -65/+1 |
2005-07-07 | compilation fix | bellard | 1 | -5/+0 |
2005-07-04 | correct split between helper.c and op_helper.c - cosmetics | bellard | 1 | -12/+0 |