index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
tcg
/
tcg.h
Age
Commit message (
Expand
)
Author
2023-07-01
tcg: Reduce tcg_assert_listed_vecop() scope
Philippe Mathieu-Daudé
2023-06-26
accel/tcg: remove CONFIG_PROFILER
Fei Wu
2023-06-05
tcg: Remove target-specific headers from tcg.[ch]
Richard Henderson
2023-06-05
tcg: Move TLB_FLAGS_MASK check out of get_alignment_bits
Richard Henderson
2023-06-05
tcg: Add guest_mo to TCGContext
Richard Henderson
2023-06-05
tcg: Add insn_start_words to TCGContext
Richard Henderson
2023-06-05
tcg: Split tcg_gen_callN
Richard Henderson
2023-06-05
tcg: Move temp_idx and tcgv_i32_temp debug out of line
Richard Henderson
2023-06-05
tcg: Pass TCGHelperInfo to tcg_gen_callN
Richard Henderson
2023-06-05
tcg: Move TCGv, dup_const_tl definitions to tcg-op.h
Richard Henderson
2023-06-05
tcg: Split out tcg/oversized-guest.h
Richard Henderson
2023-06-05
tcg: Split out tcg-target-reg-bits.h
Richard Henderson
2023-06-05
tcg: Add tlb_fast_offset to TCGContext
Richard Henderson
2023-06-05
tcg: Move TCG_TYPE_TL from tcg.h to tcg-op.h
Richard Henderson
2023-05-23
tcg: Split out tcg/debug-assert.h
Richard Henderson
2023-05-16
tcg: Add tlb_dyn_max_bits to TCGContext
Richard Henderson
2023-05-16
tcg: Add page_bits and page_mask to TCGContext
Richard Henderson
2023-05-16
tcg: Add addr_type to TCGContext
Richard Henderson
2023-05-16
tcg: Widen tcg_gen_code pc_start argument to uint64_t
Richard Henderson
2023-05-16
tcg: Widen gen_insn_data to uint64_t
Richard Henderson
2023-04-23
tcg: Replace tcg_abort with g_assert_not_reached
Richard Henderson
2023-03-13
tcg: Drop tcg_const_*
Richard Henderson
2023-03-13
tcg: Drop tcg_const_*_vec
Richard Henderson
2023-03-13
tcg: Create tcg/tcg-temp-internal.h
Richard Henderson
2023-03-05
tcg: Remove tcg_check_temp_count, tcg_clear_temp_count
Richard Henderson
2023-03-05
tcg: Link branches to the labels
Richard Henderson
2023-03-01
tcg: Remove tcg_temp_local_new_*, tcg_const_local_*
Richard Henderson
2023-03-01
tcg: Change default temp lifetime to TEMP_TB
Richard Henderson
2023-03-01
tcg: Don't re-use TEMP_TB temporaries
Richard Henderson
2023-03-01
tcg: Add tcg_temp_ebb_new_{i32,i64,ptr}
Richard Henderson
2023-03-01
tcg: Pass TCGTempKind to tcg_temp_new_internal
Richard Henderson
2023-03-01
tcg: Remove TEMP_NORMAL
Richard Henderson
2023-03-01
tcg: Rename TEMP_LOCAL to TEMP_TB
Richard Henderson
2023-02-04
tcg: Add temp allocation for TCGv_i128
Richard Henderson
2023-02-04
tcg: Define TCG_TYPE_I128 and related helper macros
Richard Henderson
2023-02-03
Merge tag 'pull-tcg-20230123' of https://gitlab.com/rth7680/qemu into staging
Peter Maydell
2023-02-02
tcg: exclude non-memory effecting helpers from instrumentation
Emilio Cota
2023-01-23
tcg: Avoid recursion in tcg_gen_mulu2_i32
Richard Henderson
2023-01-17
tcg: Move tb_target_set_jmp_target declaration to tcg.h
Richard Henderson
2023-01-17
tcg: Add gen_tb to TCGContext
Richard Henderson
2023-01-05
tcg: Reorg function calls
Richard Henderson
2023-01-05
tcg: Use output_pref wrapper function
Richard Henderson
2023-01-05
tcg: Vary the allocation size for TCGOp
Richard Henderson
2023-01-05
tcg: Pass number of arguments to tcg_emit_op() / tcg_op_insert_*()
Philippe Mathieu-Daudé
2023-01-05
tcg: Introduce tcg_type_size
Richard Henderson
2023-01-05
tcg: Move TCG_TYPE_COUNT outside enum
Richard Henderson
2023-01-05
tcg: Add temp_subindex to TCGTemp
Richard Henderson
2023-01-05
tcg: Move TCG_{LOW,HIGH} to tcg-internal.h
Richard Henderson
2023-01-05
tcg: Introduce paired register allocation
Richard Henderson
2022-10-04
accel/tcg: Introduce tb_pc and log_pc
Richard Henderson
[next]