]> git.proxmox.com Git - mirror_qemu.git/history - tcg
hmp: Rename help_cmd() to hmp_help_cmd(), move declaration to hmp.h
[mirror_qemu.git] / tcg /
2023-01-20 Peter MaydellMerge tag 'pull-riscv-to-apply-20230120' of https:...
2023-01-20 Peter MaydellMerge tag 'pull-include-2023-01-20' of https://repo...
2023-01-20 Richard Hendersontcg/riscv: Use tcg_pcrel_diff in tcg_out_ldst
2023-01-19 Peter MaydellMerge tag 'pull-monitor-2023-01-19' of https://repo...
2023-01-19 Peter MaydellMerge tag 'trivial-branch-for-8.0-pull-request' of...
2023-01-19 Peter MaydellMerge tag 'pull-tcg-20230117' of https://gitlab.com...
2023-01-17 Richard Hendersontcg/riscv: Implement direct branch for goto_tb
2023-01-17 Richard Hendersontcg/riscv: Introduce OPC_NOP
2023-01-17 Richard Hendersontcg/arm: Implement direct branch for goto_tb
2023-01-17 Richard Hendersontcg/sparc64: Reorg goto_tb implementation
2023-01-17 Richard Hendersontcg/sparc64: Remove USE_REG_TB
2023-01-17 Richard Hendersontcg/ppc: Reorg goto_tb implementation
2023-01-17 Richard Hendersontcg/aarch64: Reorg goto_tb implementation
2023-01-17 Richard Hendersontcg: Remove TCG_TARGET_HAS_direct_jump
2023-01-17 Richard Hendersontcg: Always define tb_target_set_jmp_target
2023-01-17 Richard Hendersontcg: Move tb_target_set_jmp_target declaration to tcg.h
2023-01-17 Richard Hendersontcg: Change tb_target_set_jmp_target arguments
2023-01-17 Richard Hendersontcg: Add TranslationBlock.jmp_insn_offset
2023-01-17 Richard Hendersontcg: Add gen_tb to TCGContext
2023-01-17 Richard Hendersontcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSE...
2023-01-17 Richard Hendersontcg: Split out tcg_out_goto_tb
2023-01-17 Richard Hendersontcg: Introduce get_jmp_target_addr
2023-01-17 Richard Hendersontcg: Introduce set_jmp_insn_offset
2023-01-17 Richard Hendersontcg: Replace asserts on tcg_jmp_insn_offset
2023-01-17 Richard Hendersontcg/sparc64: Remove unused goto_tb code for indirect...
2023-01-17 Richard Hendersontcg/ppc: Remove unused goto_tb code for indirect jump
2023-01-17 Richard Hendersontcg/i386: Remove unused goto_tb code for indirect jump
2023-01-17 Richard Hendersontcg: Split out tcg_out_exit_tb
2023-01-17 Peter MaydellMerge tag 'pull-tpm-2023-01-17-1' of https://github...
2023-01-17 Peter MaydellMerge tag 'pull-tcg-20230116' of https://gitlab.com...
2023-01-16 Ilya Leoshkevichtcg: add perfmap and jitdump
2023-01-09 Peter MaydellMerge tag 'for_upstream' of https://git.kernel.org...
2023-01-08 Peter MaydellMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-01-08 Peter MaydellMerge tag 'pull-tcg-20230106' of https://gitlab.com...
2023-01-07 Peter MaydellMerge tag 'pull-loongarch-20230106' of https://gitlab...
2023-01-06 Richard Hendersontcg/s390x: Avoid the constant pool in tcg_out_movi
2023-01-06 Richard Hendersontcg/s390x: Cleanup tcg_out_movi
2023-01-06 Richard Hendersontcg/s390x: Tighten constraints for 64-bit compare
2023-01-06 Richard Hendersontcg/s390x: Implement ctpop operation
2023-01-06 Richard Hendersontcg/s390x: Use tgen_movcond_int in tgen_clz
2023-01-06 Richard Hendersontcg/s390x: Support SELGR instruction in movcond
2023-01-06 Richard Hendersontcg/s390x: Generalize movcond implementation
2023-01-06 Richard Hendersontcg/s390x: Create tgen_cmp2 to simplify movcond
2023-01-06 Richard Hendersontcg/s390x: Support MIE3 logical operations
2023-01-06 Richard Hendersontcg/s390x: Tighten constraints for and_i64
2023-01-06 Richard Hendersontcg/s390x: Tighten constraints for or_i64 and xor_i64
2023-01-06 Richard Hendersontcg/s390x: Issue XILF directly for xor_i32
2023-01-06 Richard Hendersontcg/s390x: Support MIE2 MGRK instruction
2023-01-06 Richard Hendersontcg/s390x: Support MIE2 multiply single instructions
2023-01-06 Richard Hendersontcg/s390x: Distinguish RIE formats
2023-01-06 Richard Hendersontcg/s390x: Distinguish RRF-a and RRF-c formats
2023-01-06 Richard Hendersontcg/s390x: Use LARL+AGHI for odd addresses
2023-01-06 Richard Hendersontcg/s390x: Remove DISTINCT_OPERANDS facility check
2023-01-06 Richard Hendersontcg/s390x: Remove FAST_BCR_SER facility check
2023-01-06 Richard Hendersontcg/s390x: Check for load-on-condition facility at...
2023-01-06 Richard Hendersontcg/s390x: Check for general-instruction-extension...
2023-01-06 Richard Hendersontcg/s390x: Check for extended-immediate facility at...
2023-01-06 Richard Hendersontcg/s390x: Check for long-displacement facility at...
2023-01-06 Richard Hendersontcg/s390x: Remove USE_LONG_BRANCHES
2023-01-06 Richard Hendersontcg/s390x: Always set TCG_TARGET_HAS_direct_jump
2023-01-06 Richard Hendersontcg/s390x: Remove TCG_REG_TB
2023-01-06 Richard Hendersontcg/s390x: Use register pair allocation for div and...
2023-01-06 Peter MaydellMerge tag 'pull-riscv-to-apply-20230106' of https:...
2023-01-06 Peter MaydellMerge tag 'pull-tcg-20230105' of https://gitlab.com...
2023-01-06 Richard Hendersontcg/riscv: Fix base register for user-only qemu_ld/st
2023-01-06 Richard Hendersontcg/riscv: Fix reg overlap case in tcg_out_addsub2
2023-01-06 Richard Hendersontcg/riscv: Fix range matched by TCG_CT_CONST_M12
2023-01-05 Richard Hendersontcg: Add TCGHelperInfo argument to tcg_out_call
2023-01-05 Richard Hendersontcg/aarch64: Merge tcg_out_callr into tcg_out_call
2023-01-05 Richard Hendersontcg: Move ffi_cif pointer into TCGHelperInfo
2023-01-05 Philippe Mathieu... tcg: Factor init_ffi_layouts() out of tcg_context_init()
2023-01-05 Philippe Mathieu... tcg: Convert typecode_to_ffi from array to function
2023-01-05 Richard Hendersontcg: Reorg function calls
2023-01-05 Richard Hendersontcg: Use output_pref wrapper function
2023-01-05 Richard Hendersontcg: Vary the allocation size for TCGOp
2023-01-05 Philippe Mathieu... tcg: Pass number of arguments to tcg_emit_op() / tcg_op...
2023-01-05 Richard Hendersontcg: Use TCG_CALL_ARG_EVEN for TCI special case
2023-01-05 Richard Hendersontcg: Replace TCG_TARGET_EXTEND_ARGS with TCG_TARGET_CAL...
2023-01-05 Richard Hendersontcg: Replace TCG_TARGET_CALL_ALIGN_ARGS with TCG_TARGET...
2023-01-05 Richard Hendersontcg: Introduce TCGCallReturnKind and TCGCallArgumentKind
2023-01-05 Richard Hendersontcg: Introduce tcg_type_size
2023-01-05 Richard Hendersontcg: Allocate TCGTemp pairs in host memory order
2023-01-05 Richard Hendersontcg: Simplify calls to temp_sync vs mem_coherent
2023-01-05 Richard Hendersontcg: Add temp_subindex to TCGTemp
2023-01-05 Richard Hendersontcg: Move TCG_{LOW,HIGH} to tcg-internal.h
2023-01-05 Richard Hendersontcg: Introduce paired register allocation
2023-01-05 Philippe Mathieu... tcg: Massage process_op_defs()
2023-01-05 Richard Hendersontcg: Remove check_regs
2023-01-05 Richard Hendersontcg: Centralize updates to reg_to_temp
2023-01-05 Richard Hendersontcg: Fix tcg_reg_alloc_dup*
2023-01-05 Richard Hendersontci: MAX_OPC_PARAM_IARGS is no longer used
2023-01-05 Richard Hendersontcg: Remove TCG_TARGET_STACK_GROWSUP
2023-01-05 Richard Hendersontcg: Tidy tcg_reg_alloc_op
2023-01-05 Richard Hendersontcg: Cleanup trailing whitespace
2023-01-05 Philippe Mathieu... tcg/s390x: Fix coding style
2023-01-05 Mark Cave-Aylandtcg: convert tcg/README to rst
2022-11-11 Stefan HajnocziMerge tag 'for_upstream' of https://git.kernel.org...
2022-11-09 Stefan HajnocziMerge tag 'pull-tcg-20221109' of https://gitlab.com...
2022-11-09 Richard Hendersontcg: Move TCG_TARGET_HAS_direct_jump init to tb_gen_code
2022-11-03 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
next