Age | Commit message (Expand) | Author |
2023-02-27 | target/arm: move translate modules to tcg/ | Fabiano Rosas |
2023-02-03 | target/arm: Implement the HFGITR_EL2.SVC_EL0 and SVC_EL1 traps | Peter Maydell |
2023-02-03 | target/arm: Implement the HFGITR_EL2.ERET trap | Peter Maydell |
2023-02-03 | target/arm: Implement FGT trapping infrastructure | Peter Maydell |
2023-01-23 | target/arm: Look up ARMCPRegInfo at runtime | Richard Henderson |
2022-10-20 | target/arm: Enable TARGET_TB_PCREL | Richard Henderson |
2022-10-20 | target/arm: Change gen_exception_insn* to work on displacements | Richard Henderson |
2022-10-20 | target/arm: Change gen_*set_pc_im to gen_*update_pc | Richard Henderson |
2022-10-20 | target/arm: Introduce curr_insn_len | Richard Henderson |
2022-07-11 | target/arm: Implement SME MOVA | Richard Henderson |
2022-07-11 | target/arm: Mark ADR as non-streaming | Richard Henderson |
2022-07-11 | target/arm: Trap non-streaming usage when Streaming SVE is active | Richard Henderson |
2022-06-27 | target/arm: Add SVL to TB flags | Richard Henderson |
2022-06-27 | target/arm: Add PSTATE.{SM,ZA} to TB flags | Richard Henderson |
2022-06-27 | target/arm: Add SMEEXC_EL to TB flags | Richard Henderson |
2022-06-10 | target/arm: Remove default_exception_el | Richard Henderson |
2022-06-10 | target/arm: Move gen_exception to translate.c | Richard Henderson |
2022-06-10 | target/arm: Remove TBFLAG_ANY.DEBUG_TARGET_EL | Richard Henderson |
2022-06-10 | target/arm: Create helper_exception_swstep | Richard Henderson |
2022-06-10 | target/arm: Introduce gen_exception_insn | Richard Henderson |
2022-06-10 | target/arm: Rename gen_exception_insn to gen_exception_insn_el | Richard Henderson |
2022-06-10 | target/arm: Rename helper_exception_with_syndrome | Richard Henderson |
2022-06-08 | target/arm: Rename TBFLAG_A64 ZCR_LEN to VL | Richard Henderson |
2022-05-30 | target/arm: Introduce TRANS, TRANS_FEAT | Richard Henderson |
2022-04-22 | target/arm: Use tcg_constant_i32 in translate.h | Richard Henderson |
2022-04-22 | target/arm: Change DisasContext.thumb to bool | Richard Henderson |
2022-04-22 | target/arm: Change DisasContext.aarch64 to bool | Richard Henderson |
2021-09-21 | target/arm: Add TB flag for "MVE insns not predicated" | Peter Maydell |
2021-09-13 | target/arm: Take an exception if PSTATE.IL is set | Peter Maydell |
2021-09-01 | target/arm: Implement MVE VADD (floating-point) | Peter Maydell |
2021-07-02 | target/arm: Implement MVE shifts by register | Peter Maydell |
2021-07-02 | target/arm: Implement MVE shifts by immediate | Peter Maydell |
2021-07-02 | target/arm: Implement MVE long shifts by register | Peter Maydell |
2021-07-02 | target/arm: Implement MVE long shifts by immediate | Peter Maydell |
2021-07-02 | target/arm: Implement MVE vector shift right by immediate insns | Peter Maydell |
2021-07-02 | target/arm: Use asimd_imm_const for A64 decode | Peter Maydell |
2021-07-02 | target/arm: Make asimd_imm_const() public | Peter Maydell |
2021-06-21 | target/arm: Implement MVE VMLALDAV | Peter Maydell |
2021-06-16 | target/arm: Add handling for PSR.ECI/ICI | Peter Maydell |
2021-05-10 | target/arm: Move NeonGenThreeOpEnvFn typedef to translate.h | Peter Maydell |
2021-05-10 | target/arm: Share unallocated_encoding() and gen_exception_insn() | Peter Maydell |
2021-05-10 | target/arm: Move constant expanders to translate.h | Peter Maydell |
2021-04-30 | target/arm: Enforce alignment for VLDn (all lanes) | Richard Henderson |
2021-04-30 | target/arm: Adjust gen_aa32_{ld, st}_i32 for align+endianness | Richard Henderson |
2021-04-30 | target/arm: Add ALIGN_MEM to TBFLAG_ANY | Richard Henderson |
2021-04-30 | target/arm: Move mode specific TB flags to tb->cs_base | Richard Henderson |
2021-04-30 | target/arm: Introduce CPUARMTBFlags | Richard Henderson |
2020-08-28 | target/arm: Rearrange {sve,fp}_check_access assert | Richard Henderson |
2020-08-24 | target/arm: Implement FPST_STD_F16 fpstatus | Peter Maydell |
2020-08-24 | target/arm: Replace A64 get_fpstatus_ptr() with generic fpstatus_ptr() | Peter Maydell |