Age | Commit message (Expand) | Author |
2022-08-01 | misc: fix commonly doubled up words | Daniel P. Berrangé |
2022-07-11 | target/arm: Trap non-streaming usage when Streaming SVE is active | Richard Henderson |
2022-06-10 | target/arm: Remove default_exception_el | Richard Henderson |
2022-06-10 | target/arm: Introduce helper_exception_with_syndrome | Richard Henderson |
2022-06-10 | target/arm: Introduce gen_exception_el_v | Richard Henderson |
2022-06-10 | target/arm: Introduce gen_exception | Richard Henderson |
2022-06-10 | target/arm: Rename gen_exception to gen_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: 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: Introduce gen_exception_insn_el_v | Richard Henderson |
2022-06-10 | target/arm: Rename helper_exception_with_syndrome | Richard Henderson |
2022-05-09 | target/arm: Implement ESB instruction | Richard Henderson |
2022-05-05 | target/arm: Avoid bare abort() or assert(0) | Richard Henderson |
2022-05-05 | target/arm: Reorg ARMCPRegInfo type field bits | Richard Henderson |
2022-05-05 | target/arm: Split out cpregs.h | Richard Henderson |
2022-04-28 | target/arm: Use tcg_constant in trans_CSEL | Richard Henderson |
2022-04-28 | target/arm: Use tcg_constant in trans_CPS_v7m | Richard Henderson |
2022-04-28 | target/arm: Use tcg_constant in CLRM, DLS, WLS, LE | Richard Henderson |
2022-04-28 | target/arm: Use tcg_constant in LDM, STM | Richard Henderson |
2022-04-28 | target/arm: Use tcg_constant for TT, SAT, SMMLA | Richard Henderson |
2022-04-28 | target/arm: Use tcg_constant for v7m MRS, MSR | Richard Henderson |
2022-04-28 | target/arm: Use tcg_constant for MOVW, UMAAL, CRC32 | Richard Henderson |
2022-04-28 | target/arm: Use tcg_constant for op_s_{rri,rxi}_rot | Richard Henderson |
2022-04-28 | target/arm: Use tcg_constant for gen_srs | Richard Henderson |
2022-04-28 | target/arm: Use tcg_constant for do_coproc_insn | Richard Henderson |
2022-04-28 | target/arm: Use tcg_constant for vector shift expanders | Richard Henderson |
2022-04-28 | target/arm: Use tcg_constant for gen_{msr,mrs} | Richard Henderson |
2022-04-28 | target/arm: Use tcg_constant for disas_iwmmxt_insn | Richard Henderson |
2022-04-28 | target/arm: Use tcg_constant for aa32 exceptions | Richard Henderson |
2022-04-22 | target/arm: Simplify aa32 DISAS_WFI | Richard Henderson |
2022-04-22 | target/arm: Simplify gen_sar | Richard Henderson |
2022-04-22 | target/arm: Simplify GEN_SHIFT in translate.c | Richard Henderson |
2022-04-22 | target/arm: Split out gen_rebuild_hflags | Richard Henderson |
2022-04-22 | target/arm: Extend store_cpu_offset to take field size | Richard Henderson |
2022-04-22 | target/arm: Change DisasContext.aarch64 to bool | Richard Henderson |
2022-04-20 | exec/translator: Pass the locked filepointer to disas_log hook | Richard Henderson |
2022-04-06 | Replace config-time define HOST_WORDS_BIGENDIAN | Marc-André Lureau |
2022-01-08 | exec/memop: Adding signedness to quad definitions | Frédéric Pétrot |
2021-12-15 | target/arm: Assert thumb pc is aligned | Richard Henderson |
2021-12-15 | target/arm: Take an exception if PC is misaligned | Richard Henderson |
2021-12-15 | target/arm: Split arm_pre_translate_insn | Richard Henderson |
2021-12-15 | target/arm: Hoist pc_next to a local variable in thumb_tr_translate_insn | Richard Henderson |
2021-12-15 | target/arm: Hoist pc_next to a local variable in arm_tr_translate_insn | Richard Henderson |
2021-11-02 | target/arm: Use tcg_constant_i32() in gen_rev16() | Philippe Mathieu-Daudé |
2021-11-02 | target/arm: Use the constant variant of store_cpu_field() when possible | Philippe Mathieu-Daudé |
2021-11-02 | target/arm: Use tcg_constant_i32() in op_smlad() | Philippe Mathieu-Daudé |
2021-10-15 | target/arm: Drop checks for singlestep_enabled | Richard Henderson |
2021-09-21 | target/arm: Add TB flag for "MVE insns not predicated" | Peter Maydell |