Age | Commit message (Expand) | Author |
2024-05-30 | target/arm: Use TCG_COND_TSTNE in gen_cmtst_{i32, i64} | Richard Henderson |
2024-05-30 | target/arm: Convert CMGT, CMHI, CMGE, CMHS, CMTST, CMEQ to decodetree | Richard Henderson |
2024-05-30 | target/arm: Convert ADD, SUB (vector) to decodetree | Richard Henderson |
2024-05-30 | target/arm: Convert SQRSHL, UQRSHL to decodetree | Richard Henderson |
2024-05-30 | target/arm: Convert SQRSHL and UQRSHL (register) to gvec | Richard Henderson |
2024-05-30 | target/arm: Convert SQSHL, UQSHL to decodetree | Richard Henderson |
2024-05-30 | target/arm: Convert SQSHL and UQSHL (register) to gvec | Richard Henderson |
2024-05-30 | target/arm: Convert SRSHL, URSHL to decodetree | Richard Henderson |
2024-05-30 | target/arm: Convert SRSHL and URSHL (register) to gvec | Richard Henderson |
2024-05-30 | target/arm: Convert SSHL, USHL to decodetree | Richard Henderson |
2024-05-30 | target/arm: Convert SUQADD, USQADD to decodetree | Richard Henderson |
2024-05-30 | target/arm: Convert SQADD, SQSUB, UQADD, UQSUB to decodetree | Richard Henderson |
2024-05-30 | target/arm: Inline scalar SQADD, UQADD, SQSUB, UQSUB | Richard Henderson |
2024-05-30 | target/arm: Inline scalar SUQADD and USQADD | Richard Henderson |
2024-05-30 | target/arm: Convert SUQADD and USQADD to gvec | Richard Henderson |
2024-05-30 | target/arm: Assert oprsz in range when using vfp.qc | Richard Henderson |
2024-05-30 | target/arm: Improve vector UQADD, UQSUB, SQADD, SQSUB | Richard Henderson |
2024-05-29 | target/s390x: Adjust check of noreturn in translate_one | Richard Henderson |
2024-05-29 | target/s390x: Simplify per_ifetch, per_check_exception | Richard Henderson |
2024-05-29 | target/s390x: Fix helper_per_ifetch flags | Richard Henderson |
2024-05-29 | target/s390x: Raise exception from per_store_real | Richard Henderson |
2024-05-29 | target/s390x: Raise exception from helper_per_branch | Richard Henderson |
2024-05-29 | target/s390x: Split per_breaking_event from per_branch_* | Richard Henderson |
2024-05-29 | target/s390x: Simplify help_branch | Richard Henderson |
2024-05-29 | target/s390x: Introduce help_goto_indirect | Richard Henderson |
2024-05-29 | target/s390x: Disable conditional branch-to-next for PER | Richard Henderson |
2024-05-29 | target/s390x: Record separate PER bits in TB flags | Richard Henderson |
2024-05-29 | target/s390x: Update CR9 bits | Richard Henderson |
2024-05-29 | target/s390x: Move cpu_get_tb_cpu_state out of line | Richard Henderson |
2024-05-29 | target/s390x: Do not use unwind for per_check_exception | Richard Henderson |
2024-05-28 | target/arm: Convert disas_simd_3same_logic to decodetree | Richard Henderson |
2024-05-28 | target/arm: Convert FMLAL, FMLSL to decodetree | Richard Henderson |
2024-05-28 | target/arm: Use gvec for neon pmax, pmin | Richard Henderson |
2024-05-28 | target/arm: Convert SMAXP, SMINP, UMAXP, UMINP to decodetree | Richard Henderson |
2024-05-28 | target/arm: Use gvec for neon padd | Richard Henderson |
2024-05-28 | target/arm: Convert ADDP to decodetree | Richard Henderson |
2024-05-28 | target/arm: Use gvec for neon faddp, fmaxp, fminp | Richard Henderson |
2024-05-28 | target/arm: Convert FMAXP, FMINP, FMAXNMP, FMINNMP to decodetree | Richard Henderson |
2024-05-28 | target/arm: Convert FADDP to decodetree | Richard Henderson |
2024-05-28 | target/arm: Convert FRECPS, FRSQRTS to decodetree | Richard Henderson |
2024-05-28 | target/arm: Convert FABD to decodetree | Richard Henderson |
2024-05-28 | target/arm: Convert FCMEQ, FCMGE, FCMGT, FACGE, FACGT to decodetree | Richard Henderson |
2024-05-28 | target/arm: Convert FMLA, FMLS to decodetree | Richard Henderson |
2024-05-28 | target/arm: Convert FNMUL to decodetree | Richard Henderson |
2024-05-28 | target/arm: Expand vfp neg and abs inline | Richard Henderson |
2024-05-28 | target/arm: Introduce vfp_load_reg16 | Richard Henderson |
2024-05-28 | target/arm: Convert FMAX, FMIN, FMAXNM, FMINNM to decodetree | Richard Henderson |
2024-05-28 | target/arm: Convert FADD, FSUB, FDIV, FMUL to decodetree | Richard Henderson |
2024-05-28 | target/arm: Convert FMULX to decodetree | Richard Henderson |
2024-05-28 | target/arm: Convert Advanced SIMD copy to decodetree | Richard Henderson |