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