2007-09-24 |
ths | Per-CPU instruction decoding implementation, by Aurelie... |
blob | commitdiff | raw |
2007-09-20 |
j_mayer | Extend TB flags to 64 bits (Alexander Graf). |
blob | commitdiff | raw | diff to current |
2007-09-17 |
ths | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again... |
blob | commitdiff | raw | diff to current |
2007-09-16 |
ths | find -type f | xargs sed -i 's/[\t ]$//g' # on most... |
blob | commitdiff | raw | diff to current |
2007-09-11 |
ths | Fix tb->size mishandling, by Daniel Jacobowitz. |
blob | commitdiff | raw | diff to current |
2007-09-06 |
ths | Partial support for 34K multithreading, not functional... |
blob | commitdiff | raw | diff to current |
2007-08-26 |
ths | Disable 64-bit instructions on 32-bit CPU, by Aurelien... |
blob | commitdiff | raw | diff to current |
2007-06-26 |
ths | Implement recip1/recip2/rsqrt1/rsqrt2. |
blob | commitdiff | raw | diff to current |
2007-06-02 |
ths | Check for R2 instructions, and throw RI if we don't... |
blob | commitdiff | raw | diff to current |
2007-06-01 |
ths | Make sure hflags are updated for CP0_Status changes. |
blob | commitdiff | raw | diff to current |
2007-05-31 |
ths | Simplify code. |
blob | commitdiff | raw | diff to current |
2007-05-29 |
ths | Don't check the FPU state for each FPU instruction... |
blob | commitdiff | raw | diff to current |
2007-05-28 |
ths | Handle PX/UX status flags correctly, by Aurelien Jarno. |
blob | commitdiff | raw | diff to current |
2007-05-28 |
ths | MIPS64 addressing fixes, by Aurelien Jarno. |
blob | commitdiff | raw | diff to current |
2007-05-23 |
ths | The 24k wants more watch and srsmap registers. |
blob | commitdiff | raw | diff to current |
2007-05-23 |
ths | The previous patch to make breakpoints work was a perfo... |
blob | commitdiff | raw | diff to current |
2007-05-20 |
ths | Catch more MIPS FPU cornercases, fix addr.ps and mulr... |
blob | commitdiff | raw | diff to current |
2007-05-20 |
ths | Fix indexed FP load/store instructions. |
blob | commitdiff | raw | diff to current |
2007-05-19 |
ths | More MIPS 64-bit FPU support. |
blob | commitdiff | raw | diff to current |
2007-05-19 |
ths | Fix slti/sltiu for MIPS64, by Aurelien Jarno. |
blob | commitdiff | raw | diff to current |
2007-05-19 |
ths | Fix ldl/ldr implementation, by Aurelien Jarno. |
blob | commitdiff | raw | diff to current |
2007-05-18 |
ths | - Move FPU exception handling into helper functions... |
blob | commitdiff | raw | diff to current |
2007-05-18 |
ths | Work around the lack of proper handling for self-modify... |
blob | commitdiff | raw | diff to current |
2007-05-13 |
ths | Fix mfc0 and dmtc0 instructions on MIPS64, by Aurelien... |
blob | commitdiff | raw | diff to current |
2007-05-13 |
ths | Don't decode CP0 XContext on 32bit MIPS. |
blob | commitdiff | raw | diff to current |
2007-05-13 |
ths | MIPS TLB style selection at runtime, by Herve Poussineau. |
blob | commitdiff | raw | diff to current |
2007-05-11 |
ths | Implemented cabs FP instructions, and improve exception... |
blob | commitdiff | raw | diff to current |
2007-05-11 |
ths | Another bit of nicer debug output. |
blob | commitdiff | raw | diff to current |
2007-05-11 |
ths | Implement FP madd/msub, wire up bc1any[24][ft]. |
blob | commitdiff | raw | diff to current |
2007-05-11 |
ths | Improved debug output for the MIPS opcode decoder. |
blob | commitdiff | raw | diff to current |
2007-05-10 |
ths | Fix for the scd instruction, by Aurelien Jarno. |
blob | commitdiff | raw | diff to current |
2007-05-09 |
ths | Fix MIPS64 address computation specialcase, by Aurelien... |
blob | commitdiff | raw | diff to current |
2007-05-07 |
ths | MIPS 64-bit FPU support, plus some collateral bugfixes... |
blob | commitdiff | raw | diff to current |
2007-04-25 |
ths | Next attempt to get the lui sign extension right. |
blob | commitdiff | raw | diff to current |
2007-04-25 |
ths | Fix lui sign extension. |
blob | commitdiff | raw | diff to current |
2007-04-17 |
ths | Choose number of TLBs at runtime, by Herve Poussineau. |
blob | commitdiff | raw | diff to current |
2007-04-16 |
ths | Simplify branch likely handling. |
blob | commitdiff | raw | diff to current |
2007-04-15 |
ths | Don't use T2 for INS, it conflicts with branch delay... |
blob | commitdiff | raw | diff to current |
2007-04-15 |
ths | Small code generation optimization. |
blob | commitdiff | raw | diff to current |
2007-04-14 |
ths | Restart interrupts after an exception. |
blob | commitdiff | raw | diff to current |
2007-04-11 |
ths | Make SYNCI_Step and CCRes CPU-specific. |
blob | commitdiff | raw | diff to current |
2007-04-11 |
ths | Throw RI for invalid MFMC0-class instructions. Introduc... |
blob | commitdiff | raw | diff to current |
2007-04-11 |
ths | Code formatting fix. |
blob | commitdiff | raw | diff to current |
2007-04-11 |
ths | More Context/Xcontext fixes. Ifdef some 64bit-only... |
blob | commitdiff | raw | diff to current |
2007-04-09 |
ths | Fix CP0_IntCtl handling. |
blob | commitdiff | raw | diff to current |
2007-04-09 |
ths | Mark watchpoint features as unimplemented. |
blob | commitdiff | raw | diff to current |
2007-04-09 |
ths | Catch unaligned sc/scd. |
blob | commitdiff | raw | diff to current |
2007-04-09 |
ths | Fix exception handling cornercase for rdhwr. |
blob | commitdiff | raw | diff to current |
2007-04-09 |
ths | Remove bogus mtc0 handling. |
blob | commitdiff | raw | diff to current |
2007-04-07 |
ths | Implement prefx. |
blob | commitdiff | raw | diff to current |
2007-04-07 |
ths | Set proper BadVAddress value for unaligned instruction... |
blob | commitdiff | raw | diff to current |
2007-04-07 |
ths | Actually skip over delay slot for a non-taken branch... |
blob | commitdiff | raw | diff to current |
2007-04-06 |
ths | Save state for all CP0 instructions, they may throw... |
blob | commitdiff | raw | diff to current |
2007-04-05 |
ths | fix branch delay slot cornercases. |
blob | commitdiff | raw | diff to current |
2007-04-05 |
ths | Fix rotr immediate ops, mask shift/rotate arguments... |
blob | commitdiff | raw | diff to current |
2007-04-05 |
ths | Fix RDHWR handling. Code formatting. Don't use *_direct... |
blob | commitdiff | raw | diff to current |
2007-04-04 |
ths | Fix code formatting. |
blob | commitdiff | raw | diff to current |
2007-04-02 |
ths | MIPS32R2 needs RDPGPR/WRPGPR instructions even when... |
blob | commitdiff | raw | diff to current |
2007-04-01 |
ths | Actually enable 64bit configuration. |
blob | commitdiff | raw | diff to current |
2007-03-30 |
ths | Sanitize mips exception handling. |
blob | commitdiff | raw | diff to current |
2007-03-23 |
ths | Fix enough FPU/R2 support to get 24Kf going. |
blob | commitdiff | raw | diff to current |
2007-03-21 |
ths | Move mips CPU specific initialization to translate_init.c. |
blob | commitdiff | raw | diff to current |
2007-03-19 |
ths | Barf on branches/jumps in branch delay slots. Spotted... |
blob | commitdiff | raw | diff to current |
2007-03-19 |
ths | Define gen_intermediate_code_internal as "static inline". |
blob | commitdiff | raw | diff to current |
2007-03-18 |
ths | MIPS -cpu selection support, by Herve Poussineau. |
blob | commitdiff | raw | diff to current |
2007-03-02 |
ths | MIPS Userland TLS register emulation, by Daniel Jacobowitz. |
blob | commitdiff | raw | diff to current |
2007-02-28 |
ths | MIPS FPU dynamic activation, part 1, by Herve Poussineau. |
blob | commitdiff | raw | diff to current |
2007-02-27 |
ths | Fix mips FPU emulation, 32 bit data types are allowed... |
blob | commitdiff | raw | diff to current |
2007-02-20 |
ths | Replace TLSZ with TARGET_FMT_lx. |
blob | commitdiff | raw | diff to current |
2007-01-24 |
ths | EBase is limited to KSEG0/KSEG1 even on 64bit CPUs. |
blob | commitdiff | raw | diff to current |
2007-01-23 |
ths | Implementing dmfc/dmtc. |
blob | commitdiff | raw | diff to current |
2006-12-21 |
ths | Scrap SIGN_EXTEND32. |
blob | commitdiff | raw | diff to current |
2006-12-21 |
ths | Preliminiary MIPS64 support, disabled by default due... |
blob | commitdiff | raw | diff to current |
2006-12-16 |
ths | Fix erraneous fallthrough in MIPS trap implementation... |
blob | commitdiff | raw | diff to current |
2006-12-10 |
ths | Handle invalid accesses as SIGILL for mips/mipsel userl... |
blob | commitdiff | raw | diff to current |
2006-12-07 |
ths | Fix build of MIPS target without FPU support. |
blob | commitdiff | raw | diff to current |
2006-12-07 |
ths | Fix reset handling, CP0 isn't enabled by default (a... |
blob | commitdiff | raw | diff to current |
2006-12-07 |
ths | Simplify mask construction. |
blob | commitdiff | raw | diff to current |
2006-12-06 |
ths | Update copyright notice. |
blob | commitdiff | raw | diff to current |
2006-12-06 |
ths | Add MIPS32R2 instructions, and generally straighten... |
blob | commitdiff | raw | diff to current |
2006-12-06 |
ths | Dynamically translate MIPS mtc0 instructions. |
blob | commitdiff | raw | diff to current |
2006-12-06 |
ths | Dynamically translate MIPS mfc0 instructions. |
blob | commitdiff | raw | diff to current |
2006-12-06 |
ths | Halt/reboot support for Linux, by Daniel Jacobowitz... |
blob | commitdiff | raw | diff to current |
2006-12-06 |
ths | MIPS TLB performance improvements, by Daniel Jacobowitz. |
blob | commitdiff | raw | diff to current |
2006-11-12 |
pbrook | MIPS FPU fixes (Daniel Jacobowitz). |
blob | commitdiff | raw | diff to current |
2006-10-23 |
bellard | add support for cvt.s.d and cvt.d.s (Aurelien Jarno) |
blob | commitdiff | raw | diff to current |
2006-06-26 |
bellard | lwu support - generate exception if unaligned pc (Mariu... |
blob | commitdiff | raw | diff to current |
2006-06-14 |
bellard | MIPS FPU support (Marius Goeger) |
blob | commitdiff | raw | diff to current |
2006-05-22 |
bellard | cosmetics (Thiemo Seufer) |
blob | commitdiff | raw | diff to current |
2006-04-23 |
bellard | MIPS CP0 not usable in kernel mode (Stefan Weil) |
blob | commitdiff | raw | diff to current |
2005-12-05 |
bellard | MIPS fixes (Daniel Jacobowitz) |
blob | commitdiff | raw | diff to current |
2005-11-26 |
bellard | fixed BLTZAL and BLTZALL insns - fixed regressions... |
blob | commitdiff | raw | diff to current |
2005-11-21 |
bellard | cpu_exec_init() change |
blob | commitdiff | raw | diff to current |
2005-11-20 |
bellard | use direct jump only for jumps in the same page |
blob | commitdiff | raw | diff to current |
2005-10-30 |
bellard | suppressed JUMP_TB (Paul Brook) |
blob | commitdiff | raw | diff to current |
2005-07-04 |
bellard | correct split between helper.c and op_helper.c - cosmetics |
blob | commitdiff | raw | diff to current |
2005-07-02 |
bellard | report C0 status correctly (Ralf Baechle) |
blob | commitdiff | raw | diff to current |
2005-07-02 |
bellard | fixed priviledgees for CP0 use (Ralf Baechle) |
blob | commitdiff | raw | diff to current |
2005-07-02 |
bellard | unaligned load fix (Ralf Baechle) |
blob | commitdiff | raw | diff to current |
2005-07-02 |
bellard | fixed jump mask (Ralf Baechle) |
blob | commitdiff | raw | diff to current |
next |