Use concet TCG instructions in the MIPS target.
[qemu] / target-mips / translate.c
2008-09-22 thsUse concet TCG instructions in the MIPS target.
2008-09-21 pbrookAdd concat_i32_i64 op.
2008-09-18 thsUse TCG registers for most CPU register accesses.
2008-09-18 thsMove the active FPU registers into env again, and use...
2008-09-05 aurel32TCG fixes for target-mips
2008-08-23 aurel32MIPS: don't free TCG temporary variable twice
2008-08-01 thsDelete unused variable.
2008-07-23 thsLess hardcoding of TARGET_USER_ONLY.
2008-07-21 thsA bunch of minor code improvements in the MIPS target.
2008-07-21 thsFix logging output for MIPS HI, LO registers, by Stefan...
2008-07-20 thsSimplify conditional FP moves.
2008-07-18 thsSmall cleanup of gen_intermediate_code(_internal),...
2008-07-09 thsUse temporary registers for the MIPS FPU emulation.
2008-07-05 thsFix typo in comment.
2008-07-01 thsStatic'ify some functions, and use standard inline...
2008-07-01 thsDelete duplicate code.
2008-06-30 thsSpelling fixes, spotted by Stuart Brady.
2008-06-30 thsMake bcond and btarget TCG registers.
2008-06-29 thsRemove unnecessary helper arguments, and fix some typos.
2008-06-29 pbrookAdd missing file. Fix spelling errors.
2008-06-29 pbrookAdd instruction counter.
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 thsT1 is now dead.
2008-06-24 thsReduce use of fixed registers a bit more.
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 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-11 thsAvoid gen_opc_buf overflow.
2008-06-11 thsFree some more temporaries.
2008-06-11 thsMove FP TNs to cpu env.
2008-06-10 thsFix data type mixup, spotted by malc.
2008-06-09 thsSwitch remaining CP0 instructions to TCG or helper...
2008-06-08 thsRegister helper functions.
2008-06-05 thsFree constant temporaries.
2008-06-04 thsExplicitly free temporaries.
2008-06-04 thsRemove the temporaries cache of the MIPS target.
2008-06-04 thsFix pointer calculation for MIPS64 targets.
2008-06-04 thsDelete duplicate code.
2008-06-02 thsFix type mismatch.
2008-06-02 thsFix argument order.
2008-06-02 thsProper sign extensions for 32-bit divisions, spotted...
2008-05-30 thsFix for 32-bit MIPS.
2008-05-29 thsAvoid qemu SIGFPE for MIPS DIV, by Richard Sandiford.
2008-05-29 thsFix truncate/extend reversal in MIPS DIV{, U} handling...
2008-05-29 thsFix modulus result from MIPS DDIV & avoid overflowing...
2008-05-28 thsHonour current_tc for MIPS M{T,F}{HI,LO}, by Richard...
2008-05-24 thsFix mov[tf].ps handling for MIPS, by Richard Sandiford.
2008-05-24 thsUn-break MIPS conditional moves, by Richard Sandiford.
2008-05-24 pbrookFix ARM conditional branch bug.
2008-05-23 thsSwithc some MIPS CP0 accesses to TCG.
2008-05-23 thsSwitch MIPS movf/movt to TCG.
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-18 thsFix local register cache handling.
2008-05-07 thsBe more economical with local temporaries.
2008-05-06 thsConvert some MIPS load/store instructions to TCG.
2008-05-06 thsUse TCG for MIPS GPR moves.
2008-05-06 thsFix MIPS64 branches. Funny how this survived testing.
2008-05-05 aurel32Really really revert commit r4343
2008-05-05 aurel32Really revert commit r4343
2008-05-05 aurel32Don't stop translation for mtc0 compare
2008-05-04 thsSimplify mips branch handling. Retire T2 from use....
2008-04-28 aurel32Factorize code in translate.c
2008-04-11 aurel32Remove osdep.c/qemu-img code duplication
2008-02-12 thsMake MIPS MT implementation more cache friendly.
2008-02-01 bellarduse the TCG code generator
2007-12-30 thsMIPS COP1X (and related) instructions, by Richard Sandi...
2007-12-25 thsSupport for VR5432, and some of its special instruction...
2007-12-24 thsUpdate debug code to match new accumulator register...
2007-12-09 thsHandle cpu_model in copy_cpu(), by Kirill A. Shutemov.
2007-11-26 thsMicro-optimize back-to-back store-load sequences.
2007-11-22 thsOptimize the conventional move operation.
2007-11-18 thsFix MIPS64 R2 instructions.
2007-11-10 bellardadded cpu_model parameter to cpu_init()
2007-11-08 thsClean out the N32 macros from target-mips, and introduc...
2007-11-08 thsFormatting fix.
2007-10-28 thsImplement missing MIPS supervisor mode bits.
2007-10-24 thsRemove bogus instruction decode.
2007-10-23 thsUse the standard ASE check for MIPS-3D and MT.
2007-10-23 thsSwitch bc1any* instructions off if no MIPS-3D is implem...
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-26 thsWrap a few often used tests with unlikely(), by Aurelie...
2007-09-25 thsOptimise instructions accessing CP0, by Aurelien Jarno.
2007-09-24 thsPer-CPU instruction decoding implementation, by Aurelie...
2007-09-20 j_mayerExtend TB flags to 64 bits (Alexander Graf).
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
next