Age | Commit message (Expand) | Author | Files | Lines |
2020-06-16 | target/arm/cpu: adjust virtual time for all KVM arm cpus | fangying | 3 | -13/+15 |
2020-06-16 | target/arm: Convert Neon VDUP (scalar) to decodetree | Peter Maydell | 3 | -24/+34 |
2020-06-16 | target/arm: Convert Neon VTBL, VTBX to decodetree | Peter Maydell | 3 | -37/+63 |
2020-06-16 | target/arm: Convert Neon VEXT to decodetree | Peter Maydell | 3 | -57/+85 |
2020-06-16 | target/arm: Convert Neon 2-reg-scalar long multiplies to decodetree | Peter Maydell | 3 | -176/+187 |
2020-06-16 | target/arm: Convert Neon 2-reg-scalar VQRDMLAH, VQRDMLSH to decodetree | Peter Maydell | 3 | -36/+79 |
2020-06-16 | target/arm: Convert Neon 2-reg-scalar VQDMULH, VQRDMULH to decodetree | Peter Maydell | 3 | -40/+34 |
2020-06-16 | target/arm: Convert Neon 2-reg-scalar float multiplies to decodetree | Peter Maydell | 3 | -34/+71 |
2020-06-16 | target/arm: Convert Neon 2-reg-scalar integer multiplies to decodetree | Peter Maydell | 3 | -71/+154 |
2020-06-16 | target/arm: Add missing TCG temp free in do_2shift_env_64() | Peter Maydell | 1 | -0/+1 |
2020-06-16 | target/arm: Add 'static' and 'const' annotations to VSHLL function arrays | Peter Maydell | 1 | -2/+2 |
2020-06-16 | target/arm: Convert Neon 3-reg-diff polynomial VMULL | Peter Maydell | 3 | -57/+48 |
2020-06-16 | target/arm: Convert Neon 3-reg-diff saturating doubling multiplies | Peter Maydell | 3 | -55/+92 |
2020-06-16 | target/arm: Convert Neon 3-reg-diff long multiplies | Peter Maydell | 3 | -15/+86 |
2020-06-16 | target/arm: Convert Neon 3-reg-diff VABAL, VABDL to decodetree | Peter Maydell | 4 | -28/+142 |
2020-06-16 | target/arm: Convert Neon 3-reg-diff narrowing ops to decodetree | Peter Maydell | 3 | -80/+104 |
2020-06-16 | target/arm: Convert Neon 3-reg-diff prewidening ops to decodetree | Peter Maydell | 3 | -12/+151 |
2020-06-16 | target/arm: Fix missing temp frees in do_vshll_2sh | Peter Maydell | 1 | -0/+2 |
2020-06-09 | target/arm: Use a non-overlapping group for misc control | Richard Henderson | 1 | -2/+2 |
2020-06-05 | target/arm: Convert Neon one-register-and-immediate insns to decodetree | Peter Maydell | 3 | -99/+142 |
2020-06-05 | target/arm: Convert VCVT fixed-point ops to decodetree | Peter Maydell | 3 | -73/+62 |
2020-06-05 | target/arm: Convert Neon VSHLL, VMOVL to decodetree | Peter Maydell | 3 | -44/+99 |
2020-06-05 | target/arm: Convert Neon narrowing shifts with op==9 to decodetree | Peter Maydell | 3 | -108/+37 |
2020-06-05 | target/arm: Convert Neon narrowing shifts with op==8 to decodetree | Peter Maydell | 3 | -0/+195 |
2020-06-05 | target/arm: Convert VQSHLU, VQSHL 2-reg-shift insns to decodetree | Peter Maydell | 3 | -107/+126 |
2020-06-05 | target/arm: Convert Neon VSRA, VSRI, VRSHR, VRSRA 2-reg-shift insns to decode... | Peter Maydell | 3 | -48/+46 |
2020-06-05 | target/arm: Convert Neon VSHR 2-reg-shift insns to decodetree | Peter Maydell | 3 | -20/+67 |
2020-06-05 | target/arm: Convert Neon VSHL and VSLI 2-reg-shift insn to decodetree | Peter Maydell | 3 | -10/+71 |
2020-06-05 | target/arm: Split helper_crypto_sm3tt | Richard Henderson | 3 | -23/+27 |
2020-06-05 | target/arm: Split helper_crypto_sha1_3reg | Richard Henderson | 5 | -94/+95 |
2020-06-05 | target/arm: Convert sha1 and sha256 to gvec helpers | Richard Henderson | 6 | -162/+66 |
2020-06-05 | target/arm: Convert sha512 and sm3 to gvec helpers | Richard Henderson | 3 | -47/+55 |
2020-06-05 | target/arm: Convert rax1 to gvec helpers | Richard Henderson | 4 | -28/+47 |
2020-06-05 | target/arm: Convert aes and sm4 to gvec helpers | Richard Henderson | 6 | -67/+138 |
2020-06-05 | memory: Rename memory_region_do_writeback -> memory_region_writeback | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-05-21 | target/arm: Allow user-mode code to write CPSR.E via MSR | Peter Maydell | 1 | -1/+1 |
2020-05-21 | target/arm: Use clear_vec_high more effectively | Richard Henderson | 1 | -21/+32 |
2020-05-21 | target/arm: Use tcg_gen_gvec_mov for clear_vec_high | Richard Henderson | 1 | -8/+2 |
2020-05-21 | target/arm: Remove unused GEN_NEON_INTEGER_OP macro | Peter Maydell | 1 | -23/+0 |
2020-05-19 | softfloat: Name compare relation enum | Richard Henderson | 1 | -1/+1 |
2020-05-19 | softfloat: Name rounding mode enum | Richard Henderson | 1 | -2/+2 |
2020-05-19 | softfloat: Replace flag with bool | Richard Henderson | 2 | -8/+8 |
2020-05-15 | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster | 3 | -12/+9 |
2020-05-15 | qom: Drop object_property_set_description() parameter @errp | Markus Armbruster | 2 | -3/+2 |
2020-05-14 | target/arm: Convert NEON VFMA, VFMS 3-reg-same insns to decodetree | Peter Maydell | 3 | -174/+46 |
2020-05-14 | target/arm: Convert Neon fp VMAX/VMIN/VMAXNM/VMINNM/VRECPS/VRSQRTS to decodetree | Peter Maydell | 3 | -40/+78 |
2020-05-14 | target/arm: Move 'env' argument of recps_f32 and rsqrts_f32 helpers to usual ... | Peter Maydell | 3 | -6/+6 |
2020-05-14 | target/arm: Convert Neon 3-reg-same compare insns to decodetree | Peter Maydell | 3 | -37/+13 |
2020-05-14 | target/arm: Convert Neon fp VMUL, VMLA, VMLS 3-reg-same insns to decodetree | Peter Maydell | 3 | -16/+85 |
2020-05-14 | target/arm: Convert Neon VPMIN/VPMAX/VPADD float 3-reg-same insns to decodetree | Peter Maydell | 3 | -55/+76 |