Age | Commit message (Expand) | Author | Files | Lines |
2023-03-01 | tcg: Remove tcg_temp_local_new_*, tcg_const_local_* | Richard Henderson | 2 | -30/+0 |
2023-03-01 | tcg: Change default temp lifetime to TEMP_TB | Richard Henderson | 1 | -4/+4 |
2023-03-01 | tcg: Don't re-use TEMP_TB temporaries | Richard Henderson | 1 | -1/+1 |
2023-03-01 | tcg: Add tcg_temp_ebb_new_{i32,i64,ptr} | Richard Henderson | 1 | -0/+28 |
2023-03-01 | tcg: Add tcg_gen_movi_ptr | Richard Henderson | 1 | -0/+5 |
2023-03-01 | tcg: Pass TCGTempKind to tcg_temp_new_internal | Richard Henderson | 1 | -9/+9 |
2023-03-01 | tcg: Remove TEMP_NORMAL | Richard Henderson | 1 | -2/+0 |
2023-03-01 | tcg: Rename TEMP_LOCAL to TEMP_TB | Richard Henderson | 1 | -4/+8 |
2023-02-04 | tcg: Split out tcg_gen_nonatomic_cmpxchg_i{32,64} | Richard Henderson | 1 | -0/+4 |
2023-02-04 | tcg: Add tcg_gen_{non}atomic_cmpxchg_i128 | Richard Henderson | 1 | -0/+5 |
2023-02-04 | tcg: Add guest load/store primitives for TCGv_i128 | Richard Henderson | 1 | -0/+2 |
2023-02-04 | tcg: Add basic data movement for TCGv_i128 | Richard Henderson | 1 | -0/+4 |
2023-02-04 | tcg: Add temp allocation for TCGv_i128 | Richard Henderson | 1 | -0/+32 |
2023-02-04 | tcg: Define TCG_TYPE_I128 and related helper macros | Richard Henderson | 1 | -7/+10 |
2023-02-03 | Merge tag 'pull-tcg-20230123' of https://gitlab.com/rth7680/qemu into staging | Peter Maydell | 1 | -7/+0 |
2023-02-02 | tcg: exclude non-memory effecting helpers from instrumentation | Emilio Cota | 1 | -0/+2 |
2023-01-23 | tcg: Avoid recursion in tcg_gen_mulu2_i32 | Richard Henderson | 1 | -7/+0 |
2023-01-17 | tcg: Move tb_target_set_jmp_target declaration to tcg.h | Richard Henderson | 1 | -0/+3 |
2023-01-17 | tcg: Add gen_tb to TCGContext | Richard Henderson | 1 | -8/+3 |
2023-01-05 | tcg: Reorg function calls | Richard Henderson | 1 | -3/+2 |
2023-01-05 | tcg: Use output_pref wrapper function | Richard Henderson | 1 | -0/+5 |
2023-01-05 | tcg: Vary the allocation size for TCGOp | Richard Henderson | 1 | -30/+16 |
2023-01-05 | tcg: Pass number of arguments to tcg_emit_op() / tcg_op_insert_*() | Philippe Mathieu-Daudé | 2 | -4/+6 |
2023-01-05 | tcg: Introduce tcg_type_size | Richard Henderson | 1 | -0/+16 |
2023-01-05 | tcg: Move TCG_TYPE_COUNT outside enum | Richard Henderson | 1 | -1/+2 |
2023-01-05 | tcg: Add temp_subindex to TCGTemp | Richard Henderson | 1 | -0/+1 |
2023-01-05 | tcg: Move TCG_{LOW,HIGH} to tcg-internal.h | Richard Henderson | 2 | -40/+5 |
2023-01-05 | tcg: Introduce paired register allocation | Richard Henderson | 1 | -0/+2 |
2022-10-04 | accel/tcg: Introduce tb_pc and log_pc | Richard Henderson | 1 | -1/+1 |
2022-06-02 | tcg: Add tcg_gen_mov_ptr | Richard Henderson | 1 | -0/+5 |
2022-05-11 | Normalize header guard symbol definition | Markus Armbruster | 1 | -1/+1 |
2022-05-04 | tcg: Implement tcg_gen_{h,w}swap_{i32,i64} | Richard Henderson | 1 | -0/+6 |
2022-04-21 | compiler.h: replace QEMU_NORETURN with G_NORETURN | Marc-André Lureau | 2 | -3/+3 |
2022-04-20 | tcg: Add tcg_constant_ptr | Richard Henderson | 1 | -0/+2 |
2022-04-20 | tcg: Fix indirect lowering vs TCG_OPF_COND_BRANCH | Richard Henderson | 1 | -0/+2 |
2022-03-04 | tcg: Add opcodes for vector nand, nor, eqv | Richard Henderson | 2 | -0/+6 |
2022-03-04 | tcg: Set MAX_OPC_PARAM_IARGS to 7 | Ziqiao Kong | 1 | -1/+1 |
2022-03-02 | tcg/tcg-op-gvec.c: Introduce tcg_gen_gvec_4i | Matheus Ferst | 1 | -0/+22 |
2022-01-08 | exec/memop: Adding signedness to quad definitions | Frédéric Pétrot | 1 | -2/+2 |
2021-11-03 | Merge remote-tracking branch 'remotes/berrange/tags/hmp-x-qmp-620-pull-reques... | Richard Henderson | 1 | -2/+2 |
2021-11-02 | qapi: introduce x-query-opcount QMP command | Daniel P. Berrangé | 1 | -1/+1 |
2021-11-02 | qapi: introduce x-query-jit QMP command | Daniel P. Berrangé | 1 | -1/+1 |
2021-11-02 | tcg: Add helper_unaligned_{ld,st} for user-only sigbus | Richard Henderson | 1 | -0/+5 |
2021-10-13 | tcg: Move helper_*_mmu decls to tcg/tcg-ldst.h | Richard Henderson | 2 | -71/+74 |
2021-10-13 | accel/tcg: Move cpu_atomic decls to exec/cpu_ldst.h | Richard Henderson | 1 | -87/+0 |
2021-10-12 | accel/tcg: re-factor plugin_inject_cb so we can assert insn_idx is valid | Alex Bennée | 1 | -6/+0 |
2021-10-05 | tcg: Split out MemOpIdx to exec/memopidx.h | Richard Henderson | 1 | -38/+1 |
2021-10-05 | tcg: Rename TCGMemOpIdx to MemOpIdx | Richard Henderson | 1 | -37/+37 |
2021-10-05 | tcg: add dup_const_tl wrapper | Philipp Tomsich | 1 | -0/+12 |
2021-09-14 | tcg: Remove tcg_global_reg_new defines | Bin Meng | 1 | -2/+0 |