aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)AuthorFilesLines
2018-12-26tcg/riscv: Add slowpath load and store instructionsAlistair Francis1-0/+256
2018-12-26tcg/riscv: Add branch and jump instructionsAlistair Francis1-0/+145
2018-12-26tcg/riscv: Add the add2 and sub2 instructionsAlistair Francis1-0/+55
2018-12-26tcg/riscv: Add the out load and store instructionsAlistair Francis1-0/+65
2018-12-26tcg/riscv: Add the extract instructionsAlistair Francis1-0/+34
2018-12-26tcg/riscv: Add the mov and movi instructionAlistair Francis1-0/+86
2018-12-26tcg/riscv: Add the relocation functionsAlistair Francis1-0/+88
2018-12-26tcg/riscv: Add the instruction emittersAlistair Francis1-0/+48
2018-12-26tcg/riscv: Add the immediate encodersAlistair Francis1-0/+90
2018-12-26tcg/riscv: Add support for the constraintsAlistair Francis1-0/+168
2018-12-26tcg/riscv: Add the tcg target registersAlistair Francis1-0/+118
2018-12-26tcg/riscv: Add the tcg-target.h fileAlistair Francis1-0/+177
2018-12-17tcg: Drop nargs from tcg_op_insert_{before,after}Emilio G. Cota3-10/+8
2018-12-17tcg/mips: Improve the add2/sub2 command to use TCG_TARGET_REG_BITSAlistair Francis1-1/+1
2018-12-17tcg: Add TCG_TARGET_HAS_MEMORY_BSWAPRichard Henderson9-2/+126
2018-12-17tcg/optimize: Optimize bswapRichard Henderson1-0/+12
2018-12-17tcg: Clean up generic bswap64Richard Henderson1-27/+20
2018-12-17tcg: Clean up generic bswap32Richard Henderson1-27/+27
2018-12-17tcg/i386: Add setup_guest_base_seg for FreeBSDRichard Henderson1-0/+9
2018-12-17tcg/i386: Precompute all guest_base parametersRichard Henderson1-61/+40
2018-12-17tcg/i386: Assume 32-bit values are zero-extendedRichard Henderson1-63/+40
2018-12-17tcg/i386: Implement INDEX_op_extr{lh}_i64_i32 for 32-bit guestsRichard Henderson2-2/+9
2018-12-17tcg/i386: Propagate is64 to tcg_out_qemu_ld_slow_pathRichard Henderson1-5/+8
2018-12-17tcg/i386: Propagate is64 to tcg_out_qemu_ld_directRichard Henderson1-6/+7
2018-12-17tcg/s390x: Return false on failure from patch_relocRichard Henderson1-11/+23
2018-12-17tcg/ppc: Return false on failure from patch_relocRichard Henderson1-11/+21
2018-12-17tcg/arm: Return false on failure from patch_relocRichard Henderson1-6/+16
2018-12-17tcg/aarch64: Return false on failure from patch_relocRichard Henderson1-16/+21
2018-12-17tcg/i386: Return false on failure from patch_relocRichard Henderson1-2/+2
2018-12-17tcg: Return success from patch_relocRichard Henderson9-11/+21
2018-12-17tcg/mips: Remove retranslation codeRichard Henderson1-6/+1
2018-12-17tcg/sparc: Remove retranslation codeRichard Henderson1-6/+2
2018-12-17tcg/s390: Remove retranslation codeRichard Henderson1-8/+2
2018-12-17tcg/ppc: Fold away "noaddr" branch routinesRichard Henderson1-18/+7
2018-12-17tcg/arm: Fold away "noaddr" branch routinesRichard Henderson1-19/+3
2018-12-17tcg/arm: Remove reloc_pc24_atomicRichard Henderson1-8/+0
2018-12-17tcg/aarch64: Fold away "noaddr" branch routinesRichard Henderson1-19/+2
2018-12-17tcg/aarch64: Remove reloc_pc26_atomicRichard Henderson1-12/+0
2018-12-17tcg/i386: Move TCG_REG_CALL_STACK from define to enumRichard Henderson1-1/+1
2018-12-17tcg/i386: Always use %ebp for TCG_AREG0Richard Henderson1-6/+2
2018-12-17target/sparc: Remove the constant poolRichard Henderson1-38/+9
2018-12-12tcg/tcg.h: Remove GCC check for tcg_debug_assert() macroThomas Huth1-3/+1
2018-11-08tcg/tcg-op.h: Add multiple include guardPeter Maydell1-0/+5
2018-10-18tcg: Split CONFIG_ATOMIC128Richard Henderson1-7/+9
2018-10-18tcg: distribute tcg_time into TCG contextsEmilio G. Cota2-0/+25
2018-10-18tcg: plug holes in struct TCGProfileEmilio G. Cota1-1/+1
2018-10-18tcg: fix use of uninitialized variable under CONFIG_PROFILEREmilio G. Cota1-1/+1
2018-10-18tcg: Implement CPU_LOG_TB_NOCHAIN during expansionRichard Henderson1-1/+8
2018-09-26tcg/i386: fix vector operations on 32-bit hostsRoman Kapl1-4/+0
2018-08-06tcg/optimize: Do not skip default processing of dup_vecRichard Henderson1-2/+2