Age | Commit message (Expand) | Author |
2024-06-20 | tcg/loongarch64: Fix tcg_out_movi vs some pcrel pointers | Richard Henderson |
2024-05-27 | tcg/loongarch64: Fill out tcg_out_{ld,st} for vector regs | Richard Henderson |
2024-04-10 | tcg/optimize: Do not attempt to constant fold neg_vec | Richard Henderson |
2024-03-31 | tcg/optimize: Fix sign_mask for logical right-shift | Richard Henderson |
2024-03-05 | tcg/aarch64: Apple does not align __int128_t in even registers | Richard Henderson |
2024-02-14 | tcg/arm: Fix goto_tb for large translation blocks | Richard Henderson |
2024-02-09 | tcg/loongarch64: Set vector registers call clobbered | Richard Henderson |
2024-01-25 | tcg/arm: Fix SIGILL in tcg_out_qemu_st_direct | Joseph Burt |
2024-01-25 | tcg/s390x: Fix encoding of VRIc, VRSa, VRSc insns | Richard Henderson |
2024-01-11 | tcg/ppc: Use new registers for LQ destination | Richard Henderson |
2023-12-12 | tcg: Reduce serial context atomicity earlier | Richard Henderson |
2023-11-21 | tcg/loongarch64: Fix tcg_out_mov() Aborted | Song Gao |
2023-11-06 | tcg/sparc64: Implement tcg_out_extrl_i64_i32 | Richard Henderson |
2023-11-06 | tcg/optimize: Canonicalize sub2 with constants to add2 | Richard Henderson |
2023-11-06 | tcg/optimize: Canonicalize subi to addi during optimization | Richard Henderson |
2023-11-06 | tcg: Canonicalize subi to addi during opcode generation | Richard Henderson |
2023-11-06 | tcg/optimize: Split out arg_new_constant | Richard Henderson |
2023-11-06 | tcg: Eliminate duplicate env store operations | Richard Henderson |
2023-11-06 | tcg/optimize: Optimize env memory operations | Richard Henderson |
2023-11-06 | tcg/optimize: Split out cmp_better_copy | Richard Henderson |
2023-11-06 | tcg/optimize: Pipe OptContext into reset_ts | Richard Henderson |
2023-11-06 | tcg: Don't free vector results | Richard Henderson |
2023-11-06 | tcg: Remove TCG_TARGET_HAS_neg_{i32,i64} | Richard Henderson |
2023-11-06 | tcg/loongarch64: Implement neg opcodes | Richard Henderson |
2023-11-06 | tcg/mips: Implement neg opcodes | Richard Henderson |
2023-11-06 | tcg: Remove TCG_TARGET_HAS_movcond_{i32,i64} | Richard Henderson |
2023-11-06 | tcg/mips: Always implement movcond | Richard Henderson |
2023-11-06 | tcg/mips: Split out tcg_out_setcond_int | Richard Henderson |
2023-11-06 | tcg: Move tcg_temp_free_* out of line | Richard Henderson |
2023-11-06 | tcg: Move tcg_temp_new_*, tcg_global_mem_new_* out of line | Richard Henderson |
2023-11-06 | tcg: Move tcg_constant_* out of line | Richard Henderson |
2023-11-06 | tcg: Unexport tcg_gen_op*_{i32,i64} | Richard Henderson |
2023-11-06 | tcg: Move tcg_gen_opN declarations to tcg-internal.h | Richard Henderson |
2023-11-06 | tcg: Move vec_gen_* declarations to tcg-internal.h | Richard Henderson |
2023-11-06 | tcg: Move 64-bit expanders out of line | Richard Henderson |
2023-11-06 | tcg: Move 32-bit expanders out of line | Richard Henderson |
2023-11-06 | tcg: Move generic expanders out of line | Richard Henderson |
2023-11-06 | tcg: Move tcg_gen_op* out of line | Richard Henderson |
2023-11-06 | tcg: Mark tcg_gen_op* as noinline | Richard Henderson |
2023-11-06 | tcg/loongarch64: Use cpuinfo.h | Richard Henderson |
2023-11-06 | tcg/loongarch64: Use C_N2_I1 for INDEX_op_qemu_ld_a*_i128 | Richard Henderson |
2023-11-06 | tcg: Add C_N2_I1 | Richard Henderson |
2023-11-06 | accel/tcg: Move HMP info jit and info opcount code | Richard Henderson |
2023-10-22 | tcg: Export tcg_gen_ext_{i32,i64,tl} | Richard Henderson |
2023-10-22 | tcg: add negsetcondi | Paolo Bonzini |
2023-10-22 | tcg: Add tcg_gen_{ld,st}_i128 | Richard Henderson |
2023-10-22 | tcg: Optimize past conditional branches | Richard Henderson |
2023-10-22 | tcg: Use constant zero when expanding with divu2 | Richard Henderson |
2023-10-22 | tcg/s390x: Use tcg_use_softmmu | Richard Henderson |
2023-10-22 | tcg/riscv: Use tcg_use_softmmu | Richard Henderson |