- 2cfc5f1 Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues. by ths · 17 years ago
- b6d96be Use temporary registers for the MIPS FPU emulation. by ths · 17 years ago
- c7e8a93 Fix typo in comment. by ths · 17 years ago
- 63742cf Change MIPS machine default to Malta. by ths · 17 years ago
- 9656f32 Move interrupt_request and user_mode_only to common cpu state. by pbrook · 17 years ago
- 356265a Static'ify some functions, and use standard inline in translate.c. by ths · 17 years ago
- ea33420 Delete duplicate code. by ths · 17 years ago
- bf20dc0 Spelling fixes, spotted by Stuart Brady. by ths · 17 years ago
- b3c7724 Move CPU save/load registration to common code. by pbrook · 17 years ago
- d077b6f Make bcond and btarget TCG registers. by ths · 17 years ago
- d26968e Remove unnecessary helper arguments, and fix some typos. by ths · 17 years ago
- dd5d6fe Add missing file. Fix spelling errors. by pbrook · 17 years ago
- 2e70f6e Add instruction counter. by pbrook · 17 years ago
- 2796188 Avoid unused input arguments which triggered tcg errors. Spotted by Stefan Weil. by ths · 17 years ago
- b5dc773 More efficient target register / TC accesses. by ths · 17 years ago
- ebbd0ff Clarify some TODO items. by ths · 17 years ago
- 1a3fd9c Remove remaining uses of T0 in the MIPS target. by ths · 17 years ago
- e1bf387 T1 is now dead. by ths · 17 years ago
- 7872368 Reduce use of fixed registers a bit more. by ths · 17 years ago
- 6c5c1e2 Use temporaries instead of fixed registers for some instructions. by ths · 17 years ago
- be24bb4 Pass T0/T1 explicitly to helper functions, and clean up a few dyngen leftovers. by ths · 17 years ago
- 3f05d3d Delete obsolete file. by ths · 17 years ago
- b6a8c26 Delete obsolete file. by ths · 17 years ago
- 3fafcb4 Delete obsolete prototypes. by ths · 17 years ago
- c8c2227 Convert unaligned load/store to TCG. by ths · 17 years ago
- 92af06d Convert vr54xx multiply instructions to TCG. by ths · 17 years ago
- caa88be Remove now-dead code. by ths · 17 years ago
- a16336e Convert remaining MIPS FP instructions to TCG. by ths · 17 years ago
- 214c465 Switch the standard multiplication instructions to TCG. by ths · 17 years ago
- 2b0233a Switch bitfield instructions and assorted special ops to TCG. by ths · 17 years ago
- 200ae68 TCGify the simplest FP instructions. by ths · 17 years ago
- 08ba796 TCGify a few more instructions. by ths · 17 years ago
- 2681b45 Update TODO list. by ths · 17 years ago
- 5d0fc90 Call most FP helpers without deroute through op.c by ths · 17 years ago
- 0d1d009 Delete obsolete file. by ths · 17 years ago
- aa0bf00 Switch most MIPS FP load/stores to TCG. by ths · 17 years ago
- faf7aaa Avoid gen_opc_buf overflow. by ths · 17 years ago
- 9843a0d Free some more temporaries. by ths · 17 years ago
- 764dfc3 Move FP TNs to cpu env. by ths · 17 years ago
- 2c2435b Fix data type mixup, spotted by malc. by ths · 17 years ago
- f1aa632 Switch remaining CP0 instructions to TCG or helper functions. by ths · 17 years ago
- 7dd9e55 Register helper functions. by ths · 17 years ago
- c239529 Free constant temporaries. by ths · 17 years ago
- 4f57689 Explicitly free temporaries. by ths · 17 years ago
- 29cf4b7 Remove the temporaries cache of the MIPS target. by ths · 17 years ago
- b6ce8f0 Fix pointer calculation for MIPS64 targets. by ths · 17 years ago
- 0fead12 Delete duplicate code. by ths · 17 years ago
- f5b78d4 Fix type mismatch. by ths · 17 years ago
- a569557 Fix argument order. by ths · 17 years ago
- 619dfca Proper sign extensions for 32-bit divisions, spotted by Richard Sandiford. by ths · 17 years ago
- f8ed707 Fix typo. by pbrook · 17 years ago
- 6e68e07 Move clone() register setup to target specific code. Handle fork-like clone. by pbrook · 17 years ago
- a4a99d7 Fix for 32-bit MIPS. by ths · 17 years ago
- 90cb786 Avoid qemu SIGFPE for MIPS DIV, by Richard Sandiford. by ths · 17 years ago
- 9b68684 Fix truncate/extend reversal in MIPS DIV{, U} handling, by Richard Sandiford. by ths · 17 years ago
- 84774e8 Fix modulus result from MIPS DDIV & avoid overflowing division, by ths · 17 years ago
- 9133e39 Push common interrupt variables to cpu-defs.h (Glauber Costa) by bellard · 17 years ago
- ce5232c moved halted field to CPU_COMMON by bellard · 17 years ago
- 893f986 Honour current_tc for MIPS M{T,F}{HI,LO}, by Richard Sandiford. by ths · 17 years ago
- 9b7b85d Fix off-by-one unwinding error. by pbrook · 17 years ago
- e6bb7d7 Fix mov[tf].ps handling for MIPS, by Richard Sandiford. by ths · 17 years ago
- 2784847 Un-break MIPS conditional moves, by Richard Sandiford. by ths · 17 years ago
- cb63669 Fix ARM conditional branch bug. Add tcg_gen_brcondi. by pbrook · 17 years ago
- f0b3f3a Swithc some MIPS CP0 accesses to TCG. by ths · 17 years ago
- e214b9b Switch MIPS movf/movt to TCG. by ths · 17 years ago
- 95af5ce Fix build failure for MIPS64 targets on 64-bit hosts. by ths · 17 years ago
- 42388c4 Delete dead code. by ths · 17 years ago
- 8e9ade6 Switch MIPS branch handling to TCG, and clean out pointless wrapper by ths · 17 years ago
- 3089880 Switch MIPS clo/clz and the condition tests to TCG. by ths · 17 years ago
- 20c4c97 Switch MIPS movn/movz to TCG. by ths · 17 years ago
- 4eecc06 Add file left out from previous commit. by ths · 17 years ago
- 48d38ca Switch most MIPS logical and arithmetic instructions to TCG. by ths · 17 years ago
- 8c99506 Fix local register cache handling. by ths · 17 years ago
- a607922 fixed do_restore_state() by bellard · 17 years ago
- 1ffc346 Be more economical with local temporaries. by ths · 17 years ago
- bec19c0 Mention missing CPU save/restore. by ths · 17 years ago
- cdf5cf5 Delete redundant prototype. by ths · 17 years ago
- 5856507 Delete more obsolete dyngen ops. by ths · 17 years ago
- 6a2d4d4 Delete obsolete MIPS dyngen ops. by ths · 17 years ago
- aaa9128 Convert some MIPS load/store instructions to TCG. by ths · 17 years ago
- 3627189 Enable 64-bit FPU only for NewABI. Spotted by Vince Weaver. by ths · 17 years ago
- 958fb4a Use TCG for MIPS GPR moves. by ths · 17 years ago
- b7ef7bf Fix MIPS64 branches. Funny how this survived testing. by ths · 17 years ago
- 4586f9e Really really revert commit r4343 by aurel32 · 17 years ago
- e34d2d6 Really revert commit r4343 by aurel32 · 17 years ago
- d478990 Don't stop translation for mtc0 compare by aurel32 · 17 years ago
- 8dd3dca remove target ifdefs from vl.c by aurel32 · 17 years ago
- 3945462 Simplify mips branch handling. Retire T2 from use. Use TCG for branches. by ths · 17 years ago
- 5b2808b Fix MIPS MT GPR accesses, thanks Stefan Weil. by ths · 17 years ago
- d2856f1 Factorize code in translate.c by aurel32 · 17 years ago
- ca10f86 Remove osdep.c/qemu-img code duplication by aurel32 · 17 years ago
- 53715e4 Fix infinite loop when invalidating TLB, by Herve Poussineau. by ths · 17 years ago
- d0dc7dc Make MIPS MT implementation more cache friendly. by ths · 17 years ago
- 57fec1f use the TCG code generator by bellard · 17 years ago
- a139a3a Fix typo which broke MIPS32R2 64-bit FPU support. by ths · 17 years ago
- 6b5435d Fix broken absoluteness check for cabs.d.*. by ths · 17 years ago
- b67bfe8 Handle some more exception types. by ths · 17 years ago
- 9a5d878 Fix exception debug output. by ths · 17 years ago
- b8aa459 MIPS COP1X (and related) instructions, by Richard Sandiford. by ths · 17 years ago
- ea4b07f Set FCR0.F64 for MIPS64R2-generic, by Richard Sandiford. by ths · 17 years ago