Age | Commit message (Expand) | Author |
2023-05-23 | accel/tcg: Unify cpu_{ld,st}*_{be,le}_mmu | Richard Henderson |
2023-05-18 | target/arm: Convert ERET, ERETAA, ERETAB to decodetree | Peter Maydell |
2023-05-18 | target/arm: Convert BRAA, BRAB, BLRAA, BLRAB to decodetree | Peter Maydell |
2023-05-18 | target/arm: Convert BRA[AB]Z, BLR[AB]Z, RETA[AB] to decodetree | Peter Maydell |
2023-05-18 | target/arm: Convert BR, BLR, RET to decodetree | Peter Maydell |
2023-05-18 | target/arm: Convert conditional branch insns to decodetree | Peter Maydell |
2023-05-18 | target/arm: Convert TBZ, TBNZ to decodetree | Peter Maydell |
2023-05-18 | target/arm: Convert CBZ, CBNZ to decodetree | Peter Maydell |
2023-05-18 | target/arm: Convert unconditional branch immediate to decodetree | Peter Maydell |
2023-05-18 | target/arm: Convert Extract instructions to decodetree | Peter Maydell |
2023-05-18 | target/arm: Convert Bitfield to decodetree | Richard Henderson |
2023-05-18 | target/arm: Convert Move wide (immediate) to decodetree | Richard Henderson |
2023-05-18 | target/arm: Convert Logical (immediate) to decodetree | Richard Henderson |
2023-05-18 | target/arm: Replace bitmask64 with MAKE_64BIT_MASK | Richard Henderson |
2023-05-18 | target/arm: Convert Add/subtract (immediate with tags) to decodetree | Richard Henderson |
2023-05-18 | target/arm: Convert Add/subtract (immediate) to decodetree | Richard Henderson |
2023-05-18 | target/arm: Split gen_add_CC and gen_sub_CC | Richard Henderson |
2023-05-18 | target/arm: Convert PC-rel addressing to decodetree | Richard Henderson |
2023-05-18 | target/arm: Pull calls to disas_sve() and disas_sme() out of legacy decoder | Peter Maydell |
2023-05-18 | target/arm: Create decodetree skeleton for A64 | Peter Maydell |
2023-05-18 | target/arm: Split out disas_a64_legacy | Richard Henderson |
2023-05-18 | target/arm: Fix vd == vm overlap in sve_ldff1_z | Richard Henderson |
2023-05-12 | target/arm: Correct AArch64.S2MinTxSZ 32-bit EL1 input size check | Peter Maydell |
2023-05-12 | target/arm: Move helper-{a64,mve,sme,sve}.h to tcg/ | Richard Henderson |
2023-05-12 | target/arm: Move translate-a32.h, arm_ldst.h, sve_ldst_internal.h to tcg/ | Richard Henderson |
2023-05-02 | target/arm: Define and use new load_cpu_field_low32() | Peter Maydell |
2023-05-02 | target/arm: move cpu_tcg to tcg/cpu32.c | Claudio Fontana |
2023-05-02 | target/arm: Move 64-bit TCG CPUs into tcg/ | Fabiano Rosas |
2023-04-20 | target/arm: Don't set ISV when reporting stage 1 faults in ESR_EL2 | Peter Maydell |
2023-04-20 | target/arm: Pass ARMMMUFaultInfo to merge_syn_data_abort() | Peter Maydell |
2023-04-03 | target/arm: Fix generated code for cpreg reads when HSTR is active | Peter Maydell |
2023-04-03 | target/arm: Fix non-TCG build failure by inlining pauth_ptr_mask() | Philippe Mathieu-Daudé |
2023-03-28 | softmmu: Restrict cpu_check_watchpoint / address_matches to TCG accel | Philippe Mathieu-Daudé |
2023-03-13 | target/arm: Avoid tcg_const_ptr in handle_rev | Richard Henderson |
2023-03-13 | target/arm: Avoid tcg_const_ptr in handle_vec_simd_sqshrn | Richard Henderson |
2023-03-13 | target/arm: Avoid tcg_const_ptr in disas_simd_zip_trn | Richard Henderson |
2023-03-13 | target/arm: Avoid tcg_const_* in translate-mve.c | Richard Henderson |
2023-03-13 | target/arm: Avoid tcg_const_ptr in gen_sve_{ldr,str} | Richard Henderson |
2023-03-13 | target/arm: Improve trans_BFCI | Richard Henderson |
2023-03-13 | target/arm: Create gen_set_rmode, gen_restore_rmode | Richard Henderson |
2023-03-13 | target/arm: Consistently use ARMFPRounding during translation | Richard Henderson |
2023-03-13 | target/arm: Improve arm_rmode_to_sf | Richard Henderson |
2023-03-13 | target/arm: Use rmode >= 0 for need_rmode | Richard Henderson |
2023-03-07 | gdbstub: move register helpers into standalone include | Alex Bennée |
2023-03-06 | target/arm: Export arm_v7m_get_sp_ptr | David Reiss |
2023-03-06 | target/arm: Export arm_v7m_mrs_control | David Reiss |
2023-03-06 | target/arm: Create pauth_ptr_mask | Richard Henderson |
2023-03-05 | target/arm: Drop tcg_temp_free from translator.h | Richard Henderson |
2023-03-05 | target/arm: Drop tcg_temp_free from translator-vfp.c | Richard Henderson |
2023-03-05 | target/arm: Drop tcg_temp_free from translator-sve.c | Richard Henderson |