Age | Commit message (Expand) | Author |
2020-06-16 | target/arm/cpu: adjust virtual time for all KVM arm cpus | fangying |
2020-06-16 | target/arm: Convert Neon VDUP (scalar) to decodetree | Peter Maydell |
2020-06-16 | target/arm: Convert Neon VTBL, VTBX to decodetree | Peter Maydell |
2020-06-16 | target/arm: Convert Neon VEXT to decodetree | Peter Maydell |
2020-06-16 | target/arm: Convert Neon 2-reg-scalar long multiplies to decodetree | Peter Maydell |
2020-06-16 | target/arm: Convert Neon 2-reg-scalar VQRDMLAH, VQRDMLSH to decodetree | Peter Maydell |
2020-06-16 | target/arm: Convert Neon 2-reg-scalar VQDMULH, VQRDMULH to decodetree | Peter Maydell |
2020-06-16 | target/arm: Convert Neon 2-reg-scalar float multiplies to decodetree | Peter Maydell |
2020-06-16 | target/arm: Convert Neon 2-reg-scalar integer multiplies to decodetree | Peter Maydell |
2020-06-16 | target/arm: Add missing TCG temp free in do_2shift_env_64() | Peter Maydell |
2020-06-16 | target/arm: Add 'static' and 'const' annotations to VSHLL function arrays | Peter Maydell |
2020-06-16 | target/arm: Convert Neon 3-reg-diff polynomial VMULL | Peter Maydell |
2020-06-16 | target/arm: Convert Neon 3-reg-diff saturating doubling multiplies | Peter Maydell |
2020-06-16 | target/arm: Convert Neon 3-reg-diff long multiplies | Peter Maydell |
2020-06-16 | target/arm: Convert Neon 3-reg-diff VABAL, VABDL to decodetree | Peter Maydell |
2020-06-16 | target/arm: Convert Neon 3-reg-diff narrowing ops to decodetree | Peter Maydell |
2020-06-16 | target/arm: Convert Neon 3-reg-diff prewidening ops to decodetree | Peter Maydell |
2020-06-16 | target/arm: Fix missing temp frees in do_vshll_2sh | Peter Maydell |
2020-06-09 | target/arm: Use a non-overlapping group for misc control | Richard Henderson |
2020-06-05 | target/arm: Convert Neon one-register-and-immediate insns to decodetree | Peter Maydell |
2020-06-05 | target/arm: Convert VCVT fixed-point ops to decodetree | Peter Maydell |
2020-06-05 | target/arm: Convert Neon VSHLL, VMOVL to decodetree | Peter Maydell |
2020-06-05 | target/arm: Convert Neon narrowing shifts with op==9 to decodetree | Peter Maydell |
2020-06-05 | target/arm: Convert Neon narrowing shifts with op==8 to decodetree | Peter Maydell |
2020-06-05 | target/arm: Convert VQSHLU, VQSHL 2-reg-shift insns to decodetree | Peter Maydell |
2020-06-05 | target/arm: Convert Neon VSRA, VSRI, VRSHR, VRSRA 2-reg-shift insns to decode... | Peter Maydell |
2020-06-05 | target/arm: Convert Neon VSHR 2-reg-shift insns to decodetree | Peter Maydell |
2020-06-05 | target/arm: Convert Neon VSHL and VSLI 2-reg-shift insn to decodetree | Peter Maydell |
2020-06-05 | target/arm: Split helper_crypto_sm3tt | Richard Henderson |
2020-06-05 | target/arm: Split helper_crypto_sha1_3reg | Richard Henderson |
2020-06-05 | target/arm: Convert sha1 and sha256 to gvec helpers | Richard Henderson |
2020-06-05 | target/arm: Convert sha512 and sm3 to gvec helpers | Richard Henderson |
2020-06-05 | target/arm: Convert rax1 to gvec helpers | Richard Henderson |
2020-06-05 | target/arm: Convert aes and sm4 to gvec helpers | Richard Henderson |
2020-06-05 | memory: Rename memory_region_do_writeback -> memory_region_writeback | Philippe Mathieu-Daudé |
2020-05-21 | target/arm: Allow user-mode code to write CPSR.E via MSR | Peter Maydell |
2020-05-21 | target/arm: Use clear_vec_high more effectively | Richard Henderson |
2020-05-21 | target/arm: Use tcg_gen_gvec_mov for clear_vec_high | Richard Henderson |
2020-05-21 | target/arm: Remove unused GEN_NEON_INTEGER_OP macro | Peter Maydell |
2020-05-19 | softfloat: Name compare relation enum | Richard Henderson |
2020-05-19 | softfloat: Name rounding mode enum | Richard Henderson |
2020-05-19 | softfloat: Replace flag with bool | Richard Henderson |
2020-05-15 | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster |
2020-05-15 | qom: Drop object_property_set_description() parameter @errp | Markus Armbruster |
2020-05-14 | target/arm: Convert NEON VFMA, VFMS 3-reg-same insns to decodetree | Peter Maydell |
2020-05-14 | target/arm: Convert Neon fp VMAX/VMIN/VMAXNM/VMINNM/VRECPS/VRSQRTS to decodetree | Peter Maydell |
2020-05-14 | target/arm: Move 'env' argument of recps_f32 and rsqrts_f32 helpers to usual ... | Peter Maydell |
2020-05-14 | target/arm: Convert Neon 3-reg-same compare insns to decodetree | Peter Maydell |
2020-05-14 | target/arm: Convert Neon fp VMUL, VMLA, VMLS 3-reg-same insns to decodetree | Peter Maydell |
2020-05-14 | target/arm: Convert Neon VPMIN/VPMAX/VPADD float 3-reg-same insns to decodetree | Peter Maydell |