2008-05-25 |
pbrook | Fix off-by-one unwinding error. |
tree | commitdiff |
2008-05-24 |
ths | Fix mov[tf].ps handling for MIPS, by Richard Sandiford. |
tree | commitdiff |
2008-05-24 |
ths | Un-break MIPS conditional moves, by Richard Sandiford. |
tree | commitdiff |
2008-05-24 |
pbrook | Fix ARM conditional branch bug. |
tree | commitdiff |
2008-05-23 |
ths | Swithc some MIPS CP0 accesses to TCG. |
tree | commitdiff |
2008-05-23 |
ths | Switch MIPS movf/movt to TCG. |
tree | commitdiff |
2008-05-23 |
ths | Fix build failure for MIPS64 targets on 64-bit hosts. |
tree | commitdiff |
2008-05-22 |
ths | Delete dead code. |
tree | commitdiff |
2008-05-22 |
ths | Switch MIPS branch handling to TCG, and clean out point... |
tree | commitdiff |
2008-05-21 |
ths | Switch MIPS clo/clz and the condition tests to TCG. |
tree | commitdiff |
2008-05-21 |
ths | Switch MIPS movn/movz to TCG. |
tree | commitdiff |
2008-05-18 |
ths | Add file left out from previous commit. |
tree | commitdiff |
2008-05-18 |
ths | Switch most MIPS logical and arithmetic instructions... |
tree | commitdiff |
2008-05-18 |
ths | Fix local register cache handling. |
tree | commitdiff |
2008-05-10 |
bellard | fixed do_restore_state() |
tree | commitdiff |
2008-05-07 |
ths | Be more economical with local temporaries. |
tree | commitdiff |
2008-05-07 |
ths | Mention missing CPU save/restore. |
tree | commitdiff |
2008-05-07 |
ths | Delete redundant prototype. |
tree | commitdiff |
2008-05-07 |
ths | Delete more obsolete dyngen ops. |
tree | commitdiff |
2008-05-07 |
ths | Delete obsolete MIPS dyngen ops. |
tree | commitdiff |
2008-05-06 |
ths | Convert some MIPS load/store instructions to TCG. |
tree | commitdiff |
2008-05-06 |
ths | Enable 64-bit FPU only for NewABI. Spotted by Vince... |
tree | commitdiff |
2008-05-06 |
ths | Use TCG for MIPS GPR moves. |
tree | commitdiff |
2008-05-06 |
ths | Fix MIPS64 branches. Funny how this survived testing. |
tree | commitdiff |
2008-05-05 |
aurel32 | Really really revert commit r4343 |
tree | commitdiff |
2008-05-05 |
aurel32 | Really revert commit r4343 |
tree | commitdiff |
2008-05-05 |
aurel32 | Don't stop translation for mtc0 compare |
tree | commitdiff |
2008-05-04 |
aurel32 | remove target ifdefs from vl.c |
tree | commitdiff |
2008-05-04 |
ths | Simplify mips branch handling. Retire T2 from use.... |
tree | commitdiff |
2008-05-03 |
ths | Fix MIPS MT GPR accesses, thanks Stefan Weil. |
tree | commitdiff |
2008-04-28 |
aurel32 | Factorize code in translate.c |
tree | commitdiff |
2008-04-11 |
aurel32 | Remove osdep.c/qemu-img code duplication |
tree | commitdiff |
2008-03-29 |
ths | Fix infinite loop when invalidating TLB, by Herve Pouss... |
tree | commitdiff |
2008-02-12 |
ths | Make MIPS MT implementation more cache friendly. |
tree | commitdiff |
2008-02-01 |
bellard | use the TCG code generator |
tree | commitdiff |
2008-01-09 |
ths | Fix typo which broke MIPS32R2 64-bit FPU support. |
tree | commitdiff |
2008-01-08 |
ths | Fix broken absoluteness check for cabs.d.*. |
tree | commitdiff |
2008-01-04 |
ths | Handle some more exception types. |
tree | commitdiff |
2008-01-03 |
ths | Fix exception debug output. |
tree | commitdiff |
2007-12-30 |
ths | MIPS COP1X (and related) instructions, by Richard Sandi... |
tree | commitdiff |
2007-12-28 |
ths | Set FCR0.F64 for MIPS64R2-generic, by Richard Sandiford. |
tree | commitdiff |
2007-12-26 |
ths | De-cruft exception definitions, and implement nicer... |
tree | commitdiff |
2007-12-25 |
ths | Support for VR5432, and some of its special instruction... |
tree | commitdiff |
2007-12-25 |
ths | 5K and 20K are Release 1 CPUs. |
tree | commitdiff |
2007-12-25 |
ths | Avoid host FPE for overflowing division on MIPS, by... |
tree | commitdiff |
2007-12-25 |
ths | Improved PABITS handling, and config register fixes. |
tree | commitdiff |
2007-12-24 |
ths | Update debug code to match new accumulator register... |
tree | commitdiff |
2007-12-24 |
ths | Fix CCRes value for 20Kc. |
tree | commitdiff |
2007-12-17 |
ths | MIPS TODO: mention unimplemented system controllers. |
tree | commitdiff |
2007-12-17 |
ths | Update MIPS TODO. The mipsnet failure is caused by... |
tree | commitdiff |
2007-12-09 |
ths | Handle cpu_model in copy_cpu(), by Kirill A. Shutemov. |
tree | commitdiff |
2007-12-02 |
ths | Larger physical address space for 32-bit MIPS. |
tree | commitdiff |
2007-11-26 |
ths | Micro-optimize back-to-back store-load sequences. |
tree | commitdiff |
2007-11-22 |
ths | Optimize the conventional move operation. |
tree | commitdiff |
2007-11-22 |
ths | Fix off-by-one address checks in MIPS64 MMU, by Aurelie... |
tree | commitdiff |
2007-11-19 |
ths | Add older 4Km variants. |
tree | commitdiff |
2007-11-18 |
pbrook | Add strict checking mode for softfp code. |
tree | commitdiff |
2007-11-18 |
ths | Fix MIPS64 R2 instructions. |
tree | commitdiff |
2007-11-18 |
ths | Use a valid PRid. |
tree | commitdiff |
2007-11-17 |
pbrook | Fix int/float inconsistencies. |
tree | commitdiff |
2007-11-14 |
ths | Introduce 4KEm configuration with fixed MMU mapping... |
tree | commitdiff |
2007-11-10 |
bellard | added cpu_model parameter to cpu_init() |
tree | commitdiff |
2007-11-09 |
ths | Use FORCE_RET, scrap RETURN which was implemented in... |
tree | commitdiff |
2007-11-09 |
ths | Move kernel loader parameters from the cpu state to... |
tree | commitdiff |
2007-11-08 |
ths | Clean out the N32 macros from target-mips, and introduc... |
tree | commitdiff |
2007-11-08 |
ths | Formatting fix. |
tree | commitdiff |
2007-10-29 |
ths | Adjust s390 addresses (the MSB is defined as "to be... |
tree | commitdiff |
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 |
next |