summaryrefslogtreecommitdiffstats
path: root/target-mips
Commit message (Expand)AuthorAgeFilesLines
* Enable access to SYNCI_Step register in usermode emulation.pbrook2009-04-211-0/+2
* Revert "target-mips: fix call to check_*() functions"aurel322009-04-171-24/+12Star
* target-mips: simplify exception generationaurel322009-04-171-4/+0Star
* target-mips: fix revision r7126aurel322009-04-161-1/+1
* target-mips: fix call to check_*() functionsaurel322009-04-161-12/+24
* target-mips: optimize gen_flt3_ldst()aurel322009-04-161-4/+4
* target-mips: optimize gen_flt_ldst()aurel322009-04-161-4/+2Star
* Stop translation after a syscall instruciton.pbrook2009-04-161-0/+1
* target-mips: mark zero register as unused.aurel322009-04-151-0/+1
* target-mips: variable names consistencyaurel322009-04-152-766/+768
* target-mips: fix commits 7040 and 7042aurel322009-04-131-2/+6
* target-mips: fix commit 7046aurel322009-04-121-2/+2
* target-mips: don't map zero register as a TCG globalaurel322009-04-111-1/+1
* target-mips: optimize gen_ldst()aurel322009-04-111-22/+64
* target-mips: optimize gen_arith_imm()aurel322009-04-111-106/+161
* target-mips: fix commit r7076aurel322009-04-101-2/+1Star
* target-mips: optimize gen_movcf_d()aurel322009-04-101-1/+1
* target-mips: optimize a few tcg_temp_free()aurel322009-04-101-3/+3
* target-mips: optimize gen_farith()aurel322009-04-081-56/+47Star
* target-mips: optimize gen_flt3_arith()aurel322009-04-081-18/+16Star
* target-mips: optimize gen_flt3_ldst()aurel322009-04-081-9/+4Star
* target-mips: optimize gen_arith()aurel322009-04-081-158/+290
* target-mips: optimize decode_opc()aurel322009-04-081-13/+17
* target-mips: optimize gen_cp1()aurel322009-04-081-15/+5Star
* target-mips: optimize gen_cp0()aurel322009-04-081-27/+5Star
* target-mips: use the TCG_CALL_PURE and TCG_CALL_CONST for some helpersaurel322009-04-061-4/+4
* Add new command line option -singlestep for tcg single stepping.aurel322009-04-051-4/+3Star
* target-mips: optimize gen_movcf_*()aurel322009-03-291-51/+23Star
* target-mips: optimize gen_movci()aurel322009-03-291-15/+17
* target-mips: optimize gen_compute_branch1()aurel322009-03-291-107/+57Star
* target-mips: don't map FP registers as TCG global variablesaurel322009-03-291-35/+30Star
* target-mips: fix divu instructionaurel322009-03-291-0/+2
* target-mips: optimize write to env->hflagsaurel322009-03-291-14/+7Star
* target-mips: optimize gen_muldiv()aurel322009-03-291-123/+115Star
* target-mips: optimize gen_HILO()aurel322009-03-291-4/+0Star
* target-mips: optimize gen_trap()aurel322009-03-291-26/+12Star
* target-mips: optimize gen_compute_branch()aurel322009-03-293-51/+48Star
* target-mips: don't mix result and arguments in gen_op_*aurel322009-03-291-54/+54
* target-mips: gen_bshfl()aurel322009-03-291-29/+45
* target-mips: optimize gen_mul_vr54xx()aurel322009-03-291-2/+2
* target-mips: optimize gen_cl()aurel322009-03-291-15/+11Star
* target-mips: fix FPU in 64-bit modeaurel322009-03-281-17/+8Star
* target-mips: implement FPU Flush-To-Zero modeaurel322009-03-281-0/+5
* target-mips: use nor instead of or + notaurel322009-03-101-2/+1Star
* target-mips: optimize mflo and mfhiaurel322009-03-091-13/+12Star
* target-mips: remove dead codeaurel322009-03-081-34/+0Star
* target-mips: rename helpers from do_ to helper_aurel322009-03-086-293/+277Star
* The _exit syscall is used for both thread termination in NPTL applications,pbrook2009-03-071-1/+2
* targets: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-2/+0Star
* Log reset events (Jan Kiszka)aliguori2009-01-261-0/+5