target-mips: optimize gen_movcf_*()
[qemu] / target-mips / translate.c
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...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-09-11 thsFix tb->size mishandling, by Daniel Jacobowitz.
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-26 thsImplement recip1/recip2/rsqrt1/rsqrt2.
2007-06-02 thsCheck for R2 instructions, and throw RI if we don't...
2007-06-01 thsMake sure hflags are updated for CP0_Status changes.
2007-05-31 thsSimplify code.
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 thsCatch more MIPS FPU cornercases, fix addr.ps and mulr...
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-19 thsFix ldl/ldr implementation, 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-13 thsFix mfc0 and dmtc0 instructions on MIPS64, by Aurelien...
2007-05-13 thsDon't decode CP0 XContext on 32bit MIPS.
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 thsAnother bit of nicer debug output.
2007-05-11 thsImplement FP madd/msub, wire up bc1any[24][ft].
2007-05-11 thsImproved debug output for the MIPS opcode decoder.
2007-05-10 thsFix for the scd instruction, by Aurelien Jarno.
2007-05-09 thsFix MIPS64 address computation specialcase, by Aurelien...
2007-05-07 thsMIPS 64-bit FPU support, plus some collateral bugfixes...
2007-04-25 thsNext attempt to get the lui sign extension right.
2007-04-25 thsFix lui sign extension.
2007-04-17 thsChoose number of TLBs at runtime, by Herve Poussineau.
2007-04-16 thsSimplify branch likely handling.
2007-04-15 thsDon't use T2 for INS, it conflicts with branch delay...
2007-04-15 thsSmall code generation optimization.
2007-04-14 thsRestart interrupts after an exception.
2007-04-11 thsMake SYNCI_Step and CCRes CPU-specific.
2007-04-11 thsThrow RI for invalid MFMC0-class instructions. Introduc...
2007-04-11 thsCode formatting fix.
2007-04-11 thsMore Context/Xcontext fixes. Ifdef some 64bit-only...
2007-04-09 thsFix CP0_IntCtl handling.
2007-04-09 thsMark watchpoint features as unimplemented.
2007-04-09 thsCatch unaligned sc/scd.
2007-04-09 thsFix exception handling cornercase for rdhwr.
2007-04-09 thsRemove bogus mtc0 handling.
2007-04-07 thsImplement prefx.
2007-04-07 thsSet proper BadVAddress value for unaligned instruction...
2007-04-07 thsActually skip over delay slot for a non-taken branch...
2007-04-06 thsSave state for all CP0 instructions, they may throw...
2007-04-05 thsfix branch delay slot cornercases.
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-04 thsFix code formatting.
next