Age | Commit message (Expand) | Author |
2023-05-16 | tcg: Add tlb_dyn_max_bits to TCGContext | Richard Henderson |
2023-05-16 | tcg: Add page_bits and page_mask to TCGContext | Richard Henderson |
2023-05-16 | tcg/aarch64: Remove TARGET_LONG_BITS, TCG_TYPE_TL | Richard Henderson |
2023-05-16 | tcg/aarch64: Remove USE_GUEST_BASE | Richard Henderson |
2023-05-16 | tcg: Split INDEX_op_qemu_{ld,st}* for guest address size | Richard Henderson |
2023-05-16 | tcg/aarch64: Use atom_and_align_for_opc | Richard Henderson |
2023-05-16 | tcg: Introduce tcg_target_has_memory_bswap | Richard Henderson |
2023-05-16 | tcg/aarch64: Use full load/store helpers in user-only mode | Richard Henderson |
2023-05-16 | tcg/aarch64: Detect have_lse, have_lse2 for darwin | Richard Henderson |
2023-05-16 | tcg/aarch64: Detect have_lse, have_lse2 for linux | Richard Henderson |
2023-05-16 | tcg: Unify helper_{be,le}_{ld,st}* | Richard Henderson |
2023-05-11 | tcg/aarch64: Convert tcg_out_qemu_{ld,st}_slow_path | Richard Henderson |
2023-05-11 | tcg/aarch64: Introduce prepare_host_addr | Richard Henderson |
2023-05-05 | tcg/aarch64: Introduce HostAddress | Richard Henderson |
2023-05-05 | tcg/aarch64: Rationalize args to tcg_out_qemu_{ld,st} | Richard Henderson |
2023-04-23 | tcg: Introduce tcg_out_xchg | Richard Henderson |
2023-04-23 | tcg: Introduce tcg_out_movext | Richard Henderson |
2023-04-23 | tcg: Split out tcg_out_extrl_i64_i32 | Richard Henderson |
2023-04-23 | tcg: Split out tcg_out_extu_i32_i64 | Richard Henderson |
2023-04-23 | tcg: Split out tcg_out_exts_i32_i64 | Richard Henderson |
2023-04-23 | tcg: Split out tcg_out_ext32u | Richard Henderson |
2023-04-23 | tcg: Split out tcg_out_ext32s | Richard Henderson |
2023-04-23 | tcg: Split out tcg_out_ext16u | Richard Henderson |
2023-04-23 | tcg: Split out tcg_out_ext16s | Richard Henderson |
2023-04-23 | tcg: Split out tcg_out_ext8u | Richard Henderson |
2023-04-23 | tcg: Split out tcg_out_ext8s | Richard Henderson |
2023-04-23 | tcg: Replace tcg_abort with g_assert_not_reached | Richard Henderson |
2023-02-04 | tcg/aarch64: Fix patching of LDR in tb_target_set_jmp_target | Richard Henderson |
2023-02-04 | tcg: Introduce tcg_target_call_oarg_reg | Richard Henderson |
2023-02-04 | tcg: Introduce tcg_out_addi_ptr | Richard Henderson |
2023-01-17 | tcg/aarch64: Reorg goto_tb implementation | Richard Henderson |
2023-01-17 | tcg: Change tb_target_set_jmp_target arguments | Richard Henderson |
2023-01-17 | tcg: Split out tcg_out_goto_tb | Richard Henderson |
2023-01-17 | tcg: Introduce set_jmp_insn_offset | Richard Henderson |
2023-01-17 | tcg: Replace asserts on tcg_jmp_insn_offset | Richard Henderson |
2023-01-17 | tcg: Split out tcg_out_exit_tb | Richard Henderson |
2023-01-05 | tcg: Add TCGHelperInfo argument to tcg_out_call | Richard Henderson |
2023-01-05 | tcg/aarch64: Merge tcg_out_callr into tcg_out_call | Richard Henderson |
2022-10-25 | tcg/aarch64: Remove unused code in tcg_out_op | Qi Hu |
2022-06-02 | tcg/aarch64: Fix illegal insn from out-of-range shli | Richard Henderson |
2022-04-06 | Replace config-time define HOST_WORDS_BIGENDIAN | Marc-André Lureau |
2022-03-31 | tcg/aarch64: Use 'ull' suffix to force 64-bit constant | Richard Henderson |
2022-02-09 | tcg/aarch64: Support raising sigbus for user-only | Richard Henderson |
2022-01-08 | exec/memop: Adding signedness to quad definitions | Frédéric Pétrot |
2021-10-05 | tcg: Rename TCGMemOpIdx to MemOpIdx | Richard Henderson |
2021-10-05 | tcg: Expand MO_SIZE to 3 bits | Richard Henderson |
2021-06-29 | tcg/aarch64: Unset TCG_TARGET_HAS_MEMORY_BSWAP | Richard Henderson |
2021-06-29 | tcg/aarch64: Support bswap flags | Richard Henderson |
2021-06-29 | tcg/aarch64: Merge tcg_out_rev{16,32,64} | Richard Henderson |
2021-06-04 | tcg: Change parameters for tcg_target_const_match | Richard Henderson |