| Commit message (Expand) | Author | Age | Files | Lines |
* | re PR tree-optimization/50912 (gimple assertion failure at gimple.h:1940 with... | Ira Rosen | 2011-11-03 | 1 | -293/+372 |
* | Change vec_perm checking and expansion level. | Richard Henderson | 2011-10-25 | 1 | -16/+20 |
* | re PR tree-optimization/50819 (missed SLP vectorization) | Ira Rosen | 2011-10-23 | 1 | -43/+2 |
* | md.texi (vec_widen_ushiftl_hi, [...]): Document. | Ira Rosen | 2011-10-18 | 1 | -0/+5 |
* | tree-vect-stmts.c (vectorizable_load): For SLP without permutation treat the ... | Ira Rosen | 2011-10-16 | 1 | -34/+147 |
* | Use VEC_PERM_EXPR in the vectorizer. | Richard Henderson | 2011-10-15 | 1 | -46/+30 |
* | tree-vect-stmts.c (vectorizable_type_demotion): Handle basic block vectorizat... | Ira Rosen | 2011-09-27 | 1 | -18/+19 |
* | tree-vect-slp.c (vect_slp_analyze_bb_1): Split out core part of vect_analyze_... | Ira Rosen | 2011-09-25 | 1 | -27/+58 |
* | re PR middle-end/50451 (internal compiler error at tree-vect-loop.c:3557) | Ira Rosen | 2011-09-22 | 1 | -8/+3 |
* | re PR tree-optimization/50414 (gfortran -Ofast SIGSEGV in store_constructor) | Ira Rosen | 2011-09-18 | 1 | -3/+13 |
* | tree-vect-loop.c (vect_determine_vectorization_factor): Handle both pattern a... | Ira Rosen | 2011-06-30 | 1 | -1/+3 |
* | tree-vect-loop-manip.c (remove_dead_stmts_from_loop): Remove. | Ira Rosen | 2011-06-15 | 1 | -0/+2 |
* | re PR tree-optimization/41881 (Complete unrolling (inner) versus vectorizatio... | Ira Rosen | 2011-05-18 | 1 | -25/+68 |
* | tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Use new names for... | Ira Rosen | 2011-05-18 | 1 | -13/+13 |
* | md.texi (vec_load_lanes, [...]): Document. | Richard Sandiford | 2011-05-03 | 1 | -2/+3 |
* | re PR tree-optimization/48765 (ICE in vect_transform_stmt) | Ira Rosen | 2011-04-28 | 1 | -2/+5 |
* | Revert last patch. | Richard Sandiford | 2011-04-20 | 1 | -3/+2 |
* | md.texi (vec_load_lanes, [...]): Document. | Richard Sandiford | 2011-04-20 | 1 | -2/+3 |
* | Fix PR47002: memory leaks. | Sebastian Pop | 2010-12-23 | 1 | -0/+2 |
* | re PR tree-optimization/47001 (segmentation fault in vect_mark_slp_stmts) | Ira Rosen | 2010-12-21 | 1 | -1/+30 |
* | fold-const.c (build_zero_vector): Use build_vector_from_val. | Nathan Froyd | 2010-10-31 | 1 | -6/+1 |
* | re PR tree-optimization/46049 (ICE: in expand_widen_pattern_expr, at optabs.c... | Ira Rosen | 2010-10-21 | 1 | -19/+13 |
* | tree-vect-slp.c (vect_get_constant_vectors): Fix comment. | Ira Rosen | 2010-10-13 | 1 | -14/+14 |
* | re PR tree-optimization/45902 (CPU2006 benchmark sphinx3 fails with vectoriza... | Ira Rosen | 2010-10-11 | 1 | -4/+11 |
* | machmode.h (mode_for_vector): Declare. | Richard Guenther | 2010-10-07 | 1 | -0/+1 |
* | re PR tree-optimization/45752 (ICE in ix86_vectorize_builtin_vec_perm_ok) | Ira Rosen | 2010-10-05 | 1 | -16/+19 |
* | tree-vectorizer.c: Fix documentation. | Ira Rosen | 2010-09-16 | 1 | -29/+33 |
* | tree-vectorizer.h (get_later_stmt): New function. | Ira Rosen | 2010-09-02 | 1 | -2/+69 |
* | vec.h (FOR_EACH_VEC_ELT): Define. | Nathan Froyd | 2010-08-20 | 1 | -41/+24 |
* | tree-vect-data-refs.c (vect_setup_realignment): Support realignment in basic ... | Ira Rosen | 2010-08-15 | 1 | -2/+87 |
* | re PR tree-optimization/44152 (ICE on compiling xshow.f of xplor-nih with -O3... | Ira Rosen | 2010-07-27 | 1 | -7/+76 |
* | optabs.h (optab_handler, [...]): Turn into inline functions that return an in... | Richard Sandiford | 2010-07-04 | 1 | -3/+2 |
* | tm.texi.in (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Document new argume... | Ira Rosen | 2010-07-04 | 1 | -2/+2 |
* | re PR tree-optimization/44507 (vectorization ANDs array elements together inc... | Ira Rosen | 2010-06-14 | 1 | -1/+4 |
* | tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Update documentation. | Ira Rosen | 2010-06-07 | 1 | -1/+3 |
* | tree-vect-slp.c (vect_create_mask_and_perm): Use gimple_build_call instead of... | Nathan Froyd | 2010-06-02 | 1 | -9/+2 |
* | gimplify.c: Do not include except.h and optabs.h. | Steven Bosscher | 2010-06-01 | 1 | -1/+0 |
* | diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de... | Joseph Myers | 2010-05-21 | 1 | -0/+2 |
* | tree-vectorizer.h (struct _stmt_vec_info): Add new field to determine if the ... | Ira Rosen | 2010-04-26 | 1 | -0/+13 |
* | re PR tree-optimization/43842 (ice in vect_create_epilog_for_reduction) | Ira Rosen | 2010-04-22 | 1 | -1/+1 |
* | re PR tree-optimization/37027 (SLP loop vectorization missing support for red... | Ira Rosen | 2010-04-19 | 1 | -74/+325 |
* | re PR tree-optimization/43771 (ICE on valid when compiling ParMetis with gcc ... | Ira Rosen | 2010-04-18 | 1 | -1/+5 |
* | tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Only add RW depende... | Richard Guenther | 2010-04-13 | 1 | -11/+14 |
* | tree-vectorizer.h (struct _stmt_vec_info): Document that vectype is the type ... | Richard Guenther | 2010-04-09 | 1 | -1/+1 |
* | Make-lang.in, [...]: Update copyright years. | Steven Bosscher | 2010-04-02 | 1 | -2/+2 |
* | Replace type != type comparisons with types_compatible_p. | Sebastian Pop | 2010-03-30 | 1 | -4/+6 |
* | tree-vect-slp.c (vect_slp_analyze_bb): Fix typo. | Richard Guenther | 2010-02-22 | 1 | -1/+1 |
* | re PR tree-optimization/42916 ("-fcompare-debug failure" with "-O1 -funroll-l... | Richard Guenther | 2010-02-19 | 1 | -1/+7 |
* | re PR tree-optimization/43074 (ICE in vectorizable_reduction, at tree-vect-lo... | Ira Rosen | 2010-02-16 | 1 | -3/+5 |
* | re PR tree-optimization/42709 (error: type mismatch in pointer plus expression) | Ira Rosen | 2010-01-14 | 1 | -10/+5 |