2007-10-29 |
ths | Preliminary MIPS64R2 mode. |
tree | commitdiff |
2007-10-29 |
ths | Fix logic bug which broke TLBL/TLBS handling somewhat. |
tree | commitdiff |
2007-10-29 |
ths | Restrict CP0_PerfCnt to legal values. |
tree | commitdiff |
2007-10-28 |
ths | Implement missing MIPS supervisor mode bits. |
tree | commitdiff |
2007-10-27 |
ths | Add sharable clz/clo inline functions and use them... |
tree | commitdiff |
2007-10-26 |
ths | The other half of the mul64 rework. Sorry for the break... |
tree | commitdiff |
2007-10-24 |
ths | Remove bogus instruction decode. |
tree | commitdiff |
2007-10-24 |
ths | Force proper sign extension for mfc0/mfhc0 on MIPS64. |
tree | commitdiff |
2007-10-23 |
ths | Fix writable length of the index register. |
tree | commitdiff |
2007-10-23 |
ths | Enforce proper sign extension for lwl/lwr on MIPS64. |
tree | commitdiff |
2007-10-23 |
ths | Fix CLO calculation for MIPS64. And a small code cleanup. |
tree | commitdiff |
2007-10-23 |
ths | Use the standard ASE check for MIPS-3D and MT. |
tree | commitdiff |
2007-10-23 |
ths | Switch bc1any* instructions off if no MIPS-3D is implem... |
tree | commitdiff |
2007-10-20 |
ths | Handle IBE on MIPS properly. |
tree | commitdiff |
2007-10-17 |
ths | Update TODO. |
tree | commitdiff |
2007-10-14 |
j_mayer | Replace is_user variable with mmu_idx in softmmu core, |
tree | commitdiff |
2007-10-13 |
ths | Update TODO. |
tree | commitdiff |
2007-10-13 |
ths | Fix off-by-one in address check. |
tree | commitdiff |
2007-10-12 |
j_mayer | Unify '-cpu ?' option. |
tree | commitdiff |
2007-10-09 |
ths | Use always_inline in the MIPS support where applicable. |
tree | commitdiff |
2007-10-09 |
ths | Delete file which should have been removed in the lst... |
tree | commitdiff |
2007-10-09 |
ths | Fix [ls][wd][lr] instructions, by Aurelien Jarno. |
tree | commitdiff |
2007-09-30 |
ths | Code provision for n32/n64 mips userland emulation... |
tree | commitdiff |
2007-09-30 |
ths | Update TODO. |
tree | commitdiff |
2007-09-29 |
ths | Supervisor mode implementation, by Aurelien Jarno. |
tree | commitdiff |
2007-09-29 |
ths | Less magic constants. |
tree | commitdiff |
2007-09-28 |
ths | Fix MIPS FP underflow handling, spotted by Daniel Jacob... |
tree | commitdiff |
2007-09-27 |
ths | Move get_sp_from_cpustate from cpu.h to target_signal.h. |
tree | commitdiff |
2007-09-27 |
ths | linux-user sigaltstack() syscall, by Thayne Harbaugh. |
tree | commitdiff |
2007-09-26 |
ths | hflags computation cleanup, by Aurelien Jarno. |
tree | commitdiff |
2007-09-26 |
ths | Wrap a few often used tests with unlikely(), by Aurelie... |
tree | commitdiff |
2007-09-25 |
ths | Timer start/stop implementation, by Aurelien Jarno. |
tree | commitdiff |
2007-09-25 |
ths | Optimise instructions accessing CP0, by Aurelien Jarno. |
tree | commitdiff |
2007-09-24 |
ths | Per-CPU instruction decoding implementation, by Aurelie... |
tree | commitdiff |
2007-09-23 |
ths | Fix mips usermode emulation. |
tree | commitdiff |
2007-09-20 |
j_mayer | Extend TB flags to 64 bits (Alexander Graf). |
tree | commitdiff |
2007-09-17 |
ths | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again... |
tree | commitdiff |
2007-09-16 |
ths | find -type f | xargs sed -i 's/[\t ]$//g' # on most... |
tree | commitdiff |
2007-09-11 |
ths | Fix tb->size mishandling, by Daniel Jacobowitz. |
tree | commitdiff |
2007-09-06 |
ths | Partial support for 34K multithreading, not functional... |
tree | commitdiff |
2007-08-26 |
ths | Disable 64-bit instructions on 32-bit CPU, by Aurelien... |
tree | commitdiff |
2007-07-29 |
ths | Fix MIPS cache configuration, by Aurelien Jarno. |
tree | commitdiff |
2007-07-11 |
ths | Update TODO list. |
tree | commitdiff |
2007-06-28 |
ths | Simplify round/ceil/floor implementation, spotted by... |
tree | commitdiff |
2007-06-27 |
ths | Fix computation for ceil, floor and round instructions. |
tree | commitdiff |
2007-06-26 |
ths | Implement recip1/recip2/rsqrt1/rsqrt2. |
tree | commitdiff |
2007-06-25 |
ths | MIPS64 improvements, based on a patch by Aurelien Jarno. |
tree | commitdiff |
2007-06-23 |
ths | Handle MIPS64 SEGBITS value correctly. |
tree | commitdiff |
2007-06-22 |
ths | Allow emulation of 32bit targets in the MIPS64 capable... |
tree | commitdiff |
2007-06-22 |
ths | Fix write to K0 bits in Config0, by Aurelien Jarno. |
tree | commitdiff |
2007-06-12 |
ths | Change 20Kc PRID to a later version. |
tree | commitdiff |
2007-06-09 |
ths | R5k has PX implemented. |
tree | commitdiff |
2007-06-03 |
ths | Move target-specific defines to the target directories. |
tree | commitdiff |
2007-06-03 |
ths | Clean up of some target specifics in exec.c/cpu-exec.c. |
tree | commitdiff |
2007-06-02 |
ths | Check for R2 instructions, and throw RI if we don't... |
tree | commitdiff |
2007-06-01 |
ths | Update some comments, 64bit FPU support is functional... |
tree | commitdiff |
2007-06-01 |
ths | Make sure hflags are updated for CP0_Status changes. |
tree | commitdiff |
2007-06-01 |
ths | Update TODO. |
tree | commitdiff |
2007-06-01 |
ths | Add support for 5Kc/5Kf/20Kc, based on a patch by Aurel... |
tree | commitdiff |
2007-06-01 |
ths | Allow again FPU for usermode emulation. |
tree | commitdiff |
2007-05-31 |
ths | Simplify code. |
tree | commitdiff |
2007-05-31 |
ths | Don't kill the registered irqs on reset. |
tree | commitdiff |
2007-05-31 |
ths | Add proper float*_is_nan prototypes. |
tree | commitdiff |
2007-05-30 |
ths | Fix CPU (re-)selection on reset. |
tree | commitdiff |
2007-05-29 |
ths | Fix usermode check, thanks Aurelien Jarno. |
tree | commitdiff |
2007-05-29 |
ths | Don't check the FPU state for each FPU instruction... |
tree | commitdiff |
2007-05-28 |
ths | Handle PX/UX status flags correctly, by Aurelien Jarno. |
tree | commitdiff |
2007-05-28 |
ths | Fix ddivu for 32bit hosts, by Aurelien Jarno. |
tree | commitdiff |
2007-05-28 |
ths | Do not sign extend lwu, by Aurelien Jarno. |
tree | commitdiff |
2007-05-28 |
ths | MIPS64 addressing fixes, by Aurelien Jarno. |
tree | commitdiff |
2007-05-23 |
ths | The 24k wants more watch and srsmap registers. |
tree | commitdiff |
2007-05-23 |
ths | The previous patch to make breakpoints work was a perfo... |
tree | commitdiff |
2007-05-20 |
ths | Catch more MIPS FPU cornercases, fix addr.ps and mulr... |
tree | commitdiff |
2007-05-20 |
ths | Fix indexed FP load/store instructions. |
tree | commitdiff |
2007-05-19 |
ths | More MIPS 64-bit FPU support. |
tree | commitdiff |
2007-05-19 |
ths | Fix slti/sltiu for MIPS64, by Aurelien Jarno. |
tree | commitdiff |
2007-05-19 |
ths | Fix ldl/ldr implementation, by Aurelien Jarno. |
tree | commitdiff |
2007-05-18 |
ths | - Move FPU exception handling into helper functions... |
tree | commitdiff |
2007-05-18 |
ths | Work around the lack of proper handling for self-modify... |
tree | commitdiff |
2007-05-16 |
ths | More generic 64 bit multiplication support, by Aurelien... |
tree | commitdiff |
2007-05-13 |
ths | Full MIPS64 MMU implementation, by Aurelien Jarno. |
tree | commitdiff |
2007-05-13 |
ths | Fix mfc0 and dmtc0 instructions on MIPS64, by Aurelien... |
tree | commitdiff |
2007-05-13 |
ths | Delete misleading comment. |
tree | commitdiff |
2007-05-13 |
ths | Don't decode CP0 XContext on 32bit MIPS. |
tree | commitdiff |
2007-05-13 |
ths | MMU code improvements, by Aurelien Jarno. |
tree | commitdiff |
2007-05-13 |
ths | MIPS linux-user update. |
tree | commitdiff |
2007-05-13 |
ths | MIPS TLB style selection at runtime, by Herve Poussineau. |
tree | commitdiff |
2007-05-11 |
ths | Implemented cabs FP instructions, and improve exception... |
tree | commitdiff |
2007-05-11 |
ths | Another bit of nicer debug output. |
tree | commitdiff |
2007-05-11 |
ths | Implement FP madd/msub, wire up bc1any[24][ft]. |
tree | commitdiff |
2007-05-11 |
ths | Improved debug output for the MIPS opcode decoder. |
tree | commitdiff |
2007-05-11 |
ths | Fix missing status ro mask initialization, thanks Stefa... |
tree | commitdiff |
2007-05-10 |
ths | Fix for the scd instruction, by Aurelien Jarno. |
tree | commitdiff |
2007-05-09 |
ths | Preliminary MIPS 64-bit MMU implementation, by Aurelien... |
tree | commitdiff |
2007-05-09 |
ths | Fix MIPS64 address computation specialcase, by Aurelien... |
tree | commitdiff |
2007-05-08 |
ths | Work around gcc's mips define, spotted by Stefan Weil. |
tree | commitdiff |
2007-05-07 |
ths | MIPS 64-bit FPU support, plus some collateral bugfixes... |
tree | commitdiff |
2007-05-07 |
ths | Update TODO. |
tree | commitdiff |
2007-05-07 |
ths | Clear BD slot on next exception if appropriate. |
tree | commitdiff |
2007-05-05 |
ths | Fix a really stupid bug in the [ls]d[lr] emulation... |
tree | commitdiff |
next |