target-alpha: remove PALCODE_ declarations (unused).
[qemu] / target-mips /
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 pbrookFix typo.
2008-05-30 pbrookMove clone() register setup to target specific code...
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-29 bellardPush common interrupt variables to cpu-defs.h (Glauber...
2008-05-28 bellardmoved halted field to CPU_COMMON
2008-05-28 thsHonour current_tc for MIPS M{T,F}{HI,LO}, by Richard...
2008-05-25 pbrookFix off-by-one unwinding error.
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-23 thsFix build failure for MIPS64 targets on 64-bit hosts.
2008-05-22 thsDelete dead code.
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 thsAdd file left out from previous commit.
2008-05-18 thsSwitch most MIPS logical and arithmetic instructions...
2008-05-18 thsFix local register cache handling.
2008-05-10 bellardfixed do_restore_state()
2008-05-07 thsBe more economical with local temporaries.
2008-05-07 thsMention missing CPU save/restore.
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.
next