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
/
tcg
/
tcg.c
Age
Commit message (
Expand
)
Author
2023-01-16
tcg: add perfmap and jitdump
Ilya Leoshkevich
2023-01-05
tcg: Add TCGHelperInfo argument to tcg_out_call
Richard Henderson
2023-01-05
tcg: Move ffi_cif pointer into TCGHelperInfo
Richard Henderson
2023-01-05
tcg: Factor init_ffi_layouts() out of tcg_context_init()
Philippe Mathieu-Daudé
2023-01-05
tcg: Convert typecode_to_ffi from array to function
Philippe Mathieu-Daudé
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: Use TCG_CALL_ARG_EVEN for TCI special case
Richard Henderson
2023-01-05
tcg: Replace TCG_TARGET_EXTEND_ARGS with TCG_TARGET_CALL_ARG_I32
Richard Henderson
2023-01-05
tcg: Replace TCG_TARGET_CALL_ALIGN_ARGS with TCG_TARGET_CALL_ARG_I64
Richard Henderson
2023-01-05
tcg: Introduce tcg_type_size
Richard Henderson
2023-01-05
tcg: Allocate TCGTemp pairs in host memory order
Richard Henderson
2023-01-05
tcg: Simplify calls to temp_sync vs mem_coherent
Richard Henderson
2023-01-05
tcg: Add temp_subindex to TCGTemp
Richard Henderson
2023-01-05
tcg: Introduce paired register allocation
Richard Henderson
2023-01-04
tcg: Massage process_op_defs()
Philippe Mathieu-Daudé
2023-01-04
tcg: Remove check_regs
Richard Henderson
2023-01-04
tcg: Centralize updates to reg_to_temp
Richard Henderson
2023-01-04
tcg: Fix tcg_reg_alloc_dup*
Richard Henderson
2023-01-04
tcg: Remove TCG_TARGET_STACK_GROWSUP
Richard Henderson
2023-01-04
tcg: Tidy tcg_reg_alloc_op
Richard Henderson
2023-01-04
tcg: Cleanup trailing whitespace
Richard Henderson
2022-11-09
tcg: Move TCG_TARGET_HAS_direct_jump init to tb_gen_code
Richard Henderson
2022-11-01
Merge tag 'pull-testing-for-7.2-011122-3' of https://github.com/stsquad/qemu ...
Stefan Hajnoczi
2022-10-31
tcg: Avoid using hardcoded /tmp
Bin Meng
2022-11-01
tcg/tci: fix logic error when registering helpers via FFI
Icenowy Zheng
2022-11-01
tcg/sparc: Remove support for sparc32plus
Richard Henderson
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
Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
2022-04-20
tcg: Fix indirect lowering vs TCG_OPF_COND_BRANCH
Richard Henderson
2022-04-20
util/log: Remove qemu_log_flush
Richard Henderson
2022-04-20
tcg: Pass the locked filepointer to tcg_dump_ops
Richard Henderson
2022-04-20
*: Use fprintf between qemu_log_trylock/unlock
Richard Henderson
2022-04-20
util/log: Rename qemu_log_lock to qemu_log_trylock
Richard Henderson
2022-04-06
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2022-03-04
tcg: Add opcodes for vector nand, nor, eqv
Richard Henderson
2022-02-21
include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.h
Peter Maydell
2022-01-08
exec/memop: Adding signedness to quad definitions
Frédéric Pétrot
2021-12-07
tcg/arm: Reduce vector alignment requirement for NEON
Richard Henderson
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-28
tcg: Extend call args using the correct opcodes
Richard Henderson
2021-10-13
tcg: Move helper_*_mmu decls to tcg/tcg-ldst.h
Richard Henderson
2021-10-05
tcg: Rename TCGMemOpIdx to MemOpIdx
Richard Henderson
2021-07-09
tcg: Remove TCG_TARGET_HAS_goto_ptr
Richard Henderson
2021-07-09
tcg: Fix prologue disassembly
Richard Henderson
2021-07-09
tcg: Add separator in INDEX_op_call dump
Richard Henderson
[next]