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