Age | Commit message (Expand) | Author | Files | Lines |
2010-11-04 | re PR tree-optimization/46213 (gfortran.dg/aliasing_array_result_1.f90 ICE: i... | Ira Rosen | 1 | -1/+5 |
2010-11-02 | re PR tree-optimization/46184 (ICE: SIGSEGV in vectorizable_reduction (tree-v... | Richard Guenther | 1 | -5/+5 |
2010-10-31 | fold-const.c (build_zero_vector): Use build_vector_from_val. | Nathan Froyd | 1 | -16/+5 |
2010-10-21 | re PR tree-optimization/46049 (ICE: in expand_widen_pattern_expr, at optabs.c... | Ira Rosen | 1 | -10/+18 |
2010-10-07 | machmode.h (mode_for_vector): Declare. | Richard Guenther | 1 | -47/+72 |
2010-09-16 | tree-vectorizer.c: Fix documentation. | Ira Rosen | 1 | -45/+45 |
2010-09-14 | Turn UNITS_PER_SIMD_WORD into a target hook. | H.J. Lu | 1 | -3/+4 |
2010-09-02 | tree-vectorizer.h (get_later_stmt): New function. | Ira Rosen | 1 | -2/+2 |
2010-08-23 | tree-vect-loop.c (vect_get_single_scalar_iteraion_cost): Pre-initialize inner... | Kai Tietz | 1 | -0/+1 |
2010-08-20 | vec.h (FOR_EACH_VEC_ELT): Define. | Nathan Froyd | 1 | -8/+8 |
2010-07-29 | tree-vect-loop.c (vect_create_epilog_for_reduction): Switch to outer loop whe... | Ira Rosen | 1 | -2/+51 |
2010-07-15 | tree.h (enum tree_index): Add TI_INTEGER_THREE. | Anatoly Sokolov | 1 | -1/+1 |
2010-07-08 | toplev.h: Do not include diagnostic-core.h. | Manuel López-Ibáñez | 1 | -0/+1 |
2010-07-05 | tree-vect-loop.c (vect_get_single_scalar_iteraion_cost): Skip statements that... | Ira Rosen | 1 | -0/+8 |
2010-07-04 | optabs.h (optab_handler, [...]): Turn into inline functions that return an in... | Richard Sandiford | 1 | -10/+10 |
2010-07-04 | tm.texi.in (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Document new argume... | Ira Rosen | 1 | -51/+120 |
2010-06-14 | re PR tree-optimization/44507 (vectorization ANDs array elements together inc... | Ira Rosen | 1 | -1/+4 |
2010-06-07 | tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Update documentation. | Ira Rosen | 1 | -17/+32 |
2010-06-01 | gimplify.c: Do not include except.h and optabs.h. | Steven Bosscher | 1 | -1/+0 |
2010-05-21 | diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de... | Joseph Myers | 1 | -0/+2 |
2010-05-10 | tree-ssa-reassoc.c (undistribute_ops_list): Use create_tmp_reg. | Michael Matz | 1 | -8/+60 |
2010-04-22 | re PR tree-optimization/43842 (ice in vect_create_epilog_for_reduction) | Ira Rosen | 1 | -4/+10 |
2010-04-19 | re PR tree-optimization/37027 (SLP loop vectorization missing support for red... | Ira Rosen | 1 | -380/+598 |
2010-04-13 | tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Only add RW depende... | Richard Guenther | 1 | -11/+24 |
2010-04-09 | tree-vectorizer.h (struct _stmt_vec_info): Document that vectype is the type ... | Richard Guenther | 1 | -36/+69 |
2010-04-02 | Make-lang.in, [...]: Update copyright years. | Steven Bosscher | 1 | -2/+2 |
2010-03-29 | Improve vectorization cost model diagnostic. | Sebastian Pop | 1 | -3/+3 |
2010-03-06 | re PR debug/42897 (yet another ice in verify_ssa) | Alexandre Oliva | 1 | -7/+7 |
2010-02-16 | re PR tree-optimization/43074 (ICE in vectorizable_reduction, at tree-vect-lo... | Ira Rosen | 1 | -1/+4 |
2010-01-17 | tree-ssa-uncprop.c (uncprop_into_successor_phis): Fix PHI node existence check. | Richard Guenther | 1 | -1/+1 |
2009-11-28 | matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v... | Jakub Jelinek | 1 | -8/+3 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -193/+193 |
2009-11-18 | re PR debug/41926 ([VTA] internal compiler error: verify_ssa failed) | Alexandre Oliva | 1 | -1/+45 |
2009-09-02 | invoke.texi (-fvar-tracking-assignments): New. | Alexandre Oliva | 1 | -0/+4 |
2009-08-19 | omp-low.c (optimize_omp_library_calls): Use types_compatible_p instead of com... | Michael Matz | 1 | -4/+4 |
2009-08-09 | re PR tree-optimization/41008 (ICE in vect_is_simple_reduction, at tree-vect-... | Ira Rosen | 1 | -3/+12 |
2009-07-30 | Add source_location support to PHI arguments. | Andrew MacLeod | 1 | -6/+8 |
2009-07-20 | tree-vectorizer.h (vectorizable_condition): Add parameters. | Ira Rosen | 1 | -95/+190 |
2009-07-13 | tree-vect-loop.c (get_initial_def_for_reduction): Ensure that the checks acce... | Ira Rosen | 1 | -13/+26 |
2009-07-12 | tree-parloops.c (loop_parallel_p): Call vect_is_simple_reduction with additio... | Ira Rosen | 1 | -112/+381 |
2009-06-16 | tree-parloops.c (loop_parallel_p): Call vect_is_simple_reduction with additio... | Ira Rosen | 1 | -57/+167 |
2009-06-01 | re PR tree-optimization/39129 (The meaning of 'BB' in "too many BBs in loop") | Ira Rosen | 1 | -15/+14 |
2009-05-31 | tree-vect-loop-manip.c (slpeel_update_phi_nodes_for_guard1): Don't mark phis ... | Ira Rosen | 1 | -6/+0 |
2009-05-24 | passes.texi (Tree-SSA passes): Document SLP pass. | Ira Rosen | 1 | -19/+23 |
2009-04-29 | tree-vect-loop.c (get_initial_def_for_induction): Use correct types for point... | Richard Guenther | 1 | -9/+16 |
2009-04-28 | tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Use REPORT_VECTOR... | Ira Rosen | 1 | -23/+254 |
2009-04-27 | collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind. | Ian Lance Taylor | 1 | -1/+1 |
2009-04-24 | combine.c (record_value_for_reg): Change 0 to VOIDmode, twice. | Ian Lance Taylor | 1 | -8/+5 |
2009-04-20 | re PR tree-optimization/39675 (ICE in vect_get_vec_def_for_operand, at tree-v... | Ira Rosen | 1 | -11/+2 |
2009-04-16 | re PR tree-optimization/39698 (wrong types for vectorized reduction) | Richard Guenther | 1 | -10/+10 |