Clean some PCI defines (Stefan Weil)
[qemu] / target-mips /
2009-03-10 aurel32target-mips: use nor instead of or + not
2009-03-09 aurel32target-mips: optimize mflo and mfhi
2009-03-08 aurel32target-mips: remove dead code
2009-03-08 aurel32target-mips: rename helpers from do_ to helper_
2009-03-07 pbrookThe _exit syscall is used for both thread termination...
2009-02-05 aliguoritargets: remove error handling from qemu_malloc() calle...
2009-01-26 aliguoriLog reset events (Jan Kiszka)
2009-01-15 aliguoriglobal s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo...
2009-01-15 aliguoriConvert references to logfile/loglevel to use qemu_log...
2009-01-15 aliguoriClean up debugging code #ifdefs (Eduardo Habkost)
2009-01-14 aurel32target-mips: optimize some gpr accesses
2009-01-14 aurel32target-mips: fix indentation
2009-01-12 aurel32target-mips: get rid of tests on env->user_mode_only
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2008-12-22 malcUse the ARRAY_SIZE() macro where appropriate.
2008-12-20 thsA first attempt on supporting snapshots for the MIPS...
2008-12-20 thsFix remaining compiler warnings for mips targets.
2008-12-13 blueswir1Remove unnecessary trailing newlines
2008-12-07 aurel32MIPS: remove a few warnings
2008-11-30 aurel32Common cpu_loop_exit prototype
2008-11-25 aliguoriUse sys-queue.h for break/watchpoint managment (Jan...
2008-11-18 aliguoriRefactor and enhance break/watchpoint API (Jan Kiszka)
2008-11-18 aliguoriRefactor translation block CPU state handling (Jan...
2008-11-18 aliguoriConvert CPU_PC_FROM_TB to static inline (Jan Kiszka)
2008-11-17 pbrookTCG variable type checking.
2008-11-15 aurel32target-mips: avoid tcg internal error in mfc0/dmfc0
2008-11-11 aurel32Revert commits 5685 to 5688 committed by mistake
2008-11-11 aurel32Don't stop translation for mtc0 compare
2008-11-11 aurel32target-mips: gen_compute_branch1()
2008-11-11 aurel32target-mips: optimize movc*()
2008-11-11 aurel32target-mips: optimize gen_farith()
2008-11-11 aurel32target-mips: optimize gen_muldiv()
2008-11-11 aurel32target-mips: optimize gen_arith()/gen_arith_imm()
2008-11-11 aurel32target-mips: convert bit shuffle ops to TCG
2008-11-11 aurel32target-mips: convert bitfield ops to TCG
2008-11-11 aurel32target-mips: optimize gen_op_addr_add() (2/2)
2008-11-11 aurel32target-mips: optimize gen_op_addr_add() (1/2)
2008-11-11 aurel32target-mips: optimize gen_save_pc()
2008-11-11 aurel32target-mips: fix mft* helpers/call
2008-11-11 aurel32target-mips: fix temporary variable freeing in op_ldst_...
2008-11-04 aurel32target-mips: use the new rotr/rotri instructions
2008-10-06 blueswir1Show size for unassigned accesses (Robert Reif)
2008-09-22 thsUse concet TCG instructions in the MIPS target.
2008-09-21 thsFix Xcontext fill, by Here Poussineau.
2008-09-21 pbrookAdd concat_i32_i64 op.
2008-09-18 thsUse TCG registers for most CPU register accesses.
2008-09-18 thsMove the active FPU registers into env again, and use...
2008-09-14 aurel32MIPS: Fix tlbwi/tlbwr
2008-09-14 aurel32MIPS: remove empty cpu_mips_irqctrl_init()
2008-09-14 aurel32target-mips: fix warning
2008-09-05 aurel32TCG fixes for target-mips
2008-09-02 thsBuild fix for gcc-3.3.
2008-08-30 blueswir1Fix some warnings that would be generated by gcc -Wredu...
2008-08-23 aurel32MIPS: don't free TCG temporary variable twice
2008-08-01 thsDelete unused variable.
2008-07-23 thsUse plain standard inline.
2008-07-23 thsLess hardcoding of TARGET_USER_ONLY.
2008-07-21 thsA bunch of minor code improvements in the MIPS target.
2008-07-21 thsFix logging output for MIPS HI, LO registers, by Stefan...
2008-07-20 thsFix compiler warning, by Stefan Weil.
2008-07-20 thsSimplify conditional FP moves.
2008-07-18 thsSmall cleanup of gen_intermediate_code(_internal),...
2008-07-09 thsUse temporary registers for the MIPS FPU emulation.
2008-07-05 thsFix typo in comment.
2008-07-05 thsChange MIPS machine default to Malta.
2008-07-01 pbrookMove interrupt_request and user_mode_only to common...
2008-07-01 thsStatic'ify some functions, and use standard inline...
2008-07-01 thsDelete duplicate code.
2008-06-30 thsSpelling fixes, spotted by Stuart Brady.
2008-06-30 pbrookMove CPU save/load registration to common code.
2008-06-30 thsMake bcond and btarget TCG registers.
2008-06-29 thsRemove unnecessary helper arguments, and fix some typos.
2008-06-29 pbrookAdd missing file. Fix spelling errors.
2008-06-29 pbrookAdd instruction counter.
2008-06-27 thsAvoid unused input arguments which triggered tcg errors...
2008-06-27 thsMore efficient target register / TC accesses.
2008-06-24 thsClarify some TODO items.
2008-06-24 thsRemove remaining uses of T0 in the MIPS target.
2008-06-24 thsT1 is now dead.
2008-06-24 thsReduce use of fixed registers a bit more.
2008-06-24 thsUse temporaries instead of fixed registers for some...
2008-06-23 thsPass T0/T1 explicitly to helper functions, and clean...
2008-06-20 thsDelete obsolete file.
2008-06-20 thsDelete obsolete file.
2008-06-20 thsDelete obsolete prototypes.
2008-06-20 thsConvert unaligned load/store to TCG.
2008-06-20 thsConvert vr54xx multiply instructions to TCG.
2008-06-19 thsRemove now-dead code.
2008-06-19 thsConvert remaining MIPS FP instructions to TCG.
2008-06-12 thsSwitch the standard multiplication instructions to...
2008-06-12 thsSwitch bitfield instructions and assorted special ops...
2008-06-12 thsTCGify the simplest FP instructions.
2008-06-12 thsTCGify a few more instructions.
2008-06-11 thsUpdate TODO list.
2008-06-11 thsCall most FP helpers without deroute through op.c
2008-06-11 thsDelete obsolete file.
2008-06-11 thsSwitch most MIPS FP load/stores to TCG.
2008-06-11 thsAvoid gen_opc_buf overflow.
2008-06-11 thsFree some more temporaries.
2008-06-11 thsMove FP TNs to cpu env.
next