2008-06-20 |
ths | Convert unaligned load/store to TCG. |
blob | commitdiff | raw |
2008-06-20 |
ths | Convert vr54xx multiply instructions to TCG. |
blob | commitdiff | raw | diff to current |
2008-06-19 |
ths | Remove now-dead code. |
blob | commitdiff | raw | diff to current |
2008-06-19 |
ths | Convert remaining MIPS FP instructions to TCG. |
blob | commitdiff | raw | diff to current |
2008-06-12 |
ths | Switch the standard multiplication instructions to... |
blob | commitdiff | raw | diff to current |
2008-06-12 |
ths | Switch bitfield instructions and assorted special ops... |
blob | commitdiff | raw | diff to current |
2008-06-12 |
ths | TCGify the simplest FP instructions. |
blob | commitdiff | raw | diff to current |
2008-06-12 |
ths | TCGify a few more instructions. |
blob | commitdiff | raw | diff to current |
2008-06-11 |
ths | Call most FP helpers without deroute through op.c |
blob | commitdiff | raw | diff to current |
2008-06-11 |
ths | Switch most MIPS FP load/stores to TCG. |
blob | commitdiff | raw | diff to current |
2008-06-09 |
ths | Switch remaining CP0 instructions to TCG or helper... |
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-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 | Delete dead code. |
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-07 |
ths | Delete obsolete MIPS dyngen ops. |
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-04 |
ths | Simplify mips branch handling. Retire T2 from use.... |
blob | commitdiff | raw | diff to current |
2008-05-03 |
ths | Fix MIPS MT GPR accesses, thanks Stefan Weil. |
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-25 |
ths | Support for VR5432, and some of its special instruction... |
blob | commitdiff | raw | diff to current |
2007-12-25 |
ths | Improved PABITS handling, and config register fixes. |
blob | commitdiff | raw | diff to current |
2007-11-18 |
ths | Fix MIPS64 R2 instructions. |
blob | commitdiff | raw | diff to current |
2007-11-17 |
pbrook | Fix int/float inconsistencies. |
blob | commitdiff | raw | diff to current |
2007-11-09 |
ths | Use FORCE_RET, scrap RETURN which was implemented in... |
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-10-29 |
ths | Restrict CP0_PerfCnt to legal values. |
blob | commitdiff | raw | diff to current |
2007-10-28 |
ths | Implement missing MIPS supervisor mode bits. |
blob | commitdiff | raw | diff to current |
2007-10-27 |
ths | Add sharable clz/clo inline functions and use them... |
blob | commitdiff | raw | diff to current |
2007-10-26 |
ths | The other half of the mul64 rework. Sorry for the break... |
blob | commitdiff | raw | diff to current |
2007-10-24 |
ths | Force proper sign extension for mfc0/mfhc0 on MIPS64. |
blob | commitdiff | raw | diff to current |
2007-10-23 |
ths | Fix writable length of the index register. |
blob | commitdiff | raw | diff to current |
2007-10-23 |
ths | Fix CLO calculation for MIPS64. And a small code cleanup. |
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-09-30 |
ths | Code provision for n32/n64 mips userland emulation... |
blob | commitdiff | raw | diff to current |
2007-09-26 |
ths | hflags computation cleanup, by Aurelien Jarno. |
blob | commitdiff | raw | diff to current |
2007-09-25 |
ths | Timer start/stop implementation, by Aurelien Jarno. |
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-16 |
ths | find -type f | xargs sed -i 's/[\t ]$//g' # on most... |
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-25 |
ths | MIPS64 improvements, based on a patch by Aurelien Jarno. |
blob | commitdiff | raw | diff to current |
2007-06-23 |
ths | Handle MIPS64 SEGBITS value correctly. |
blob | commitdiff | raw | diff to current |
2007-06-22 |
ths | Fix write to K0 bits in Config0, by Aurelien Jarno. |
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 | 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-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-16 |
ths | More generic 64 bit multiplication support, by Aurelien... |
blob | commitdiff | raw | diff to current |
2007-05-13 |
ths | Full MIPS64 MMU implementation, by Aurelien Jarno. |
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 | Delete misleading comment. |
blob | commitdiff | raw | diff to current |
2007-05-13 |
ths | MMU code improvements, by Aurelien Jarno. |
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 | Implement FP madd/msub, wire up bc1any[24][ft]. |
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-08 |
ths | Work around gcc's mips define, spotted by Stefan Weil. |
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-17 |
ths | Choose number of TLBs at runtime, by Herve Poussineau. |
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 | Fix qemu SIGFPE caused by division-by-zero due to under... |
blob | commitdiff | raw | diff to current |
2007-04-14 |
ths | Restart interrupts after an exception. |
blob | commitdiff | raw | diff to current |
2007-04-13 |
ths | Another fix for CP0 Cause register handling. |
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 | Proper handling of reserved bits in the context register. |
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 | Fix exception handling cornercase for rdhwr. |
blob | commitdiff | raw | diff to current |
2007-04-07 |
ths | Fix ins/ext cornercase. |
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 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-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-18 |
ths | Fix BD flag handling, cause register contents, implemen... |
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-18 |
ths | Fix sign-extension of VPN field in TLB, by Herve Poussi... |
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-24 |
ths | Reworking MIPS interrupt handling, by Aurelien Jarno. |
blob | commitdiff | raw | diff to current |
2007-01-23 |
ths | Implementing dmfc/dmtc. |
blob | commitdiff | raw | diff to current |
2007-01-01 |
ths | Fix bad data type. |
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-07 |
ths | Fix build of MIPS target without FPU support. |
blob | commitdiff | raw | diff to current |
next |