aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-23tcg/i386: Mark xmm registers call-clobberedRichard Henderson1-1/+1
2018-07-19tcg/aarch64: limit mul_vec sizeAlex Bennée1-1/+2
2018-07-09tcg: Restrict check_size_impl to multiples of the line sizeRichard Henderson1-2/+5
2018-06-15tcg: Reduce max TB opcode countRichard Henderson10-13/+26
2018-06-15tcg: remove tb_lockEmilio G. Cota1-2/+2
2018-06-15tcg: move tb_ctx.tb_phys_invalidate_count to tcg_ctxEmilio G. Cota2-0/+17
2018-06-15tcg: track TBs with per-region BST'sEmilio G. Cota2-0/+197
2018-06-15tcg/i386: Use byte form of xgetbv instructionJohn Arbuckle1-1/+4
2018-06-04Merge remote-tracking branch 'remotes/rth/tags/tcg-next-pull-request' into st...Peter Maydell3-9/+39
2018-06-01tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson3-9/+39
2018-06-01target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-05-20tcg: fix s/compliment/complement/ typosEmilio G. Cota1-1/+1
2018-05-11Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180510'...Peter Maydell3-0/+106
2018-05-10tcg: Introduce atomic helpers for integer min/maxRichard Henderson3-0/+50
2018-05-10tcg: Introduce helpers for integer min/maxRichard Henderson2-0/+56
2018-05-09tcg: Limit the number of ops in a TBRichard Henderson2-1/+10
2018-05-09tcg/i386: Fix dup_vec in non-AVX2 codepathPeter Maydell1-3/+3
2018-05-01tcg: workaround branch instruction overflow in tcg_out_qemu_ld/stLaurent Vivier3-6/+6
2018-05-01tcg: Improve TCGv_ptr supportRichard Henderson3-80/+128
2018-05-01tcg: Allow wider vectors for cmp and mulRichard Henderson1-4/+4
2018-05-01tcg/arm: Fix memory barrier encodingHenry Wertz1-2/+2
2018-05-01tcg: Document INDEX_mul[us]h_*Richard Henderson1-0/+8
2018-04-16tcg/mips: Handle large offsets from target env to tlb_tablePeter Maydell1-7/+4
2018-04-10tcg: Introduce tcg_set_insn_start_paramRichard Henderson1-0/+10
2018-03-28tcg: Mark muluh_i64 and mulsh_i64 as 64-bit opsRichard Henderson1-2/+2
2018-03-16tcg: Add choose_vector_sizeRichard Henderson1-180/+260