Age | Commit message (Expand) | Author |
2022-01-08 | exec/memop: Adding signedness to quad definitions | Frédéric Pétrot |
2021-10-05 | tcg: Rename TCGMemOpIdx to MemOpIdx | Richard Henderson |
2021-10-05 | tcg: Expand MO_SIZE to 3 bits | Richard Henderson |
2021-09-14 | tcg/ppc: Ensure _CALL_SYSV is set for 32-bit ELF | Richard Henderson |
2021-09-14 | tcg/ppc: Replace TCG_TARGET_CALL_DARWIN with _CALL_DARWIN | Richard Henderson |
2021-07-09 | tcg: Remove TCG_TARGET_HAS_goto_ptr | Richard Henderson |
2021-06-29 | tcg/ppc: Use power10 byte-reverse instructions | Richard Henderson |
2021-06-29 | tcg/ppc: Support bswap flags | Richard Henderson |
2021-06-29 | tcg/ppc: Split out tcg_out_bswap64 | Richard Henderson |
2021-06-29 | tcg/ppc: Split out tcg_out_bswap32 | Richard Henderson |
2021-06-29 | tcg/ppc: Split out tcg_out_bswap16 | Richard Henderson |
2021-06-29 | tcg/ppc: Split out tcg_out_sari{32,64} | Richard Henderson |
2021-06-29 | tcg/ppc: Split out tcg_out_ext{8,16,32}s | Richard Henderson |
2021-06-11 | tcg: Move MAX_CODE_GEN_BUFFER_SIZE to tcg-target.h | Richard Henderson |
2021-06-04 | tcg: Change parameters for tcg_target_const_match | Richard Henderson |
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/ppc: 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/ppc: Split out target constraints to tcg-target-con-str.h | Richard Henderson |
2021-01-13 | tcg/ppc: 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/ppc: Support split-wx code generation | Richard Henderson |
2021-01-07 | tcg/ppc: Use tcg_out_mem_long to reset TCG_REG_TB | Richard Henderson |
2021-01-07 | tcg/ppc: Use tcg_tbrel_diff | 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_call for const | Richard Henderson |
2021-01-07 | tcg: Adjust TCGLabel for const | Richard Henderson |
2021-01-07 | tcg: Move tcg epilogue pointer out of TCGContext | Richard Henderson |
2021-01-07 | util: Enhance flush_icache_range with separate data pointer | Richard Henderson |
2021-01-07 | tcg: Introduce INDEX_op_qemu_st8_i32 | 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: 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-24 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20200818' into... | Peter Maydell |
2020-08-21 | meson: rename included C source files to .c.inc | Paolo Bonzini |
2020-08-12 | target/ppc: add vmulld to INDEX_op_mul_vec case | Lijun Pan |
2020-07-06 | tcg/ppc: Sanitize immediate shifts | Catherine A. Frederick |
2020-06-02 | tcg/ppc: Implement INDEX_op_rot[lr]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 |