MIPS FPU dynamic activation, part 1, by Herve Poussineau.
[qemu] / target-mips / translate.c
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-20 thsReplace TLSZ with TARGET_FMT_lx.
2007-01-24 thsEBase is limited to KSEG0/KSEG1 even on 64bit CPUs.
2007-01-23 thsImplementing dmfc/dmtc.
2006-12-21 thsScrap SIGN_EXTEND32.
2006-12-21 thsPreliminiary MIPS64 support, disabled by default due...
2006-12-16 thsFix erraneous fallthrough in MIPS trap implementation...
2006-12-10 thsHandle invalid accesses as SIGILL for mips/mipsel userl...
2006-12-07 thsFix build of MIPS target without FPU support.
2006-12-07 thsFix reset handling, CP0 isn't enabled by default (a...
2006-12-07 thsSimplify mask construction.
2006-12-06 thsUpdate copyright notice.
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-12-06 thsHalt/reboot support for Linux, by Daniel Jacobowitz...
2006-12-06 thsMIPS TLB performance improvements, by Daniel Jacobowitz.
2006-11-12 pbrookMIPS FPU fixes (Daniel Jacobowitz).
2006-10-23 bellardadd support for cvt.s.d and cvt.d.s (Aurelien Jarno)
2006-06-26 bellardlwu support - generate exception if unaligned pc (Mariu...
2006-06-14 bellardMIPS FPU support (Marius Goeger)
2006-05-22 bellardcosmetics (Thiemo Seufer)
2006-04-23 bellardMIPS CP0 not usable in kernel mode (Stefan Weil)
2005-12-05 bellardMIPS fixes (Daniel Jacobowitz)
2005-11-26 bellardfixed BLTZAL and BLTZALL insns - fixed regressions...
2005-11-21 bellardcpu_exec_init() change
2005-11-20 bellarduse direct jump only for jumps in the same page
2005-10-30 bellardsuppressed JUMP_TB (Paul Brook)
2005-07-04 bellardcorrect split between helper.c and op_helper.c - cosmetics
2005-07-02 bellardreport C0 status correctly (Ralf Baechle)
2005-07-02 bellardfixed priviledgees for CP0 use (Ralf Baechle)
2005-07-02 bellardunaligned load fix (Ralf Baechle)
2005-07-02 bellardfixed jump mask (Ralf Baechle)
2005-07-02 bellardMIPS target (Jocelyn Mayer)