Age | Commit message (Expand) | Author | Files | Lines |
2023-01-05 | tcg: Add TCGHelperInfo argument to tcg_out_call | Richard Henderson | 1 | -2/+3 |
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 | 1 | -1/+19 |
2022-03-04 | tcg/i386: Implement more logical operations for avx512 | Richard Henderson | 1 | -0/+34 |
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 | 1 | -0/+38 |
2022-03-04 | tcg/i386: Implement avx512 variable rotate | Richard Henderson | 1 | -1/+24 |
2022-03-04 | tcg/i386: Implement avx512 immediate rotate | Richard Henderson | 1 | -2/+13 |
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 | 1 | -2/+22 |
2022-02-09 | tcg/i386: Support raising sigbus for user-only | Richard Henderson | 1 | -5/+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-06-29 | tcg/i386: Support bswap flags | Richard Henderson | 1 | -1/+19 |
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/i386: Split out constraint sets to tcg-target-con-set.h | Richard Henderson | 1 | -128/+68 |
2021-02-02 | tcg/i386: Split out target constraints to tcg-target-con-str.h | Richard Henderson | 1 | -69/+0 |
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/i386: Support split-wx code generation | Richard Henderson | 1 | -9/+11 |
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 |
2021-01-07 | tcg: Introduce INDEX_op_qemu_st8_i32 | Richard Henderson | 1 | -11/+18 |
2021-01-07 | tcg/i386: Adjust TCG_TARGET_HAS_MEMORY_BSWAP | Richard Henderson | 1 | -74/+45 |
2020-10-08 | tcg/i386: Fix dupi for avx2 32-bit hosts | Richard Henderson | 1 | -1/+1 |
2020-10-08 | tcg: Remove TCG_CT_REG | Richard Henderson | 1 | -11/+0 |
2020-10-08 | tcg: Drop union from TCGArgConstraint | Richard Henderson | 1 | -13/+13 |
2020-08-21 | meson: rename included C source files to .c.inc | Paolo Bonzini | 1 | -0/+4016 |