Split DMA controller in two
[qemu] / target-mips / translate.c
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 thsCatch more MIPS FPU cornercases, fix addr.ps and mulr...
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-19 thsFix ldl/ldr implementation, 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-13 thsFix mfc0 and dmtc0 instructions on MIPS64, by Aurelien...
2007-05-13 thsDon't decode CP0 XContext on 32bit MIPS.
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 thsAnother bit of nicer debug output.
2007-05-11 thsImplement FP madd/msub, wire up bc1any[24][ft].
2007-05-11 thsImproved debug output for the MIPS opcode decoder.
2007-05-10 thsFix for the scd instruction, by Aurelien Jarno.
2007-05-09 thsFix MIPS64 address computation specialcase, by Aurelien...
2007-05-07 thsMIPS 64-bit FPU support, plus some collateral bugfixes...
2007-04-25 thsNext attempt to get the lui sign extension right.
2007-04-25 thsFix lui sign extension.
2007-04-17 thsChoose number of TLBs at runtime, by Herve Poussineau.
2007-04-16 thsSimplify branch likely handling.
2007-04-15 thsDon't use T2 for INS, it conflicts with branch delay...
2007-04-15 thsSmall code generation optimization.
2007-04-14 thsRestart interrupts after an exception.
2007-04-11 thsMake SYNCI_Step and CCRes CPU-specific.
2007-04-11 thsThrow RI for invalid MFMC0-class instructions. Introduc...
2007-04-11 thsCode formatting fix.
2007-04-11 thsMore Context/Xcontext fixes. Ifdef some 64bit-only...
2007-04-09 thsFix CP0_IntCtl handling.
2007-04-09 thsMark watchpoint features as unimplemented.
2007-04-09 thsCatch unaligned sc/scd.
2007-04-09 thsFix exception handling cornercase for rdhwr.
2007-04-09 thsRemove bogus mtc0 handling.
2007-04-07 thsImplement prefx.
2007-04-07 thsSet proper BadVAddress value for unaligned instruction...
2007-04-07 thsActually skip over delay slot for a non-taken branch...
2007-04-06 thsSave state for all CP0 instructions, they may throw...
2007-04-05 thsfix branch delay slot cornercases.
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-04 thsFix code formatting.
2007-04-02 thsMIPS32R2 needs RDPGPR/WRPGPR instructions even when...
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-21 thsMove mips CPU specific initialization to translate_init.c.
2007-03-19 thsBarf on branches/jumps in branch delay slots. Spotted...
2007-03-19 thsDefine gen_intermediate_code_internal as "static inline".
2007-03-18 thsMIPS -cpu selection support, by Herve Poussineau.
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-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)