]> git.ipfire.org Git - thirdparty/qemu.git/history - target-mips
print only once TARGET_ARCH
[thirdparty/qemu.git] / target-mips /
2009-07-16  Blue SwirlUpdate to a hopefully more future proof FSF address
2009-07-12  Aurelien Jarnotarget-mips: remove useless code in gen_st_cond()
2009-07-12  Paul BrookFix MIPS SC
2009-07-09  Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-07-09  Paul BrookMIPS atomic instructions
2009-07-09  Paul BrookMIPS usermode TLS register
2009-07-03  Nathan Froydtarget-mips: fix MADD and MSUB/MSUBU instructions
2009-06-13  Blue SwirlFix a warning: uint_fast8_t is not 8 bits on OpenBSD...
2009-05-21  Anthony LiguoriConvert machine registration to use module init functions
2009-05-19  Paul BrookHardware convenience library
2009-05-13  Paul BrookInclude assert.h from qemu-common.h
2009-05-13  Blue SwirlReplace gcc variadic macro extension with C99 version
2009-05-04  Aurelien Jarnotarget-mips: proper sign extension for 'SUBU rd, zero...
2009-05-04  Aurelien Jarnotarget-mips: fix comments about SUB/DSUB
2009-04-24  aliguoriqemu: introduce qemu_init_vcpu (Marcelo Tosatti)
2009-04-24  aliguoriqemu: per-arch cpu_has_work (Marcelo Tosatti)
2009-04-20  pbrookEnable access to SYNCI_Step register in usermode emulation.
2009-04-17  aurel32Revert "target-mips: fix call to check_*() functions"
2009-04-17  aurel32target-mips: simplify exception generation
2009-04-16  aurel32target-mips: fix revision r7126
2009-04-16  aurel32target-mips: fix call to check_*() functions
2009-04-16  aurel32target-mips: optimize gen_flt3_ldst()
2009-04-16  aurel32target-mips: optimize gen_flt_ldst()
2009-04-16  pbrookStop translation after a syscall instruciton.
2009-04-15  aurel32target-mips: mark zero register as unused.
2009-04-15  aurel32target-mips: variable names consistency
2009-04-13  aurel32target-mips: fix commits 7040 and 7042
2009-04-12  aurel32target-mips: fix commit 7046
2009-04-11  aurel32target-mips: don't map zero register as a TCG global
2009-04-11  aurel32target-mips: optimize gen_ldst()
2009-04-11  aurel32target-mips: optimize gen_arith_imm()
2009-04-10  aurel32target-mips: fix commit r7076
2009-04-10  aurel32target-mips: optimize gen_movcf_d()
2009-04-10  aurel32target-mips: optimize a few tcg_temp_free()
2009-04-08  aurel32target-mips: optimize gen_farith()
2009-04-08  aurel32target-mips: optimize gen_flt3_arith()
2009-04-08  aurel32target-mips: optimize gen_flt3_ldst()
2009-04-08  aurel32target-mips: optimize gen_arith()
2009-04-08  aurel32target-mips: optimize decode_opc()
2009-04-08  aurel32target-mips: optimize gen_cp1()
2009-04-08  aurel32target-mips: optimize gen_cp0()
2009-04-06  aurel32target-mips: use the TCG_CALL_PURE and TCG_CALL_CONST...
2009-04-05  aurel32Add new command line option -singlestep for tcg single...
2009-03-29  aurel32target-mips: optimize gen_movcf_*()
2009-03-29  aurel32target-mips: optimize gen_movci()
2009-03-29  aurel32target-mips: optimize gen_compute_branch1()
2009-03-29  aurel32target-mips: don't map FP registers as TCG global variables
2009-03-29  aurel32target-mips: fix divu instruction
2009-03-29  aurel32target-mips: optimize write to env->hflags
2009-03-29  aurel32target-mips: optimize gen_muldiv()
2009-03-29  aurel32target-mips: optimize gen_HILO()
2009-03-29  aurel32target-mips: optimize gen_trap()
2009-03-29  aurel32target-mips: optimize gen_compute_branch()
2009-03-29  aurel32target-mips: don't mix result and arguments in gen_op_*
2009-03-29  aurel32target-mips: gen_bshfl()
2009-03-29  aurel32target-mips: optimize gen_mul_vr54xx()
2009-03-29  aurel32target-mips: optimize gen_cl()
2009-03-28  aurel32target-mips: fix FPU in 64-bit mode
2009-03-28  aurel32target-mips: implement FPU Flush-To-Zero mode
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
next