]> Git Repo - qemu.git/history - target-mips/op.c
Convert unaligned load/store to TCG.
[qemu.git] / target-mips / op.c
2008-06-20 thsConvert unaligned load/store to TCG.
2008-06-20 thsConvert vr54xx multiply instructions to TCG.
2008-06-19 thsRemove now-dead code.
2008-06-19 thsConvert remaining MIPS FP instructions to TCG.
2008-06-12 thsSwitch the standard multiplication instructions to...
2008-06-12 thsSwitch bitfield instructions and assorted special ops...
2008-06-12 thsTCGify the simplest FP instructions.
2008-06-12 thsTCGify a few more instructions.
2008-06-11 thsCall most FP helpers without deroute through op.c
2008-06-11 thsSwitch most MIPS FP load/stores to TCG.
2008-06-09 thsSwitch remaining CP0 instructions to TCG or helper...
2008-05-24 thsFix mov[tf].ps handling for MIPS, by Richard Sandiford.
2008-05-23 thsSwithc some MIPS CP0 accesses to TCG.
2008-05-23 thsSwitch MIPS movf/movt to TCG.
2008-05-22 thsDelete dead code.
2008-05-22 thsSwitch MIPS branch handling to TCG, and clean out point...
2008-05-21 thsSwitch MIPS clo/clz and the condition tests to TCG.
2008-05-21 thsSwitch MIPS movn/movz to TCG.
2008-05-18 thsSwitch most MIPS logical and arithmetic instructions...
2008-05-07 thsDelete obsolete MIPS dyngen ops.
2008-05-06 thsConvert some MIPS load/store instructions to TCG.
2008-05-04 thsSimplify mips branch handling. Retire T2 from use....
2008-05-03 thsFix MIPS MT GPR accesses, thanks Stefan Weil.
2008-02-12 thsMake MIPS MT implementation more cache friendly.
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.
next
This page took 0.559182 seconds and 107 git commands to generate.