| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | re PR tree-optimization/41956 (Segfault in vectorizer) | Ira Rosen | 2009-12-30 | 1 | -0/+13 |
* | matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v... | Jakub Jelinek | 2009-11-28 | 1 | -6/+2 |
* | target.h (targetm.vectorize.builtin_vec_perm_ok): New. | Richard Henderson | 2009-11-25 | 1 | -16/+27 |
* | Remove trailing white spaces. | H.J. Lu | 2009-11-25 | 1 | -197/+197 |
* | re PR tree-optimization/39129 (The meaning of 'BB' in "too many BBs in loop") | Ira Rosen | 2009-06-01 | 1 | -3/+4 |
* | re PR tree-optimization/40238 (ICE in gimple_verify_flow_info, at tree-cfg.c:... | Ira Rosen | 2009-05-25 | 1 | -1/+2 |
* | passes.texi (Tree-SSA passes): Document SLP pass. | Ira Rosen | 2009-05-24 | 1 | -61/+452 |
* | tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Use REPORT_VECTOR... | Ira Rosen | 2009-04-28 | 1 | -7/+7 |
* | collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind. | Ian Lance Taylor | 2009-04-27 | 1 | -2/+3 |
* | re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p) | Richard Guenther | 2009-04-03 | 1 | -8/+0 |