aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
2014-05-28tcg/optimize: Remember garbage high bits for 32-bit opsRichard Henderson
2014-05-28tcg/optimize: Move updating of gen_opc_buf into tcg_opt_gen_mov*Richard Henderson
2014-05-28tcg-sparc: Make debug_frame constRichard Henderson
2014-05-28tcg-s390: Make debug_frame constRichard Henderson
2014-05-28tcg-arm: Make debug_frame constRichard Henderson
2014-05-28tcg-aarch64: Make debug_frame constRichard Henderson
2014-05-28tcg-i386: Make debug_frame constRichard Henderson
2014-05-28tcg: Allow the debug_frame data structure to be constantRichard Henderson
2014-05-28tcg: Remove sizemask and flags arguments to tcg_gen_callNRichard Henderson
2014-05-28tcg: Save flags and computed sizemask in TCGHelperInfoRichard Henderson
2014-05-28tcg: Register the helper info struct rather than the nameRichard Henderson
2014-05-28tcg: Inline tcg_gen_helperNRichard Henderson
2014-05-28tcg: Use helper-gen.h in tcg-op.hRichard Henderson
2014-05-28tcg: Push tcg-runtime routines into exec/helper-*Richard Henderson
2014-05-28tcg: Invert the inclusion of helper.hRichard Henderson
2014-05-28tcg: Optimize brcond2 and setcond2 ne/eqRichard Henderson
2014-05-27Merge remote-tracking branch 'remotes/rth/tcg-mips' into stagingPeter Maydell
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