Age | Commit message (Expand) | Author |
2024-07-11 | target/arm: Store FPSR and FPCR in separate CPU state fields | Peter Maydell |
2024-05-30 | target/arm: Tidy SQDMULH, SQRDMULH (vector) | Richard Henderson |
2024-05-30 | target/arm: Convert SRHADD, URHADD to gvec | Richard Henderson |
2024-05-30 | target/arm: Convert SHSUB, UHSUB to gvec | Richard Henderson |
2024-05-30 | target/arm: Convert SHADD, UHADD to gvec | Richard Henderson |
2024-05-30 | target/arm: Convert SQRSHL and UQRSHL (register) to gvec | Richard Henderson |
2024-05-30 | target/arm: Convert SQSHL and UQSHL (register) to gvec | Richard Henderson |
2024-05-30 | target/arm: Convert SRSHL and URSHL (register) to gvec | Richard Henderson |
2024-05-30 | target/arm: Inline scalar SQADD, UQADD, SQSUB, UQSUB | Richard Henderson |
2024-05-28 | target/arm: Convert SMAXP, SMINP, UMAXP, UMINP to decodetree | Richard Henderson |
2024-05-28 | target/arm: Convert ADDP to decodetree | Richard Henderson |
2024-05-28 | target/arm: Expand vfp neg and abs inline | Richard Henderson |
2024-05-28 | target/arm: Convert FADD, FSUB, FDIV, FMUL to decodetree | Richard Henderson |
2024-05-28 | target/arm: Split out gengvec.c | Richard Henderson |
2024-04-09 | target/arm: Use insn_start from DisasContextBase | Richard Henderson |
2024-01-09 | target/arm: Implement FEAT_NV2 redirection of sysregs to RAM | Peter Maydell |
2024-01-09 | target/arm: Handle FEAT_NV2 redirection of SPSR_EL2, ELR_EL2, ESR_EL2, FAR_EL2 | Peter Maydell |
2024-01-09 | target/arm: Trap sysreg accesses for FEAT_NV | Peter Maydell |
2024-01-09 | target/arm: Enable trapping of ERET for FEAT_NV | Peter Maydell |
2023-11-06 | target/arm: Fix A64 LDRA immediate decode | Peter Maydell |
2023-10-27 | target/arm: Move feature test functions to their own header | Peter Maydell |
2023-10-03 | tcg: Rename cpu_env to tcg_env | Richard Henderson |
2023-09-21 | target/arm: Define new TB flag for ATA0 | Peter Maydell |
2023-08-31 | target/arm: Allow cpu to configure GM blocksize | Richard Henderson |
2023-06-06 | target/arm: Add SCTLR.nAA to TBFLAG_A64 | Richard Henderson |
2023-06-06 | target/arm: Use tcg_gen_qemu_{st, ld}_i128 for do_fp_{st, ld} | Richard Henderson |
2023-06-06 | target/arm: Introduce finalize_memop_{atom,pair} | Richard Henderson |
2023-06-05 | target/arm: Add missing include of exec/exec-all.h | Richard Henderson |
2023-06-05 | target/arm: Tidy helpers for translation | Richard Henderson |
2023-06-05 | target/arm: Include helper-gen.h in translator.h | Richard Henderson |
2023-05-18 | target/arm: Convert Add/subtract (immediate) to decodetree | Richard Henderson |
2023-03-13 | target/arm: Create gen_set_rmode, gen_restore_rmode | Richard Henderson |
2023-03-05 | target/arm: Drop tcg_temp_free from translator.h | Richard Henderson |
2023-03-05 | target/arm: Drop DisasContext.tmp_a64 | Richard Henderson |
2023-03-05 | target/arm: Remove value_global from DisasCompare | Richard Henderson |
2023-03-05 | target/arm: Remove arm_free_cc, a64_free_cc | Richard Henderson |
2023-03-01 | target/arm: Replace `TARGET_TB_PCREL` with `CF_PCREL` | Anton Johansson |
2023-02-27 | target/arm: move translate modules to tcg/ | Fabiano Rosas |