summaryrefslogtreecommitdiffstats
path: root/tcg
Commit message (Expand)AuthorAgeFilesLines
* 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
* tcg/aarch64: limit mul_vec sizeAlex Bennée2018-07-191-1/+2
* tcg: Restrict check_size_impl to multiples of the line sizeRichard Henderson2018-07-091-2/+5
* tcg: Reduce max TB opcode countRichard Henderson2018-06-1510-13/+26
* tcg: remove tb_lockEmilio G. Cota2018-06-151-2/+2
* tcg: move tb_ctx.tb_phys_invalidate_count to tcg_ctxEmilio G. Cota2018-06-152-0/+17
* tcg: track TBs with per-region BST'sEmilio G. Cota2018-06-152-0/+197
* tcg/i386: Use byte form of xgetbv instructionJohn Arbuckle2018-06-151-1/+4
* Merge remote-tracking branch 'remotes/rth/tags/tcg-next-pull-request' into st...Peter Maydell2018-06-043-9/+39
|\
| * tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson2018-06-023-9/+39
* | target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
|/
* tcg: fix s/compliment/complement/ typosEmilio G. Cota2018-05-201-1/+1
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180510'...Peter Maydell2018-05-113-0/+106
|\
| * tcg: Introduce atomic helpers for integer min/maxRichard Henderson2018-05-103-0/+50
| * tcg: Introduce helpers for integer min/maxRichard Henderson2018-05-102-0/+56
* | tcg: Limit the number of ops in a TBRichard Henderson2018-05-092-1/+10
* | tcg/i386: Fix dup_vec in non-AVX2 codepathPeter Maydell2018-05-091-3/+3
|/
* tcg: workaround branch instruction overflow in tcg_out_qemu_ld/stLaurent Vivier2018-05-013-6/+6
* tcg: Improve TCGv_ptr supportRichard Henderson2018-05-013-80/+128
* tcg: Allow wider vectors for cmp and mulRichard Henderson2018-05-011-4/+4
* tcg/arm: Fix memory barrier encodingHenry Wertz2018-05-011-2/+2
* tcg: Document INDEX_mul[us]h_*Richard Henderson2018-05-011-0/+8
* tcg/mips: Handle large offsets from target env to tlb_tablePeter Maydell2018-04-161-7/+4Star
* tcg: Introduce tcg_set_insn_start_paramRichard Henderson2018-04-101-0/+10
* tcg: Mark muluh_i64 and mulsh_i64 as 64-bit opsRichard Henderson2018-03-281-2/+2