aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/vect
AgeCommit message (Expand)AuthorFilesLines
2007-09-30re PR tree-optimization/33597 (Internal compiler error while compiling libsws...Uros Bizjak1-0/+24
2007-09-23pr21591.c: Require vect_int.Richard Sandiford4-0/+4
2007-09-23mips.h (ISA_HAS_DSP, [...]): New macros.Richard Sandiford1-1/+2
2007-09-15tree-vect-transform.c (vect_get_vec_defs_for_stmt_copy): check if the VEC is ...Dorit Nuzman1-0/+8
2007-09-12tree-vect-analyze.c (vect_analyze_data_ref_dependence): Distinguish between p...Ira Rosen6-13/+68
2007-09-12re PR tree-optimization/33373 (ICE in vectorizable_type_demotion, at tree-vec...Dorit Nuzman1-0/+8
2007-09-11rsha Jagasia <harsha.jagasia@amd.com>Harsha Jagasia4-6/+6
2007-09-10re PR target/33369 (suffix or operands invalid for `pslld')Uros Bizjak1-0/+21
2007-09-09costmodel-vect-outer-fir.c: Add noinline attribute.Ira Rosen4-5/+8
2007-09-09tree-vectorizer.h (enum vect_def_type): Start enumeration from 1.Ira Rosen44-10/+3860
2007-09-04re PR middle-end/29478 (optimization generates warning for casts)Jan Hubicka1-0/+1
2007-09-04vect-reduc-dot-s16b.c: Mark functions noinline.Jan Hubicka267-199/+321
2007-09-03no-tree-scev-cprop-vect-iv-1.c: Restored.H.J. Lu6-0/+110
2007-08-20* gcc.dg/vect/costmodel/ppc/costmodel-vect-outer-fir.c: Add missing }.Dorit Nuzman1-0/+1
2007-08-19tree-data-refs.c (split_constant_offset): Expose.Dorit Nuzman32-3/+1538
2007-08-19tree-vectorizer.h (vect_is_simple_reduction): Takes a loop_vec_info as argume...Dorit Nuzman36-112/+1658
2007-08-19pr20122.c: Fix test (now vectorized, with versioning for aliasing).Dorit Nuzman4-12/+14
2007-08-16ssa-dse-10.c: Clean up all dse dump files.Uros Bizjak3-1/+3
2007-08-16tree-vectorizer.c (new_loop_vec_info): Initialize new field.Victor Kaplansky19-0/+188
2007-08-07vect-28.c: Fix test to not expect peeling on !vector_alignment_reachable targ...Dorit Nuzman17-30/+48
2007-08-01execute.exp: Change copyright header to refer to version 3 of the GNU General...Nick Clifton5-20/+20
2007-07-312007-07-30 Jan Sjodin <jan.sjodin@amd.com>Jan Sjodin3-2/+65
2007-07-25costmodel-vect-reduc-1char.c: Updated.H.J. Lu1-2/+2
2007-07-25Makefile.in (TEXI_GCC_FILES): Add arm-neon-intrinsics.texi.Julian Brown2-0/+19
2007-07-242007-07-24 Dorit Nuzman <dorit@il.ibm.com>Dorit Nuzman3-8/+8
2007-07-14target-supports.exp (check_effective_target_vect_aligned_arrays): New procedu...Uros Bizjak3-10/+11
2007-07-13config.gcc: Add options for arch and tune on SPU.Sa Liu1-2/+1
2007-07-12re PR target/25413 (wrong alignment or incorrect address computation in vecto...Dorit Nuzman5-1/+264
2007-07-12target-support.exp (check_ultrasparc_hw_available): New function.Nathan Froyd1-1/+5
2007-07-12target.h (builtin_vectorization_cost): Add new target builtin.Dorit Nuzman17-4/+730
2007-07-10* gcc.dg/vect/vect-116.c: Add vect_int target requirement.Nathan Froyd1-0/+1
2007-07-05tree-vectorizer.c (new_loop_vec_info): Initialize LOOP_VINFO_COST_MODEL_MIN_I...Dorit Nuzman17-4/+753
2007-07-02re PR tree-optimization/32230 (Segfault in set_bb_for_stmt with -O -ftree-vec...Ira Rosen1-0/+24
2007-07-01vect-strided-store-u16-i4.c: Remove abort() from input initialization and fix...Ira Rosen1-3/+2
2007-07-01re PR tree-optimization/25371 (-ftree-vectorize results in internal compiler ...Uros Bizjak1-0/+12
2007-06-28* gcc.dg/vect/vect-iv-4.c: Test now passes on vect_pack_trunc targetsDorit Nuzman1-1/+1
2007-06-25re PR tree-optimization/32421 (-ftree-vectorize -msse2 ICEs in build2_stat wh...Andrew Pinski1-0/+12
2007-06-17re PR rtl-optimization/32366 (Segfault in significand_size with -ftree-vector...Uros Bizjak1-0/+13
2007-06-15[multiple changes]Andrew Pinski1-5/+4
2007-06-14re PR testsuite/32274 (FAIL: gcc.dg/vect/pr32224.c)Dorit Nuzman1-1/+1
2007-06-08extend.texi: Add fvect-cost-model flag.Harsha Jagasia13-0/+781
2007-06-08re PR tree-optimization/32243 (ICE in vectorizable_type_promotion, at tree-ve...Uros Bizjak2-0/+34
2007-06-08re PR tree-optimization/32224 (ICE in vect_analyze_operations, at tree-vect-a...Dorit Nuzman1-0/+17
2007-06-06re PR tree-optimization/32216 (ICE: verify_stmts failed (invalid reference pr...Uros Bizjak1-0/+14
2007-05-24passes.texi: Document predictive commoning.Zdenek Dvorak1-2/+2
2007-05-21re PR tree-optimization/31995 (can't determine dependence between p->a[x+i] a...Andrew Pinski1-0/+57
2007-05-17tree-vrp.c (finalize_jump_threads): Do not care about dominance info.Zdenek Dvorak3-3/+9
2007-05-17* Remove svn:executable property.Uros Bizjak2-0/+0
2007-05-17re PR tree-optimization/24659 (Conversions are not vectorized)Uros Bizjak6-3/+157
2007-05-13tree-scalar-evolution.c (resolve_mixers): Exported.Zdenek Dvorak1-6/+3