Age | Commit message (Expand) | Author |
2023-02-02 | tcg: exclude non-memory effecting helpers from instrumentation | Emilio Cota |
2023-01-17 | tcg: Remove TCG_TARGET_HAS_direct_jump | Richard Henderson |
2023-01-17 | tcg: Add TranslationBlock.jmp_insn_offset | Richard Henderson |
2023-01-17 | tcg: Add gen_tb to TCGContext | Richard Henderson |
2023-01-17 | tcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSET_INVALID | Richard Henderson |
2023-01-17 | tcg: Split out tcg_out_goto_tb | Richard Henderson |
2023-01-17 | tcg: Introduce get_jmp_target_addr | Richard Henderson |
2023-01-17 | tcg: Introduce set_jmp_insn_offset | Richard Henderson |
2023-01-17 | tcg: Split out tcg_out_exit_tb | Richard Henderson |
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 |