summaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)AuthorFilesLines
2014-05-28tcg-arm: Make debug_frame constRichard Henderson1-13/+9
2014-05-28tcg-aarch64: Make debug_frame constRichard Henderson1-13/+9
2014-05-28tcg-i386: Make debug_frame constRichard Henderson1-21/+17
2014-05-28tcg: Allow the debug_frame data structure to be constantRichard Henderson1-4/+17
2014-05-28tcg: Remove sizemask and flags arguments to tcg_gen_callNRichard Henderson2-12/+9
2014-05-28tcg: Save flags and computed sizemask in TCGHelperInfoRichard Henderson1-0/+7
2014-05-28tcg: Register the helper info struct rather than the nameRichard Henderson1-2/+5
2014-05-28tcg: Inline tcg_gen_helperNRichard Henderson1-7/+0
2014-05-28tcg: Use helper-gen.h in tcg-op.hRichard Henderson1-150/+25
2014-05-28tcg: Push tcg-runtime routines into exec/helper-*Richard Henderson4-52/+31
2014-05-28tcg: Invert the inclusion of helper.hRichard Henderson1-4/+3
2014-05-28tcg: Optimize brcond2 and setcond2 ne/eqRichard Henderson1-0/+94
2014-05-27Merge remote-tracking branch 'remotes/rth/tcg-mips' into stagingPeter Maydell2-918/+945
2014-05-24tcg-mips: Enable direct chaining of TBsRichard Henderson1-1/+10
2014-05-24tcg-mips: Simplify movcondRichard Henderson1-49/+17
2014-05-24tcg-mips: Simplify brcond2Richard Henderson1-57/+20
2014-05-24tcg-mips: Improve setcond eq/ne vs zerosRichard Henderson1-4/+36
2014-05-24tcg-mips: Simplify setcond2Richard Henderson1-64/+31
2014-05-24tcg-mips: Simplify brcondRichard Henderson1-46/+41
2014-05-24tcg-mips: Simplify setcondRichard Henderson1-58/+67
2014-05-24tcg-mips: Commonize opcode implementationsRichard Henderson1-114/+98
2014-05-24tcg-mips: Improve add2/sub2Richard Henderson1-31/+56
2014-05-24tcg-mips: Hoist args loadsRichard Henderson1-98/+103
2014-05-24tcg-mips: Fix subtract immediate rangeRichard Henderson1-5/+11
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-22tci: Fix tcg_out_callRichard Henderson1-0/+3
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