aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-patterns.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-16Add inline functions for various bitwise operations.Jason Merrill1-1/+1
2016-08-30re PR tree-optimization/72866 (Compile time hog w/ -O3 (-Ofast))Jakub Jelinek1-12/+34
2016-07-20cse.c: Use HOST_WIDE_INT_M1 instead of ~(HOST_WIDE_INT) 0.Uros Bizjak1-1/+1
2016-07-19builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1...Uros Bizjak1-3/+3
2016-07-14[vectorizer][2/2] Hook up mult synthesis logic into vectorisation of mult-by-...Kyrylo Tkachov1-66/+309
2016-06-22re PR tree-optimization/71488 (Wrong code for vector comparisons with ivybrid...Ilya Enkovich1-1/+2
2016-06-08tree-vect-data-refs.c (vect_analyze_data_refs): Remove debug newline.Alan Hayward1-6/+0
2016-06-01re PR tree-optimization/71261 (Trunk GCC hangs on knl and broadwell targets)Richard Biener1-80/+126
2016-05-13Fix ASAN bootstrap (uninitialized variable warning)Martin Liska1-1/+2
2016-05-03re PR tree-optimization/70916 (gcc ICE at -O3 on valid code on x86_64-linux-g...Jakub Jelinek1-1/+3
2016-03-23re PR tree-optimization/70354 (Wrong code with -O3 -march=broadwell and -marc...Jakub Jelinek1-1/+14
2016-03-04tree-vect-patterns.c (search_type_for_mask): Handle comparison of booleans.Ilya Enkovich1-0/+9
2016-03-03re PR target/70021 (Test miscompiled with -O3 option for -march=core-avx2.)Jakub Jelinek1-1/+2
2016-02-16re PR tree-optimization/69820 (Test miscompiled with -O3 option)Jakub Jelinek1-10/+17
2016-01-12re PR testsuite/69007 (test cases gcc.dg/vect/vect-reduc-dot-s8a.c fails star...Richard Biener1-1/+5
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-18re PR testsuite/68776 (gcc.dg/vect/vect-widen-mult-const-[su]16.c failures si...Richard Biener1-34/+38
2015-12-03re PR tree-optimization/67800 (Missed vectorization opportunity on x86 (DOT_P...Richard Biener1-0/+10
2015-12-02PR 68432: Add a target hook to control size/speed optab choicesRichard Sandiford1-1/+3
2015-11-17Use IFN_SQRT in tree-vect-patterns.cRichard Sandiford1-10/+6
2015-11-17Use combined_fn in tree-vect-patterns.cRichard Sandiford1-10/+5
2015-11-10optabs.c (expand_binop_directly): Allow scalar mode for vec_pack_trunc_optab.Ilya Enkovich1-5/+270
2015-11-10optabs-query.h (get_vcond_mask_icode): New.Ilya Enkovich1-19/+11
2015-11-10expr.c (do_store_flag): Use expand_vec_cmp_expr for mask results.Ilya Enkovich1-21/+163
2015-11-06tree-vectorizer.h (struct _bb_vec_info): Add region_begin/end members.Richard Biener1-40/+29
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-8/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-10/+8
2015-10-14tree-vectorizer.h (vect_is_simple_use): Remove unused parameters.Richard Biener1-15/+8
2015-10-06tree-vectorizer.h (vec_info): New base class for...Richard Biener1-61/+41
2015-10-05Replace REAL_VALUES_EQUAL with real_equalRichard Sandiford1-2/+2
2015-09-20switch from gimple to gimple*Trevor Saunders1-112/+113
2015-09-17Split up optabs.[hc]Richard Sandiford1-8/+1
2015-08-17arm.c (neon_element_bits): Replace call to GET_MODE_BITSIZE (GET_MODE_INNER (...David Sherwood1-6/+7
2015-08-06Vectorize mult expressions with power 2 constants via shift, for targets has ...Venkataramanan Kumar1-0/+139
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-16/+5
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-22tree-vect-patterns.c (vect_recog_dot_prod_pattern): Replace assert with guard...Richard Biener1-19/+15
2015-01-30re PR tree-optimization/64829 ([ARM] ICE at -O3 in vect_get_vec_def_for_stmt_...Richard Biener1-31/+26
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-1/+14
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-01gimple.h (gimple_build_assign_stat): Remove prototype.Jakub Jelinek1-161/+109
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-5/+5
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-1/+1
2014-11-19gimple.h (gimple_build_assign_with_ops): Add unary arg overload.Jakub Jelinek1-26/+18
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+1
2014-10-31builtins.c (fold_builtin_atomic_always_lock_free): Use CONVERT_EXPR_P, CONVER...Richard Biener1-3/+3
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-5/+5