2008-06-04 |
ths | Remove the temporaries cache of the MIPS target. |
blob | commitdiff | raw |
2008-06-04 |
ths | Fix pointer calculation for MIPS64 targets. |
blob | commitdiff | raw | diff to current |
2008-06-04 |
ths | Delete duplicate code. |
blob | commitdiff | raw | diff to current |
2008-06-02 |
ths | Fix type mismatch. |
blob | commitdiff | raw | diff to current |
2008-06-02 |
ths | Fix argument order. |
blob | commitdiff | raw | diff to current |
2008-06-02 |
ths | Proper sign extensions for 32-bit divisions, spotted... |
blob | commitdiff | raw | diff to current |
2008-05-30 |
ths | Fix for 32-bit MIPS. |
blob | commitdiff | raw | diff to current |
2008-05-29 |
ths | Avoid qemu SIGFPE for MIPS DIV, by Richard Sandiford. |
blob | commitdiff | raw | diff to current |
2008-05-29 |
ths | Fix truncate/extend reversal in MIPS DIV{, U} handling... |
blob | commitdiff | raw | diff to current |
2008-05-29 |
ths | Fix modulus result from MIPS DDIV & avoid overflowing... |
blob | commitdiff | raw | diff to current |
2008-05-28 |
ths | Honour current_tc for MIPS M{T,F}{HI,LO}, by Richard... |
blob | commitdiff | raw | diff to current |
2008-05-24 |
ths | Fix mov[tf].ps handling for MIPS, by Richard Sandiford. |
blob | commitdiff | raw | diff to current |
2008-05-24 |
ths | Un-break MIPS conditional moves, by Richard Sandiford. |
blob | commitdiff | raw | diff to current |
2008-05-24 |
pbrook | Fix ARM conditional branch bug. |
blob | commitdiff | raw | diff to current |
2008-05-23 |
ths | Swithc some MIPS CP0 accesses to TCG. |
blob | commitdiff | raw | diff to current |
2008-05-23 |
ths | Switch MIPS movf/movt to TCG. |
blob | commitdiff | raw | diff to current |
2008-05-22 |
ths | Switch MIPS branch handling to TCG, and clean out point... |
blob | commitdiff | raw | diff to current |
2008-05-21 |
ths | Switch MIPS clo/clz and the condition tests to TCG. |
blob | commitdiff | raw | diff to current |
2008-05-21 |
ths | Switch MIPS movn/movz to TCG. |
blob | commitdiff | raw | diff to current |
2008-05-18 |
ths | Switch most MIPS logical and arithmetic instructions... |
blob | commitdiff | raw | diff to current |
2008-05-18 |
ths | Fix local register cache handling. |
blob | commitdiff | raw | diff to current |
2008-05-07 |
ths | Be more economical with local temporaries. |
blob | commitdiff | raw | diff to current |
2008-05-06 |
ths | Convert some MIPS load/store instructions to TCG. |
blob | commitdiff | raw | diff to current |
2008-05-06 |
ths | Use TCG for MIPS GPR moves. |
blob | commitdiff | raw | diff to current |
2008-05-06 |
ths | Fix MIPS64 branches. Funny how this survived testing. |
blob | commitdiff | raw | diff to current |
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 |
next |