aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/vect
AgeCommit message (Expand)AuthorFilesLines
2010-04-26tree-vectorizer.h (struct _stmt_vec_info): Add new field to determine if the ...Ira Rosen1-0/+54
2010-04-22re PR tree-optimization/43842 (ice in vect_create_epilog_for_reduction)Ira Rosen1-0/+55
2010-04-19re PR tree-optimization/37027 (SLP loop vectorization missing support for red...Ira Rosen7-0/+351
2010-04-13tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Only add RW depende...Richard Guenther1-1/+1
2010-04-06re PR tree-optimization/32824 (Missed reduction vectorizer after store to glo...Changpeng Fang1-0/+15
2010-04-04Don't use uint8_t.Sebastian Pop1-4/+4
2010-03-30Replace type != type comparisons with types_compatible_p.Sebastian Pop1-0/+39
2010-02-16re PR tree-optimization/43074 (ICE in vectorizable_reduction, at tree-vect-lo...Ira Rosen1-0/+16
2010-01-14re PR tree-optimization/42709 (error: type mismatch in pointer plus expression)Ira Rosen1-0/+28
2010-01-09re PR debug/42604 (VTA ICE in the vectorizer)Alexandre Oliva2-0/+45
2009-12-30re PR tree-optimization/41956 (Segfault in vectorizer)Ira Rosen1-0/+13
2009-11-29re PR middle-end/42193 (454.calculix in SPEC CPU 2006 failed to compile at -O3)Ira Rosen1-0/+28
2009-11-25i386-builtin-types.awk (DEF_VECTOR_TYPE): Allow an optional 3rd argument to d...Richard Henderson1-2/+2
2009-11-25pr36493.c: Call check_vect.Richard Henderson4-6/+35
2009-11-18re PR debug/41926 ([VTA] internal compiler error: verify_ssa failed)Alexandre Oliva1-0/+20
2009-11-10vect-multitypes-5.c: XFAIL on SPARC 32-bit.Eric Botcazou4-5/+5
2009-11-04Another fix to the misaligned store vectorizer patchRevital Eres14-17/+17
2009-10-27Fix PR40648 -- Fix misaligned store vectorizer patchRevital Eres40-90/+70
2009-09-25vect.exp: Append extra parameters as separate parameters for alignment-sensit...Nathan Froyd1-1/+1
2009-09-25Vectorizer testsuite adjustments for P7Revital Eres1-0/+4
2009-09-08large-size-array-2.c: Fix target requirement.Ozkan Sezer3-3/+9
2009-08-18vect.exp: Add new stanza for aligned-section-anchors-* tests.Nathan Froyd2-2/+7
2009-08-09re PR tree-optimization/41008 (ICE in vect_is_simple_reduction, at tree-vect-...Ira Rosen1-0/+23
2009-07-31Fix patterns in lim and dceloop testcases.Sebastian Pop1-2/+2
2009-07-29re PR middle-end/40830 (gcc.dg/vect/vect-pre-interact.c doesn't work on Linux...Michael Matz1-1/+1
2009-07-27no-scevccp-noreassoc-outer-2.c: Extended array 'a' so that indexing no longer...Simon Baldwin1-1/+1
2009-07-23re PR middle-end/40830 (gcc.dg/vect/vect-pre-interact.c doesn't work on Linux...Michael Matz1-2/+1
2009-07-22re PR tree-optimization/35229 (Vectorizer doesn't support dependence created...Michael Matz1-0/+17
2009-07-21tree-vectorizer.c (increase_alignment): Handle nested arrays.Paul Brook1-0/+35
2009-07-20tree-vectorizer.h (vectorizable_condition): Add parameters.Ira Rosen6-0/+358
2009-07-12tree-parloops.c (loop_parallel_p): Call vect_is_simple_reduction with additio...Ira Rosen8-1/+411
2009-07-01re PR tree-optimization/19831 (Missing DSE/malloc/free optimization)Richard Guenther2-4/+8
2009-06-30re PR tree-optimization/40542 (vectorizes access to volatile array)Ira Rosen1-0/+14
2009-06-27re PR testsuite/40567 (Revision 149002 caused many failures)Paolo Bonzini1-1/+1
2009-06-26re PR testsuite/40565 (Extra failures)Richard Henderson1-2/+3
2009-06-21fre-vce-1.c: Cleanup "fre" tree dump.Uros Bizjak2-1/+4
2009-06-21Fix 40359Ira Rosen3-3/+4
2009-06-21re PR testsuite/40475 (gcc.dg/vect/vect-nest-cycle-[12].c)Ira Rosen2-2/+2
2009-06-16tree-parloops.c (loop_parallel_p): Call vect_is_simple_reduction with additio...Ira Rosen8-10/+155
2009-06-08re PR testsuite/40359 (Revision 148211 caused a lot of failures in the vect t...Revital Eres4-10/+13
2009-06-05misaligned store supportRevital Eres30-71/+89
2009-06-04vect-42.c: Modify vect_no_align case.Steve Ellcey2-2/+2
2009-05-31re PR testsuite/40244 (Revision 147829 caused extra failures)Ira Rosen2-10/+6
2009-05-28re PR tree-optimization/40254 (SPEC2006 403.gcc miscompares)Ira Rosen1-0/+39
2009-05-25re PR tree-optimization/36327 (SCCVN should look through struct copies)Richard Guenther5-26/+55
2009-05-25re PR tree-optimization/40238 (ICE in gimple_verify_flow_info, at tree-cfg.c:...Ira Rosen1-0/+35
2009-05-24passes.texi (Tree-SSA passes): Document SLP pass.Ira Rosen23-0/+1231
2009-05-15align-main-1.c (check): Mark noinline.Jan Hubicka5-0/+5
2009-05-12loop-36.c: Reduce amount of iterations to 2 so unrolling still happens.Jan Hubicka1-3/+2
2009-05-11pr21829.c: Simplify matching since we now optimize better.Jan Hubicka6-10/+11