Age | Commit message (Expand) | Author | Files | Lines |
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 |
2024-02-03 | tcg: Introduce TCG_COND_TST{EQ,NE} | Richard Henderson | 1 | -1/+3 |
2024-02-03 | tcg/loongarch64: Set vector registers call clobbered | Richard Henderson | 1 | -1/+1 |
2024-01-29 | accel/tcg: Move perf and debuginfo support to tcg/ | Ilya Leoshkevich | 4 | -1/+483 |
2024-01-23 | tcg/arm: Fix SIGILL in tcg_out_qemu_st_direct | Joseph Burt | 1 | -0/+3 |
2024-01-23 | tcg/s390x: Fix encoding of VRIc, VRSa, VRSc insns | Richard Henderson | 1 | -3/+3 |
2024-01-23 | tcg: Make the cleanup-on-error path unique | Samuel Tardieu | 1 | -3/+3 |
2024-01-23 | tcg: Remove unreachable code | Samuel Tardieu | 1 | -3/+1 |
2024-01-11 | tcg/ppc: Use new registers for LQ destination | Richard Henderson | 3 | -7/+19 |
2024-01-11 | tcg/i386: use 8-bit OR or XOR for unsigned 8-bit immediates | Paolo Bonzini | 1 | -0/+11 |
2024-01-11 | tcg/i386: convert add/sub of 128 to sub/add of -128 | Paolo Bonzini | 1 | -15/+34 |
2023-12-31 | meson: remove config_targetos | Paolo Bonzini | 1 | -1/+1 |
2023-12-12 | tcg: Reduce serial context atomicity earlier | Richard Henderson | 2 | -12/+25 |
2023-11-21 | tcg/loongarch64: Fix tcg_out_mov() Aborted | Song Gao | 1 | -0/+3 |
2023-11-06 | tcg/sparc64: Implement tcg_out_extrl_i64_i32 | Richard Henderson | 1 | -0/+5 |
2023-11-06 | tcg/optimize: Canonicalize sub2 with constants to add2 | Richard Henderson | 1 | -2/+19 |
2023-11-06 | tcg/optimize: Canonicalize subi to addi during optimization | Richard Henderson | 1 | -1/+13 |
2023-11-06 | tcg: Canonicalize subi to addi during opcode generation | Richard Henderson | 1 | -16/+2 |
2023-11-06 | tcg/optimize: Split out arg_new_constant | Richard Henderson | 1 | -11/+18 |
2023-11-06 | tcg: Eliminate duplicate env store operations | Richard Henderson | 1 | -0/+13 |
2023-11-06 | tcg/optimize: Optimize env memory operations | Richard Henderson | 1 | -21/+243 |
2023-11-06 | tcg/optimize: Split out cmp_better_copy | Richard Henderson | 1 | -18/+11 |
2023-11-06 | tcg/optimize: Pipe OptContext into reset_ts | Richard Henderson | 1 | -7/+7 |
2023-11-06 | tcg: Don't free vector results | Richard Henderson | 1 | -74/+38 |
2023-11-06 | tcg: Remove TCG_TARGET_HAS_neg_{i32,i64} | Richard Henderson | 14 | -40/+13 |
2023-11-06 | tcg/loongarch64: Implement neg opcodes | Richard Henderson | 2 | -2/+11 |
2023-11-06 | tcg/mips: Implement neg opcodes | Richard Henderson | 2 | -2/+10 |
2023-11-06 | tcg: Remove TCG_TARGET_HAS_movcond_{i32,i64} | Richard Henderson | 12 | -63/+12 |
2023-11-06 | tcg/mips: Always implement movcond | Richard Henderson | 2 | -7/+16 |
2023-11-06 | tcg/mips: Split out tcg_out_setcond_int | Richard Henderson | 1 | -172/+106 |
2023-11-06 | tcg: Move tcg_temp_free_* out of line | Richard Henderson | 1 | -0/+25 |
2023-11-06 | tcg: Move tcg_temp_new_*, tcg_global_mem_new_* out of line | Richard Henderson | 1 | -3/+61 |
2023-11-06 | tcg: Move tcg_constant_* out of line | Richard Henderson | 2 | -0/+22 |
2023-11-06 | tcg: Unexport tcg_gen_op*_{i32,i64} | Richard Henderson | 1 | -79/+52 |
2023-11-06 | tcg: Move tcg_gen_opN declarations to tcg-internal.h | Richard Henderson | 1 | -0/+7 |
2023-11-06 | tcg: Move vec_gen_* declarations to tcg-internal.h | Richard Henderson | 1 | -0/+4 |
2023-11-06 | tcg: Move 64-bit expanders out of line | Richard Henderson | 1 | -67/+164 |
2023-11-06 | tcg: Move 32-bit expanders out of line | Richard Henderson | 1 | -0/+116 |
2023-11-06 | tcg: Move generic expanders out of line | Richard Henderson | 1 | -0/+16 |
2023-11-06 | tcg: Move tcg_gen_op* out of line | Richard Henderson | 1 | -0/+208 |
2023-11-06 | tcg: Mark tcg_gen_op* as noinline | Richard Henderson | 1 | -8/+14 |
2023-11-06 | tcg/loongarch64: Use cpuinfo.h | Richard Henderson | 2 | -11/+5 |
2023-11-06 | tcg/loongarch64: Use C_N2_I1 for INDEX_op_qemu_ld_a*_i128 | Richard Henderson | 2 | -7/+12 |
2023-11-06 | tcg: Add C_N2_I1 | Richard Henderson | 1 | -0/+5 |
2023-11-06 | accel/tcg: Move HMP info jit and info opcount code | Richard Henderson | 1 | -10/+0 |
2023-10-22 | tcg: Export tcg_gen_ext_{i32,i64,tl} | Richard Henderson | 1 | -4/+10 |
2023-10-22 | tcg: add negsetcondi | Paolo Bonzini | 1 | -0/+12 |
2023-10-22 | tcg: Add tcg_gen_{ld,st}_i128 | Richard Henderson | 1 | -0/+22 |