better than nothing 64 bit support - added sign extension for TYPE_LONG
[qemu] / target-mips /
2007-11-10 bellardadded cpu_model parameter to cpu_init()
2007-11-09 thsUse FORCE_RET, scrap RETURN which was implemented in...
2007-11-09 thsMove kernel loader parameters from the cpu state to...
2007-11-08 thsClean out the N32 macros from target-mips, and introduc...
2007-11-08 thsFormatting fix.
2007-10-29 thsAdjust s390 addresses (the MSB is defined as "to be...
2007-10-29 thsPreliminary MIPS64R2 mode.
2007-10-29 thsFix logic bug which broke TLBL/TLBS handling somewhat.
2007-10-29 thsRestrict CP0_PerfCnt to legal values.
2007-10-28 thsImplement missing MIPS supervisor mode bits.
2007-10-27 thsAdd sharable clz/clo inline functions and use them...
2007-10-26 thsThe other half of the mul64 rework. Sorry for the break...
2007-10-24 thsRemove bogus instruction decode.
2007-10-24 thsForce proper sign extension for mfc0/mfhc0 on MIPS64.
2007-10-23 thsFix writable length of the index register.
2007-10-23 thsEnforce proper sign extension for lwl/lwr on MIPS64.
2007-10-23 thsFix CLO calculation for MIPS64. And a small code cleanup.
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-20 thsHandle IBE on MIPS properly.
2007-10-17 thsUpdate TODO.
2007-10-14 j_mayerReplace is_user variable with mmu_idx in softmmu core,
2007-10-13 thsUpdate TODO.
2007-10-13 thsFix off-by-one in address check.
2007-10-12 j_mayerUnify '-cpu ?' option.
2007-10-09 thsUse always_inline in the MIPS support where applicable.
2007-10-09 thsDelete file which should have been removed in the lst...
2007-10-09 thsFix [ls][wd][lr] instructions, by Aurelien Jarno.
2007-09-30 thsCode provision for n32/n64 mips userland emulation...
2007-09-30 thsUpdate TODO.
2007-09-29 thsSupervisor mode implementation, by Aurelien Jarno.
2007-09-29 thsLess magic constants.
2007-09-28 thsFix MIPS FP underflow handling, spotted by Daniel Jacob...
2007-09-27 thsMove get_sp_from_cpustate from cpu.h to target_signal.h.
2007-09-27 thslinux-user sigaltstack() syscall, by Thayne Harbaugh.
2007-09-26 thshflags computation cleanup, by Aurelien Jarno.
2007-09-26 thsWrap a few often used tests with unlikely(), by Aurelie...
2007-09-25 thsTimer start/stop implementation, by Aurelien Jarno.
2007-09-25 thsOptimise instructions accessing CP0, by Aurelien Jarno.
2007-09-24 thsPer-CPU instruction decoding implementation, by Aurelie...
2007-09-23 thsFix mips usermode emulation.
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-07-29 thsFix MIPS cache configuration, by Aurelien Jarno.
2007-07-11 thsUpdate TODO list.
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-25 thsMIPS64 improvements, based on a patch by Aurelien Jarno.
2007-06-23 thsHandle MIPS64 SEGBITS value correctly.
2007-06-22 thsAllow emulation of 32bit targets in the MIPS64 capable...
2007-06-22 thsFix write to K0 bits in Config0, by Aurelien Jarno.
2007-06-12 thsChange 20Kc PRID to a later version.
2007-06-09 thsR5k has PX implemented.
2007-06-03 thsMove target-specific defines to the target directories.
2007-06-03 thsClean up of some target specifics in exec.c/cpu-exec.c.
2007-06-02 thsCheck for R2 instructions, and throw RI if we don't...
2007-06-01 thsUpdate some comments, 64bit FPU support is functional...
2007-06-01 thsMake sure hflags are updated for CP0_Status changes.
2007-06-01 thsUpdate TODO.
2007-06-01 thsAdd support for 5Kc/5Kf/20Kc, based on a patch by Aurel...
2007-06-01 thsAllow again FPU for usermode emulation.
2007-05-31 thsSimplify code.
2007-05-31 thsDon't kill the registered irqs on reset.
2007-05-31 thsAdd proper float*_is_nan prototypes.
2007-05-30 thsFix CPU (re-)selection on reset.
2007-05-29 thsFix usermode check, thanks Aurelien Jarno.
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 thsFix ddivu for 32bit hosts, by Aurelien Jarno.
2007-05-28 thsDo not sign extend lwu, 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-16 thsMore generic 64 bit multiplication support, by Aurelien...
2007-05-13 thsFull MIPS64 MMU implementation, by Aurelien Jarno.
2007-05-13 thsFix mfc0 and dmtc0 instructions on MIPS64, by Aurelien...
2007-05-13 thsDelete misleading comment.
2007-05-13 thsDon't decode CP0 XContext on 32bit MIPS.
2007-05-13 thsMMU code improvements, by Aurelien Jarno.
2007-05-13 thsMIPS linux-user update.
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-11 thsFix missing status ro mask initialization, thanks Stefa...
2007-05-10 thsFix for the scd instruction, by Aurelien Jarno.
2007-05-09 thsPreliminary MIPS 64-bit MMU implementation, by Aurelien...
next