summary refs log tree commit diff stats
path: root/target/alpha (follow)
Commit message (Expand)AuthorAgeFilesLines
* target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h'Philippe Mathieu-Daudé2024-04-262-3/+3
* target/alpha: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé2024-03-125-48/+19
* target/alpha: Enable TARGET_PAGE_BITS_VARY for user-onlyRichard Henderson2024-02-291-2/+14
* target/alpha: Use TCG_COND_TSTNE for gen_fold_mzeroRichard Henderson2024-02-031-26/+23
* target/alpha: Use TCG_COND_TST{EQ,NE} for CMOVLB{C,S}Richard Henderson2024-02-031-6/+2
* target/alpha: Use TCG_COND_TST{EQ,NE} for BLB{C,S}Richard Henderson2024-02-031-10/+10
* target/alpha: Pass immediate value to gen_bcond_internal()Richard Henderson2024-02-031-14/+7
* include/exec: Implement cpu_mmu_index genericallyRichard Henderson2024-02-031-5/+0
* target/alpha: Populate CPUClass.mmu_indexRichard Henderson2024-02-031-0/+6
* target/alpha: Split out alpha_env_mmu_indexRichard Henderson2024-02-032-2/+7
* include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson2024-01-291-1/+1
* target: Use vaddr in gen_intermediate_codeAnton Johansson2024-01-291-1/+1
* target/alpha: Only build sys_helper.c on system emulationPhilippe Mathieu-Daudé2024-01-192-5/+4
* target/alpha: Extract clk_helper.c from sys_helper.cPhilippe Mathieu-Daudé2024-01-193-15/+33
* target/alpha: Use generic cpu_list()Gavin Shan2024-01-052-20/+0
* cpu: Call object_class_dynamic_cast() once in cpu_class_by_name()Philippe Mathieu-Daudé2024-01-051-3/+0
* target/alpha: Remove fallback to ev67 cpu classGavin Shan2024-01-051-5/+2
* target/alpha: Constify VMState in machine.cRichard Henderson2023-12-291-2/+2
* hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()Philippe Mathieu-Daudé2023-11-071-2/+1
* target/alpha: Tidy up alpha_cpu_class_by_name()Philippe Mathieu-Daudé2023-11-071-5/+2
* target: Move ArchCPUClass definition to 'cpu.h'Philippe Mathieu-Daudé2023-11-072-16/+13
* target: Declare FOO_CPU_TYPE_NAME/SUFFIX in 'cpu-qom.h'Philippe Mathieu-Daudé2023-11-072-3/+4
* target: Unify QOM stylePhilippe Mathieu-Daudé2023-11-072-4/+0
* meson: Rename target_softmmu_arch -> target_system_archPhilippe Mathieu-Daudé2023-10-071-1/+1
* accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson2023-10-041-2/+0
* accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson2023-10-041-2/+2
* tcg: Rename cpu_env to tcg_envRichard Henderson2023-10-031-71/+71
* accel/tcg: Move CPUNegativeOffsetState into CPUStateRichard Henderson2023-10-031-1/+0
* target/*: Add instance_align to all cpu base classesRichard Henderson2023-10-031-0/+1
* target/translate: Remove unnecessary 'exec/cpu_ldst.h' headerPhilippe Mathieu-Daudé2023-08-311-1/+0
* target/alpha: Use tcg_gen_movcond_i64 in gen_fold_mzeroRichard Henderson2023-08-241-4/+3
* other architectures: spelling fixesMichael Tokarev2023-07-252-3/+3
* target/alpha: Use float64_to_int64_modulo for CVTTQRichard Henderson2023-07-011-68/+19
* target: Widen pc/cs_base in cpu_get_tb_cpu_stateAnton Johansson2023-06-261-2/+2
* meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé2023-06-201-3/+3
* accel/tcg: Introduce translator_io_startRichard Henderson2023-06-051-11/+4
* tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson2023-06-051-0/+3
* target/alpha: Use MO_ALIGN where requiredRichard Henderson2023-05-051-16/+20
* target/alpha: Use MO_ALIGN for system UNALIGN()Richard Henderson2023-05-051-1/+1
* target/alpha: Remove `NB_MMU_MODES` defineAnton Johansson2023-03-131-2/+0
* gdbstub: move register helpers into standalone includeAlex Bennée2023-03-071-1/+1
* includes: move tb_flush into its own headerAlex Bennée2023-03-071-0/+1
* target/alpha: Drop tcg_temp_freeRichard Henderson2023-03-051-70/+0
* accel/tcg: Remove translator_loop_temp_checkRichard Henderson2023-03-051-1/+0
* accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson2023-03-011-1/+1
* target/alpha: Remove obsolete STATUS documentPhilippe Mathieu-Daudé2023-02-271-28/+0
* target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemuPhilippe Mathieu-Daudé2023-02-271-1/+1
* accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson2022-11-012-2/+2
* target/alpha: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-6/+9
* hw/core: Add CPUClass.get_pcRichard Henderson2022-10-041-0/+9