Age | Commit message (Expand) | Author | Files | Lines |
2023-08-24 | tcg/s390x: Implement negsetcond_* | Richard Henderson | 1 | -2/+2 |
2023-08-24 | tcg: Introduce negsetcond opcodes | Richard Henderson | 1 | -0/+2 |
2023-08-24 | tcg: Unify TCG_TARGET_HAS_extr[lh]_i64_i32 | Richard Henderson | 1 | -2/+1 |
2023-05-30 | tcg: Remove TCG_TARGET_TLB_DISPLACEMENT_BITS | Richard Henderson | 1 | -1/+0 |
2023-05-30 | tcg/s390x: Support 128-bit load/store | Richard Henderson | 1 | -1/+1 |
2023-05-16 | tcg: Add INDEX_op_qemu_{ld,st}_i128 | Richard Henderson | 1 | -0/+2 |
2023-05-16 | tcg: Introduce tcg_target_has_memory_bswap | Richard Henderson | 1 | -2/+0 |
2023-02-04 | tcg: Add TCG_TARGET_CALL_{RET,ARG}_I128 | Richard Henderson | 1 | -0/+2 |
2023-01-17 | tcg: Remove TCG_TARGET_HAS_direct_jump | Richard Henderson | 1 | -1/+0 |
2023-01-17 | tcg: Move tb_target_set_jmp_target declaration to tcg.h | Richard Henderson | 1 | -4/+0 |
2023-01-17 | tcg: Change tb_target_set_jmp_target arguments | Richard Henderson | 1 | -8/+2 |
2023-01-06 | tcg/s390x: Implement ctpop operation | Richard Henderson | 1 | -2/+2 |
2023-01-06 | tcg/s390x: Support MIE3 logical operations | Richard Henderson | 1 | -12/+13 |
2023-01-06 | tcg/s390x: Support MIE2 MGRK instruction | Richard Henderson | 1 | -1/+1 |
2023-01-06 | tcg/s390x: Support MIE2 multiply single instructions | Richard Henderson | 1 | -0/+1 |
2023-01-06 | tcg/s390x: Remove DISTINCT_OPERANDS facility check | Richard Henderson | 1 | -1/+0 |
2023-01-06 | tcg/s390x: Remove FAST_BCR_SER facility check | Richard Henderson | 1 | -1/+0 |
2023-01-06 | tcg/s390x: Check for load-on-condition facility at startup | Richard Henderson | 1 | -3/+3 |
2023-01-06 | tcg/s390x: Check for general-instruction-extension facility at startup | Richard Henderson | 1 | -5/+5 |
2023-01-06 | tcg/s390x: Check for extended-immediate facility at startup | Richard Henderson | 1 | -2/+2 |
2023-01-06 | tcg/s390x: Check for long-displacement facility at startup | Richard Henderson | 1 | -2/+4 |
2023-01-06 | tcg/s390x: Always set TCG_TARGET_HAS_direct_jump | Richard Henderson | 1 | -1/+1 |
2023-01-05 | tcg: Replace TCG_TARGET_EXTEND_ARGS with TCG_TARGET_CALL_ARG_I32 | Richard Henderson | 1 | -1/+1 |
2023-01-05 | tcg: Replace TCG_TARGET_CALL_ALIGN_ARGS with TCG_TARGET_CALL_ARG_I64 | Richard Henderson | 1 | -0/+1 |
2022-03-04 | tcg/s390x: Implement vector NAND, NOR, EQV | Richard Henderson | 1 | -3/+3 |
2022-03-04 | tcg: Add opcodes for vector nand, nor, eqv | Richard Henderson | 1 | -0/+3 |
2022-02-09 | tcg/s390x: Support raising sigbus for user-only | Richard Henderson | 1 | -2/+0 |
2021-10-05 | tcg/s390x: Implement TCG_TARGET_HAS_bitsel_vec | Richard Henderson | 1 | -1/+1 |
2021-10-05 | tcg/s390x: Implement TCG_TARGET_HAS_minmax_vec | Richard Henderson | 1 | -1/+1 |
2021-10-05 | tcg/s390x: Implement vector shift operations | Richard Henderson | 1 | -6/+6 |
2021-10-05 | tcg/s390x: Implement TCG_TARGET_HAS_mul_vec | Richard Henderson | 1 | -1/+1 |
2021-10-05 | tcg/s390x: Implement andc, orc, abs, neg, not vector operations | Richard Henderson | 1 | -5/+6 |
2021-10-05 | tcg/s390x: Add host vector framework | Richard Henderson | 1 | -2/+33 |
2021-10-05 | tcg/s390x: Merge TCG_AREG0 and TCG_REG_CALL_STACK into TCGReg | Richard Henderson | 1 | -21/+7 |
2021-10-05 | tcg/s390x: Change FACILITY representation | Richard Henderson | 1 | -13/+16 |
2021-10-05 | tcg/s390x: Rename from tcg/s390 | Richard Henderson | 1 | -0/+165 |