Age | Commit message (Expand) | Author | Files | Lines |
2008-02-12 | Make MIPS MT implementation more cache friendly. | ths | 1 | -22/+22 |
2008-02-01 | use the TCG code generator | bellard | 1 | -18/+0 |
2007-12-25 | Support for VR5432, and some of its special instructions. Original patch | ths | 1 | -0/+182 |
2007-12-25 | Improved PABITS handling, and config register fixes. | ths | 1 | -3/+3 |
2007-11-18 | Fix MIPS64 R2 instructions. | ths | 1 | -15/+14 |
2007-11-17 | Fix int/float inconsistencies. | pbrook | 1 | -4/+4 |
2007-11-09 | Use FORCE_RET, scrap RETURN which was implemented in target-specific code. | ths | 1 | -371/+371 |
2007-11-08 | Clean out the N32 macros from target-mips, and introduce MIPS ABI specific | ths | 1 | -12/+12 |
2007-10-29 | Restrict CP0_PerfCnt to legal values. | ths | 1 | -1/+1 |
2007-10-28 | Implement missing MIPS supervisor mode bits. | ths | 1 | -3/+7 |
2007-10-27 | Add sharable clz/clo inline functions and use them for the mips target. | ths | 1 | -49/+18 |
2007-10-26 | The other half of the mul64 rework. Sorry for the breakage, I committed | ths | 1 | -2/+2 |
2007-10-24 | Force proper sign extension for mfc0/mfhc0 on MIPS64. | ths | 1 | -2/+2 |
2007-10-23 | Fix writable length of the index register. | ths | 1 | -1/+8 |
2007-10-23 | Fix CLO calculation for MIPS64. And a small code cleanup. | ths | 1 | -5/+5 |
2007-10-09 | Use always_inline in the MIPS support where applicable. | ths | 1 | -2/+2 |
2007-09-30 | Code provision for n32/n64 mips userland emulation. Not functional yet. | ths | 1 | -12/+12 |
2007-09-26 | hflags computation cleanup, by Aurelien Jarno. | ths | 1 | -54/+4 |
2007-09-25 | Timer start/stop implementation, by Aurelien Jarno. | ths | 1 | -3/+10 |
2007-09-25 | Optimise instructions accessing CP0, by Aurelien Jarno. | ths | 1 | -21/+20 |
2007-09-24 | Per-CPU instruction decoding implementation, by Aurelien Jarno. | ths | 1 | -10/+7 |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 1 | -1/+1 |
2007-09-06 | Partial support for 34K multithreading, not functional yet. | ths | 1 | -90/+785 |
2007-08-26 | Disable 64-bit instructions on 32-bit CPU, by Aurelien Jarno. | ths | 1 | -6/+9 |
2007-06-25 | MIPS64 improvements, based on a patch by Aurelien Jarno. | ths | 1 | -2/+2 |
2007-06-23 | Handle MIPS64 SEGBITS value correctly. | ths | 1 | -2/+3 |
2007-06-22 | Fix write to K0 bits in Config0, by Aurelien Jarno. | ths | 1 | -1/+1 |
2007-05-29 | Don't check the FPU state for each FPU instruction, use hflags to | ths | 1 | -37/+9 |
2007-05-28 | Handle PX/UX status flags correctly, by Aurelien Jarno. | ths | 1 | -0/+18 |
2007-05-28 | MIPS64 addressing fixes, by Aurelien Jarno. | ths | 1 | -0/+16 |
2007-05-23 | The 24k wants more watch and srsmap registers. | ths | 1 | -11/+11 |
2007-05-23 | The previous patch to make breakpoints work was a performance | ths | 1 | -10/+0 |
2007-05-20 | Fix indexed FP load/store instructions. | ths | 1 | -0/+1 |
2007-05-19 | More MIPS 64-bit FPU support. | ths | 1 | -20/+48 |
2007-05-19 | Fix slti/sltiu for MIPS64, by Aurelien Jarno. | ths | 1 | -6/+6 |
2007-05-18 | - Move FPU exception handling into helper functions, since they are big. | ths | 1 | -534/+105 |
2007-05-18 | Work around the lack of proper handling for self-modifying code. | ths | 1 | -0/+10 |
2007-05-16 | More generic 64 bit multiplication support, by Aurelien Jarno. | ths | 1 | -2/+2 |
2007-05-13 | Full MIPS64 MMU implementation, by Aurelien Jarno. | ths | 1 | -2/+4 |
2007-05-13 | Fix mfc0 and dmtc0 instructions on MIPS64, by Aurelien Jarno. | ths | 1 | -63/+15 |
2007-05-13 | Delete misleading comment. | ths | 1 | -2/+0 |
2007-05-13 | MMU code improvements, by Aurelien Jarno. | ths | 1 | -1/+1 |
2007-05-13 | MIPS TLB style selection at runtime, by Herve Poussineau. | ths | 1 | -12/+5 |
2007-05-11 | Implemented cabs FP instructions, and improve exception handling for | ths | 1 | -0/+97 |
2007-05-11 | Implement FP madd/msub, wire up bc1any[24][ft]. | ths | 1 | -0/+55 |
2007-05-09 | Fix MIPS64 address computation specialcase, by Aurelien Jarno. | ths | 1 | -0/+16 |
2007-05-08 | Work around gcc's mips define, spotted by Stefan Weil. | ths | 1 | -12/+12 |
2007-05-07 | MIPS 64-bit FPU support, plus some collateral bugfixes in the | ths | 1 | -202/+718 |
2007-04-17 | Choose number of TLBs at runtime, by Herve Poussineau. | ths | 1 | -2/+2 |
2007-04-15 | Don't use T2 for INS, it conflicts with branch delay slot handling. | ths | 1 | -2/+2 |