Age | Commit message (Expand) | Author | Files | Lines |
2021-10-05 | tcg/s390x: Implement TCG_TARGET_HAS_cmpsel_vec | Richard Henderson | 1 | -1/+23 |
2021-10-05 | tcg/s390x: Implement TCG_TARGET_HAS_bitsel_vec | Richard Henderson | 3 | -1/+22 |
2021-10-05 | tcg/s390x: Implement TCG_TARGET_HAS_sat_vec | Richard Henderson | 2 | -0/+66 |
2021-10-05 | tcg/s390x: Implement TCG_TARGET_HAS_minmax_vec | Richard Henderson | 2 | -1/+26 |
2021-10-05 | tcg/s390x: Implement vector shift operations | Richard Henderson | 3 | -7/+99 |
2021-10-05 | tcg/s390x: Implement TCG_TARGET_HAS_mul_vec | Richard Henderson | 2 | -1/+8 |
2021-10-05 | tcg/s390x: Implement andc, orc, abs, neg, not vector operations | Richard Henderson | 3 | -5/+39 |
2021-10-05 | tcg/s390x: Implement minimal vector operations | Richard Henderson | 1 | -4/+150 |
2021-10-05 | tcg/s390x: Implement tcg_out_dup*_vec | Richard Henderson | 1 | -3/+119 |
2021-10-05 | tcg/s390x: Implement tcg_out_mov for vector types | Richard Henderson | 1 | -4/+68 |
2021-10-05 | tcg/s390x: Implement tcg_out_ld/st for vector types | Richard Henderson | 1 | -12/+120 |
2021-10-05 | tcg/s390x: Add host vector framework | Richard Henderson | 5 | -5/+184 |
2021-10-05 | tcg/s390x: Merge TCG_AREG0 and TCG_REG_CALL_STACK into TCGReg | Richard Henderson | 1 | -21/+7 |
2021-10-05 | tcg/s390x: Change FACILITY representation | Richard Henderson | 2 | -51/+52 |
2021-10-05 | tcg/s390x: Rename from tcg/s390 | Richard Henderson | 4 | -0/+0 |
2021-10-05 | tcg: Expand usadd/ussub with umin/umax | Richard Henderson | 1 | -2/+35 |
2021-10-05 | trace: Split guest_mem_before | Richard Henderson | 1 | -13/+4 |
2021-10-05 | plugins: Reorg arguments to qemu_plugin_vcpu_mem_cb | Richard Henderson | 1 | -9/+21 |
2021-10-05 | trace/mem: Pass MemOpIdx to trace_mem_get_info | Richard Henderson | 1 | -4/+4 |
2021-10-05 | tcg: Rename TCGMemOpIdx to MemOpIdx | Richard Henderson | 13 | -59/+59 |
2021-10-05 | tcg: Expand MO_SIZE to 3 bits | Richard Henderson | 9 | -29/+32 |
2021-09-21 | tcg/riscv: Remove add with zero on user-only memory access | Richard Henderson | 1 | -8/+2 |
2021-09-21 | tcg/sparc: Introduce tcg_out_mov_delay | Richard Henderson | 1 | -6/+15 |
2021-09-21 | tcg/sparc: Drop inline markers | Richard Henderson | 1 | -23/+22 |
2021-09-21 | tcg/mips: Drop special alignment for code_gen_buffer | Richard Henderson | 1 | -91/+0 |
2021-09-21 | tcg/mips: Unset TCG_TARGET_HAS_direct_jump | Richard Henderson | 2 | -25/+10 |
2021-09-21 | tcg/mips: Allow JAL to be out of range in tcg_out_bswap_subr | Richard Henderson | 1 | -2/+4 |
2021-09-21 | tcg/mips: Drop inline markers | Richard Henderson | 1 | -49/+27 |
2021-09-14 | tcg/arm: More use of the TCGReg enum | Richard Henderson | 1 | -30/+35 |
2021-09-14 | tcg/arm: More use of the ARMInsn enum | Richard Henderson | 1 | -10/+10 |
2021-09-14 | tcg/arm: Give enum arm_cond_code_e a typedef and use it | Richard Henderson | 1 | -68/+68 |
2021-09-14 | tcg/arm: Drop inline markers | Richard Henderson | 1 | -120/+114 |
2021-09-14 | tcg/arm: Simplify usage of encode_imm | Richard Henderson | 1 | -64/+77 |
2021-09-14 | tcg/arm: Split out tcg_out_ldstm | Richard Henderson | 1 | -2/+17 |
2021-09-14 | tcg/arm: Support armv4t in tcg_out_goto and tcg_out_call | Richard Henderson | 1 | -15/+34 |
2021-09-14 | tcg/arm: Simplify use_armv5t_instructions | Richard Henderson | 1 | -7/+1 |
2021-09-14 | tcg/arm: Standardize on tcg_out_<branch>_{reg,imm} | Richard Henderson | 1 | -16/+22 |
2021-09-14 | tcg/arm: Remove fallback definition of __ARM_ARCH | Richard Henderson | 1 | -19/+0 |
2021-09-14 | tcg/arm: Fix tcg_out_vec_op function signature | Jose R. Ziviani | 1 | -1/+2 |
2021-09-14 | tcg/ppc: Ensure _CALL_SYSV is set for 32-bit ELF | Richard Henderson | 1 | -3/+18 |
2021-09-14 | tcg/ppc: Replace TCG_TARGET_CALL_DARWIN with _CALL_DARWIN | Richard Henderson | 1 | -4/+4 |
2021-09-14 | tcg/i386: Split P_VEXW from P_REXW | Richard Henderson | 1 | -6/+7 |
2021-07-21 | accel/tcg: Add CF_NO_GOTO_TB and CF_NO_GOTO_PTR | Richard Henderson | 1 | -16/+12 |
2021-07-21 | accel/tcg: Standardize atomic helpers on softmmu api | Richard Henderson | 1 | -39/+12 |
2021-07-12 | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into... | Peter Maydell | 12 | -44/+14 |
2021-07-09 | tcg: Remove TCG_TARGET_HAS_goto_ptr | Richard Henderson | 11 | -16/+3 |
2021-07-09 | tcg: Fix prologue disassembly | Richard Henderson | 1 | -2/+2 |
2021-07-09 | misc: Fix "havn't" typo | Philippe Mathieu-Daudé | 3 | -5/+9 |
2021-07-09 | tcg: Move tb_phys_invalidate_count to tb_ctx | Richard Henderson | 1 | -14/+0 |
2021-07-09 | tcg: Bake tb_destroy() into tcg_region_tree | Liren Wei | 1 | -11/+8 |