summaryrefslogtreecommitdiff
path: root/gcc/tree-vect-stmts.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/48765 (ICE in vect_transform_stmt)Ira Rosen2011-04-281-12/+12
* Revert last patch.Richard Sandiford2011-04-201-414/+240
* md.texi (vec_load_lanes, [...]): Document.Richard Sandiford2011-04-201-240/+414
* tree-vect-stmts.c (vectorizable_store): Only chain one related statement per ...Richard Sandiford2011-04-201-6/+9
* re PR tree-optimization/48616 (-ftree-vectorize -mxop miscompiles right shift)Jakub Jelinek2011-04-181-10/+31
* tree-vectorizer.h (vect_strided_store_supported): Add a HOST_WIDE_INT argument.Richard Sandiford2011-04-141-34/+16
* tree-vectorizer.h (vect_create_data_ref_ptr): Add an extra type parameter.Richard Sandiford2011-04-141-6/+6
* tree-vect-stmts.c (vectorizable_load): Allocate and free dr_chain within the ...Richard Sandiford2011-04-141-7/+5
* tree-vect-stmts.c (vectorizable_load): Print the number of copies in the dump...Richard Sandiford2011-04-141-1/+1
* tree-vectorizer.h (vect_create_data_ref_ptr): Adjust prototype.Eric Botcazou2011-03-281-4/+3
* gimple.c (gimple_rhs_class_table): POLYNOMIAL_CHREC is not a valid RHS.Richard Guenther2011-03-221-5/+3
* re PR tree-optimization/45470 (ICE: verify_flow_info failed: BB 2 can not thr...Eric Botcazou2011-02-251-1/+1
* re PR tree-optimization/46723 (internal compiler error: in get_initial_def_fo...Richard Guenther2010-12-021-2/+4
* hwint.c: New.Joseph Myers2010-11-301-1/+0
* re PR tree-optimization/45733 (ICE: verify_stmts failed: invalid conversion i...Richard Guenther2010-11-041-1/+12
* tree.def (FMA_EXPR): New tree code.Richard Guenther2010-11-041-15/+51
* builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert.Nathan Froyd2010-11-031-1/+1
* re PR tree-optimization/46259 (Revision 166102 failed 416.gamess in SPEC CPU ...Nathan Froyd2010-11-011-1/+9
* re PR tree-optimization/46142 (FMA test failures)Uros Bizjak2010-10-311-1/+2
* fold-const.c (build_zero_vector): Use build_vector_from_val.Nathan Froyd2010-10-311-14/+2
* re PR tree-optimization/46126 (Revision 165777 failed to build 254.gap in SPE...Ira Rosen2010-10-221-1/+1
* re PR tree-optimization/46049 (ICE: in expand_widen_pattern_expr, at optabs.c...Ira Rosen2010-10-211-101/+329
* Add fma supportMichael Meissner2010-10-151-4/+4
* machmode.h (mode_for_vector): Declare.Richard Guenther2010-10-071-8/+34
* target.def (units_per_simd_word): Rename to ...Richard Guenther2010-10-071-5/+10
* Revert revision 164914.H.J. Lu2010-10-031-0/+106
* Disallow negative steps in vectorizer.H.J. Lu2010-10-021-106/+0
* re PR tree-optimization/45714 (Vectorization of double pow function causes a ...Ira Rosen2010-09-191-2/+4
* re PR tree-optimization/43432 (Missed vectorization: "complicated access patt...Michael Matz2010-09-171-0/+106
* tree-vectorizer.c: Fix documentation.Ira Rosen2010-09-161-67/+80
* Turn UNITS_PER_SIMD_WORD into a target hook.H.J. Lu2010-09-141-5/+5
* Restore bootstrap on x86.H.J. Lu2010-09-141-0/+1
* re PR tree-optimization/45470 (ICE: verify_flow_info failed: BB 2 can not thr...Ira Rosen2010-09-141-0/+3
* re PR tree-optimization/43430 (Missed vectorization: "stmt not supported: con...Michael Matz2010-09-081-25/+66
* tree.def (MISALIGNED_INDIRECT_REF): Remove.Richard Guenther2010-09-061-23/+50
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-4/+4
* re PR fortran/44882 (Bogus types in references with mismatched commons)Richard Guenther2010-07-091-9/+0
* re PR tree-optimization/44861 (internal compiler error: in vectorizable_load,...Richard Guenther2010-07-081-5/+20
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* tree-ssa-loop-im.c (for_each_index): Do not handle ALIGN_INDIRECT_REF.Richard Guenther2010-07-051-3/+27
* tree-vect-loop.c (vect_get_single_scalar_iteraion_cost): Skip statements that...Ira Rosen2010-07-051-1/+1
* optabs.h (optab_handler, [...]): Turn into inline functions that return an in...Richard Sandiford2010-07-041-26/+22
* tm.texi.in (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Document new argume...Ira Rosen2010-07-041-51/+128
* re PR middle-end/42834 (memcpy folding overeager)Richard Guenther2010-07-011-4/+6
* tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Update documentation.Ira Rosen2010-06-071-17/+29
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-1/+0
* tree-vect-stmts.c (vectorizable_assignment): Call build1 instead of build1_stat.Nathan Froyd2010-05-281-1/+1
* re PR tree-optimization/44284 (vectorization does not work for short variable)Richard Guenther2010-05-271-3/+19
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-0/+2
* re PR middle-end/43901 (FAIL: gcc.c-torture/compile/pr42196-2.c)Ira Rosen2010-05-061-3/+58