aboutsummaryrefslogtreecommitdiffstats
path: root/target-mips
AgeCommit message (Expand)AuthorFilesLines
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori5-27/+28
2009-10-01Get rid of _t suffixmalc5-28/+27
2009-09-30target-mips: make sure constants are in the second argumentAurelien Jarno1-7/+7
2009-09-30mips: Fix spelling in commentStefan Weil1-2/+2
2009-09-30target-mips: unmatched brackets in if 0Michael S. Tsirkin1-1/+0
2009-09-28target-mips: log instructions start in TCG codeAurelien Jarno1-0/+4
2009-09-23target-mips: remove MAX_OP_PER_INSTR workaroundAurelien Jarno1-2/+1
2009-09-21Add 'static' to please SparseBlue Swirl1-1/+1
2009-09-14target-mips: fix single-steppingNathan Froyd1-3/+18
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl1-2/+2
2009-08-25target-mips: fix conditional moves off fp condition codesNathan Froyd1-5/+5
2009-08-24cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd1-0/+1
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela1-1/+1
2009-07-27change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}Juan Quintela1-1/+1
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl4-8/+4
2009-07-12target-mips: remove useless code in gen_st_cond()Aurelien Jarno1-1/+0
2009-07-12Fix MIPS SCPaul Brook1-2/+2
2009-07-09MIPS atomic instructionsPaul Brook2-24/+64
2009-07-09MIPS usermode TLS registerPaul Brook1-0/+5
2009-07-03target-mips: fix MADD and MSUB/MSUBU instructionsNathan Froyd1-3/+3
2009-06-13Fix a warning: uint_fast8_t is not 8 bits on OpenBSD/Sparc64Blue Swirl1-2/+6
2009-05-21Convert machine registration to use module init functionsAnthony Liguori1-9/+0
2009-05-19Hardware convenience libraryPaul Brook1-3/+0
2009-05-13Include assert.h from qemu-common.hPaul Brook1-1/+0
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-3/+3
2009-05-04target-mips: proper sign extension for 'SUBU rd, zero, rt'Aurelien Jarno1-0/+1
2009-05-04target-mips: fix comments about SUB/DSUBAurelien Jarno1-2/+2
2009-04-24qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori1-0/+1
2009-04-24qemu: per-arch cpu_has_work (Marcelo Tosatti)aliguori1-2/+8
2009-04-20Enable access to SYNCI_Step register in usermode emulation.pbrook1-0/+2
2009-04-17Revert "target-mips: fix call to check_*() functions"aurel321-24/+12
2009-04-17target-mips: simplify exception generationaurel321-4/+0
2009-04-16target-mips: fix revision r7126aurel321-1/+1
2009-04-16target-mips: fix call to check_*() functionsaurel321-12/+24
2009-04-16target-mips: optimize gen_flt3_ldst()aurel321-4/+4
2009-04-16target-mips: optimize gen_flt_ldst()aurel321-4/+2
2009-04-16Stop translation after a syscall instruciton.pbrook1-0/+1
2009-04-15target-mips: mark zero register as unused.aurel321-0/+1
2009-04-15target-mips: variable names consistencyaurel322-766/+768
2009-04-13target-mips: fix commits 7040 and 7042aurel321-2/+6
2009-04-12target-mips: fix commit 7046aurel321-2/+2
2009-04-11target-mips: don't map zero register as a TCG globalaurel321-1/+1
2009-04-11target-mips: optimize gen_ldst()aurel321-22/+64
2009-04-11target-mips: optimize gen_arith_imm()aurel321-106/+161
2009-04-10target-mips: fix commit r7076aurel321-2/+1
2009-04-10target-mips: optimize gen_movcf_d()aurel321-1/+1
2009-04-10target-mips: optimize a few tcg_temp_free()aurel321-3/+3
2009-04-08target-mips: optimize gen_farith()aurel321-56/+47
2009-04-08target-mips: optimize gen_flt3_arith()aurel321-18/+16
2009-04-08target-mips: optimize gen_flt3_ldst()aurel321-9/+4