]> git.proxmox.com Git - qemu.git/history - target-mips
CRIS: Disable softfloat and dyngen ops.
[qemu.git] / target-mips /
2008-05-07 thsDelete redundant prototype.
2008-05-07 thsDelete more obsolete dyngen ops.
2008-05-07 thsDelete obsolete MIPS dyngen ops.
2008-05-06 thsConvert some MIPS load/store instructions to TCG.
2008-05-06 thsEnable 64-bit FPU only for NewABI. Spotted by Vince...
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 aurel32remove target ifdefs from vl.c
2008-05-04 thsSimplify mips branch handling. Retire T2 from use....
2008-05-03 thsFix MIPS MT GPR accesses, thanks Stefan Weil.
2008-04-28 aurel32Factorize code in translate.c
2008-04-11 aurel32Remove osdep.c/qemu-img code duplication
2008-03-29 thsFix infinite loop when invalidating TLB, by Herve Pouss...
2008-02-12 thsMake MIPS MT implementation more cache friendly.
2008-02-01 bellarduse the TCG code generator
2008-01-09 thsFix typo which broke MIPS32R2 64-bit FPU support.
2008-01-08 thsFix broken absoluteness check for cabs.d.*.
2008-01-04 thsHandle some more exception types.
2008-01-03 thsFix exception debug output.
2007-12-30 thsMIPS COP1X (and related) instructions, by Richard Sandi...
2007-12-28 thsSet FCR0.F64 for MIPS64R2-generic, by Richard Sandiford.
2007-12-26 thsDe-cruft exception definitions, and implement nicer...
2007-12-25 thsSupport for VR5432, and some of its special instruction...
2007-12-25 ths5K and 20K are Release 1 CPUs.
2007-12-25 thsAvoid host FPE for overflowing division on MIPS, by...
2007-12-25 thsImproved PABITS handling, and config register fixes.
2007-12-24 thsUpdate debug code to match new accumulator register...
2007-12-24 thsFix CCRes value for 20Kc.
2007-12-17 thsMIPS TODO: mention unimplemented system controllers.
2007-12-17 thsUpdate MIPS TODO. The mipsnet failure is caused by...
2007-12-09 thsHandle cpu_model in copy_cpu(), by Kirill A. Shutemov.
2007-12-02 thsLarger physical address space for 32-bit MIPS.
2007-11-26 thsMicro-optimize back-to-back store-load sequences.
2007-11-22 thsOptimize the conventional move operation.
2007-11-22 thsFix off-by-one address checks in MIPS64 MMU, by Aurelie...
2007-11-19 thsAdd older 4Km variants.
2007-11-18 pbrookAdd strict checking mode for softfp code.
2007-11-18 thsFix MIPS64 R2 instructions.
2007-11-18 thsUse a valid PRid.
2007-11-17 pbrookFix int/float inconsistencies.
2007-11-14 thsIntroduce 4KEm configuration with fixed MMU mapping...
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.
next