| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix remaining compiler warnings for mips targets. | ths | 2008-12-20 | 1 | -15/+0 |
* | Common cpu_loop_exit prototype | aurel32 | 2008-11-30 | 1 | -1/+0 |
* | target-mips: optimize gen_op_addr_add() (2/2) | aurel32 | 2008-11-11 | 1 | -1/+4 |
* | Move the active FPU registers into env again, and use more TCG registers | ths | 2008-09-18 | 1 | -1/+1 |
* | MIPS: remove empty cpu_mips_irqctrl_init() | aurel32 | 2008-09-14 | 1 | -1/+0 |
* | Fix some warnings that would be generated by gcc -Wredundant-decls | blueswir1 | 2008-08-30 | 1 | -3/+0 |
* | Use plain standard inline. | ths | 2008-07-23 | 1 | -4/+4 |
* | Use temporary registers for the MIPS FPU emulation. | ths | 2008-07-09 | 1 | -23/+0 |
* | Remove remaining uses of T0 in the MIPS target. | ths | 2008-06-24 | 1 | -6/+0 |
* | T1 is now dead. | ths | 2008-06-24 | 1 | -2/+0 |
* | Pass T0/T1 explicitly to helper functions, and clean up a few dyngen | ths | 2008-06-23 | 1 | -1/+0 |
* | Delete obsolete prototypes. | ths | 2008-06-20 | 1 | -21/+0 |
* | Switch the standard multiplication instructions to TCG. | ths | 2008-06-12 | 1 | -2/+0 |
* | TCGify a few more instructions. | ths | 2008-06-12 | 1 | -1/+0 |
* | Call most FP helpers without deroute through op.c | ths | 2008-06-11 | 1 | -73/+0 |
* | Move FP TNs to cpu env. | ths | 2008-06-11 | 1 | -18/+18 |
* | Switch remaining CP0 instructions to TCG or helper functions. | ths | 2008-06-09 | 1 | -34/+1 |
* | Switch most MIPS logical and arithmetic instructions to TCG. | ths | 2008-05-18 | 1 | -2/+0 |
* | Delete redundant prototype. | ths | 2008-05-07 | 1 | -2/+0 |
* | Use TCG for MIPS GPR moves. | ths | 2008-05-06 | 1 | -2/+2 |
* | Simplify mips branch handling. Retire T2 from use. Use TCG for branches. | ths | 2008-05-04 | 1 | -4/+2 |
* | Fix typo which broke MIPS32R2 64-bit FPU support. | ths | 2008-01-09 | 1 | -1/+1 |
* | MIPS COP1X (and related) instructions, by Richard Sandiford. | ths | 2007-12-30 | 1 | -2/+16 |
* | Support for VR5432, and some of its special instructions. Original patch | ths | 2007-12-25 | 1 | -0/+14 |
* | Use FORCE_RET, scrap RETURN which was implemented in target-specific code. | ths | 2007-11-09 | 1 | -6/+0 |
* | Clean out the N32 macros from target-mips, and introduce MIPS ABI specific | ths | 2007-11-08 | 1 | -3/+3 |
* | Implement missing MIPS supervisor mode bits. | ths | 2007-10-28 | 1 | -8/+4 |
* | Add sharable clz/clo inline functions and use them for the mips target. | ths | 2007-10-27 | 1 | -0/+2 |
* | Replace is_user variable with mmu_idx in softmmu core, | j_mayer | 2007-10-14 | 1 | -1/+1 |
* | Use always_inline in the MIPS support where applicable. | ths | 2007-10-09 | 1 | -4/+4 |
* | Fix [ls][wd][lr] instructions, by Aurelien Jarno. | ths | 2007-10-09 | 1 | -30/+0 |
* | Code provision for n32/n64 mips userland emulation. Not functional yet. | ths | 2007-09-30 | 1 | -5/+5 |
* | Supervisor mode implementation, by Aurelien Jarno. | ths | 2007-09-29 | 1 | -4/+9 |
* | hflags computation cleanup, by Aurelien Jarno. | ths | 2007-09-26 | 1 | -1/+25 |
* | Timer start/stop implementation, by Aurelien Jarno. | ths | 2007-09-25 | 1 | -0/+2 |
* | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 2007-09-16 | 1 | -2/+2 |
* | Partial support for 34K multithreading, not functional yet. | ths | 2007-09-06 | 1 | -19/+20 |
* | Clean up of some target specifics in exec.c/cpu-exec.c. | ths | 2007-06-03 | 1 | -8/+19 |
* | More MIPS 64-bit FPU support. | ths | 2007-05-19 | 1 | -46/+50 |
* | - Move FPU exception handling into helper functions, since they are big. | ths | 2007-05-18 | 1 | -0/+71 |
* | More generic 64 bit multiplication support, by Aurelien Jarno. | ths | 2007-05-16 | 1 | -2/+0 |
* | MIPS TLB style selection at runtime, by Herve Poussineau. | ths | 2007-05-13 | 1 | -5/+1 |
* | MIPS 64-bit FPU support, plus some collateral bugfixes in the | ths | 2007-05-07 | 1 | -0/+6 |
* | Kill broken host register definitions, thanks to Paul Brook and Herve | ths | 2007-04-29 | 1 | -11/+4 |
* | Fix qemu SIGFPE caused by division-by-zero due to underflow. | ths | 2007-04-15 | 1 | -1/+6 |
* | Actually enable 64bit configuration. | ths | 2007-04-01 | 1 | -4/+4 |
* | Malta CBUS UART support. | ths | 2007-03-31 | 1 | -1/+1 |
* | Fix enough FPU/R2 support to get 24Kf going. | ths | 2007-03-23 | 1 | -0/+1 |
* | SPARC host fixes, by Ben Taylor. | ths | 2007-03-19 | 1 | -10/+0 |
* | MIPS FPU dynamic activation, part 1, by Herve Poussineau. | ths | 2007-02-28 | 1 | -2/+0 |