summaryrefslogtreecommitdiffstats
path: root/target-mips
Commit message (Expand)AuthorAgeFilesLines
* 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/+3
* target-mips: optimize gen_movcf_*()aurel322009-03-291-51/+23
* target-mips: optimize gen_movci()aurel322009-03-291-15/+17
* target-mips: optimize gen_compute_branch1()aurel322009-03-291-107/+57
* target-mips: don't map FP registers as TCG global variablesaurel322009-03-291-35/+30
* target-mips: fix divu instructionaurel322009-03-291-0/+2
* target-mips: optimize write to env->hflagsaurel322009-03-291-14/+7
* target-mips: optimize gen_muldiv()aurel322009-03-291-123/+115
* target-mips: optimize gen_HILO()aurel322009-03-291-4/+0
* target-mips: optimize gen_trap()aurel322009-03-291-26/+12
* target-mips: optimize gen_compute_branch()aurel322009-03-293-51/+48
* 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/+11
* target-mips: fix FPU in 64-bit modeaurel322009-03-281-17/+8
* target-mips: implement FPU Flush-To-Zero modeaurel322009-03-281-0/+5
* target-mips: use nor instead of or + notaurel322009-03-101-2/+1
* target-mips: optimize mflo and mfhiaurel322009-03-091-13/+12
* target-mips: remove dead codeaurel322009-03-081-34/+0
* target-mips: rename helpers from do_ to helper_aurel322009-03-086-293/+277
* 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/+0
* Log reset events (Jan Kiszka)aliguori2009-01-261-0/+5
* global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori2009-01-152-4/+4
* Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2009-01-153-83/+61
* Clean up debugging code #ifdefs (Eduardo Habkost)aliguori2009-01-151-92/+22
* target-mips: optimize some gpr accessesaurel322009-01-141-12/+6
* target-mips: fix indentationaurel322009-01-144-98/+98
* target-mips: get rid of tests on env->user_mode_onlyaurel322009-01-123-275/+274
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-044-4/+4
* Use the ARRAY_SIZE() macro where appropriate.malc2008-12-221-2/+2
* A first attempt on supporting snapshots for the MIPS target.ths2008-12-201-0/+291
* Fix remaining compiler warnings for mips targets.ths2008-12-204-22/+22
* Remove unnecessary trailing newlinesblueswir12008-12-131-2/+0
* MIPS: remove a few warningsaurel322008-12-071-4/+4
* Common cpu_loop_exit prototypeaurel322008-11-301-1/+0
* Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori2008-11-251-2/+2
* Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori2008-11-181-3/+4
* Refactor translation block CPU state handling (Jan Kiszka)aliguori2008-11-181-0/+8
* Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)aliguori2008-11-181-5/+7
* TCG variable type checking.pbrook2008-11-173-1225/+1212
* target-mips: avoid tcg internal error in mfc0/dmfc0aurel322008-11-151-8/+11
* Revert commits 5685 to 5688 committed by mistakeaurel322008-11-111-0/+4
* Don't stop translation for mtc0 compareaurel322008-11-111-4/+0
* target-mips: gen_compute_branch1()aurel322008-11-111-81/+41
* target-mips: optimize movc*()aurel322008-11-111-48/+33
* target-mips: optimize gen_farith()aurel322008-11-111-12/+12
* target-mips: optimize gen_muldiv()aurel322008-11-111-115/+47
OpenPOWER on IntegriCloud