aboutsummaryrefslogtreecommitdiffstats
path: root/target-mips
AgeCommit message (Expand)AuthorFilesLines
2009-04-08target-mips: optimize gen_arith()aurel321-158/+290
2009-04-08target-mips: optimize decode_opc()aurel321-13/+17
2009-04-08target-mips: optimize gen_cp1()aurel321-15/+5
2009-04-08target-mips: optimize gen_cp0()aurel321-27/+5
2009-04-06target-mips: use the TCG_CALL_PURE and TCG_CALL_CONST for some helpersaurel321-4/+4
2009-04-05Add new command line option -singlestep for tcg single stepping.aurel321-4/+3
2009-03-29target-mips: optimize gen_movcf_*()aurel321-51/+23
2009-03-29target-mips: optimize gen_movci()aurel321-15/+17
2009-03-29target-mips: optimize gen_compute_branch1()aurel321-107/+57
2009-03-29target-mips: don't map FP registers as TCG global variablesaurel321-35/+30
2009-03-29target-mips: fix divu instructionaurel321-0/+2
2009-03-29target-mips: optimize write to env->hflagsaurel321-14/+7
2009-03-29target-mips: optimize gen_muldiv()aurel321-123/+115
2009-03-29target-mips: optimize gen_HILO()aurel321-4/+0
2009-03-29target-mips: optimize gen_trap()aurel321-26/+12
2009-03-29target-mips: optimize gen_compute_branch()aurel323-51/+48
2009-03-29target-mips: don't mix result and arguments in gen_op_*aurel321-54/+54
2009-03-29target-mips: gen_bshfl()aurel321-29/+45
2009-03-29target-mips: optimize gen_mul_vr54xx()aurel321-2/+2
2009-03-29target-mips: optimize gen_cl()aurel321-15/+11
2009-03-28target-mips: fix FPU in 64-bit modeaurel321-17/+8
2009-03-28target-mips: implement FPU Flush-To-Zero modeaurel321-0/+5
2009-03-10target-mips: use nor instead of or + notaurel321-2/+1
2009-03-09target-mips: optimize mflo and mfhiaurel321-13/+12
2009-03-08target-mips: remove dead codeaurel321-34/+0
2009-03-08target-mips: rename helpers from do_ to helper_aurel326-293/+277
2009-03-07The _exit syscall is used for both thread termination in NPTL applications,pbrook1-1/+2
2009-02-05targets: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2009-01-26Log reset events (Jan Kiszka)aliguori1-0/+5
2009-01-15global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori2-4/+4
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori3-83/+61
2009-01-15Clean up debugging code #ifdefs (Eduardo Habkost)aliguori1-92/+22
2009-01-14target-mips: optimize some gpr accessesaurel321-12/+6
2009-01-14target-mips: fix indentationaurel324-98/+98
2009-01-12target-mips: get rid of tests on env->user_mode_onlyaurel323-275/+274
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel324-4/+4
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc1-2/+2
2008-12-20A first attempt on supporting snapshots for the MIPS target.ths1-0/+291
2008-12-20Fix remaining compiler warnings for mips targets.ths4-22/+22
2008-12-13Remove unnecessary trailing newlinesblueswir11-2/+0
2008-12-07MIPS: remove a few warningsaurel321-4/+4
2008-11-30Common cpu_loop_exit prototypeaurel321-1/+0
2008-11-25Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori1-2/+2
2008-11-18Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori1-3/+4
2008-11-18Refactor translation block CPU state handling (Jan Kiszka)aliguori1-0/+8
2008-11-18Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)aliguori1-5/+7
2008-11-17TCG variable type checking.pbrook3-1225/+1212
2008-11-15target-mips: avoid tcg internal error in mfc0/dmfc0aurel321-8/+11
2008-11-11Revert commits 5685 to 5688 committed by mistakeaurel321-0/+4
2008-11-11Don't stop translation for mtc0 compareaurel321-4/+0