Age | Commit message (Expand) | Author |
2024-03-12 | target/sparc: Prefer fast cpu_env() over slower CPU QOM cast macro | Philippe Mathieu-Daudé |
2024-03-12 | target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handler | Philippe Mathieu-Daudé |
2024-03-05 | accel/tcg: Add tlb_fill_flags to CPUTLBEntryFull | Richard Henderson |
2024-02-21 | target/sparc: correct typos | Manos Pitsidianakis |
2024-02-15 | target/sparc: implement asr17 feature for smp | Clément Chigot |
2024-02-15 | target/sparc: Provide hint about CPUSPARCState::irq_manager member | Philippe Mathieu-Daudé |
2024-02-03 | target/sparc: Use TCG_COND_TSTEQ in gen_op_mulscc | 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 | 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/sparc: Populate CPUClass.mmu_index | Richard Henderson |
2024-01-29 | include/qemu: Add TCGCPUOps typedef to typedefs.h | Richard Henderson |
2024-01-29 | target: Use vaddr in gen_intermediate_code | Anton Johansson |
2024-01-08 | system/cpus: rename qemu_mutex_lock_iothread() to bql_lock() | Stefan Hajnoczi |
2024-01-05 | target/sparc: Simplify qemu_irq_ack | Clément Chigot |
2023-12-29 | target/sparc: Constify VMState in machine.c | Richard Henderson |
2023-11-14 | target/sparc: Fix RETURN | Richard Henderson |
2023-11-07 | target: Move ArchCPUClass definition to 'cpu.h' | Philippe Mathieu-Daudé |
2023-11-07 | target: Declare FOO_CPU_TYPE_NAME/SUFFIX in 'cpu-qom.h' | Philippe Mathieu-Daudé |
2023-11-07 | target: Unify QOM style | Philippe Mathieu-Daudé |
2023-11-05 | target/sparc: Check for invalid cond in gen_compare_reg | Richard Henderson |
2023-11-05 | target/sparc: Implement UDIV inline | Richard Henderson |
2023-11-05 | target/sparc: Implement UDIVX and SDIVX inline | Richard Henderson |
2023-11-05 | target/sparc: Discard cpu_cond at the end of each insn | Richard Henderson |
2023-11-05 | target/sparc: Record entire jump condition in DisasContext | Richard Henderson |
2023-11-05 | target/sparc: Merge gen_op_next_insn into only caller | Richard Henderson |
2023-11-05 | target/sparc: Pass displacement to advance_jump_cond | Richard Henderson |
2023-11-05 | target/sparc: Merge advance_jump_uncond_{never,always} into advance_jump_cond | Richard Henderson |
2023-11-05 | target/sparc: Merge gen_branch2 into advance_pc | Richard Henderson |