2008-05-06 |
ths | Fix MIPS64 branches. Funny how this survived testing. |
blob | commitdiff | raw |
2008-05-05 |
aurel32 | Really really revert commit r4343 |
blob | commitdiff | raw | diff to current |
2008-05-05 |
aurel32 | Really revert commit r4343 |
blob | commitdiff | raw | diff to current |
2008-05-05 |
aurel32 | Don't stop translation for mtc0 compare |
blob | commitdiff | raw | diff to current |
2008-05-04 |
ths | Simplify mips branch handling. Retire T2 from use.... |
blob | commitdiff | raw | diff to current |
2008-04-28 |
aurel32 | Factorize code in translate.c |
blob | commitdiff | raw | diff to current |
2008-04-11 |
aurel32 | Remove osdep.c/qemu-img code duplication |
blob | commitdiff | raw | diff to current |
2008-02-12 |
ths | Make MIPS MT implementation more cache friendly. |
blob | commitdiff | raw | diff to current |
2008-02-01 |
bellard | use the TCG code generator |
blob | commitdiff | raw | diff to current |
2007-12-30 |
ths | MIPS COP1X (and related) instructions, by Richard Sandi... |
blob | commitdiff | raw | diff to current |
2007-12-25 |
ths | Support for VR5432, and some of its special instruction... |
blob | commitdiff | raw | diff to current |
2007-12-24 |
ths | Update debug code to match new accumulator register... |
blob | commitdiff | raw | diff to current |
2007-12-09 |
ths | Handle cpu_model in copy_cpu(), by Kirill A. Shutemov. |
blob | commitdiff | raw | diff to current |
2007-11-26 |
ths | Micro-optimize back-to-back store-load sequences. |
blob | commitdiff | raw | diff to current |
2007-11-22 |
ths | Optimize the conventional move operation. |
blob | commitdiff | raw | diff to current |
2007-11-18 |
ths | Fix MIPS64 R2 instructions. |
blob | commitdiff | raw | diff to current |
2007-11-10 |
bellard | added cpu_model parameter to cpu_init() |
blob | commitdiff | raw | diff to current |
2007-11-08 |
ths | Clean out the N32 macros from target-mips, and introduc... |
blob | commitdiff | raw | diff to current |
2007-11-08 |
ths | Formatting fix. |
blob | commitdiff | raw | diff to current |
2007-10-28 |
ths | Implement missing MIPS supervisor mode bits. |
blob | commitdiff | raw | diff to current |
2007-10-24 |
ths | Remove bogus instruction decode. |
blob | commitdiff | raw | diff to current |
2007-10-23 |
ths | Use the standard ASE check for MIPS-3D and MT. |
blob | commitdiff | raw | diff to current |
2007-10-23 |
ths | Switch bc1any* instructions off if no MIPS-3D is implem... |
blob | commitdiff | raw | diff to current |
2007-10-09 |
ths | Use always_inline in the MIPS support where applicable. |
blob | commitdiff | raw | diff to current |
2007-10-09 |
ths | Fix [ls][wd][lr] instructions, by Aurelien Jarno. |
blob | commitdiff | raw | diff to current |
2007-09-30 |
ths | Code provision for n32/n64 mips userland emulation... |
blob | commitdiff | raw | diff to current |
2007-09-26 |
ths | Wrap a few often used tests with unlikely(), by Aurelie... |
blob | commitdiff | raw | diff to current |
2007-09-25 |
ths | Optimise instructions accessing CP0, by Aurelien Jarno. |
blob | commitdiff | raw | diff to current |
2007-09-24 |
ths | Per-CPU instruction decoding implementation, by Aurelie... |
blob | commitdiff | raw | diff to current |
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 |
next |