aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-stmts.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-04re PR tree-optimization/45733 (ICE: verify_stmts failed: invalid conversion i...Richard Guenther1-1/+12
2010-11-04tree.def (FMA_EXPR): New tree code.Richard Guenther1-15/+51
2010-11-03builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert.Nathan Froyd1-1/+1
2010-11-01re PR tree-optimization/46259 (Revision 166102 failed 416.gamess in SPEC CPU ...Nathan Froyd1-1/+9
2010-10-31re PR tree-optimization/46142 (FMA test failures)Uros Bizjak1-1/+2
2010-10-31fold-const.c (build_zero_vector): Use build_vector_from_val.Nathan Froyd1-14/+2
2010-10-22re PR tree-optimization/46126 (Revision 165777 failed to build 254.gap in SPE...Ira Rosen1-1/+1
2010-10-21re PR tree-optimization/46049 (ICE: in expand_widen_pattern_expr, at optabs.c...Ira Rosen1-101/+329
2010-10-15Add fma supportMichael Meissner1-4/+4
2010-10-07machmode.h (mode_for_vector): Declare.Richard Guenther1-8/+34
2010-10-07target.def (units_per_simd_word): Rename to ...Richard Guenther1-5/+10
2010-10-03Revert revision 164914.H.J. Lu1-0/+106
2010-10-02Disallow negative steps in vectorizer.H.J. Lu1-106/+0
2010-09-19re PR tree-optimization/45714 (Vectorization of double pow function causes a ...Ira Rosen1-2/+4
2010-09-17re PR tree-optimization/43432 (Missed vectorization: "complicated access patt...Michael Matz1-0/+106
2010-09-16tree-vectorizer.c: Fix documentation.Ira Rosen1-67/+80
2010-09-14Turn UNITS_PER_SIMD_WORD into a target hook.H.J. Lu1-5/+5
2010-09-14Restore bootstrap on x86.H.J. Lu1-0/+1
2010-09-14re PR tree-optimization/45470 (ICE: verify_flow_info failed: BB 2 can not thr...Ira Rosen1-0/+3
2010-09-08re PR tree-optimization/43430 (Missed vectorization: "stmt not supported: con...Michael Matz1-25/+66
2010-09-06tree.def (MISALIGNED_INDIRECT_REF): Remove.Richard Guenther1-23/+50
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-4/+4
2010-07-09re PR fortran/44882 (Bogus types in references with mismatched commons)Richard Guenther1-9/+0
2010-07-08re PR tree-optimization/44861 (internal compiler error: in vectorizable_load,...Richard Guenther1-5/+20
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-07-05tree-ssa-loop-im.c (for_each_index): Do not handle ALIGN_INDIRECT_REF.Richard Guenther1-3/+27
2010-07-05tree-vect-loop.c (vect_get_single_scalar_iteraion_cost): Skip statements that...Ira Rosen1-1/+1
2010-07-04optabs.h (optab_handler, [...]): Turn into inline functions that return an in...Richard Sandiford1-26/+22
2010-07-04tm.texi.in (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Document new argume...Ira Rosen1-51/+128
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-4/+6
2010-06-07tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Update documentation.Ira Rosen1-17/+29
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-1/+0
2010-05-28tree-vect-stmts.c (vectorizable_assignment): Call build1 instead of build1_stat.Nathan Froyd1-1/+1
2010-05-27re PR tree-optimization/44284 (vectorization does not work for short variable)Richard Guenther1-3/+19
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-0/+2
2010-05-06re PR middle-end/43901 (FAIL: gcc.c-torture/compile/pr42196-2.c)Ira Rosen1-3/+58
2010-04-26tree-vectorizer.h (struct _stmt_vec_info): Add new field to determine if the ...Ira Rosen1-5/+11
2010-04-19re PR tree-optimization/37027 (SLP loop vectorization missing support for red...Ira Rosen1-7/+6
2010-04-09target.h (builtin_conversion): Pass in input and output types.Richard Guenther1-5/+3
2010-04-09tree-vectorizer.h (struct _stmt_vec_info): Document that vectype is the type ...Richard Guenther1-133/+192
2010-03-30Replace type != type comparisons with types_compatible_p.Sebastian Pop1-2/+3
2010-03-27PR 43544, change TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION to take a tree ...Michael Meissner1-5/+3
2010-03-22re PR middle-end/43390 (ICE: integral result type precision does not match f...Richard Guenther1-0/+8
2010-02-26re PR tree-optimization/43188 ("error: alignment of array elements is greater...Richard Guenther1-1/+6
2009-11-30tree-vect-stmts.c (vectorizable_assignment): Support multiple types.Ira Rosen1-14/+29
2009-11-29re PR middle-end/42193 (454.calculix in SPEC CPU 2006 failed to compile at -O3)Ira Rosen1-4/+2
2009-11-28matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek1-7/+0
2009-11-25Remove trailing white spaces.H.J. Lu1-309/+309
2009-10-21tree-vect-stmts.c (exist_non_indexing_operands_for_use_p): Tweak order of che...Eric Botcazou1-6/+4
2009-09-25tree-vect-transform.c (vectorizable_call): Call mark_symbols_for_renaming aft...Jakub Jelinek1-0/+2