Fix typo
[qemu] / target-mips / exec.h
2009-04-24 aliguoriqemu: per-arch cpu_has_work (Marcelo Tosatti)
2009-03-08 aurel32target-mips: rename helpers from do_ to helper_
2008-12-20 thsFix remaining compiler warnings for mips targets.
2008-11-30 aurel32Common cpu_loop_exit prototype
2008-11-11 aurel32target-mips: optimize gen_op_addr_add() (2/2)
2008-09-18 thsMove the active FPU registers into env again, and use...
2008-09-14 aurel32MIPS: remove empty cpu_mips_irqctrl_init()
2008-08-30 blueswir1Fix some warnings that would be generated by gcc -Wredu...
2008-07-23 thsUse plain standard inline.
2008-07-09 thsUse temporary registers for the MIPS FPU emulation.
2008-06-24 thsRemove remaining uses of T0 in the MIPS target.
2008-06-24 thsT1 is now dead.
2008-06-23 thsPass T0/T1 explicitly to helper functions, and clean...
2008-06-20 thsDelete obsolete prototypes.
2008-06-12 thsSwitch the standard multiplication instructions to...
2008-06-12 thsTCGify a few more instructions.
2008-06-11 thsCall most FP helpers without deroute through op.c
2008-06-11 thsMove FP TNs to cpu env.
2008-06-09 thsSwitch remaining CP0 instructions to TCG or helper...
2008-05-18 thsSwitch most MIPS logical and arithmetic instructions...
2008-05-07 thsDelete redundant prototype.
2008-05-06 thsUse TCG for MIPS GPR moves.
2008-05-04 thsSimplify mips branch handling. Retire T2 from use....
2008-01-09 thsFix typo which broke MIPS32R2 64-bit FPU support.
2007-12-30 thsMIPS COP1X (and related) instructions, by Richard Sandi...
2007-12-25 thsSupport for VR5432, and some of its special instruction...
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-28 thsImplement missing MIPS supervisor mode bits.
2007-10-27 thsAdd sharable clz/clo inline functions and use them...
2007-10-14 j_mayerReplace is_user variable with mmu_idx in softmmu core,
2007-10-09 thsUse always_inline in the MIPS support where applicable.
2007-10-09 thsFix [ls][wd][lr] instructions, by Aurelien Jarno.
2007-09-30 thsCode provision for n32/n64 mips userland emulation...
2007-09-29 thsSupervisor mode implementation, by Aurelien Jarno.
2007-09-26 thshflags computation cleanup, by Aurelien Jarno.
2007-09-25 thsTimer start/stop implementation, by Aurelien Jarno.
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-06-03 thsClean up of some target specifics in exec.c/cpu-exec.c.
2007-05-19 thsMore MIPS 64-bit FPU support.
2007-05-18 ths- Move FPU exception handling into helper functions...
2007-05-16 thsMore generic 64 bit multiplication support, by Aurelien...
2007-05-13 thsMIPS TLB style selection at runtime, by Herve Poussineau.
2007-05-07 thsMIPS 64-bit FPU support, plus some collateral bugfixes...
2007-04-29 thsKill broken host register definitions, thanks to Paul...
2007-04-15 thsFix qemu SIGFPE caused by division-by-zero due to under...
2007-04-01 thsActually enable 64bit configuration.
2007-03-31 thsMalta CBUS UART support.
2007-03-23 thsFix enough FPU/R2 support to get 24Kf going.
2007-03-19 thsSPARC host fixes, by Ben Taylor.
2007-02-28 thsMIPS FPU dynamic activation, part 1, by Herve Poussineau.
2007-02-02 thsSparc arm/mips/sparc register patch, by Martin Bochnig.
2007-01-24 thsReworking MIPS interrupt handling, by Aurelien Jarno.
2007-01-03 bellardmoved invalidate_tlb() to helper.c as a work around...
2006-12-23 thsUse memory barriers in FORCE_RET / RETURN.
2006-12-21 thsPreliminiary MIPS64 support, disabled by default due...
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 thsMIPS TLB performance improvements, by Daniel Jacobowitz.
2006-06-14 bellardMIPS FPU support (Marius Goeger)
2006-03-11 pbrookAdd missing function prototype.
2005-12-17 bellarddisable debug mode
2005-12-05 bellardMIPS fixes (Daniel Jacobowitz)
2005-10-30 bellardmoved common softmmu code to common header (Paul Brook)
2005-07-07 bellardcompilation fix
2005-07-04 bellardcorrect split between helper.c and op_helper.c - cosmetics
2005-07-02 bellardMIPS target (Jocelyn Mayer)