Age | Commit message (Expand) | Author | Files | Lines |
2024-05-06 | tcg/optimize: Optimize setcond with zmask | Richard Henderson | 1 | -0/+110 |
2024-05-06 | tcg/i386: Optimize setcond of TST{EQ,NE} with 0xffffffff | Richard Henderson | 1 | -2/+15 |
2024-05-06 | tcg/i386: Simplify immediate 8-bit logical vector shifts | Richard Henderson | 1 | -46/+13 |
2024-05-06 | tcg: Add write_aofs to GVecGen3i | Richard Henderson | 1 | -8/+22 |
2024-04-30 | plugins: Replace pr_ops with a proper debug dump flag | Richard Henderson | 1 | -1/+28 |
2024-04-30 | tcg: Remove INDEX_op_plugin_cb_{start,end} | Richard Henderson | 1 | -10/+0 |
2024-04-30 | tcg: Remove TCG_CALL_PLUGIN | Richard Henderson | 1 | -3/+1 |
2024-04-30 | plugins: Use emit_before_op for PLUGIN_GEN_FROM_MEM | Richard Henderson | 2 | -3/+8 |
2024-04-30 | plugins: Use emit_before_op for PLUGIN_GEN_AFTER_INSN | Richard Henderson | 1 | -0/+5 |
2024-04-30 | tcg: Pass function pointer to tcg_gen_call* | Richard Henderson | 1 | -21/+24 |
2024-04-30 | tcg: Make tcg/helper-info.h self-contained | Richard Henderson | 1 | -0/+1 |
2024-04-26 | exec: Rename 'exec/user/guest-base.h' as 'user/guest-base.h' | Philippe Mathieu-Daudé | 1 | -1/+1 |
2024-04-09 | tcg: Add TCGContext.emit_before_op | Richard Henderson | 1 | -2/+12 |
2024-04-09 | tcg/optimize: Do not attempt to constant fold neg_vec | Richard Henderson | 1 | -9/+8 |
2024-03-29 | tcg/optimize: Fix sign_mask for logical right-shift | Richard Henderson | 1 | -1/+1 |
2024-03-12 | tcg/aarch64: Fix tcg_out_brcond for test comparisons | Richard Henderson | 1 | -0/+1 |
2024-03-12 | tcg/aarch64: Fix tcg_out_cmp for test comparisons | Richard Henderson | 1 | -2/+1 |
2024-02-29 | tcg/optimize: fix uninitialized variable | Paolo Bonzini | 1 | -1/+2 |
2024-02-29 | tcg/aarch64: Apple does not align __int128_t in even registers | Richard Henderson | 1 | -1/+5 |
2024-02-13 | tcg/arm: Fix goto_tb for large translation blocks | Richard Henderson | 1 | -2/+2 |
2024-02-05 | tcg/tci: Support TCG_COND_TST{EQ,NE} | Richard Henderson | 2 | -1/+15 |
2024-02-05 | tcg/s390x: Support TCG_COND_TST{EQ,NE} | Richard Henderson | 2 | -44/+97 |
2024-02-03 | tcg/s390x: Add TCG_CT_CONST_CMP | Richard Henderson | 3 | -21/+58 |
2024-02-03 | tcg/s390x: Split constraint A into J+U | Richard Henderson | 3 | -23/+23 |
2024-02-03 | tcg/ppc: Support TCG_COND_TST{EQ,NE} | Richard Henderson | 2 | -9/+115 |
2024-02-03 | tcg/ppc: Add TCG_CT_CONST_CMP | Richard Henderson | 3 | -10/+44 |
2024-02-03 | tcg/ppc: Tidy up tcg_target_const_match | Richard Henderson | 1 | -11/+16 |
2024-02-03 | tcg/ppc: Use cr0 in tcg_to_bc and tcg_to_isel | Richard Henderson | 1 | -34/+34 |
2024-02-03 | tcg/ppc: Sink tcg_to_bc usage into tcg_out_bc | Richard Henderson | 1 | -11/+17 |
2024-02-03 | tcg/sparc64: Support TCG_COND_TST{EQ,NE} | Richard Henderson | 2 | -3/+15 |
2024-02-03 | tcg/sparc64: Pass TCGCond to tcg_out_cmp | Richard Henderson | 1 | -10/+11 |
2024-02-03 | tcg/sparc64: Hoist read of tcg_cond_to_rcond | Richard Henderson | 1 | -11/+14 |
2024-02-03 | tcg/i386: Use TEST r,r to test 8/16/32 bits | Paolo Bonzini | 1 | -0/+17 |
2024-02-03 | tcg/i386: Improve TSTNE/TESTEQ vs powers of two | Richard Henderson | 3 | -8/+53 |
2024-02-03 | tcg/i386: Support TCG_COND_TST{EQ,NE} | Richard Henderson | 2 | -37/+60 |
2024-02-03 | tcg/i386: Move tcg_cond_to_jcc[] into tcg_out_cmp | Richard Henderson | 1 | -11/+13 |
2024-02-03 | tcg/i386: Pass x86 condition codes to tcg_out_cmov | Richard Henderson | 1 | -8/+8 |
2024-02-03 | tcg/arm: Support TCG_COND_TST{EQ,NE} | Richard Henderson | 2 | -2/+29 |
2024-02-03 | tcg/arm: Split out tcg_out_cmp() | Richard Henderson | 1 | -15/+17 |
2024-02-03 | tcg/aarch64: Generate CBNZ for TSTNE of UINT32_MAX | Richard Henderson | 1 | -0/+6 |
2024-02-03 | tcg/aarch64: Generate TBZ, TBNZ | Richard Henderson | 1 | -12/+62 |
2024-02-03 | tcg/aarch64: Massage tcg_out_brcond() | Philippe Mathieu-Daudé | 1 | -8/+23 |
2024-02-03 | tcg/aarch64: Support TCG_COND_TST{EQ,NE} | Richard Henderson | 4 | -19/+43 |
2024-02-03 | tcg: Add TCGConst argument to tcg_target_const_match | Richard Henderson | 11 | -12/+52 |
2024-02-03 | tcg/optimize: Lower TCG_COND_TST{EQ,NE} if unsupported | Richard Henderson | 3 | -9/+55 |
2024-02-03 | tcg/optimize: Handle TCG_COND_TST{EQ,NE} | Richard Henderson | 1 | -22/+218 |
2024-02-03 | tcg/optimize: Do swap_commutative2 in do_constant_folding_cond2 | Richard Henderson | 1 | -50/+57 |
2024-02-03 | tcg/optimize: Split out do_constant_folding_cond1 | Richard Henderson | 1 | -30/+27 |
2024-02-03 | tcg/optimize: Split out arg_is_const_val | Richard Henderson | 1 | -15/+23 |
2024-02-03 | tcg: Introduce TCG_TARGET_HAS_tst | Richard Henderson | 10 | -0/+20 |