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 |
2007-04-29 |
ths | Kill broken host register definitions, thanks to Paul... |
tree | commitdiff |
2007-04-29 |
ths | Revert last checkin. |
tree | commitdiff |
2007-04-29 |
ths | Hopefully the final fix for LUI sign extensions. |
tree | commitdiff |
2007-04-28 |
ths | Update TODO. |
tree | commitdiff |
2007-04-25 |
ths | Next attempt to get the lui sign extension right. |
tree | commitdiff |
2007-04-25 |
ths | Fix lui sign extension. |
tree | commitdiff |
2007-04-19 |
ths | Update comment. We can't easily adhere to the architect... |
tree | commitdiff |
2007-04-17 |
ths | Choose number of TLBs at runtime, by Herve Poussineau. |
tree | commitdiff |
2007-04-16 |
ths | Simplify branch likely handling. |
tree | commitdiff |
2007-04-15 |
ths | Don't use T2 for INS, it conflicts with branch delay... |
tree | commitdiff |
2007-04-15 |
ths | Fix qemu SIGFPE caused by division-by-zero due to under... |
tree | commitdiff |
2007-04-15 |
ths | Small code generation optimization. |
tree | commitdiff |
2007-04-15 |
ths | Delete unused define. |
tree | commitdiff |
2007-04-14 |
ths | Restart interrupts after an exception. |
tree | commitdiff |
2007-04-13 |
ths | Nicer Log formatting. |
tree | commitdiff |
2007-04-13 |
ths | Another fix for CP0 Cause register handling. |
tree | commitdiff |
2007-04-11 |
ths | Make SYNCI_Step and CCRes CPU-specific. |
tree | commitdiff |
2007-04-11 |
ths | Throw RI for invalid MFMC0-class instructions. Introduc... |
tree | commitdiff |
2007-04-11 |
ths | Code formatting fix. |
tree | commitdiff |
2007-04-11 |
ths | More Context/Xcontext fixes. Ifdef some 64bit-only... |
tree | commitdiff |
2007-04-09 |
ths | Fix CP0_IntCtl handling. |
tree | commitdiff |
2007-04-09 |
ths | Proper handling of reserved bits in the context register. |
tree | commitdiff |
next |