| Commit message (Expand) | Author | Age | Files | Lines |
| * | tcg/s390x: Support TCG_COND_TST{EQ,NE} | Richard Henderson | 2024-02-05 | 1 | -43/+96 |
| * | tcg/s390x: Add TCG_CT_CONST_CMP | Richard Henderson | 2024-02-03 | 1 | -18/+54 |
| * | tcg/s390x: Split constraint A into J+U | Richard Henderson | 2024-02-03 | 1 | -18/+18 |
| * | tcg: Add TCGConst argument to tcg_target_const_match | Richard Henderson | 2024-02-03 | 1 | -1/+2 |
| * | tcg/s390x: Fix encoding of VRIc, VRSa, VRSc insns | Richard Henderson | 2024-01-23 | 1 | -3/+3 |
| * | tcg/s390x: Use tcg_use_softmmu | Richard Henderson | 2023-10-22 | 1 | -80/+77 |
| * | tcg: Correct invalid mentions of 'softmmu' by 'system-mode' | Philippe Mathieu-Daudé | 2023-10-07 | 1 | -2/+2 |
| * | tcg: Add tcg_out_tb_start backend hook | Richard Henderson | 2023-09-16 | 1 | -0/+5 |
| * | tcg: pass vece to tcg_target_const_match() | Jiajie Chen | 2023-09-15 | 1 | -1/+1 |
| * | tcg/s390x: Implement negsetcond_* | Richard Henderson | 2023-08-24 | 1 | -26/+52 |
| * | tcg/{i386, s390x}: Add earlyclobber to the op_add2's first output | Ilya Leoshkevich | 2023-07-23 | 1 | -2/+2 |
| * | tcg: Split out tcg-target-reg-bits.h | Richard Henderson | 2023-06-05 | 1 | -5/+0 |
| * | tcg: Add tlb_fast_offset to TCGContext | Richard Henderson | 2023-06-05 | 1 | -3/+4 |
| * | tcg: Widen CPUTLBEntry comparators to 64-bits | Richard Henderson | 2023-06-05 | 1 | -0/+1 |
| * | tcg/s390x: Remove TARGET_LONG_BITS, TCG_TYPE_TL | Richard Henderson | 2023-06-05 | 1 | -4/+5 |
| * | tcg/s390x: Support 128-bit load/store | Richard Henderson | 2023-05-30 | 1 | -3/+104 |
| * | tcg: Add page_bits and page_mask to TCGContext | Richard Henderson | 2023-05-16 | 1 | -2/+2 |
| * | tcg: Split INDEX_op_qemu_{ld,st}* for guest address size | Richard Henderson | 2023-05-16 | 1 | -8/+16 |
| * | tcg/s390x: Use atom_and_align_for_opc | Richard Henderson | 2023-05-16 | 1 | -4/+7 |
| * | tcg: Introduce tcg_target_has_memory_bswap | Richard Henderson | 2023-05-16 | 1 | -0/+5 |
| * | tcg/s390x: Use full load/store helpers in user-only mode | Richard Henderson | 2023-05-16 | 1 | -29/+0 |
| * | tcg: Unify helper_{be,le}_{ld,st}* | Richard Henderson | 2023-05-16 | 1 | -29/+2 |
| * | tcg/s390x: Simplify constraints on qemu_ld/st | Richard Henderson | 2023-05-11 | 1 | -24/+12 |
| * | tcg/s390x: Use ALGFR in constructing softmmu host address | Richard Henderson | 2023-05-11 | 1 | -3/+5 |
| * | tcg/s390x: Convert tcg_out_qemu_{ld,st}_slow_path | Richard Henderson | 2023-05-11 | 1 | -25/+10 |
| * | tcg/s390x: Introduce prepare_host_addr | Richard Henderson | 2023-05-11 | 1 | -150/+113 |
| * | tcg/s390x: Introduce HostAddress | Richard Henderson | 2023-05-05 | 1 | -49/+60 |
| * | tcg/s390x: Pass TCGType to tcg_out_qemu_{ld,st} | Richard Henderson | 2023-05-05 | 1 | -8/+14 |
| * | tcg: Introduce tcg_out_xchg | Richard Henderson | 2023-04-23 | 1 | -0/+5 |
| * | tcg: Introduce tcg_out_movext | Richard Henderson | 2023-04-23 | 1 | -16/+3 |
| * | tcg: Split out tcg_out_extrl_i64_i32 | Richard Henderson | 2023-04-23 | 1 | -0/+6 |
| * | tcg: Split out tcg_out_extu_i32_i64 | Richard Henderson | 2023-04-23 | 1 | -4/+6 |
| * | tcg: Split out tcg_out_exts_i32_i64 | Richard Henderson | 2023-04-23 | 1 | -3/+6 |
| * | tcg: Split out tcg_out_ext32u | Richard Henderson | 2023-04-23 | 1 | -10/+10 |
| * | tcg: Split out tcg_out_ext32s | Richard Henderson | 2023-04-23 | 1 | -5/+5 |
| * | tcg: Split out tcg_out_ext16u | Richard Henderson | 2023-04-23 | 1 | -11/+6 |
| * | tcg: Split out tcg_out_ext16s | Richard Henderson | 2023-04-23 | 1 | -8/+4 |
| * | tcg: Split out tcg_out_ext8u | Richard Henderson | 2023-04-23 | 1 | -9/+5 |
| * | tcg: Split out tcg_out_ext8s | Richard Henderson | 2023-04-23 | 1 | -7/+3 |
| * | tcg: Replace tcg_abort with g_assert_not_reached | Richard Henderson | 2023-04-23 | 1 | -4/+4 |
| * | tcg: Introduce tcg_target_call_oarg_reg | Richard Henderson | 2023-02-04 | 1 | -3/+6 |
| * | tcg: Introduce tcg_out_addi_ptr | Richard Henderson | 2023-02-04 | 1 | -0/+7 |
| * | tcg: Remove TCG_TARGET_HAS_direct_jump | Richard Henderson | 2023-01-17 | 1 | -0/+3 |
| * | tcg: Change tb_target_set_jmp_target arguments | Richard Henderson | 2023-01-17 | 1 | -0/+10 |
| * | tcg: Split out tcg_out_goto_tb | Richard Henderson | 2023-01-17 | 1 | -15/+16 |
| * | tcg: Introduce set_jmp_insn_offset | Richard Henderson | 2023-01-17 | 1 | -1/+1 |
| * | tcg: Split out tcg_out_exit_tb | Richard Henderson | 2023-01-17 | 1 | -11/+12 |
| * | tcg/s390x: Avoid the constant pool in tcg_out_movi | Richard Henderson | 2023-01-06 | 1 | -6/+17 |
| * | tcg/s390x: Cleanup tcg_out_movi | Richard Henderson | 2023-01-06 | 1 | -36/+16 |
| * | tcg/s390x: Tighten constraints for 64-bit compare | Richard Henderson | 2023-01-06 | 1 | -13/+14 |