aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)AuthorFilesLines
2014-05-24tcg-mips: Name the opcode enumerationRichard Henderson1-9/+9
2014-05-24tcg-mips: Use EXT for AND on mips32r2Richard Henderson2-14/+50
2014-05-24tcg-mips: Use T9 for TCG_TMP1Richard Henderson1-1/+1
2014-05-24tcg-mips: Introduce TCG_TMP0, TCG_TMP1Richard Henderson1-114/+117
2014-05-24tcg-mips: Rearrange register allocationRichard Henderson2-11/+19
2014-05-24tcg-mips: Convert to new_ldstRichard Henderson2-53/+25
2014-05-24tcg-mips: Convert to new qemu_l/st helpersRichard Henderson1-51/+56
2014-05-24tcg-mips: Move softmmu slow path out of lineRichard Henderson1-389/+383
2014-05-24tcg-mips: Split large ldst offsetsRichard Henderson1-11/+12
2014-05-24tcg-mips: Fill the exit_tb delay slotRichard Henderson1-7/+18
2014-05-24tcg-mips: Use J and JAL opcodesRichard Henderson1-6/+40
2014-05-15tcg-s390: Implement direct chaining of TBsRichard Henderson1-1/+3
2014-05-15tcg-s390: Improve setcondRichard Henderson1-6/+91
2014-05-15tcg-s390: Allow immediate operands to add2 and sub2Richard Henderson1-12/+52
2014-05-15tcg-s390: Implement tcg_register_jitRichard Henderson1-7/+55
2014-05-15tcg-s390: Use more risbg in the tlb sequenceRichard Henderson1-21/+28
2014-05-15tcg-s390: Move ldst helpers out of lineRichard Henderson1-92/+118
2014-05-15tcg-s390: Convert to new ldst opcodesRichard Henderson2-116/+56
2014-05-15tcg-s390: Integrate endianness into TCGMemOpRichard Henderson1-64/+60
2014-05-15tcg-s390: Convert to TCGMemOpRichard Henderson1-46/+36
2014-05-15tcg-s390: Fix off-by-one in wraparound andiRichard Henderson1-2/+2
2014-05-14tcg: Fix tcg_reg_alloc_mov vs no-op truncationRichard Henderson1-8/+11
2014-05-12tcg: Remove unreachable code in tcg_out_op and op_defsRichard Henderson11-245/+49
2014-05-12tcg: Use tcg_target_available_regs in tcg_reg_alloc_movRichard Henderson1-9/+10
2014-05-12tcg: Make call address a constant parameterRichard Henderson5-152/+72
2014-05-12tci: Create tcg_out_callRichard Henderson1-0/+5
2014-05-12tcg-mips: Split out tcg_out_callRichard Henderson1-8/+10
2014-05-12tcg-sparc: Create tcg_out_callRichard Henderson1-8/+14
2014-05-12tcg-ppc64: Rename tcg_out_calli to tcg_out_callRichard Henderson1-21/+16
2014-05-12tcg-ppc: Split out tcg_out_callRichard Henderson1-3/+8
2014-05-12tcg-s390: Rename tgen_calli to tcg_out_callRichard Henderson1-4/+4
2014-05-12tcg-i386: Rename tcg_out_calli to tcg_out_callRichard Henderson1-3/+3
2014-05-12tcg: Require TCG_TARGET_INSN_UNIT_SIZERichard Henderson1-3/+2
2014-05-12tci: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson2-6/+14
2014-05-12tcg-mips: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson2-80/+37
2014-05-12tcg-ia64: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson2-145/+78
2014-05-12tcg-s390: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson2-48/+45
2014-05-12tcg-aarch64: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson2-69/+53
2014-05-12tcg-arm: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson2-96/+55
2014-05-12tcg-sparc: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson2-69/+60
2014-05-12tcg-ppc: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson2-102/+94
2014-05-12tcg-ppc64: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson2-84/+81
2014-05-12tcg-i386: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson2-24/+26
2014-05-12tcg: Define tcg_insn_unit for code pointersRichard Henderson3-48/+100
2014-05-12tcg: Introduce byte pointer arithmetic helpersRichard Henderson1-0/+45
2014-05-12tcg: Avoid undefined behaviour patching code at unaligned addressesPeter Maydell2-6/+26
2014-05-12tcg: Avoid stores to unaligned addressesPeter Maydell1-3/+3
2014-04-28tcg-sparc: Accept stores of zeroRichard Henderson1-2/+2
2014-04-28tcg-sparc: Fix small 32-bit moviRichard Henderson1-0/+5
2014-04-28tcg-sparc: Fixup function argument typesRichard Henderson1-66/+51