]> git.proxmox.com Git - qemu.git/history - target-mips/op.c
use the TCG code generator
[qemu.git] / target-mips / op.c
2008-02-01 bellarduse the TCG code generator
2007-12-25 thsSupport for VR5432, and some of its special instruction...
2007-12-25 thsImproved PABITS handling, and config register fixes.
2007-11-18 thsFix MIPS64 R2 instructions.
2007-11-17 pbrookFix int/float inconsistencies.
2007-11-09 thsUse FORCE_RET, scrap RETURN which was implemented in...
2007-11-08 thsClean out the N32 macros from target-mips, and introduc...
2007-10-29 thsRestrict CP0_PerfCnt to legal values.
2007-10-28 thsImplement missing MIPS supervisor mode bits.
2007-10-27 thsAdd sharable clz/clo inline functions and use them...
2007-10-26 thsThe other half of the mul64 rework. Sorry for the break...
2007-10-24 thsForce proper sign extension for mfc0/mfhc0 on MIPS64.
2007-10-23 thsFix writable length of the index register.
2007-10-23 thsFix CLO calculation for MIPS64. And a small code cleanup.
2007-10-09 thsUse always_inline in the MIPS support where applicable.
2007-09-30 thsCode provision for n32/n64 mips userland emulation...
2007-09-26 thshflags computation cleanup, by Aurelien Jarno.
2007-09-25 thsTimer start/stop implementation, by Aurelien Jarno.
2007-09-25 thsOptimise instructions accessing CP0, by Aurelien Jarno.
2007-09-24 thsPer-CPU instruction decoding implementation, by Aurelie...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-09-06 thsPartial support for 34K multithreading, not functional...
2007-08-26 thsDisable 64-bit instructions on 32-bit CPU, by Aurelien...
2007-06-25 thsMIPS64 improvements, based on a patch by Aurelien Jarno.
2007-06-23 thsHandle MIPS64 SEGBITS value correctly.
2007-06-22 thsFix write to K0 bits in Config0, by Aurelien Jarno.
2007-05-29 thsDon't check the FPU state for each FPU instruction...
2007-05-28 thsHandle PX/UX status flags correctly, by Aurelien Jarno.
2007-05-28 thsMIPS64 addressing fixes, by Aurelien Jarno.
2007-05-23 thsThe 24k wants more watch and srsmap registers.
2007-05-23 thsThe previous patch to make breakpoints work was a perfo...
2007-05-20 thsFix indexed FP load/store instructions.
2007-05-19 thsMore MIPS 64-bit FPU support.
2007-05-19 thsFix slti/sltiu for MIPS64, by Aurelien Jarno.
2007-05-18 ths- Move FPU exception handling into helper functions...
2007-05-18 thsWork around the lack of proper handling for self-modify...
2007-05-16 thsMore generic 64 bit multiplication support, by Aurelien...
2007-05-13 thsFull MIPS64 MMU implementation, by Aurelien Jarno.
2007-05-13 thsFix mfc0 and dmtc0 instructions on MIPS64, by Aurelien...
2007-05-13 thsDelete misleading comment.
2007-05-13 thsMMU code improvements, by Aurelien Jarno.
2007-05-13 thsMIPS TLB style selection at runtime, by Herve Poussineau.
2007-05-11 thsImplemented cabs FP instructions, and improve exception...
2007-05-11 thsImplement FP madd/msub, wire up bc1any[24][ft].
2007-05-09 thsFix MIPS64 address computation specialcase, by Aurelien...
2007-05-08 thsWork around gcc's mips define, spotted by Stefan Weil.
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)