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
2022-10-04
accel/tcg: Introduce tb_pc and log_pc
Richard Henderson
2022-04-21
compiler.h: replace QEMU_NORETURN with G_NORETURN
Marc-André Lureau
2022-04-20
tcg: Add tcg_constant_ptr
Richard Henderson
2022-04-20
tcg: Fix indirect lowering vs TCG_OPF_COND_BRANCH
Richard Henderson
2022-03-04
tcg: Add opcodes for vector nand, nor, eqv
Richard Henderson
2022-03-04
tcg: Set MAX_OPC_PARAM_IARGS to 7
Ziqiao Kong
2021-11-02
qapi: introduce x-query-opcount QMP command
Daniel P. Berrangé
2021-11-02
qapi: introduce x-query-jit QMP command
Daniel P. Berrangé
2021-10-13
tcg: Move helper_*_mmu decls to tcg/tcg-ldst.h
Richard Henderson
2021-10-13
accel/tcg: Move cpu_atomic decls to exec/cpu_ldst.h
Richard Henderson
2021-10-12
accel/tcg: re-factor plugin_inject_cb so we can assert insn_idx is valid
Alex Bennée
2021-10-05
tcg: Split out MemOpIdx to exec/memopidx.h
Richard Henderson
2021-10-05
tcg: Rename TCGMemOpIdx to MemOpIdx
Richard Henderson
2021-10-05
tcg: add dup_const_tl wrapper
Philipp Tomsich
2021-07-21
tcg: Rename helper_atomic_*_mmu and provide for user-only
Richard Henderson
2021-07-09
tcg: Move tb_phys_invalidate_count to tb_ctx
Richard Henderson
2021-07-09
tcg: Bake tb_destroy() into tcg_region_tree
Liren Wei
2021-06-29
tcg: Add flags argument to bswap opcodes
Richard Henderson
2021-06-24
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210624'...
Peter Maydell
2021-06-21
tcg: Make gen_dup_i32/i64() public as tcg_gen_dup_i32/i64
Peter Maydell
2021-06-19
tcg: expose TCGCond manipulation routines
Alessandro Di Federico
2021-06-19
tcg/tci: Use ffi for calls
Richard Henderson
2021-06-13
tcg: Fix documentation for tcg_constant_* vs tcg_temp_free_*
Richard Henderson
2021-06-13
tcg: Introduce tcg_remove_ops_after
Richard Henderson
2021-06-13
tcg: Move tcg_init_ctx and tcg_ctx from accel/tcg/
Richard Henderson
2021-06-11
tcg: Move in_code_gen_buffer and tests to region.c
Richard Henderson
2021-06-11
accel/tcg: Pass down max_cpus to tcg_init
Richard Henderson
2021-06-11
tcg: Create tcg_init
Richard Henderson
2021-06-11
accel/tcg: Move alloc_code_gen_buffer to tcg/region.c
Richard Henderson
2021-05-26
accel/tcg: Reduce 'exec/tb-context.h' inclusion
Philippe Mathieu-Daudé
2021-01-24
tcg: Restart code generation when we run out of temps
Richard Henderson
2021-01-22
tcg: Optimize inline dup_const for MO_64
Richard Henderson
2021-01-13
tcg: Use tcg_constant_{i32,i64,vec} with gvec expanders
Richard Henderson
2021-01-13
tcg: Introduce TYPE_CONST temporaries
Richard Henderson
2021-01-13
tcg: Expand TCGTemp.val to 64-bits
Richard Henderson
2021-01-13
tcg: Add temp_readonly
Richard Henderson
2021-01-13
tcg: Consolidate 3 bits into enum TCGTempKind
Richard Henderson
2021-01-07
tcg: Constify tcg_code_gen_epilogue
Richard Henderson
2021-01-07
tcg: Introduce tcg_tbrel_diff
Richard Henderson
2021-01-07
tcg: Adjust tcg_register_jit for const
Richard Henderson
2021-01-07
tcg: Adjust TCGLabel for const
Richard Henderson
2021-01-07
tcg: Introduce tcg_splitwx_to_{rx,rw}
Richard Henderson
2021-01-07
tcg: Add in_code_gen_buffer
Richard Henderson
2021-01-07
tcg: Move tcg epilogue pointer out of TCGContext
Richard Henderson
2021-01-07
tcg: Move tcg prologue pointer out of TCGContext
Richard Henderson
2020-10-27
tcg: Do not kill globals at conditional branches
Richard Henderson
2020-10-08
tcg: Remove TCGOpDef.used
Richard Henderson
2020-10-08
tcg: Move some TCG_CT_* bits to TCGArgConstraint bitfields
Richard Henderson
2020-10-08
tcg: Remove TCG_CT_REG
Richard Henderson
2020-10-08
tcg: Move sorted_args into TCGArgConstraint.sort_index
Richard Henderson
[next]