2008-06-23 |
ths | Pass T0/T1 explicitly to helper functions, and clean... |
tree | commitdiff |
2008-06-20 |
ths | Delete obsolete file. |
tree | commitdiff |
2008-06-20 |
ths | Delete obsolete file. |
tree | commitdiff |
2008-06-20 |
ths | Delete obsolete prototypes. |
tree | commitdiff |
2008-06-20 |
ths | Convert unaligned load/store to TCG. |
tree | commitdiff |
2008-06-20 |
ths | Convert vr54xx multiply instructions to TCG. |
tree | commitdiff |
2008-06-19 |
ths | Remove now-dead code. |
tree | commitdiff |
2008-06-19 |
ths | Convert remaining MIPS FP instructions to TCG. |
tree | commitdiff |
2008-06-12 |
ths | Switch the standard multiplication instructions to... |
tree | commitdiff |
2008-06-12 |
ths | Switch bitfield instructions and assorted special ops... |
tree | commitdiff |
2008-06-12 |
ths | TCGify the simplest FP instructions. |
tree | commitdiff |
2008-06-12 |
ths | TCGify a few more instructions. |
tree | commitdiff |
2008-06-11 |
ths | Update TODO list. |
tree | commitdiff |
2008-06-11 |
ths | Call most FP helpers without deroute through op.c |
tree | commitdiff |
2008-06-11 |
ths | Delete obsolete file. |
tree | commitdiff |
2008-06-11 |
ths | Switch most MIPS FP load/stores to TCG. |
tree | commitdiff |
2008-06-11 |
ths | Avoid gen_opc_buf overflow. |
tree | commitdiff |
2008-06-11 |
ths | Free some more temporaries. |
tree | commitdiff |
2008-06-11 |
ths | Move FP TNs to cpu env. |
tree | commitdiff |
2008-06-10 |
ths | Fix data type mixup, spotted by malc. |
tree | commitdiff |
2008-06-09 |
ths | Switch remaining CP0 instructions to TCG or helper... |
tree | commitdiff |
2008-06-08 |
ths | Register helper functions. |
tree | commitdiff |
2008-06-05 |
ths | Free constant temporaries. |
tree | commitdiff |
2008-06-04 |
ths | Explicitly free temporaries. |
tree | commitdiff |
2008-06-04 |
ths | Remove the temporaries cache of the MIPS target. |
tree | commitdiff |
2008-06-04 |
ths | Fix pointer calculation for MIPS64 targets. |
tree | commitdiff |
2008-06-04 |
ths | Delete duplicate code. |
tree | commitdiff |
2008-06-02 |
ths | Fix type mismatch. |
tree | commitdiff |
2008-06-02 |
ths | Fix argument order. |
tree | commitdiff |
2008-06-02 |
ths | Proper sign extensions for 32-bit divisions, spotted... |
tree | commitdiff |
2008-05-30 |
pbrook | Fix typo. |
tree | commitdiff |
2008-05-30 |
pbrook | Move clone() register setup to target specific code... |
tree | commitdiff |
2008-05-30 |
ths | Fix for 32-bit MIPS. |
tree | commitdiff |
2008-05-29 |
ths | Avoid qemu SIGFPE for MIPS DIV, by Richard Sandiford. |
tree | commitdiff |
2008-05-29 |
ths | Fix truncate/extend reversal in MIPS DIV{, U} handling... |
tree | commitdiff |
2008-05-29 |
ths | Fix modulus result from MIPS DDIV & avoid overflowing... |
tree | commitdiff |
2008-05-29 |
bellard | Push common interrupt variables to cpu-defs.h (Glauber... |
tree | commitdiff |
2008-05-28 |
bellard | moved halted field to CPU_COMMON |
tree | commitdiff |
2008-05-28 |
ths | Honour current_tc for MIPS M{T,F}{HI,LO}, by Richard... |
tree | commitdiff |
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 |
next |