Age | Commit message (Expand) | Author | Files | Lines |
2022-08-01 | misc: fix commonly doubled up words | Daniel P. Berrangé | 1 | -1/+1 |
2022-06-02 | tcg/i386: Fix encoding of OPC_VPSRAQ for INDEX_op_sars_vec | Richard Henderson | 1 | -1/+1 |
2022-03-04 | tcg/i386: Implement bitsel for avx512 | Richard Henderson | 2 | -2/+20 |
2022-03-04 | tcg/i386: Implement more logical operations for avx512 | Richard Henderson | 2 | -5/+39 |
2022-03-04 | tcg/i386: Implement avx512 multiply | Richard Henderson | 1 | -6/+6 |
2022-03-04 | tcg/i386: Implement avx512 min/max/abs | Richard Henderson | 1 | -7/+11 |
2022-03-04 | tcg/i386: Expand scalar rotate with avx512 insns | Richard Henderson | 1 | -20/+29 |
2022-03-04 | tcg/i386: Remove rotls_vec from tcg_target_op_def | Richard Henderson | 1 | -1/+0 |
2022-03-04 | tcg/i386: Expand vector word rotate as avx512vbmi2 shift-double | Richard Henderson | 1 | -1/+17 |
2022-03-04 | tcg/i386: Support avx512vbmi2 vector shift-double instructions | Richard Henderson | 3 | -0/+42 |
2022-03-04 | tcg/i386: Implement avx512 variable rotate | Richard Henderson | 2 | -2/+25 |
2022-03-04 | tcg/i386: Implement avx512 immediate rotate | Richard Henderson | 2 | -3/+14 |
2022-03-04 | tcg/i386: Implement avx512 immediate sari shift | Richard Henderson | 1 | -9/+21 |
2022-03-04 | tcg/i386: Implement avx512 scalar shift | Richard Henderson | 1 | -2/+10 |
2022-03-04 | tcg/i386: Implement avx512 variable shifts | Richard Henderson | 1 | -8/+24 |
2022-03-04 | tcg/i386: Use tcg_can_emit_vec_op in expand_vec_cmp_noinv | Richard Henderson | 1 | -4/+4 |
2022-03-04 | tcg/i386: Add tcg_out_evex_opc | Richard Henderson | 1 | -1/+50 |
2022-03-04 | tcg/i386: Detect AVX512 | Richard Henderson | 2 | -2/+26 |
2022-03-04 | tcg: Add opcodes for vector nand, nor, eqv | Richard Henderson | 1 | -0/+3 |
2022-02-09 | tcg/i386: Support raising sigbus for user-only | Richard Henderson | 2 | -7/+98 |
2022-02-04 | cpuid: use unsigned for max cpuid | Michael S. Tsirkin | 1 | -1/+1 |
2022-01-08 | exec/memop: Adding signedness to quad definitions | Frédéric Pétrot | 1 | -6/+6 |
2021-10-05 | tcg: Rename TCGMemOpIdx to MemOpIdx | Richard Henderson | 1 | -5/+5 |
2021-10-05 | tcg: Expand MO_SIZE to 3 bits | Richard Henderson | 1 | -2/+2 |
2021-09-14 | tcg/i386: Split P_VEXW from P_REXW | Richard Henderson | 1 | -6/+7 |
2021-07-09 | tcg: Remove TCG_TARGET_HAS_goto_ptr | Richard Henderson | 1 | -1/+0 |
2021-06-29 | tcg/i386: Support bswap flags | Richard Henderson | 1 | -1/+19 |
2021-06-11 | tcg: Move MAX_CODE_GEN_BUFFER_SIZE to tcg-target.h | Richard Henderson | 1 | -0/+2 |
2021-06-04 | tcg: Change parameters for tcg_target_const_match | Richard Henderson | 1 | -3/+1 |
2021-03-17 | tcg: Fix prototypes for tcg_out_vec_op and tcg_out_op | Miroslav Rezanina | 1 | -2/+4 |
2021-02-02 | tcg: Remove TCG_TARGET_CON_SET_H | Richard Henderson | 1 | -1/+0 |
2021-02-02 | tcg/i386: Split out constraint sets to tcg-target-con-set.h | Richard Henderson | 3 | -128/+124 |
2021-02-02 | tcg: Remove TCG_TARGET_CON_STR_H | Richard Henderson | 1 | -1/+0 |
2021-02-02 | tcg/i386: Split out target constraints to tcg-target-con-str.h | Richard Henderson | 3 | -69/+34 |
2021-02-02 | tcg/i386: Tidy register constraint definitions | Richard Henderson | 1 | -20/+20 |
2021-02-02 | tcg/i386: Move constraint type check to tcg_target_const_match | Richard Henderson | 1 | -11/+17 |
2021-01-13 | tcg/i386: Use tcg_constant_vec with tcg vec expanders | Richard Henderson | 1 | -13/+13 |
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 | -9/+13 |
2021-01-13 | tcg: Use tcg_out_dupi_vec from temp_load | Richard Henderson | 1 | -20/+41 |
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/i386: Support split-wx code generation | Richard Henderson | 2 | -10/+12 |
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 | 1 | -3/+3 |
2021-01-07 | tcg: Adjust tcg_register_jit for const | Richard Henderson | 1 | -1/+1 |
2021-01-07 | tcg: Adjust tcg_out_label for const | Richard Henderson | 1 | -5/+5 |
2021-01-07 | tcg: Adjust tcg_out_call for const | Richard Henderson | 1 | -2/+2 |
2021-01-07 | tcg: Move tcg epilogue pointer out of TCGContext | Richard Henderson | 1 | -2/+2 |