]> git.proxmox.com Git - qemu.git/history - target-mips/op.c
MIPS 64-bit FPU support, plus some collateral bugfixes in the
[qemu.git] / target-mips / op.c
2007-05-07 thsMIPS 64-bit FPU support, plus some collateral bugfixes...
2007-04-17 thsChoose number of TLBs at runtime, by Herve Poussineau.
2007-04-15 thsDon't use T2 for INS, it conflicts with branch delay...
2007-04-15 thsFix qemu SIGFPE caused by division-by-zero due to under...
2007-04-14 thsRestart interrupts after an exception.
2007-04-13 thsAnother fix for CP0 Cause register handling.
2007-04-11 thsMore Context/Xcontext fixes. Ifdef some 64bit-only...
2007-04-09 thsFix CP0_IntCtl handling.
2007-04-09 thsProper handling of reserved bits in the context register.
2007-04-09 thsMark watchpoint features as unimplemented.
2007-04-09 thsFix exception handling cornercase for rdhwr.
2007-04-07 thsFix ins/ext cornercase.
2007-04-06 thsSave state for all CP0 instructions, they may throw...
2007-04-05 thsFix rotr immediate ops, mask shift/rotate arguments...
2007-04-05 thsFix RDHWR handling. Code formatting. Don't use *_direct...
2007-04-01 thsActually enable 64bit configuration.
2007-03-30 thsSanitize mips exception handling.
2007-03-23 thsFix enough FPU/R2 support to get 24Kf going.
2007-03-18 thsFix BD flag handling, cause register contents, implemen...
2007-03-02 thsMIPS Userland TLS register emulation, by Daniel Jacobowitz.
2007-02-28 thsMIPS FPU dynamic activation, part 1, by Herve Poussineau.
2007-02-27 thsFix mips FPU emulation, 32 bit data types are allowed...
2007-02-18 thsFix sign-extension of VPN field in TLB, by Herve Poussi...
2007-01-24 thsEBase is limited to KSEG0/KSEG1 even on 64bit CPUs.
2007-01-24 thsReworking MIPS interrupt handling, by Aurelien Jarno.
2007-01-23 thsImplementing dmfc/dmtc.
2007-01-01 thsFix bad data type.
2006-12-21 thsScrap SIGN_EXTEND32.
2006-12-21 thsPreliminiary MIPS64 support, disabled by default due...
2006-12-07 thsFix build of MIPS target without FPU support.
2006-12-06 thsAdd MIPS32R2 instructions, and generally straighten...
2006-12-06 thsDynamically translate MIPS mtc0 instructions.
2006-12-06 thsDynamically translate MIPS mfc0 instructions.
2006-11-12 pbrookMIPS FPU fixes (Daniel Jacobowitz).
2006-10-29 bellardcompilation fix
2006-10-23 bellardadd support for cvt.s.d and cvt.d.s (Aurelien Jarno)
2006-06-26 bellardconsistent update of ERL and EXL
2006-06-14 bellardMIPS FPU support (Marius Goeger)
2006-04-23 bellardMIPS single stepping fix (Dirk Behme)
2006-04-23 bellardFix overflow conditions for MIPS add / subtract (Stefan...
2005-12-05 bellardMIPS fixes (Daniel Jacobowitz)
2005-10-30 bellardsuppressed JUMP_TB (Paul Brook)
2005-07-02 bellardmoved CALL_FROM_TBx definitions
2005-07-02 bellardfixed eret insn (Ralf Baechle)
2005-07-02 bellardMIPS target (Jocelyn Mayer)