]> git.proxmox.com Git - qemu.git/history - target-mips
Spelling fixes, by Stefan Weil.
[qemu.git] / target-mips /
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...
2007-05-09 thsFix MIPS64 address computation specialcase, by Aurelien...
2007-05-08 thsWork around gcc's mips define, spotted by Stefan Weil.
2007-05-07 thsMIPS 64-bit FPU support, plus some collateral bugfixes...
2007-05-07 thsUpdate TODO.
2007-05-07 thsClear BD slot on next exception if appropriate.
2007-05-05 thsFix a really stupid bug in the [ls]d[lr] emulation...
2007-04-29 thsKill broken host register definitions, thanks to Paul...
2007-04-29 thsRevert last checkin.
2007-04-29 thsHopefully the final fix for LUI sign extensions.
2007-04-28 thsUpdate TODO.
2007-04-25 thsNext attempt to get the lui sign extension right.
2007-04-25 thsFix lui sign extension.
2007-04-19 thsUpdate comment. We can't easily adhere to the architect...
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 thsFix qemu SIGFPE caused by division-by-zero due to under...
2007-04-15 thsSmall code generation optimization.
2007-04-15 thsDelete unused define.
2007-04-14 thsRestart interrupts after an exception.
2007-04-13 thsNicer Log formatting.
2007-04-13 thsAnother fix for CP0 Cause register handling.
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 thsProper handling of reserved bits in the context register.
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 pbrookUnify IRQ handling.
2007-04-07 j_mayercpu_get_phys_page_debug should return target_phys_addr_t
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-07 thsFix ins/ext cornercase.
2007-04-06 thsFix handling of ADES exceptions.
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 thsHandle EBase properly.
2007-04-05 thsFix RDHWR handling. Code formatting. Don't use *_direct...
2007-04-05 ths64bit MIPS FPUs have 32 registers.
2007-04-04 thsFix code formatting.
2007-04-02 thsMIPS32R2 needs RDPGPR/WRPGPR instructions even when...
2007-04-02 thsBuild fix for 64bit machines. (This is still not correc...
next