]> git.ipfire.org Git - thirdparty/qemu.git/history - target-mips/op_helper.c
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
[thirdparty/qemu.git] / target-mips / op_helper.c
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-28  thsSimplify round/ceil/floor implementation, spotted by...
2007-06-27  thsFix computation for ceil, floor and round instructions.
2007-06-26  thsImplement recip1/recip2/rsqrt1/rsqrt2.
2007-06-23  thsHandle MIPS64 SEGBITS value correctly.
2007-06-03  thsClean up of some target specifics in exec.c/cpu-exec.c.
2007-05-31  thsAdd proper float*_is_nan prototypes.
2007-05-28  thsFix ddivu for 32bit hosts, by Aurelien Jarno.
2007-05-20  thsCatch more MIPS FPU cornercases, fix addr.ps and mulr...
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  thsFull MIPS64 MMU implementation, by Aurelien Jarno.
2007-05-13  thsMMU code improvements, by Aurelien Jarno.
2007-05-13  thsMIPS TLB style selection at runtime, by Herve Poussineau.
2007-04-17  thsChoose number of TLBs at runtime, by Herve Poussineau.
2007-04-15  thsFix qemu SIGFPE caused by division-by-zero due to under...
2007-04-15  thsDelete unused define.
2007-04-13  thsNicer Log formatting.
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-02  thsBuild fix for 64bit machines. (This is still not correc...
2007-04-01  thsActually enable 64bit configuration.
2007-04-01  thsMIPS64 configurations.
2007-03-30  thsSanitize mips exception handling.
2007-03-23  thsFix enough FPU/R2 support to get 24Kf going.
2007-02-28  thsMIPS FPU dynamic activation, part 1, by Herve Poussineau.
2007-02-20  thsReplace TLSZ with TARGET_FMT_lx.
2007-02-18  thsFix sign-extension of VPN field in TLB, by Herve Poussi...
2007-01-24  thsReworking MIPS interrupt handling, by Aurelien Jarno.
2007-01-23  thsImplementing dmfc/dmtc.
2007-01-22  thsFix PageMask handling, second part.
2007-01-21  thsBring TLB / PageSize handling in line with real hardwar...
2007-01-03  bellardmoved invalidate_tlb() to helper.c as a work around...
2007-01-01  thsSimplify code and fix formatting.
2006-12-21  thsScrap SIGN_EXTEND32.
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-11-12  pbrookAvoid redundant TLB flushes (Daniel Jacobowitz).
2006-06-26  bellardconsistent update of ERL and EXL
2006-06-14  bellardMIPS FPU support (Marius Goeger)
2006-05-22  bellardfix wrong bitmasks for CP0_Context and CP0_EntryHi...
2006-05-22  bellardcosmetics (Thiemo Seufer)
2006-04-23  bellardremoved unnecessary header
2006-03-11  pbrookAvoid flushing of global TLB entries for differing...
2006-03-11  pbrooke bitfields in mips TLB structures (Thiemo Seufer).
2005-12-05  bellardMIPS fixes (Daniel Jacobowitz)
2005-11-26  bellardmips user emulation
2005-07-04  bellardcorrect split between helper.c and op_helper.c - cosmetics
2005-07-02  bellarduse MIPS_TLB_NB constant (Ralf Baechle)
2005-07-02  bellarduse mask in C0_status (Ralf Baechle)
2005-07-02  bellardfixed C0 status codes (Ralf Baechle)
2005-07-02  bellardsoft irq are just irqs (Ralf Baechle)
2005-07-02  bellardMIPS target (Jocelyn Mayer)