aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
2018-12-17tcg: Drop nargs from tcg_op_insert_{before,after}Emilio G. Cota
2018-12-17tcg/mips: Improve the add2/sub2 command to use TCG_TARGET_REG_BITSAlistair Francis
2018-12-17tcg: Add TCG_TARGET_HAS_MEMORY_BSWAPRichard Henderson
2018-12-17tcg/optimize: Optimize bswapRichard Henderson
2018-12-17tcg: Clean up generic bswap64Richard Henderson
2018-12-17tcg: Clean up generic bswap32Richard Henderson
2018-12-17tcg/i386: Add setup_guest_base_seg for FreeBSDRichard Henderson
2018-12-17tcg/i386: Precompute all guest_base parametersRichard Henderson
2018-12-17tcg/i386: Assume 32-bit values are zero-extendedRichard Henderson
2018-12-17tcg/i386: Implement INDEX_op_extr{lh}_i64_i32 for 32-bit guestsRichard Henderson
2018-12-17tcg/i386: Propagate is64 to tcg_out_qemu_ld_slow_pathRichard Henderson
2018-12-17tcg/i386: Propagate is64 to tcg_out_qemu_ld_directRichard Henderson
2018-12-17tcg/s390x: Return false on failure from patch_relocRichard Henderson
2018-12-17tcg/ppc: Return false on failure from patch_relocRichard Henderson
2018-12-17tcg/arm: Return false on failure from patch_relocRichard Henderson
2018-12-17tcg/aarch64: Return false on failure from patch_relocRichard Henderson
2018-12-17tcg/i386: Return false on failure from patch_relocRichard Henderson
2018-12-17tcg: Return success from patch_relocRichard Henderson
2018-12-17tcg/mips: Remove retranslation codeRichard Henderson
2018-12-17tcg/sparc: Remove retranslation codeRichard Henderson
2018-12-17tcg/s390: Remove retranslation codeRichard Henderson
2018-12-17tcg/ppc: Fold away "noaddr" branch routinesRichard Henderson
2018-12-17tcg/arm: Fold away "noaddr" branch routinesRichard Henderson
2018-12-17tcg/arm: Remove reloc_pc24_atomicRichard Henderson
2018-12-17tcg/aarch64: Fold away "noaddr" branch routinesRichard Henderson
2018-12-17tcg/aarch64: Remove reloc_pc26_atomicRichard Henderson
2018-12-17tcg/i386: Move TCG_REG_CALL_STACK from define to enumRichard Henderson
2018-12-17tcg/i386: Always use %ebp for TCG_AREG0Richard Henderson
2018-12-17target/sparc: Remove the constant poolRichard Henderson
2018-12-12tcg/tcg.h: Remove GCC check for tcg_debug_assert() macroThomas Huth
2018-11-08tcg/tcg-op.h: Add multiple include guardPeter Maydell
2018-10-18tcg: Split CONFIG_ATOMIC128Richard Henderson
2018-10-18tcg: distribute tcg_time into TCG contextsEmilio G. Cota
2018-10-18tcg: plug holes in struct TCGProfileEmilio G. Cota
2018-10-18tcg: fix use of uninitialized variable under CONFIG_PROFILEREmilio G. Cota
2018-10-18tcg: Implement CPU_LOG_TB_NOCHAIN during expansionRichard Henderson
2018-09-26tcg/i386: fix vector operations on 32-bit hostsRoman Kapl
2018-08-06tcg/optimize: Do not skip default processing of dup_vecRichard Henderson
2018-07-23tcg/i386: Mark xmm registers call-clobberedRichard Henderson
2018-07-19tcg/aarch64: limit mul_vec sizeAlex Bennée
2018-07-09tcg: Restrict check_size_impl to multiples of the line sizeRichard Henderson
2018-06-15tcg: Reduce max TB opcode countRichard Henderson
2018-06-15tcg: remove tb_lockEmilio G. Cota
2018-06-15tcg: move tb_ctx.tb_phys_invalidate_count to tcg_ctxEmilio G. Cota
2018-06-15tcg: track TBs with per-region BST'sEmilio G. Cota
2018-06-15tcg/i386: Use byte form of xgetbv instructionJohn Arbuckle
2018-06-04Merge remote-tracking branch 'remotes/rth/tags/tcg-next-pull-request' into st...Peter Maydell
2018-06-01tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson
2018-06-01target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-05-20tcg: fix s/compliment/complement/ typosEmilio G. Cota