aboutsummaryrefslogtreecommitdiff
path: root/target/alpha
AgeCommit message (Expand)Author
2024-11-05target/alpha: Explicitly set 2-NaN propagation rulePeter Maydell
2024-10-15target/alpha: Use explicit little-endian LD/ST APIPhilippe Mathieu-Daudé
2024-10-15target/alpha: Replace ldtul_p() -> ldq_p()Philippe Mathieu-Daudé
2024-09-20license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-laterPhilippe Mathieu-Daudé
2024-09-13target/alpha, hppa: Remove unused parent_reset fieldsPeter Maydell
2024-07-11target: Set TCGCPUOps::cpu_exec_halt to target's has_work implementationPeter Maydell
2024-05-15accel/tcg: Provide default implementation of disas_logRichard Henderson
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé
2024-05-04target/alpha: Implement CF_PCRELRichard Henderson
2024-05-04target/alpha: Split out gen_pc_dispRichard Henderson
2024-05-04target/alpha: Split out gen_goto_tbRichard Henderson
2024-05-04target/alpha: Simplify gen_bcond_internal()Philippe Mathieu-Daudé
2024-05-04target/alpha: Return DISAS_NORETURN onceRichard Henderson
2024-05-04target/alpha: Inline DISAS_PC_UPDATED and return DISAS_NORETURNRichard Henderson
2024-05-04target/alpha: Use DISAS_NEXT definition instead of magic '0' valueRichard Henderson
2024-05-04target/alpha: Hoist branch shift to initial decodeRichard Henderson
2024-05-04target/alpha: Use cpu_env in preference to ALPHA_CPURichard Henderson
2024-04-26target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h'Philippe Mathieu-Daudé
2024-03-12target/alpha: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé
2024-02-29target/alpha: Enable TARGET_PAGE_BITS_VARY for user-onlyRichard Henderson
2024-02-03target/alpha: Use TCG_COND_TSTNE for gen_fold_mzeroRichard Henderson
2024-02-03target/alpha: Use TCG_COND_TST{EQ,NE} for CMOVLB{C,S}Richard Henderson
2024-02-03target/alpha: Use TCG_COND_TST{EQ,NE} for BLB{C,S}Richard Henderson
2024-02-03target/alpha: Pass immediate value to gen_bcond_internal()Richard Henderson
2024-02-03include/exec: Implement cpu_mmu_index genericallyRichard Henderson
2024-02-03target/alpha: Populate CPUClass.mmu_indexRichard Henderson
2024-02-03target/alpha: Split out alpha_env_mmu_indexRichard Henderson
2024-01-29include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson
2024-01-29target: Use vaddr in gen_intermediate_codeAnton Johansson
2024-01-19target/alpha: Only build sys_helper.c on system emulationPhilippe Mathieu-Daudé
2024-01-19target/alpha: Extract clk_helper.c from sys_helper.cPhilippe Mathieu-Daudé
2024-01-05target/alpha: Use generic cpu_list()Gavin Shan
2024-01-05cpu: Call object_class_dynamic_cast() once in cpu_class_by_name()Philippe Mathieu-Daudé
2024-01-05target/alpha: Remove fallback to ev67 cpu classGavin Shan
2023-12-29target/alpha: Constify VMState in machine.cRichard Henderson
2023-11-07hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()Philippe Mathieu-Daudé
2023-11-07target/alpha: Tidy up alpha_cpu_class_by_name()Philippe Mathieu-Daudé
2023-11-07target: Move ArchCPUClass definition to 'cpu.h'Philippe Mathieu-Daudé
2023-11-07target: Declare FOO_CPU_TYPE_NAME/SUFFIX in 'cpu-qom.h'Philippe Mathieu-Daudé
2023-11-07target: Unify QOM stylePhilippe Mathieu-Daudé
2023-10-07meson: Rename target_softmmu_arch -> target_system_archPhilippe Mathieu-Daudé
2023-10-04accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson
2023-10-03accel/tcg: Move CPUNegativeOffsetState into CPUStateRichard Henderson
2023-10-03target/*: Add instance_align to all cpu base classesRichard Henderson
2023-08-31target/translate: Remove unnecessary 'exec/cpu_ldst.h' headerPhilippe Mathieu-Daudé
2023-08-24target/alpha: Use tcg_gen_movcond_i64 in gen_fold_mzeroRichard Henderson
2023-07-25other architectures: spelling fixesMichael Tokarev
2023-07-01target/alpha: Use float64_to_int64_modulo for CVTTQRichard Henderson