aboutsummaryrefslogtreecommitdiff
path: root/gcc/optabs.c
AgeCommit message (Expand)Author
2019-10-16[arm] fix bootstrap failure due to uninitialized warningrearnsha
2019-09-09Make note_stores take an rtx_insnrsandifo
2019-09-01 PR middle-end/91623jakub
2019-08-15Add support for conditional shiftsrsandifo
2019-07-20 PR target/91204jakub
2019-07-132019-07-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh3492
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...msebor
2019-06-27Fix various issues seen with clang-static-analyzer.marxin
2019-06-19 * doc/md.texi: Document vec_shl_<mode> pattern.jakub
2019-02-13 PR middle-end/89281jakub
2019-02-05 PR target/89186jakub
2019-01-22 PR target/88905jakub
2019-01-01 Update copyright years.jakub
2018-12-18 PR target/88513jakub
2018-11-30 * optabs.c (expand_binop): Use "machine_mode" rather thanlaw
2018-11-16 PR middle-end/88032jakub
2018-11-14 * optabs.c (expand_binop): Pass INT_MODE to operand_subword_forcelaw
2018-08-16 * expmed.h (canonicalize_comparison): New declaration.law
2018-05-29 PR target/85918jakub
2018-05-25Try harder to preserve operand ties in maybe_legitimize_operandsrsandifo
2018-03-15 PR target/84860jakub
2018-02-09 * optabs.c (prepare_cmp_insn): Try harder to emit a direct comparisonebotcazou
2018-01-03poly_int: GET_MODE_SIZErsandifo
2018-01-03poly_int: GET_MODE_PRECISIONrsandifo
2018-01-03poly_int: GET_MODE_NUNITSrsandifo
2018-01-03 Update copyright years.jakub
2018-01-03poly_int: vec_perm_indices element typersandifo
2018-01-02Make more use of rtx_vector_builderrsandifo
2018-01-02Use vec_perm_builder::series_p in shift_amt_for_vec_perm_maskrsandifo
2018-01-02Use explicit encodings for simple permutesrsandifo
2018-01-02Make vec_perm_indices use new vector encodingrsandifo
2018-01-02Check whether a vector of QIs can store all indicesrsandifo
2018-01-02Remove vec_perm_const optabrsandifo
2018-01-02Refactor expand_vec_permrsandifo
2018-01-02qimode_for_vec_permrsandifo
2017-12-21 PR rtl-optimization/82973jakub
2017-12-20poly_int: create_integer_operandrsandifo
2017-12-20Add a gen_int_shift_amount helper functionrsandifo
2017-12-16Revert accidental commitrsandifo
2017-12-16Add a gen_int_shift_amount helper functionrsandifo
2017-12-16Add VEC_SERIES_EXPR and associated optabrsandifo
2017-12-16Add VEC_DUPLICATE_EXPR and associated optabrsandifo
2017-11-22 PR middle-end/82875jakub
2017-11-09Be stricter about CONST_VECTOR operandsrsandifo
2017-11-01Add an is_narrower_int_mode helper functionrsandifo
2017-11-01Widening optab cleanuprsandifo
2017-11-01Add a VEC_SERIES rtl codersandifo
2017-11-01Add gen_(const_)vec_duplicate helpersrsandifo
2017-10-22Make more use of GET_MODE_UNIT_PRECISIONrsandifo
2017-10-14 PR bootstrap/82553uros