2007-06-23 |
ths | Handle MIPS64 SEGBITS value correctly. |
blob | commitdiff | raw |
2007-06-03 |
ths | Clean up of some target specifics in exec.c/cpu-exec.c. |
blob | commitdiff | raw | diff to current |
2007-05-31 |
ths | Add proper float*_is_nan prototypes. |
blob | commitdiff | raw | diff to current |
2007-05-28 |
ths | Fix ddivu for 32bit hosts, by Aurelien Jarno. |
blob | commitdiff | raw | diff to current |
2007-05-20 |
ths | Catch more MIPS FPU cornercases, fix addr.ps and mulr... |
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 | Full MIPS64 MMU implementation, by Aurelien Jarno. |
blob | commitdiff | raw | diff to current |
2007-05-13 |
ths | MMU code improvements, by Aurelien Jarno. |
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-04-17 |
ths | Choose number of TLBs at runtime, by Herve Poussineau. |
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-15 |
ths | Delete unused define. |
blob | commitdiff | raw | diff to current |
2007-04-13 |
ths | Nicer Log formatting. |
blob | commitdiff | raw | diff to current |
2007-04-06 |
ths | Save state for all CP0 instructions, they may throw... |
blob | commitdiff | raw | diff to current |
2007-04-05 |
ths | Fix rotr immediate ops, mask shift/rotate arguments... |
blob | commitdiff | raw | diff to current |
2007-04-02 |
ths | Build fix for 64bit machines. (This is still not correc... |
blob | commitdiff | raw | diff to current |
2007-04-01 |
ths | Actually enable 64bit configuration. |
blob | commitdiff | raw | diff to current |
2007-04-01 |
ths | MIPS64 configurations. |
blob | commitdiff | raw | diff to current |
2007-03-30 |
ths | Sanitize mips exception handling. |
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-02-28 |
ths | MIPS FPU dynamic activation, part 1, by Herve Poussineau. |
blob | commitdiff | raw | diff to current |
2007-02-20 |
ths | Replace TLSZ with TARGET_FMT_lx. |
blob | commitdiff | raw | diff to current |
2007-02-18 |
ths | Fix sign-extension of VPN field in TLB, by Herve Poussi... |
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-23 |
ths | Implementing dmfc/dmtc. |
blob | commitdiff | raw | diff to current |
2007-01-22 |
ths | Fix PageMask handling, second part. |
blob | commitdiff | raw | diff to current |
2007-01-21 |
ths | Bring TLB / PageSize handling in line with real hardwar... |
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 |
2007-01-01 |
ths | Simplify code and fix formatting. |
blob | commitdiff | raw | diff to current |
2006-12-21 |
ths | Scrap SIGN_EXTEND32. |
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-11-12 |
pbrook | Avoid redundant TLB flushes (Daniel Jacobowitz). |
blob | commitdiff | raw | diff to current |
2006-06-26 |
bellard | consistent update of ERL and EXL |
blob | commitdiff | raw | diff to current |
2006-06-14 |
bellard | MIPS FPU support (Marius Goeger) |
blob | commitdiff | raw | diff to current |
2006-05-22 |
bellard | fix wrong bitmasks for CP0_Context and CP0_EntryHi... |
blob | commitdiff | raw | diff to current |
2006-05-22 |
bellard | cosmetics (Thiemo Seufer) |
blob | commitdiff | raw | diff to current |
2006-04-23 |
bellard | removed unnecessary header |
blob | commitdiff | raw | diff to current |
2006-03-11 |
pbrook | Avoid flushing of global TLB entries for differing... |
blob | commitdiff | raw | diff to current |
2006-03-11 |
pbrook | e bitfields in mips TLB structures (Thiemo Seufer). |
blob | commitdiff | raw | diff to current |
2005-12-05 |
bellard | MIPS fixes (Daniel Jacobowitz) |
blob | commitdiff | raw | diff to current |
2005-11-26 |
bellard | mips user emulation |
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 | use MIPS_TLB_NB constant (Ralf Baechle) |
blob | commitdiff | raw | diff to current |
2005-07-02 |
bellard | use mask in C0_status (Ralf Baechle) |
blob | commitdiff | raw | diff to current |
2005-07-02 |
bellard | fixed C0 status codes (Ralf Baechle) |
blob | commitdiff | raw | diff to current |
2005-07-02 |
bellard | soft irq are just irqs (Ralf Baechle) |
blob | commitdiff | raw | diff to current |
2005-07-02 |
bellard | MIPS target (Jocelyn Mayer) |
blob | commitdiff | raw | diff to current |
|