]> git.proxmox.com Git - mirror_qemu.git/history - tcg
accel/tcg: Add debuginfo support
[mirror_qemu.git] / tcg /
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...
2022-11-01 Stefan HajnocziMerge tag 'block-pull-request' of https://gitlab.com...
2022-11-01 Stefan HajnocziMerge tag 'pull-testing-for-7.2-011122-3' of https...
2022-11-01 Stefan HajnocziMerge tag 'pull-tcg-20221031-2' of https://gitlab.com...
2022-10-31 Bin Mengtcg: Avoid using hardcoded /tmp
2022-10-31 Icenowy Zhengtcg/tci: fix logic error when registering helpers via FFI
2022-10-31 Richard Hendersontcg/sparc64: Remove sparc32plus constraints
2022-10-31 Richard Hendersontcg/sparc64: Rename from tcg/sparc
2022-10-31 Richard Hendersontcg/sparc: Remove support for sparc32plus
2022-10-30 Stefan HajnocziMerge tag 'mem-2022-10-28' of https://github.com/davidh...
2022-10-30 Stefan HajnocziMerge tag 'misc-next-pull-request' of https://gitlab...
2022-10-30 Stefan HajnocziMerge tag 'block-pull-request' of https://gitlab.com...
2022-10-30 Stefan HajnocziMerge tag 'qga-pull-2022-10-26' of https://github.com...
2022-10-26 Stefan HajnocziMerge tag 'dump-pull-request' of https://gitlab.com...
2022-10-26 Stefan HajnocziMerge tag 'pull-tcg-20221026' of https://gitlab.com...
2022-10-25 Qi Hutcg/aarch64: Remove unused code in tcg_out_op
2022-10-25 Qi Hutcg/loongarch64: Add direct jump support
2022-10-05 Stefan HajnocziMerge tag 'pull-hex-20221003' of https://github.com...
2022-10-05 Stefan HajnocziMerge tag 'pull-tcg-20221004' of https://gitlab.com...
2022-10-04 Leandro Luporitcg/ppc: Optimize 26-bit jumps
2022-10-04 Richard Hendersonaccel/tcg: Introduce tb_pc and log_pc
2022-08-08 Richard HendersonMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-08-03 Richard HendersonMerge tag 'linux-user-for-7.1-pull-request' of https...
2022-08-01 Richard HendersonMerge tag 'pull-aspeed-20220801' of https://github...
2022-08-01 Richard HendersonMerge tag 'pull-target-arm-20220801' of https://git...
2022-08-01 Richard HendersonMerge tag 'pull-request-2022-08-01' of https://gitlab...
2022-08-01 Daniel P. Berrangémisc: fix commonly doubled up words
2022-07-12 Peter MaydellMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-07-12 Richard HendersonMerge tag 'pull-tcg-20220712' of https://gitlab.com...
2022-07-12 Shaobo Songtcg: Fix returned type in alloc_code_gen_buffer_splitwx...
2022-07-05 Richard HendersonMerge tag 'pull-request-2022-07-05' of https://gitlab...
2022-07-05 Richard HendersonMerge tag 'pull-la-20220705' of https://gitlab.com...
next