Age | Commit message (Expand) | Author | Files | Lines |
2006-06-20 | re PR tree-optimization/27331 (segfault in fold_convert with -ftree-vectorize) | Zdenek Dvorak | 1 | -8/+25 |
2006-05-30 | re PR tree-optimization/27779 (ICE at tree-data-ref.c:2335 when using -ftree-... | Zdenek Dvorak | 1 | -1/+1 |
2006-04-04 | tree-scalar-evolution.c (compute_overall_effect_of_inner_loop, [...]): Use bu... | Sebastian Pop | 1 | -1/+1 |
2006-04-03 | re PR tree-optimization/26992 (Internal Compiler Error in dwarf2out.c:7607 bu... | Sebastian Pop | 1 | -5/+9 |
2006-04-02 | tree-scalar-evolution.c (add_to_evolution_1): Pass an extra argument at_stmt. | Sebastian Pop | 1 | -45/+67 |
2006-04-02 | tree-data-ref.c (compute_all_dependences): Use a pointer to the dependence_re... | Sebastian Pop | 1 | -4/+4 |
2006-03-29 | tree-loop-linear.c (compute_data_dependences_for_loop): Adjust calls. | Sebastian Pop | 1 | -10/+10 |
2006-03-28 | tree-loop-linear.c: Don't include varray.h. | Sebastian Pop | 1 | -151/+109 |
2006-03-26 | tree-data-ref.c: Rename DDR_SIZE_VECT to DDR_NB_LOOPS. | Sebastian Pop | 1 | -383/+471 |
2006-03-01 | tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG. | Diego Novillo | 1 | -11/+12 |
2006-02-20 | tree-chrec.c (eq_evolutions_p): New. | Sebastian Pop | 1 | -213/+551 |
2006-01-31 | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 1 | -5/+5 |
2005-12-21 | tree-data-ref.c (estimate_niter_from_size_of_data): Replace fold_build2 with ... | Kazu Hirata | 1 | -1/+1 |
2005-11-05 | lambda-code.c (lambda_transform_legal_p): Use DDR_NUM_DIST_VECTS for testing ... | Sebastian Pop | 1 | -83/+138 |
2005-10-13 | re PR tree-optimization/24262 (ICE: verify_ssa failed with -O -msse2 -ftree-v... | Sebastian Pop | 1 | -1/+1 |
2005-09-22 | tree-data-ref.c (analyze_array_indexes): Only estimate when estimate_only is ... | Daniel Berlin | 1 | -1/+2 |
2005-09-20 | tree-data-ref.c (get_number_of_iters_for_loop): New function. | Daniel Berlin | 1 | -64/+97 |
2005-09-15 | tree-data-ref.c (analyze_array_indexes): Add estimate_only parameter. | Daniel Berlin | 1 | -7/+21 |
2005-08-23 | lambda-code.c (lambda_vector_lexico_pos): Moved... | Sebastian Pop | 1 | -2/+19 |
2005-08-18 | * tree-data-ref.c (analyze_siv_subscript_cst_affine): Fix comment typo. | Volker Reichelt | 1 | -1/+1 |
2005-08-17 | fold-const.c (optimize_bit_field_compare): Remove extra fold call. | James A. Morrison | 1 | -16/+12 |
2005-08-15 | re PR tree-optimization/23386 (bitmap.c is being miscompiled (VRP)) | Sebastian Pop | 1 | -6/+23 |
2005-08-14 | re PR tree-optimization/23320 (ICE in in base_addr_differ_p, at tree-data-ref... | Ira Rosen | 1 | -13/+24 |
2005-08-13 | re PR tree-optimization/22236 (wrong code for casts and scev) | Sebastian Pop | 1 | -21/+1 |
2005-07-25 | expr.c (highest_pow2_factor): Make extern. | Ira Rosen | 1 | -84/+1393 |
2005-06-26 | builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)). | Kazu Hirata | 1 | -10/+11 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-08 | tree-data-ref.c (compute_estimated_nb_iterations, [...]): Fixed to use chrec_... | Sebastian Pop | 1 | -30/+29 |
2005-06-03 | tree-data-ref.c (compute_self_dependence): New function. | Sebastian Pop | 1 | -1/+39 |
2005-06-01 | basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary. | Kaveh R. Ghazi | 1 | -1/+0 |
2005-05-16 | tree-data-ref.c (compute_all_dependences): Change the type of dependence_rela... | Kazu Hirata | 1 | -7/+11 |
2005-05-11 | tree-data-ref.c (find_data_references_in_loop): Give up when the body of the ... | Sebastian Pop | 1 | -19/+53 |
2005-05-10 | tree-data-ref.c (analyze_array_indexes, [...]): Use VEC instead of VARRAY. | Kazu Hirata | 1 | -11/+11 |
2005-05-03 | lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface. | Andrew MacLeod | 1 | -6/+2 |
2005-04-11 | tree-data-ref.c (build_classic_dist_vector, [...]): Make externally visible. | Devang Patel | 1 | -2/+2 |
2005-03-09 | tree-data-ref.c (array_base_name_differ_p): Remove ta and tb. | Kazu Hirata | 1 | -4/+0 |
2005-02-17 | * tree-data-ref.c (array_base_name_differ_p): Remove gcc_assert. | Ira Rosen | 1 | -2/+0 |
2005-02-12 | tree-data-ref.c (array_base_name_differ_p): Check that the bases exist and ar... | Ira Rosen | 1 | -20/+8 |
2005-01-23 | alias.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-01-18 | basic-block.h, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-01-06 | re PR tree-optimization/18792 (ICE with -O1 -ftree-loop-linear on small test ... | Daniel Berlin | 1 | -58/+56 |
2004-12-10 | tree-data-ref.c (free_data_refs): Free each data_reference object. | Kazu Hirata | 1 | -2/+6 |
2004-11-12 | re PR middle-end/18005 (ICE with simple loop with VLA) | Sebastian Pop | 1 | -5/+15 |
2004-11-10 | tree-data-ref.c (build_classic_dist_vector): If either loop is outside of the... | Daniel Berlin | 1 | -6/+7 |
2004-11-01 | Fix PR tree-optimization/17672 Fix PR tree-optimization/18168 | Daniel Berlin | 1 | -26/+52 |
2004-10-31 | cfgloop.h (struct loop): Remove unused "nodes" field. | Jeff Law | 1 | -5/+9 |
2004-10-22 | alias.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -2/+2 |
2004-10-13 | * tree-data-ref.c: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2004-10-13 | Makefile.in (tree-ssa-loop-niter.o): Depends on tree-data-ref.h. | Sebastian Pop | 1 | -427/+880 |
2004-10-04 | * tree-data-ref.c: Fix comment typos. | Kazu Hirata | 1 | -4/+4 |