Age | Commit message (Expand) | Author |
2021-03-17 | tcg: Fix prototypes for tcg_out_vec_op and tcg_out_op | Miroslav Rezanina |
2021-02-02 | tcg: Remove TCG_TARGET_CON_SET_H | Richard Henderson |
2021-02-02 | tcg/i386: Split out constraint sets to tcg-target-con-set.h | Richard Henderson |
2021-02-02 | tcg: Remove TCG_TARGET_CON_STR_H | Richard Henderson |
2021-02-02 | tcg/i386: Split out target constraints to tcg-target-con-str.h | Richard Henderson |
2021-02-02 | tcg/i386: Tidy register constraint definitions | Richard Henderson |
2021-02-02 | tcg/i386: Move constraint type check to tcg_target_const_match | Richard Henderson |
2021-01-13 | tcg/i386: Use tcg_constant_vec with tcg vec expanders | Richard Henderson |
2021-01-13 | tcg: Remove movi and dupi opcodes | Richard Henderson |
2021-01-13 | tcg: Increase tcg_out_dupi_vec immediate to int64_t | Richard Henderson |
2021-01-13 | tcg: Use tcg_out_dupi_vec from temp_load | Richard Henderson |
2021-01-07 | tcg: Constify TCGLabelQemuLdst.raddr | Richard Henderson |
2021-01-07 | tcg: Constify tcg_code_gen_epilogue | Richard Henderson |
2021-01-07 | tcg: Remove TCG_TARGET_SUPPORT_MIRROR | Richard Henderson |
2021-01-07 | tcg/i386: Support split-wx code generation | Richard Henderson |
2021-01-07 | tcg: Add --accel tcg,split-wx property | Richard Henderson |
2021-01-07 | tcg: Adjust tb_target_set_jmp_target for split-wx | Richard Henderson |
2021-01-07 | tcg: Adjust tcg_register_jit for const | Richard Henderson |
2021-01-07 | tcg: Adjust tcg_out_label for const | Richard Henderson |
2021-01-07 | tcg: Adjust tcg_out_call for const | Richard Henderson |
2021-01-07 | tcg: Move tcg epilogue pointer out of TCGContext | Richard Henderson |
2021-01-07 | tcg: Introduce INDEX_op_qemu_st8_i32 | Richard Henderson |
2021-01-07 | tcg/i386: Adjust TCG_TARGET_HAS_MEMORY_BSWAP | Richard Henderson |
2021-01-02 | util: Extract flush_icache_range to cacheflush.c | Richard Henderson |
2020-10-08 | tcg: Remove TCG_TARGET_HAS_cmp_vec | Richard Henderson |
2020-10-08 | tcg/i386: Fix dupi for avx2 32-bit hosts | Richard Henderson |
2020-10-08 | tcg: Remove TCG_CT_REG | Richard Henderson |
2020-10-08 | tcg: Drop union from TCGArgConstraint | Richard Henderson |
2020-09-23 | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi |
2020-08-21 | meson: rename included C source files to .c.inc | Paolo Bonzini |
2020-06-02 | tcg/i386: Implement INDEX_op_rotl{i,s,v}_vec | Richard Henderson |
2020-06-02 | tcg: Implement gvec support for rotate by scalar | Richard Henderson |
2020-06-02 | tcg: Implement gvec support for rotate by vector | Richard Henderson |
2020-06-02 | tcg: Implement gvec support for rotate by immediate | Richard Henderson |
2020-04-07 | tcg/i386: Fix %r12 guest_base initialization | Richard Henderson |
2020-03-30 | tcg/i386: Fix INDEX_op_dup2_vec | Richard Henderson |
2020-03-17 | tcg/i386: Bound shift count expanding sari_vec | Richard Henderson |
2020-01-15 | tcg: Search includes in the parent source directory | Philippe Mathieu-Daudé |
2020-01-15 | tcg: Search includes from the project root source directory | Philippe Mathieu-Daudé |
2019-11-11 | tcg/i386/tcg-target.opc.h: Add copyright/license | Peter Maydell |
2019-09-03 | tcg: TCGMemOp is now accelerator independent MemOp | Tony Nguyen |
2019-06-10 | cpu: Move the softmmu tlb to CPUNegativeOffsetState | Richard Henderson |
2019-06-10 | tcg: Create struct CPUTLB | Richard Henderson |
2019-05-22 | tcg/i386: Use MOVDQA for TCG_TYPE_V128 load/store | Richard Henderson |
2019-05-22 | tcg/i386: Use umin/umax in expanding unsigned compare | Richard Henderson |
2019-05-22 | tcg/i386: Remove expansion for missing minmax | Richard Henderson |
2019-05-22 | tcg/i386: Support vector comparison select value | Richard Henderson |
2019-05-22 | tcg: Add support for vector compare select | Richard Henderson |
2019-05-22 | tcg: Add support for vector bitwise select | Richard Henderson |
2019-05-22 | tcg/i386: Fix dupi/dupm for avx1 and 32-bit hosts | Richard Henderson |