Age | Commit message (Expand) | Author | Files | Lines |
2023-05-05 | tcg: Introduce arg_slot_stk_ofs | Richard Henderson | 1 | -12/+17 |
2023-05-05 | tcg: Replace REG_P with arg_loc_reg_p | Richard Henderson | 2 | -7/+13 |
2023-05-05 | tcg: Move TCGLabelQemuLdst to tcg.c | Richard Henderson | 2 | -14/+13 |
2023-05-05 | tcg/sparc64: Pass TCGType to tcg_out_qemu_{ld,st} | Richard Henderson | 1 | -3/+3 |
2023-05-05 | tcg/sparc64: Drop is_64 test from tcg_out_qemu_ld data return | Richard Henderson | 1 | -1/+1 |
2023-05-05 | tcg/s390x: Introduce HostAddress | Richard Henderson | 1 | -49/+60 |
2023-05-05 | tcg/s390x: Pass TCGType to tcg_out_qemu_{ld,st} | Richard Henderson | 1 | -8/+14 |
2023-05-05 | tcg/riscv: Rationalize args to tcg_out_qemu_{ld,st} | Richard Henderson | 1 | -42/+24 |
2023-05-05 | tcg/riscv: Require TCG_TARGET_REG_BITS == 64 | Richard Henderson | 3 | -190/+72 |
2023-05-05 | tcg/ppc: Introduce HostAddress | Richard Henderson | 1 | -43/+47 |
2023-05-05 | tcg/ppc: Rationalize args to tcg_out_qemu_{ld,st} | Richard Henderson | 1 | -51/+59 |
2023-05-05 | tcg/mips: Rationalize args to tcg_out_qemu_{ld,st} | Richard Henderson | 1 | -91/+95 |
2023-05-05 | tcg/loongarch64: Introduce HostAddress | Richard Henderson | 1 | -25/+30 |
2023-05-05 | tcg/loongarch64: Rationalize args to tcg_out_qemu_{ld,st} | Richard Henderson | 1 | -56/+40 |
2023-05-05 | tcg/arm: Introduce HostAddress | Richard Henderson | 1 | -132/+114 |
2023-05-05 | tcg/arm: Rationalize args to tcg_out_qemu_{ld,st} | Richard Henderson | 1 | -57/+56 |
2023-05-05 | tcg/aarch64: Introduce HostAddress | Richard Henderson | 1 | -27/+59 |
2023-05-05 | tcg/aarch64: Rationalize args to tcg_out_qemu_{ld,st} | Richard Henderson | 1 | -19/+17 |
2023-05-05 | tcg/i386: Introduce tcg_out_testi | Richard Henderson | 1 | -12/+18 |
2023-05-05 | tcg/i386: Drop r0+r1 local variables from tcg_out_tlb_load | Richard Henderson | 1 | -16/+16 |
2023-05-05 | tcg/i386: Introduce HostAddress | Richard Henderson | 1 | -75/+90 |
2023-05-05 | tcg/i386: Generalize multi-part load overlap test | Richard Henderson | 1 | -16/+15 |
2023-05-05 | tcg/i386: Rationalize args to tcg_out_qemu_{ld,st} | Richard Henderson | 1 | -61/+50 |
2023-05-02 | tcg: Introduce tcg_out_movext2 | Richard Henderson | 3 | -42/+90 |
2023-05-02 | tcg/mips: Conditionalize tcg_out_exts_i32_i64 | Richard Henderson | 1 | -1/+3 |
2023-05-02 | tcg/loongarch64: Conditionalize tcg_out_exts_i32_i64 | Richard Henderson | 1 | -1/+3 |
2023-05-02 | tcg: Add tcg_gen_gvec_rotrs | Nazar Kazakov | 1 | -0/+11 |
2023-05-02 | tcg: Add tcg_gen_gvec_andcs | Nazar Kazakov | 1 | -0/+17 |
2023-05-02 | Document that -singlestep command line option is deprecated | Peter Maydell | 1 | -1/+1 |
2023-04-23 | tcg/riscv: Conditionalize tcg_out_exts_i32_i64 | Richard Henderson | 1 | -1/+3 |
2023-04-23 | tcg: Clear TCGLabelQemuLdst on allocation | Richard Henderson | 1 | -0/+1 |
2023-04-23 | tcg: Introduce tcg_out_xchg | Richard Henderson | 11 | -0/+55 |
2023-04-23 | tcg: Introduce tcg_out_movext | Richard Henderson | 9 | -168/+103 |
2023-04-23 | tcg: Split out tcg_out_extrl_i64_i32 | Richard Henderson | 11 | -17/+65 |
2023-04-23 | tcg: Split out tcg_out_extu_i32_i64 | Richard Henderson | 11 | -28/+63 |
2023-04-23 | tcg: Split out tcg_out_exts_i32_i64 | Richard Henderson | 11 | -19/+63 |
2023-04-23 | tcg: Split out tcg_out_ext32u | Richard Henderson | 11 | -25/+54 |
2023-04-23 | tcg: Split out tcg_out_ext32s | Richard Henderson | 11 | -20/+54 |
2023-04-23 | tcg: Split out tcg_out_ext16u | Richard Henderson | 11 | -42/+66 |
2023-04-23 | tcg: Split out tcg_out_ext16s | Richard Henderson | 11 | -52/+79 |
2023-04-23 | tcg: Split out tcg_out_ext8u | Richard Henderson | 11 | -33/+69 |
2023-04-23 | tcg: Split out tcg_out_ext8s | Richard Henderson | 11 | -51/+81 |
2023-04-23 | tcg: Replace tcg_abort with g_assert_not_reached | Richard Henderson | 10 | -37/+35 |
2023-04-23 | tcg: Replace if + tcg_abort with tcg_debug_assert | Richard Henderson | 2 | -8/+4 |
2023-04-10 | tcg/ppc: Fix TCG_TARGET_CALL_{ARG,RET}_I128 for ppc32 | Richard Henderson | 1 | -3/+4 |
2023-04-10 | tcg/mips: Fix TCG_TARGET_CALL_RET_I128 for o32 abi | Richard Henderson | 1 | -1/+2 |
2023-04-10 | tcg/i386: Adjust assert in tcg_out_addi_ptr | Richard Henderson | 1 | -1/+1 |
2023-04-04 | tcg/sparc64: Disable direct linking for goto_tb | Richard Henderson | 1 | -26/+4 |
2023-03-28 | tcg: use QTree instead of GTree | Emilio Cota | 1 | -9/+10 |
2023-03-22 | tcg: Drop plugin_gen_disable_mem_helpers from tcg_gen_exit_tb | Richard Henderson | 1 | -1/+0 |