- 9f75462 tcg: Reduce max TB opcode count by Richard Henderson · 7 years ago
- 0ac2031 tcg: remove tb_lock by Emilio G. Cota · 8 years ago
- 128ed22 tcg: move tb_ctx.tb_phys_invalidate_count to tcg_ctx by Emilio G. Cota · 8 years ago
- be2cdc5 tcg: track TBs with per-region BST's by Emilio G. Cota · 8 years ago
- 1019242 tcg/i386: Use byte form of xgetbv instruction by John Arbuckle · 7 years ago
- 1636705 Merge remote-tracking branch 'remotes/rth/tags/tcg-next-pull-request' into staging by Peter Maydell · 7 years ago
- 07ea28b tcg: Pass tb and index to tcg_gen_exit_tb separately by Richard Henderson · 7 years ago
- 23c11b0 target: Do not include "exec/exec-all.h" if it is not necessary by Philippe Mathieu-Daudé · 7 years ago
- 1d34982 tcg: fix s/compliment/complement/ typos by Emilio G. Cota · 7 years ago
- f5583c5 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180510' into staging by Peter Maydell · 7 years ago
- 5507c2b tcg: Introduce atomic helpers for integer min/max by Richard Henderson · 7 years ago
- b87fb8c tcg: Introduce helpers for integer min/max by Richard Henderson · 7 years ago
- abebf92 tcg: Limit the number of ops in a TB by Richard Henderson · 7 years ago
- 7eb30ef tcg/i386: Fix dup_vec in non-AVX2 codepath by Peter Maydell · 7 years ago
- 6001f77 tcg: workaround branch instruction overflow in tcg_out_qemu_ld/st by Laurent Vivier · 7 years ago
- 5bfa803 tcg: Improve TCGv_ptr support by Richard Henderson · 7 years ago
- 9a938d8 tcg: Allow wider vectors for cmp and mul by Richard Henderson · 7 years ago
- 3f814b8 tcg/arm: Fix memory barrier encoding by Henry Wertz · 7 years ago
- d103021 tcg: Document INDEX_mul[us]h_* by Richard Henderson · 7 years ago
- 161dfd1 tcg/mips: Handle large offsets from target env to tlb_table by Peter Maydell · 7 years ago
- 9743cd5 tcg: Introduce tcg_set_insn_start_param by Richard Henderson · 7 years ago
- f2f1dde tcg: Mark muluh_i64 and mulsh_i64 as 64-bit ops by Richard Henderson · 7 years ago
- adb196c tcg: Add choose_vector_size by Richard Henderson · 7 years ago
- 7f34ed4 tcg/i386: Support INDEX_op_dup2_vec for -m32 by Richard Henderson · 7 years ago
- b2e3ae9 tcg: Improve tcg_gen_muli_i32/i64 by Richard Henderson · 7 years ago
- 14e4c1e tcg/aarch64: Add vector operations by Richard Henderson · 7 years ago
- 770c2fc tcg/i386: Add vector operations by Richard Henderson · 8 years ago
- 170ba88 tcg/optimize: Handle vector opcodes during optimize by Richard Henderson · 7 years ago
- 22fc352 tcg: Add generic vector helpers with a scalar operand by Richard Henderson · 7 years ago
- f49b12c tcg: Add generic helpers for saturating arithmetic by Richard Henderson · 7 years ago
- 3774030 tcg: Add generic vector ops for multiplication by Richard Henderson · 7 years ago
- 212be17 tcg: Add generic vector ops for comparisons by Richard Henderson · 7 years ago
- d0ec979 tcg: Add generic vector ops for constant shifts by Richard Henderson · 7 years ago
- db43267 tcg: Add generic vector expanders by Richard Henderson · 7 years ago
- 474b2e8 tcg: Standardize integral arguments to expanders by Richard Henderson · 7 years ago
- d2fd745 tcg: Add types and basic operations for host vectors by Richard Henderson · 7 years ago
- da73a4a tcg: Allow multiple word entries into the constant pool by Richard Henderson · 7 years ago
- 030ffe3 tcg/ppc: Allow a 32-bit offset to the constant pool by Richard Henderson · 7 years ago
- 4a64e0f tcg/ppc: Support tlb offsets larger than 64k by Richard Henderson · 7 years ago
- 71f9cee tcg/arm: Support tlb offsets larger than 64k by Richard Henderson · 7 years ago
- 7170ac3 tcg/arm: Fix double-word comparisons by Richard Henderson · 7 years ago
- 1df3caa tcg: Allow 6 arguments to TCG helpers by Richard Henderson · 7 years ago
- 923ed17 tcg: Add tcg_signed_cond by Richard Henderson · 7 years ago
- cd9090a tcg: Generalize TCGOp parameters by Richard Henderson · 7 years ago
- 15fa08f tcg: Dynamically allocate TCGOps by Richard Henderson · 7 years ago
- f764718 tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED* by Richard Henderson · 7 years ago
- ba2c747 tcg/s390x: Use constant pool for prologue by Richard Henderson · 7 years ago
- 5b38ee3 tcg: Allow constant pool entries in the prologue by Richard Henderson · 7 years ago
- 1c2adb9 tcg: Initialize cpu_env generically by Richard Henderson · 7 years ago
- 3468b59 tcg: enable multiple TCG contexts in softmmu by Emilio G. Cota · 8 years ago
- e8feb96 tcg: introduce regions to split code_gen_buffer by Emilio G. Cota · 8 years ago
- 34184b0 tcg: allocate optimizer temps with tcg_malloc by Emilio G. Cota · 8 years ago
- c3fac11 tcg: distribute profiling counters across TCGContext's by Emilio G. Cota · 8 years ago
- df2cce2 tcg: introduce **tcg_ctxs to keep track of all TCGContext's by Emilio G. Cota · 8 years ago
- 2668978 gen-icount: fold exitreq_label into TCGContext by Emilio G. Cota · 8 years ago
- b1311c4 tcg: define tcg_init_ctx and make tcg_ctx a pointer by Emilio G. Cota · 8 years ago
- 44ded3d tcg: take tb_ctx out of TCGContext by Emilio G. Cota · 8 years ago
- e82d5a2 tcg: check CF_PARALLEL instead of parallel_cpus by Emilio G. Cota · 8 years ago
- 4e2ca83 tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASK by Emilio G. Cota · 8 years ago
- e89b28a tcg: Use offsets not indices for TCGv_* by Richard Henderson · 7 years ago
- 11f4e8f tcg: Remove TCGV_EQUAL* by Richard Henderson · 7 years ago
- dc41aa7 tcg: Remove GET_TCGV_* and MAKE_TCGV_* by Richard Henderson · 7 years ago
- 085272b tcg: Introduce temp_tcgv_{i32,i64,ptr} by Richard Henderson · 7 years ago
- ae8b75d tcg: Introduce tcgv_{i32,i64,ptr}_{arg,temp} by Richard Henderson · 7 years ago
- 960c50e tcg: Push tcg_ctx into tcg_gen_callN by Richard Henderson · 7 years ago
- b7e8b17 tcg: Push tcg_ctx into generator functions by Richard Henderson · 7 years ago
- 6349039 tcg: Use per-temp state data in optimize by Richard Henderson · 8 years ago
- 54534d7 tcg: Remove unused TCG_CALL_DUMMY_TCGV by Richard Henderson · 8 years ago
- 2272e4a tcg: Change temp_allocate_frame arg to TCGTemp by Richard Henderson · 8 years ago
- ac3b889 tcg: Avoid loops against variable bounds by Richard Henderson · 8 years ago
- b83eabe tcg: Use per-temp state data in liveness by Richard Henderson · 8 years ago
- 1807f4c tcg: Introduce temp_arg, export temp_idx by Richard Henderson · 8 years ago
- c6c7d84 tcg: Return NULL temp for TCG_CALL_DUMMY_ARG by Richard Henderson · 8 years ago
- fa477d2 tcg: Add temp_global bit to TCGTemp by Richard Henderson · 8 years ago
- 4343913 tcg: Introduce arg_temp by Richard Henderson · 8 years ago
- dd18629 tcg: Propagate TCGOp down to allocators by Richard Henderson · 8 years ago
- efee374 tcg: Propagate args to op->args in tcg.c by Richard Henderson · 8 years ago
- acd9370 tcg: Propagate args to op->args in optimizer by Richard Henderson · 8 years ago
- 75e8b9b tcg: Merge opcode arguments into TCGOp by Richard Henderson · 8 years ago
- 8df8d52 tcg/mips: delete commented out extern keyword. by Jiang Biao · 7 years ago
- a505785 tcg: define TCG_HIGHWATER by Emilio G. Cota · 8 years ago
- 619205f tcg: take .helpers out of TCGContext by Emilio G. Cota · 8 years ago
- 5e75150 tci: move tci_regs to tcg_qemu_tb_exec's stack by Emilio G. Cota · 8 years ago
- e7e168f exec-all: extract tb->tc_* into a separate struct tc_tb by Emilio G. Cota · 8 years ago
- 7f11636 tcg: remove addr argument from lookup_tb_ptr by Emilio G. Cota · 8 years ago
- d453ec7 tcg/mips: constify tcg_target_callee_save_regs by Emilio G. Cota · 8 years ago
- e268f4c tcg/i386: constify tcg_target_callee_save_regs by Emilio G. Cota · 8 years ago
- 89b2e37 tcg/mips: Fully convert tcg_target_op_def by Richard Henderson · 7 years ago
- 9be44a1 tcg/sparc: Fully convert tcg_target_op_def by Richard Henderson · 7 years ago
- 6cb3658 tcg/ppc: Fully convert tcg_target_op_def by Richard Henderson · 7 years ago
- 7536b82 tcg/arm: Fully convert tcg_target_op_def by Richard Henderson · 7 years ago
- 1897cc2 tcg/aarch64: Fully convert tcg_target_op_def by Richard Henderson · 7 years ago
- 80a8b9a tcg: Fix types in tcg_regset_{set,reset}_reg by Richard Henderson · 7 years ago
- f46934d tcg: Remove tcg_regset_set32 by Richard Henderson · 7 years ago
- 07ddf03 tcg: Remove tcg_regset_{or,and,andnot,not} by Richard Henderson · 7 years ago
- d21369f tcg: Remove tcg_regset_set by Richard Henderson · 7 years ago
- ccb1bb6 tcg: Remove tcg_regset_clear by Richard Henderson · 7 years ago
- be0f34b tcg: Add tcg_op_supported by Richard Henderson · 8 years ago
- 61a3f8f accel/tcg: move tcg-runtime to accel/tcg/ by Philippe Mathieu-Daudé · 7 years ago
- ba02660 tcg/ppc: disable atomic write check on ppc32 by Philippe Mathieu-Daudé · 7 years ago