xilinx: Add OPB timer.
[qemu] / target-mips / op_helper.c
2009-04-15 aurel32target-mips: variable names consistency
2009-03-28 aurel32target-mips: implement FPU Flush-To-Zero mode
2009-03-08 aurel32target-mips: remove dead code
2009-03-08 aurel32target-mips: rename helpers from do_ to helper_
2009-01-15 aliguoriglobal s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo...
2009-01-15 aliguoriConvert references to logfile/loglevel to use qemu_log...
2009-01-14 aurel32target-mips: fix indentation
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2008-12-20 thsFix remaining compiler warnings for mips targets.
2008-12-07 aurel32MIPS: remove a few warnings
2008-11-17 pbrookTCG variable type checking.
2008-11-11 aurel32target-mips: convert bit shuffle ops to TCG
2008-11-11 aurel32target-mips: convert bitfield ops to TCG
2008-11-11 aurel32target-mips: fix mft* helpers/call
2008-10-06 blueswir1Show size for unassigned accesses (Robert Reif)
2008-09-18 thsMove the active FPU registers into env again, and use...
2008-09-14 aurel32MIPS: Fix tlbwi/tlbwr
2008-07-23 thsUse plain standard inline.
2008-07-23 thsLess hardcoding of TARGET_USER_ONLY.
2008-07-09 thsUse temporary registers for the MIPS FPU emulation.
2008-06-29 thsRemove unnecessary helper arguments, and fix some typos.
2008-06-27 thsAvoid unused input arguments which triggered tcg errors...
2008-06-27 thsMore efficient target register / TC accesses.
2008-06-24 thsRemove remaining uses of T0 in the MIPS target.
2008-06-24 thsUse temporaries instead of fixed registers for some...
2008-06-23 thsPass T0/T1 explicitly to helper functions, and clean...
2008-06-20 thsConvert unaligned load/store to TCG.
2008-06-20 thsConvert vr54xx multiply instructions to TCG.
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 a few more instructions.
2008-06-09 thsSwitch remaining CP0 instructions to TCG or helper...
2008-05-25 pbrookFix off-by-one unwinding error.
2008-05-23 thsFix build failure for MIPS64 targets on 64-bit hosts.
2008-05-21 thsSwitch MIPS clo/clz and the condition tests to TCG.
2008-05-18 thsSwitch most MIPS logical and arithmetic instructions...
2008-05-10 bellardfixed do_restore_state()
2008-02-12 thsMake MIPS MT implementation more cache friendly.
2008-01-08 thsFix broken absoluteness check for cabs.d.*.
2007-12-25 thsSupport for VR5432, and some of its special instruction...
2007-12-25 thsAvoid host FPE for overflowing division on MIPS, by...
2007-11-18 pbrookAdd strict checking mode for softfp code.
2007-11-18 thsFix MIPS64 R2 instructions.
2007-11-17 pbrookFix int/float inconsistencies.
2007-11-08 thsClean out the N32 macros from target-mips, and introduc...
2007-10-29 thsAdjust s390 addresses (the MSB is defined as "to be...
2007-10-28 thsImplement missing MIPS supervisor mode bits.
2007-10-27 thsAdd sharable clz/clo inline functions and use them...
2007-10-20 thsHandle IBE on MIPS properly.
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 thsLess magic constants.
2007-09-28 thsFix MIPS FP underflow handling, spotted by Daniel Jacob...
2007-09-25 thsTimer start/stop implementation, by Aurelien Jarno.
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
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.
next