Age | Commit message (Expand) | Author |
2019-09-05 | target/arm: Convert Clear-Exclusive, Barriers | Richard Henderson |
2019-09-05 | target/arm: Convert RFE and SRS | Richard Henderson |
2019-09-05 | target/arm: Convert SVC | Richard Henderson |
2019-09-05 | target/arm: Convert B, BL, BLX (immediate) | Richard Henderson |
2019-09-05 | target/arm: Diagnose base == pc for LDM/STM | Richard Henderson |
2019-09-05 | target/arm: Diagnose too few registers in list for LDM/STM | Richard Henderson |
2019-09-05 | target/arm: Diagnose writeback register in list for LDM for v7 | Richard Henderson |
2019-09-05 | target/arm: Convert LDM, STM | Richard Henderson |
2019-09-05 | target/arm: Convert MOVW, MOVT | Richard Henderson |
2019-09-05 | target/arm: Convert Signed multiply, signed and unsigned divide | Richard Henderson |
2019-09-05 | target/arm: Convert packing, unpacking, saturation, and reversal | Richard Henderson |
2019-09-05 | target/arm: Convert Parallel addition and subtraction | Richard Henderson |
2019-09-05 | target/arm: Convert USAD8, USADA8, SBFX, UBFX, BFC, BFI, UDF | Richard Henderson |
2019-09-05 | target/arm: Diagnose UNPREDICTABLE ldrex/strex cases | Richard Henderson |
2019-09-05 | target/arm: Convert Synchronization primitives | Richard Henderson |
2019-09-05 | target/arm: Convert load/store (register, immediate, literal) | Richard Henderson |
2019-09-05 | target/arm: Convert T32 ADDW/SUBW | Richard Henderson |
2019-09-05 | target/arm: Convert the rest of A32 Miscelaneous instructions | Richard Henderson |
2019-09-05 | target/arm: Convert ERET | Richard Henderson |
2019-09-05 | target/arm: Convert CLZ | Richard Henderson |
2019-09-05 | target/arm: Convert BX, BXJ, BLX (register) | Richard Henderson |
2019-09-05 | target/arm: Convert Cyclic Redundancy Check | Richard Henderson |
2019-09-05 | target/arm: Convert MRS/MSR (banked, register) | Richard Henderson |
2019-09-05 | target/arm: Convert MSR (immediate) and hints | Richard Henderson |
2019-09-05 | target/arm: Simplify op_smlawx for SMLAW* | Richard Henderson |
2019-09-05 | target/arm: Simplify op_smlaxxx for SMLAL* | Richard Henderson |
2019-09-05 | target/arm: Convert Halfword multiply and multiply accumulate | Richard Henderson |
2019-09-05 | target/arm: Convert Saturating addition and subtraction | Richard Henderson |
2019-09-05 | target/arm: Simplify UMAAL | Richard Henderson |
2019-09-05 | target/arm: Convert multiply and multiply accumulate | Richard Henderson |
2019-09-05 | target/arm: Convert Data Processing (immediate) | Richard Henderson |
2019-09-05 | target/arm: Convert Data Processing (reg-shifted-reg) | Richard Henderson |
2019-09-05 | target/arm: Convert Data Processing (register) | Richard Henderson |
2019-09-05 | target/arm: Add stubs for aa32 decodetree | Richard Henderson |
2019-09-05 | target/arm: Use store_reg_from_load in thumb2 code | Richard Henderson |
2019-09-04 | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190903' into staging | Peter Maydell |
2019-09-03 | tcg: TCGMemOp is now accelerator independent MemOp | Tony Nguyen |
2019-09-03 | target/arm: Don't abort on M-profile exception return in linux-user mode | Peter Maydell |
2019-09-03 | target/arm: Free TCG temps in trans_VMOV_64_sp() | Peter Maydell |
2019-09-03 | target/arm: Fix SMMLS argument order | Richard Henderson |
2019-09-03 | target/arm: Take exceptions on ATS instructions when needed | Peter Maydell |
2019-09-03 | target/arm: Allow ARMCPRegInfo read/write functions to throw exceptions | Peter Maydell |
2019-09-03 | target/arm: Factor out unallocated_encoding for aarch32 | Richard Henderson |
2019-09-03 | Revert "target/arm: Use unallocated_encoding for aarch32" | Richard Henderson |
2019-08-22 | Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in... | Peter Maydell |
2019-08-21 | hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ | Markus Armbruster |
2019-08-20 | icount: remove unnecessary gen_io_end calls | Pavel Dovgalyuk |
2019-08-16 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190816'... | Peter Maydell |
2019-08-16 | target/arm: Use tcg_gen_extrh_i64_i32 to extract the high word | Richard Henderson |
2019-08-16 | target/arm: Simplify SMMLA, SMMLAR, SMMLS, SMMLSR | Richard Henderson |