aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
2023-05-11tcg/riscv: Convert tcg_out_qemu_{ld,st}_slow_pathRichard Henderson
2023-05-11tcg/ppc: Convert tcg_out_qemu_{ld,st}_slow_pathRichard Henderson
2023-05-11tcg/mips: Convert tcg_out_qemu_{ld,st}_slow_pathRichard Henderson
2023-05-11tcg/loongarch64: Convert tcg_out_qemu_{ld,st}_slow_pathRichard Henderson
2023-05-11tcg/arm: Convert tcg_out_qemu_{ld,st}_slow_pathRichard Henderson
2023-05-11tcg/aarch64: Convert tcg_out_qemu_{ld,st}_slow_pathRichard Henderson
2023-05-11tcg/i386: Convert tcg_out_qemu_st_slow_pathRichard Henderson
2023-05-11tcg/i386: Convert tcg_out_qemu_ld_slow_pathRichard Henderson
2023-05-11tcg: Add routines for calling slow-path helpersRichard Henderson
2023-05-11tcg/s390x: Introduce prepare_host_addrRichard Henderson
2023-05-11tcg/riscv: Introduce prepare_host_addrRichard Henderson
2023-05-11tcg/ppc: Introduce prepare_host_addrRichard Henderson
2023-05-11tcg/mips: Introduce prepare_host_addrRichard Henderson
2023-05-11tcg/loongarch64: Introduce prepare_host_addrRichard Henderson
2023-05-11tcg/arm: Introduce prepare_host_addrRichard Henderson
2023-05-11tcg/aarch64: Introduce prepare_host_addrRichard Henderson
2023-05-11tcg/i386: Use indexed addressing for softmmu fast pathRichard Henderson
2023-05-11tcg/i386: Introduce prepare_host_addrRichard Henderson
2023-05-05tcg: Introduce arg_slot_stk_ofsRichard Henderson
2023-05-05tcg: Replace REG_P with arg_loc_reg_pRichard Henderson
2023-05-05tcg: Move TCGLabelQemuLdst to tcg.cRichard Henderson
2023-05-05tcg/sparc64: Pass TCGType to tcg_out_qemu_{ld,st}Richard Henderson
2023-05-05tcg/sparc64: Drop is_64 test from tcg_out_qemu_ld data returnRichard Henderson
2023-05-05tcg/s390x: Introduce HostAddressRichard Henderson
2023-05-05tcg/s390x: Pass TCGType to tcg_out_qemu_{ld,st}Richard Henderson
2023-05-05tcg/riscv: Rationalize args to tcg_out_qemu_{ld,st}Richard Henderson
2023-05-05tcg/riscv: Require TCG_TARGET_REG_BITS == 64Richard Henderson
2023-05-05tcg/ppc: Introduce HostAddressRichard Henderson
2023-05-05tcg/ppc: Rationalize args to tcg_out_qemu_{ld,st}Richard Henderson
2023-05-05tcg/mips: Rationalize args to tcg_out_qemu_{ld,st}Richard Henderson
2023-05-05tcg/loongarch64: Introduce HostAddressRichard Henderson
2023-05-05tcg/loongarch64: Rationalize args to tcg_out_qemu_{ld,st}Richard Henderson
2023-05-05tcg/arm: Introduce HostAddressRichard Henderson
2023-05-05tcg/arm: Rationalize args to tcg_out_qemu_{ld,st}Richard Henderson
2023-05-05tcg/aarch64: Introduce HostAddressRichard Henderson
2023-05-05tcg/aarch64: Rationalize args to tcg_out_qemu_{ld,st}Richard Henderson
2023-05-05tcg/i386: Introduce tcg_out_testiRichard Henderson
2023-05-05tcg/i386: Drop r0+r1 local variables from tcg_out_tlb_loadRichard Henderson
2023-05-05tcg/i386: Introduce HostAddressRichard Henderson
2023-05-05tcg/i386: Generalize multi-part load overlap testRichard Henderson
2023-05-05tcg/i386: Rationalize args to tcg_out_qemu_{ld,st}Richard Henderson
2023-05-02tcg: Introduce tcg_out_movext2Richard Henderson
2023-05-02tcg/mips: Conditionalize tcg_out_exts_i32_i64Richard Henderson
2023-05-02tcg/loongarch64: Conditionalize tcg_out_exts_i32_i64Richard Henderson
2023-05-02tcg: Add tcg_gen_gvec_rotrsNazar Kazakov
2023-05-02tcg: Add tcg_gen_gvec_andcsNazar Kazakov
2023-05-02Document that -singlestep command line option is deprecatedPeter Maydell
2023-04-23tcg/riscv: Conditionalize tcg_out_exts_i32_i64Richard Henderson
2023-04-23tcg: Clear TCGLabelQemuLdst on allocationRichard Henderson
2023-04-23tcg: Introduce tcg_out_xchgRichard Henderson