aboutsummaryrefslogtreecommitdiff
path: root/tcg/tcg.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-09tcg: Move TCG_TARGET_HAS_direct_jump init to tb_gen_codeRichard Henderson1-0/+12
2022-11-01Merge tag 'pull-testing-for-7.2-011122-3' of https://github.com/stsquad/qemu ...Stefan Hajnoczi1-1/+2
2022-10-31tcg: Avoid using hardcoded /tmpBin Meng1-1/+2
2022-11-01tcg/tci: fix logic error when registering helpers via FFIIcenowy Zheng1-3/+3
2022-11-01tcg/sparc: Remove support for sparc32plusRichard Henderson1-73/+2
2022-10-04accel/tcg: Introduce tb_pc and log_pcRichard Henderson1-4/+4
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau1-1/+2
2022-04-20Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson1-7/+27
2022-04-20tcg: Fix indirect lowering vs TCG_OPF_COND_BRANCHRichard Henderson1-7/+27
2022-04-20util/log: Remove qemu_log_flushRichard Henderson1-1/+0
2022-04-20tcg: Pass the locked filepointer to tcg_dump_opsRichard Henderson1-57/+52
2022-04-20*: Use fprintf between qemu_log_trylock/unlockRichard Henderson1-34/+44
2022-04-20util/log: Rename qemu_log_lock to qemu_log_trylockRichard Henderson1-4/+4
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau1-6/+6
2022-03-04tcg: Add opcodes for vector nand, nor, eqvRichard Henderson1-0/+6
2022-02-21include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.hPeter Maydell1-0/+1
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot1-2/+2
2021-12-07tcg/arm: Reduce vector alignment requirement for NEONRichard Henderson1-1/+7
2021-11-02qapi: introduce x-query-opcount QMP commandDaniel P. Berrangé1-5/+5
2021-11-02qapi: introduce x-query-jit QMP commandDaniel P. Berrangé1-41/+47
2021-10-28tcg: Extend call args using the correct opcodesRichard Henderson1-3/+3
2021-10-13tcg: Move helper_*_mmu decls to tcg/tcg-ldst.hRichard Henderson1-0/+1
2021-10-05tcg: Rename TCGMemOpIdx to MemOpIdxRichard Henderson1-1/+1
2021-07-09tcg: Remove TCG_TARGET_HAS_goto_ptrRichard Henderson1-6/+2
2021-07-09tcg: Fix prologue disassemblyRichard Henderson1-2/+2
2021-07-09tcg: Add separator in INDEX_op_call dumpRichard Henderson1-1/+1
2021-06-29tcg: Add flags argument to bswap opcodesRichard Henderson1-0/+28
2021-06-19tcg: Restart when exhausting the stack frameRichard Henderson1-1/+5
2021-06-19tcg: Allocate sufficient storage in temp_allocate_frameRichard Henderson1-5/+26
2021-06-19tcg/sparc: Fix temp_allocate_frame vs sparc stack biasRichard Henderson1-6/+3
2021-06-19tcg/tci: Implement goto_ptrRichard Henderson1-1/+7
2021-06-19tcg/tci: Use ffi for callsRichard Henderson1-18/+46
2021-06-19tcg: Build ffi data structures for helpersRichard Henderson1-0/+58
2021-06-19tcg: Add tcg_call_funcRichard Henderson1-3/+2
2021-06-19tcg: Store the TCGHelperInfo in the TCGOp for callRichard Henderson1-28/+21
2021-06-19tcg: Add tcg_call_flagsRichard Henderson1-8/+6
2021-06-19tcg: Combine dh_is_64bit and dh_is_signed to dh_typecodeRichard Henderson1-30/+41
2021-06-13tcg: Introduce tcg_remove_ops_afterRichard Henderson1-0/+13
2021-06-13tcg: Move tcg_init_ctx and tcg_ctx from accel/tcg/Richard Henderson1-0/+3
2021-06-11tcg: Move in_code_gen_buffer and tests to region.cRichard Henderson1-23/+0
2021-06-11tcg: Introduce tcg_max_ctxsRichard Henderson1-13/+10
2021-06-11accel/tcg: Pass down max_cpus to tcg_initRichard Henderson1-6/+4
2021-06-11tcg: Create tcg_initRichard Henderson1-1/+8
2021-06-11tcg: Split out region.cRichard Henderson1-544/+3
2021-06-11tcg: Split out tcg_region_prologue_setRichard Henderson1-15/+22
2021-06-11tcg: Split out tcg_region_initial_allocRichard Henderson1-3/+10
2021-06-11tcg: Remove error return from tcg_region_initial_alloc__lockedRichard Henderson1-13/+6
2021-06-11tcg: Re-order tcg_region_init vs tcg_prologue_initRichard Henderson1-33/+19
2021-06-04tcg: Change parameters for tcg_target_const_matchRichard Henderson1-3/+2
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0