Age | Commit message (Expand) | Author |
2024-07-22 | gdbstub: Re-factor gdb command extensions | Alex Bennée |
2024-07-18 | hvf: arm: Do not advance PC when raising an exception | Akihiko Odaki |
2024-07-18 | target/arm: Use FPST_F16 for SME FMOPA (widening) | Richard Henderson |
2024-07-18 | target/arm: Use float_status copy in sme_fmopa_s | Daniyal Khan |
2024-07-18 | target/arm: LDAPR should honour SCTLR_ELx.nAA | Peter Maydell |
2024-07-18 | target/arm: Fix handling of LDAPR/STLR with negative offset | Peter Maydell |
2024-07-11 | target/arm: Convert PMULL to decodetree | Richard Henderson |
2024-07-11 | target/arm: Convert ADDHN, SUBHN, RADDHN, RSUBHN to decodetree | Richard Henderson |
2024-07-11 | target/arm: Convert SADDW, SSUBW, UADDW, USUBW to decodetree | Richard Henderson |
2024-07-11 | target/arm: Convert SQDMULL, SQDMLAL, SQDMLSL to decodetree | Richard Henderson |
2024-07-11 | target/arm: Convert SADDL, SSUBL, SABDL, SABAL, and unsigned to decodetree | Richard Henderson |
2024-07-11 | target/arm: Convert SMULL, UMULL, SMLAL, UMLAL, SMLSL, UMLSL to decodetree | Richard Henderson |
2024-07-11 | target/arm: Set arm_v7m_tcg_ops cpu_exec_halt to arm_cpu_exec_halt() | Peter Maydell |
2024-07-11 | target/arm: Use cpu_env in cpu_untagged_addr | Richard Henderson |
2024-07-11 | target/arm: Allow FPCR bits that aren't in FPSCR | Peter Maydell |
2024-07-11 | target/arm: Rename FPSR_MASK and FPCR_MASK and define them symbolically | Peter Maydell |
2024-07-11 | target/arm: Rename FPCR_ QC, NZCV macros to FPSR_ | Peter Maydell |
2024-07-11 | target/arm: Store FPSR and FPCR in separate CPU state fields | Peter Maydell |
2024-07-11 | target/arm: Implement store_cpu_field_low32() macro | Peter Maydell |
2024-07-11 | target/arm: Support migration when FPSR/FPCR won't fit in the FPSCR | Peter Maydell |
2024-07-11 | target/arm: Make vfp_set_fpscr() call vfp_set_{fpcr, fpsr} | Peter Maydell |
2024-07-11 | target/arm: Make vfp_get_fpscr() call vfp_get_{fpcr, fpsr} | Peter Maydell |
2024-07-11 | target/arm: Correct comments about M-profile FPSCR | Peter Maydell |
2024-07-05 | gdbstub: Add support for MTE in user mode | Gustavo Romero |
2024-07-05 | target/arm: Make some MTE helpers widely available | Gustavo Romero |
2024-07-05 | target/arm: Fix exception case in allocation_tag_mem_probe | Gustavo Romero |
2024-07-01 | target/arm: Enable FEAT_Debugv8p8 for -cpu max | Gustavo Romero |
2024-07-01 | target/arm: Move initialization of debug ID registers | Gustavo Romero |
2024-07-01 | target/arm: Fix indentation | Gustavo Romero |
2024-07-01 | target/arm: Delete dead code from disas_simd_indexed | Richard Henderson |
2024-07-01 | target/arm: Convert FCMLA to decodetree | Richard Henderson |
2024-07-01 | target/arm: Convert FCADD to decodetree | Richard Henderson |
2024-07-01 | target/arm: Add data argument to do_fp3_vector | Richard Henderson |
2024-07-01 | target/arm: Convert BFMMLA, SMMLA, UMMLA, USMMLA to decodetree | Richard Henderson |
2024-07-01 | target/arm: Convert BFMLALB, BFMLALT to decodetree | Richard Henderson |
2024-07-01 | target/arm: Convert BFDOT to decodetree | Richard Henderson |
2024-07-01 | target/arm: Convert SUDOT, USDOT to decodetree | Richard Henderson |
2024-07-01 | target/arm: Convert SDOT, UDOT to decodetree | Richard Henderson |
2024-07-01 | target/arm: Convert SQRDMLAH, SQRDMLSH to decodetree | Richard Henderson |
2024-07-01 | target/arm: Fix FJCVTZS vs flush-to-zero | Richard Henderson |
2024-07-01 | target/arm: Fix SQDMULH (by element) with Q=0 | Richard Henderson |
2024-07-01 | target/arm: Fix VCMLA Dd, Dn, Dm[idx] | Richard Henderson |
2024-06-24 | gdbstub: move enums into separate header | Alex Bennée |
2024-06-04 | target/arm: Replace sprintf() by snprintf() | Philippe Mathieu-Daudé |
2024-05-30 | target/arm: Implement FEAT WFxT and enable for '-cpu max' | Peter Maydell |
2024-05-30 | target/arm: Disable SVE extensions when SVE is disabled | Marcin Juszkiewicz |
2024-05-30 | target/arm: Convert FCSEL to decodetree | Richard Henderson |
2024-05-30 | target/arm: Convert FMADD, FMSUB, FNMADD, FNMSUB to decodetree | Richard Henderson |
2024-05-30 | target/arm: Convert SQDMULH, SQRDMULH to decodetree | Richard Henderson |
2024-05-30 | target/arm: Tidy SQDMULH, SQRDMULH (vector) | Richard Henderson |