aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
2014-05-24tcg-mips: Enable direct chaining of TBsRichard Henderson
2014-05-24tcg-mips: Simplify movcondRichard Henderson
2014-05-24tcg-mips: Simplify brcond2Richard Henderson
2014-05-24tcg-mips: Improve setcond eq/ne vs zerosRichard Henderson
2014-05-24tcg-mips: Simplify setcond2Richard Henderson
2014-05-24tcg-mips: Simplify brcondRichard Henderson
2014-05-24tcg-mips: Simplify setcondRichard Henderson
2014-05-24tcg-mips: Commonize opcode implementationsRichard Henderson
2014-05-24tcg-mips: Improve add2/sub2Richard Henderson
2014-05-24tcg-mips: Hoist args loadsRichard Henderson
2014-05-24tcg-mips: Fix subtract immediate rangeRichard Henderson
2014-05-24tcg-mips: Name the opcode enumerationRichard Henderson
2014-05-24tcg-mips: Use EXT for AND on mips32r2Richard Henderson
2014-05-24tcg-mips: Use T9 for TCG_TMP1Richard Henderson
2014-05-24tcg-mips: Introduce TCG_TMP0, TCG_TMP1Richard Henderson
2014-05-24tcg-mips: Rearrange register allocationRichard Henderson
2014-05-24tcg-mips: Convert to new_ldstRichard Henderson
2014-05-24tcg-mips: Convert to new qemu_l/st helpersRichard Henderson
2014-05-24tcg-mips: Move softmmu slow path out of lineRichard Henderson
2014-05-24tcg-mips: Split large ldst offsetsRichard Henderson
2014-05-24tcg-mips: Fill the exit_tb delay slotRichard Henderson
2014-05-24tcg-mips: Use J and JAL opcodesRichard Henderson
2014-05-22tci: Fix tcg_out_callRichard Henderson
2014-05-15tcg-s390: Implement direct chaining of TBsRichard Henderson
2014-05-15tcg-s390: Improve setcondRichard Henderson
2014-05-15tcg-s390: Allow immediate operands to add2 and sub2Richard Henderson
2014-05-15tcg-s390: Implement tcg_register_jitRichard Henderson
2014-05-15tcg-s390: Use more risbg in the tlb sequenceRichard Henderson
2014-05-15tcg-s390: Move ldst helpers out of lineRichard Henderson
2014-05-15tcg-s390: Convert to new ldst opcodesRichard Henderson
2014-05-15tcg-s390: Integrate endianness into TCGMemOpRichard Henderson
2014-05-15tcg-s390: Convert to TCGMemOpRichard Henderson
2014-05-15tcg-s390: Fix off-by-one in wraparound andiRichard Henderson
2014-05-14tcg: Fix tcg_reg_alloc_mov vs no-op truncationRichard Henderson
2014-05-12tcg: Remove unreachable code in tcg_out_op and op_defsRichard Henderson
2014-05-12tcg: Use tcg_target_available_regs in tcg_reg_alloc_movRichard Henderson
2014-05-12tcg: Make call address a constant parameterRichard Henderson
2014-05-12tci: Create tcg_out_callRichard Henderson
2014-05-12tcg-mips: Split out tcg_out_callRichard Henderson
2014-05-12tcg-sparc: Create tcg_out_callRichard Henderson
2014-05-12tcg-ppc64: Rename tcg_out_calli to tcg_out_callRichard Henderson
2014-05-12tcg-ppc: Split out tcg_out_callRichard Henderson
2014-05-12tcg-s390: Rename tgen_calli to tcg_out_callRichard Henderson
2014-05-12tcg-i386: Rename tcg_out_calli to tcg_out_callRichard Henderson
2014-05-12tcg: Require TCG_TARGET_INSN_UNIT_SIZERichard Henderson
2014-05-12tci: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson
2014-05-12tcg-mips: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson
2014-05-12tcg-ia64: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson
2014-05-12tcg-s390: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson
2014-05-12tcg-aarch64: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson