aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-generic.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-16Add inline functions for various bitwise operations.Jason Merrill1-1/+1
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-5/+5
2016-03-21re PR tree-optimization/70310 (wrong code with vector compare at -O0)Richard Biener1-1/+1
2016-03-16Revert r231575Richard Henderson1-23/+25
2016-02-27re PR rtl-optimization/69896 (wrong code with -frename-registers @ x64_64)Jakub Jelinek1-0/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-11re PR middle-end/68215 (FAIL: c-c++-common/opaque-vector.c -std=c++11 (inter...Eric Botcazou1-25/+23
2015-11-24re PR target/68483 (gcc 5.2: suboptimal code compared to 4.9)Jakub Jelinek1-0/+24
2015-11-12re PR tree-optimization/58497 (SLP vectorizes identical operations)Richard Biener1-1/+11
2015-11-10expr.c (do_store_flag): Use expand_vec_cmp_expr for mask results.Ilya Enkovich1-1/+2
2015-11-09re PR tree-optimization/68248 (ICE on valid code at -O3 on x86_64-linux-gnu i...Richard Biener1-0/+2
2015-11-05tree-vect-generic.c (do_compare): Use -1 for true result instead of 1.Ilya Enkovich1-1/+7
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-5/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-9/+7
2015-10-27tree-vect-generic.c (expand_vector_operations_1): Check optab type before usi...Ilya Enkovich1-1/+1
2015-10-23tree-vect-generic.c (expand_vector_operations_1): Check optab exists before u...Ilya Enkovich1-1/+2
2015-10-23tree-vect-generic.c (expand_vector_condition): Avoid uninitialized variable w...Ilya Enkovich1-1/+1
2015-10-22re PR tree-optimization/58497 (SLP vectorizes identical operations)Richard Biener1-9/+42
2015-10-21tm.texi: Regenerated.Ilya Enkovich1-21/+36
2015-09-20switch from gimple to gimple*Trevor Saunders1-6/+6
2015-09-17Split up optabs.[hc]Richard Sandiford1-11/+1
2015-08-12Revert "replace several uses of the anon namespace with GCC_FINAL"Trevor Saunders1-4/+12
2015-08-11replace several uses of the anon namespace with GCC_FINALTrevor Saunders1-12/+4
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-03-18tree-ssa-loop-ch.c (pass_data_ch): Remove TODO_cleanup_cfg.Richard Biener1-2/+1
2015-03-16re PR tree-optimization/65427 (ICE in emit_move_insn with wide vector types)Jakub Jelinek1-0/+59
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-1/+13
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-11fold-const.c (fold_negate_expr): Add ANY_INTEGRAL_TYPE_P check.Marek Polacek1-2/+2
2014-12-01gimple.h (gimple_build_assign_stat): Remove prototype.Jakub Jelinek1-4/+4
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-2/+2
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-6/+7
2014-11-13Remove VEC_RSHIFT_EXPR tree code, now unusedAlan Lawrence1-1/+0
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/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-5/+5
2014-10-28Remove VEC_LSHIFT_EXPR and vec_shl_optabAlan Lawrence1-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+10
2014-07-09remove has_executeTrevor Saunders1-2/+0
2014-06-27re PR tree-optimization/57233 (Vector lowering of LROTATE_EXPR pessimizes code)Jakub Jelinek1-36/+125
2014-05-06Merge in wide-int.Kenneth Zadeck1-22/+20
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-6/+2
2014-04-25re PR tree-optimization/60960 (Wrong result when a vector variable is divided...Jakub Jelinek1-1/+2
2014-04-17pass cfun to pass::executeTrevor Saunders1-2/+8
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-7/+5