aboutsummaryrefslogtreecommitdiff
path: root/tcg/tcg.c
AgeCommit message (Expand)Author
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau
2022-04-20Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2022-04-20tcg: Fix indirect lowering vs TCG_OPF_COND_BRANCHRichard Henderson
2022-04-20util/log: Remove qemu_log_flushRichard Henderson
2022-04-20tcg: Pass the locked filepointer to tcg_dump_opsRichard Henderson
2022-04-20*: Use fprintf between qemu_log_trylock/unlockRichard Henderson
2022-04-20util/log: Rename qemu_log_lock to qemu_log_trylockRichard Henderson
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau
2022-03-04tcg: Add opcodes for vector nand, nor, eqvRichard Henderson
2022-02-21include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.hPeter Maydell
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot
2021-12-07tcg/arm: Reduce vector alignment requirement for NEONRichard Henderson
2021-11-02qapi: introduce x-query-opcount QMP commandDaniel P. Berrangé
2021-11-02qapi: introduce x-query-jit QMP commandDaniel P. Berrangé
2021-10-28tcg: Extend call args using the correct opcodesRichard Henderson
2021-10-13tcg: Move helper_*_mmu decls to tcg/tcg-ldst.hRichard Henderson
2021-10-05tcg: Rename TCGMemOpIdx to MemOpIdxRichard Henderson
2021-07-09tcg: Remove TCG_TARGET_HAS_goto_ptrRichard Henderson
2021-07-09tcg: Fix prologue disassemblyRichard Henderson
2021-07-09tcg: Add separator in INDEX_op_call dumpRichard Henderson
2021-06-29tcg: Add flags argument to bswap opcodesRichard Henderson
2021-06-19tcg: Restart when exhausting the stack frameRichard Henderson
2021-06-19tcg: Allocate sufficient storage in temp_allocate_frameRichard Henderson
2021-06-19tcg/sparc: Fix temp_allocate_frame vs sparc stack biasRichard Henderson
2021-06-19tcg/tci: Implement goto_ptrRichard Henderson
2021-06-19tcg/tci: Use ffi for callsRichard Henderson
2021-06-19tcg: Build ffi data structures for helpersRichard Henderson
2021-06-19tcg: Add tcg_call_funcRichard Henderson
2021-06-19tcg: Store the TCGHelperInfo in the TCGOp for callRichard Henderson
2021-06-19tcg: Add tcg_call_flagsRichard Henderson
2021-06-19tcg: Combine dh_is_64bit and dh_is_signed to dh_typecodeRichard Henderson
2021-06-13tcg: Introduce tcg_remove_ops_afterRichard Henderson
2021-06-13tcg: Move tcg_init_ctx and tcg_ctx from accel/tcg/Richard Henderson
2021-06-11tcg: Move in_code_gen_buffer and tests to region.cRichard Henderson
2021-06-11tcg: Introduce tcg_max_ctxsRichard Henderson
2021-06-11accel/tcg: Pass down max_cpus to tcg_initRichard Henderson
2021-06-11tcg: Create tcg_initRichard Henderson
2021-06-11tcg: Split out region.cRichard Henderson
2021-06-11tcg: Split out tcg_region_prologue_setRichard Henderson
2021-06-11tcg: Split out tcg_region_initial_allocRichard Henderson
2021-06-11tcg: Remove error return from tcg_region_initial_alloc__lockedRichard Henderson
2021-06-11tcg: Re-order tcg_region_init vs tcg_prologue_initRichard Henderson
2021-06-04tcg: Change parameters for tcg_target_const_matchRichard Henderson
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2021-03-23tcg: Workaround macOS 11.2 mprotect bugRichard Henderson
2021-03-23tcg: Do not set guard pages on the rx portion of code_gen_bufferRichard Henderson
2021-03-17tcg: Fix prototypes for tcg_out_vec_op and tcg_out_opMiroslav Rezanina
2021-03-06tcg: Manage splitwx in tc_ptr_to_region_tree by handRichard Henderson
2021-03-06tcg: Split out tcg_raise_tb_overflowRichard Henderson