Age | Commit message (Expand) | Author |
2024-05-22 | tcg/aarch64: Support TCG_TARGET_HAS_tst_vec | Richard Henderson |
2024-05-22 | tcg: Introduce TCG_TARGET_HAS_tst_vec | Richard Henderson |
2024-03-12 | tcg/aarch64: Fix tcg_out_brcond for test comparisons | Richard Henderson |
2024-03-12 | tcg/aarch64: Fix tcg_out_cmp for test comparisons | Richard Henderson |
2024-02-29 | tcg/aarch64: Apple does not align __int128_t in even registers | Richard Henderson |
2024-02-03 | tcg/aarch64: Generate CBNZ for TSTNE of UINT32_MAX | Richard Henderson |
2024-02-03 | tcg/aarch64: Generate TBZ, TBNZ | Richard Henderson |
2024-02-03 | tcg/aarch64: Massage tcg_out_brcond() | Philippe Mathieu-Daudé |
2024-02-03 | tcg/aarch64: Support TCG_COND_TST{EQ,NE} | Richard Henderson |
2024-02-03 | tcg: Add TCGConst argument to tcg_target_const_match | Richard Henderson |
2024-02-03 | tcg: Introduce TCG_TARGET_HAS_tst | Richard Henderson |
2023-11-06 | tcg: Remove TCG_TARGET_HAS_neg_{i32,i64} | Richard Henderson |
2023-11-06 | tcg: Remove TCG_TARGET_HAS_movcond_{i32,i64} | Richard Henderson |
2023-10-22 | tcg/aarch64: Use tcg_use_softmmu | Richard Henderson |
2023-10-07 | tcg: Correct invalid mentions of 'softmmu' by 'system-mode' | Philippe Mathieu-Daudé |
2023-10-04 | accel/tcg: Remove env_tlb() | Anton Johansson |
2023-09-16 | tcg/aarch64: Emit BTI insns at jump landing pads | Richard Henderson |
2023-09-16 | tcg: Add tcg_out_tb_start backend hook | Richard Henderson |
2023-09-15 | tcg: pass vece to tcg_target_const_match() | Jiajie Chen |
2023-08-24 | tcg: spelling fixes | Michael Tokarev |
2023-08-24 | tcg/aarch64: Implement negsetcond_* | Richard Henderson |
2023-08-24 | tcg: Introduce negsetcond opcodes | Richard Henderson |
2023-08-24 | tcg: Unify TCG_TARGET_HAS_extr[lh]_i64_i32 | Richard Henderson |
2023-06-05 | tcg: Split out tcg-target-reg-bits.h | Richard Henderson |
2023-06-05 | tcg: Add tlb_fast_offset to TCGContext | Richard Henderson |
2023-06-05 | tcg: Widen CPUTLBEntry comparators to 64-bits | Richard Henderson |
2023-05-30 | tcg: Remove TCG_TARGET_TLB_DISPLACEMENT_BITS | Richard Henderson |
2023-05-30 | tcg/aarch64: Support 128-bit load/store | Richard Henderson |
2023-05-30 | tcg/aarch64: Simplify constraints on qemu_ld/st | Richard Henderson |
2023-05-30 | tcg/aarch64: Reserve TCG_REG_TMP1, TCG_REG_TMP2 | Richard Henderson |
2023-05-30 | tcg/aarch64: Rename temporaries | Richard Henderson |
2023-05-23 | util: Add cpuinfo-aarch64.c | Richard Henderson |
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: Add INDEX_op_qemu_{ld,st}_i128 | 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 |