Age | Commit message (Expand) | Author |
2022-08-01 | misc: fix commonly doubled up words | Daniel P. Berrangé |
2022-06-02 | tcg/i386: Fix encoding of OPC_VPSRAQ for INDEX_op_sars_vec | Richard Henderson |
2022-03-04 | tcg/i386: Implement bitsel for avx512 | Richard Henderson |
2022-03-04 | tcg/i386: Implement more logical operations for avx512 | Richard Henderson |
2022-03-04 | tcg/i386: Implement avx512 multiply | Richard Henderson |
2022-03-04 | tcg/i386: Implement avx512 min/max/abs | Richard Henderson |
2022-03-04 | tcg/i386: Expand scalar rotate with avx512 insns | Richard Henderson |
2022-03-04 | tcg/i386: Remove rotls_vec from tcg_target_op_def | Richard Henderson |
2022-03-04 | tcg/i386: Expand vector word rotate as avx512vbmi2 shift-double | Richard Henderson |
2022-03-04 | tcg/i386: Support avx512vbmi2 vector shift-double instructions | Richard Henderson |
2022-03-04 | tcg/i386: Implement avx512 variable rotate | Richard Henderson |
2022-03-04 | tcg/i386: Implement avx512 immediate rotate | Richard Henderson |
2022-03-04 | tcg/i386: Implement avx512 immediate sari shift | Richard Henderson |
2022-03-04 | tcg/i386: Implement avx512 scalar shift | Richard Henderson |
2022-03-04 | tcg/i386: Implement avx512 variable shifts | Richard Henderson |
2022-03-04 | tcg/i386: Use tcg_can_emit_vec_op in expand_vec_cmp_noinv | Richard Henderson |
2022-03-04 | tcg/i386: Add tcg_out_evex_opc | Richard Henderson |
2022-03-04 | tcg/i386: Detect AVX512 | Richard Henderson |
2022-03-04 | tcg: Add opcodes for vector nand, nor, eqv | Richard Henderson |
2022-02-09 | tcg/i386: Support raising sigbus for user-only | Richard Henderson |
2022-02-04 | cpuid: use unsigned for max cpuid | Michael S. Tsirkin |
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/i386: Split P_VEXW from P_REXW | Richard Henderson |
2021-07-09 | tcg: Remove TCG_TARGET_HAS_goto_ptr | Richard Henderson |
2021-06-29 | tcg/i386: Support bswap flags | 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/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 |