Age | Commit message (Expand) | Author | Files | Lines |
2021-10-05 | tcg: Rename TCGMemOpIdx to MemOpIdx | Richard Henderson | 1 | -7/+7 |
2021-10-05 | tcg: Expand MO_SIZE to 3 bits | Richard Henderson | 1 | -2/+2 |
2021-07-09 | tcg: Remove TCG_TARGET_HAS_goto_ptr | Richard Henderson | 1 | -1/+0 |
2021-06-29 | tcg/aarch64: Unset TCG_TARGET_HAS_MEMORY_BSWAP | Richard Henderson | 2 | -57/+32 |
2021-06-29 | tcg/aarch64: Support bswap flags | Richard Henderson | 1 | -0/+12 |
2021-06-29 | tcg/aarch64: Merge tcg_out_rev{16,32,64} | Richard Henderson | 1 | -26/+16 |
2021-06-11 | tcg: Move MAX_CODE_GEN_BUFFER_SIZE to tcg-target.h | Richard Henderson | 1 | -0/+1 |
2021-06-04 | tcg: Change parameters for tcg_target_const_match | Richard Henderson | 1 | -4/+1 |
2021-05-26 | tcg/aarch64: Fix tcg_out_rotl | Yasuo Kuwahara | 1 | -3/+2 |
2021-03-17 | tcg: Fix prototypes for tcg_out_vec_op and tcg_out_op | Miroslav Rezanina | 1 | -1/+2 |
2021-03-06 | tcg/aarch64: Fix generation of "scalar" vector operations | Richard Henderson | 1 | -30/+181 |
2021-03-06 | tcg/aarch64: Fix I3617_CMLE0 | Richard Henderson | 1 | -1/+1 |
2021-03-06 | tcg/aarch64: Fix constant subtraction in tcg_out_addsub2 | Richard Henderson | 1 | -7/+9 |
2021-02-05 | tcg/aarch64: Do not convert TCGArg to temps that are not temps | Richard Henderson | 1 | -3/+4 |
2021-02-02 | tcg: Remove TCG_TARGET_CON_SET_H | Richard Henderson | 1 | -1/+0 |
2021-02-02 | tcg/aarch64: Split out constraint sets to tcg-target-con-set.h | Richard Henderson | 3 | -59/+66 |
2021-02-02 | tcg: Remove TCG_TARGET_CON_STR_H | Richard Henderson | 1 | -1/+0 |
2021-02-02 | tcg/aarch64: Split out target constraints to tcg-target-con-str.h | Richard Henderson | 3 | -43/+33 |
2021-01-13 | tcg/aarch64: Use tcg_constant_vec with tcg vec expanders | Richard Henderson | 1 | -5/+5 |
2021-01-13 | tcg: Remove movi and dupi opcodes | Richard Henderson | 1 | -3/+0 |
2021-01-13 | tcg: Increase tcg_out_dupi_vec immediate to int64_t | Richard Henderson | 1 | -6/+6 |
2021-01-13 | tcg: Use tcg_out_dupi_vec from temp_load | Richard Henderson | 1 | -7/+0 |
2021-01-07 | tcg: Constify TCGLabelQemuLdst.raddr | Richard Henderson | 1 | -2/+1 |
2021-01-07 | tcg: Constify tcg_code_gen_epilogue | Richard Henderson | 1 | -2/+1 |
2021-01-07 | tcg: Remove TCG_TARGET_SUPPORT_MIRROR | Richard Henderson | 1 | -1/+0 |
2021-01-07 | tcg/aarch64: Support split-wx code generation | Richard Henderson | 2 | -26/+33 |
2021-01-07 | tcg/aarch64: Use B not BL for tcg_out_goto_long | Richard Henderson | 1 | -1/+1 |
2021-01-07 | tcg: Add --accel tcg,split-wx property | Richard Henderson | 1 | -0/+1 |
2021-01-07 | tcg: Adjust tb_target_set_jmp_target for split-wx | Richard Henderson | 2 | -7/+7 |
2021-01-07 | tcg: Adjust tcg_register_jit for const | Richard Henderson | 1 | -1/+1 |
2021-01-07 | tcg: Adjust tcg_out_call for const | Richard Henderson | 1 | -1/+1 |
2021-01-07 | tcg: Adjust TCGLabel for const | Richard Henderson | 1 | -1/+1 |
2021-01-07 | tcg: Move tcg epilogue pointer out of TCGContext | Richard Henderson | 1 | -2/+2 |
2021-01-07 | util: Enhance flush_icache_range with separate data pointer | Richard Henderson | 1 | -1/+1 |
2021-01-07 | tcg: Introduce INDEX_op_qemu_st8_i32 | Richard Henderson | 1 | -0/+1 |
2021-01-02 | util: Extract flush_icache_range to cacheflush.c | Richard Henderson | 1 | -5/+0 |
2020-10-08 | tcg: Remove TCG_TARGET_HAS_cmp_vec | Richard Henderson | 1 | -1/+0 |
2020-10-08 | tcg: Remove TCG_CT_REG | Richard Henderson | 1 | -3/+0 |
2020-10-08 | tcg: Drop union from TCGArgConstraint | Richard Henderson | 1 | -7/+7 |
2020-09-23 | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi | 1 | -1/+1 |
2020-08-21 | meson: rename included C source files to .c.inc | Paolo Bonzini | 1 | -2/+2 |
2020-06-02 | tcg/aarch64: Implement INDEX_op_rotl{i,v}_vec | Richard Henderson | 2 | -2/+52 |
2020-06-02 | tcg: Implement gvec support for rotate by scalar | Richard Henderson | 1 | -0/+1 |
2020-06-02 | tcg: Implement gvec support for rotate by vector | Richard Henderson | 1 | -0/+1 |
2020-06-02 | tcg: Implement gvec support for rotate by immediate | Richard Henderson | 1 | -0/+1 |
2020-01-15 | tcg: Search includes in the parent source directory | Philippe Mathieu-Daudé | 1 | -2/+2 |
2019-11-11 | tcg/aarch64/tcg-target.opc.h: Add copyright/license | Peter Maydell | 1 | -3/+12 |
2019-09-03 | tcg: TCGMemOp is now accelerator independent MemOp | Tony Nguyen | 1 | -13/+13 |
2019-07-14 | tcg/aarch64: Fix output of extract2 opcodes | Richard Henderson | 1 | -1/+1 |
2019-06-10 | tcg/aarch64: Use LDP to load tlb mask+table | Richard Henderson | 1 | -7/+8 |