aboutsummaryrefslogtreecommitdiff
path: root/gcc/optabs.c
AgeCommit message (Expand)Author
2019-11-14Replace mode_for_int_vector with related_int_vector_modeRichard Sandiford
2019-10-07Introduce can_vcond_compare_p functionIlya Leoshkevich
2019-09-09Make note_stores take an rtx_insnRichard Sandiford
2019-09-01 PR middle-end/91623Jakub Jelinek
2019-08-15Add support for conditional shiftsRichard Sandiford
2019-07-20 PR target/91204Jakub Jelinek
2019-07-132019-07-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>Prathamesh Kulkarni
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-06-27Fix various issues seen with clang-static-analyzer.Martin Liska
2019-06-19 * doc/md.texi: Document vec_shl_<mode> pattern.Jakub Jelinek
2019-02-13 PR middle-end/89281Jakub Jelinek
2019-02-05 PR target/89186Jakub Jelinek
2019-01-22 PR target/88905Jakub Jelinek
2019-01-01 Update copyright years.Jakub Jelinek
2018-12-18 PR target/88513Jakub Jelinek
2018-11-30 * optabs.c (expand_binop): Use "machine_mode" rather thanJeff Law
2018-11-16 PR middle-end/88032Jakub Jelinek
2018-11-14 * optabs.c (expand_binop): Pass INT_MODE to operand_subword_forceJeff Law
2018-08-16 * expmed.h (canonicalize_comparison): New declaration.Vlad Lazar
2018-05-29 PR target/85918Jakub Jelinek
2018-05-25Try harder to preserve operand ties in maybe_legitimize_operandsRichard Sandiford
2018-03-15 PR target/84860Jakub Jelinek
2018-02-09 * optabs.c (prepare_cmp_insn): Try harder to emit a direct comparisonEric Botcazou
2018-01-03poly_int: GET_MODE_SIZERichard Sandiford
2018-01-03poly_int: GET_MODE_PRECISIONRichard Sandiford
2018-01-03poly_int: GET_MODE_NUNITSRichard Sandiford
2018-01-03 Update copyright years.Jakub Jelinek
2018-01-03poly_int: vec_perm_indices element typeRichard Sandiford
2018-01-02Make more use of rtx_vector_builderRichard Sandiford
2018-01-02Use vec_perm_builder::series_p in shift_amt_for_vec_perm_maskRichard Sandiford
2018-01-02Use explicit encodings for simple permutesRichard Sandiford
2018-01-02Make vec_perm_indices use new vector encodingRichard Sandiford
2018-01-02Check whether a vector of QIs can store all indicesRichard Sandiford
2018-01-02Remove vec_perm_const optabRichard Sandiford
2018-01-02Refactor expand_vec_permRichard Sandiford
2018-01-02qimode_for_vec_permRichard Sandiford
2017-12-21 PR rtl-optimization/82973Jakub Jelinek
2017-12-20poly_int: create_integer_operandRichard Sandiford
2017-12-20Add a gen_int_shift_amount helper functionRichard Sandiford
2017-12-16Revert accidental commitRichard Sandiford
2017-12-16Add a gen_int_shift_amount helper functionRichard Sandiford
2017-12-16Add VEC_SERIES_EXPR and associated optabRichard Sandiford
2017-12-16Add VEC_DUPLICATE_EXPR and associated optabRichard Sandiford
2017-11-22 PR middle-end/82875Jakub Jelinek
2017-11-09Be stricter about CONST_VECTOR operandsRichard Sandiford
2017-11-01Add an is_narrower_int_mode helper functionRichard Sandiford
2017-11-01Widening optab cleanupRichard Sandiford
2017-11-01Add a VEC_SERIES rtl codeRichard Sandiford
2017-11-01Add gen_(const_)vec_duplicate helpersRichard Sandiford
2017-10-22Make more use of GET_MODE_UNIT_PRECISIONRichard Sandiford