Age | Commit message (Expand) | Author |
2024-02-03 | target/s390x: Improve general case of disas_jcc | Richard Henderson |
2024-02-03 | target/s390x: Use TCG_COND_TSTNE for CC_OP_{TM,ICM} | Richard Henderson |
2024-02-03 | target/sparc: Use TCG_COND_TSTEQ in gen_op_mulscc | Richard Henderson |
2024-02-03 | target/m68k: Use TCG_COND_TST{EQ,NE} in gen_fcc_cond | Richard Henderson |
2024-02-03 | target/alpha: Use TCG_COND_TSTNE for gen_fold_mzero | Richard Henderson |
2024-02-03 | target/alpha: Use TCG_COND_TST{EQ,NE} for CMOVLB{C,S} | Richard Henderson |
2024-02-03 | target/alpha: Use TCG_COND_TST{EQ,NE} for BLB{C,S} | Richard Henderson |
2024-02-03 | target/alpha: Pass immediate value to gen_bcond_internal() | Richard Henderson |
2024-02-03 | tcg/optimize: Lower TCG_COND_TST{EQ,NE} if unsupported | Richard Henderson |
2024-02-03 | tcg/optimize: Handle TCG_COND_TST{EQ,NE} | Richard Henderson |
2024-02-03 | tcg/optimize: Do swap_commutative2 in do_constant_folding_cond2 | Richard Henderson |
2024-02-03 | tcg/optimize: Split out do_constant_folding_cond1 | Richard Henderson |
2024-02-03 | tcg/optimize: Split out arg_is_const_val | Richard Henderson |
2024-02-03 | tcg: Introduce TCG_TARGET_HAS_tst | Richard Henderson |
2024-02-03 | tcg: Introduce TCG_COND_TST{EQ,NE} | Richard Henderson |
2024-02-03 | Merge tag 'pull-qapi-2024-02-03' of https://repo.or.cz/qemu/armbru into staging | Peter Maydell |
2024-02-03 | Merge tag 'pull-tcg-20240202-2' of https://gitlab.com/rth7680/qemu into staging | Peter Maydell |
2024-02-03 | qga/qapi-schema: Move command description right after command name | Markus Armbruster |
2024-02-03 | qga: Move type description right after type name | Markus Armbruster |
2024-02-03 | qapi: Elide "Potential additional modes" from generated docs | Markus Armbruster |
2024-02-03 | qapi: Drop redundant documentation of conditional | Markus Armbruster |
2024-02-03 | qapi: Drop redundant documentation of inherited members | Markus Armbruster |
2024-02-03 | linux-user/aarch64: Add padding before __kernel_rt_sigreturn | Richard Henderson |
2024-02-03 | target/sparc: Remove FSR_FTT_NMASK, FSR_FTT_CEXC_NMASK | Richard Henderson |
2024-02-03 | target/sparc: Split fcc out of env->fsr | Richard Henderson |
2024-02-03 | target/sparc: Remove cpu_fsr | Richard Henderson |
2024-02-03 | target/sparc: Split cexc and ftt from env->fsr | Richard Henderson |
2024-02-03 | target/sparc: Merge check_ieee_exceptions with FPop helpers | Richard Henderson |
2024-02-03 | target/sparc: Clear cexc and ftt in do_check_ieee_exceptions | Richard Henderson |
2024-02-03 | target/sparc: Split ver from env->fsr | Richard Henderson |
2024-02-03 | target/sparc: Introduce cpu_get_fsr, cpu_put_fsr | Richard Henderson |
2024-02-03 | target/sparc: Remove qt0, qt1 temporaries | Richard Henderson |
2024-02-03 | target/sparc: Use i128 for Fdmulq | Richard Henderson |
2024-02-03 | target/sparc: Use i128 for FdTOq, FxTOq | Richard Henderson |
2024-02-03 | target/sparc: Use i128 for FsTOq, FiTOq | Richard Henderson |
2024-02-03 | target/sparc: Use i128 for FCMPq, FCMPEq | Richard Henderson |
2024-02-03 | target/sparc: Use i128 for FqTOd, FqTOx | Richard Henderson |
2024-02-03 | target/sparc: Use i128 for FqTOs, FqTOi | Richard Henderson |
2024-02-03 | target/sparc: Use i128 for FADDq, FSUBq, FMULq, FDIVq | Richard Henderson |
2024-02-03 | target/sparc: Use i128 for FSQRTq | Richard Henderson |
2024-02-03 | target/sparc: Inline FNEG, FABS | Richard Henderson |
2024-02-03 | target/sparc: Introduce gen_{load,store}_fpr_Q | Richard Henderson |
2024-02-03 | target/sparc: Remove gen_dest_fpr_F | Richard Henderson |
2024-02-03 | target/sparc: Use tcg_gen_qemu_{ld, st}_i128 for ASI_M_BFILL | Richard Henderson |
2024-02-03 | target/sparc: Use tcg_gen_qemu_{ld, st}_i128 for ASI_M_BCOPY | Richard Henderson |
2024-02-03 | tcg/loongarch64: Set vector registers call clobbered | Richard Henderson |
2024-02-03 | tests/tcg: Fix the /proc/self/mem probing in the PROT_NONE gdbstub test | Ilya Leoshkevich |
2024-02-03 | include/exec: Change cpu_mmu_index argument to CPUState | Richard Henderson |
2024-02-03 | include/exec: Implement cpu_mmu_index generically | Richard Henderson |
2024-02-03 | target/xtensa: Populate CPUClass.mmu_index | Richard Henderson |