Age | Commit message (Expand) | Author | Files | Lines |
2006-03-29 | tree-loop-linear.c (compute_data_dependences_for_loop): Adjust calls. | Sebastian Pop | 1 | -2/+2 |
2006-03-28 | tree-loop-linear.c: Don't include varray.h. | Sebastian Pop | 1 | -56/+41 |
2006-03-26 | tree-data-ref.c: Rename DDR_SIZE_VECT to DDR_NB_LOOPS. | Sebastian Pop | 1 | -11/+5 |
2006-01-19 | Makefile.in (tree-vect-patterns.o): Add rule for new file. | Dorit Nuzman | 1 | -22/+53 |
2005-11-05 | lambda-code.c (lambda_transform_legal_p): Use DDR_NUM_DIST_VECTS for testing ... | Sebastian Pop | 1 | -39/+45 |
2005-09-28 | re PR tree-optimization/23853 (ICE: in tree_low_cst, at tree.c:4270) | Richard Guenther | 1 | -3/+3 |
2005-09-06 | common.opt: Add option ftree-vect-loop-version. | Keith Besaw | 1 | -156/+348 |
2005-08-13 | re PR tree-optimization/22236 (wrong code for casts and scev) | Sebastian Pop | 1 | -1/+1 |
2005-07-27 | re PR tree-optimization/23073 (testsuite failure, gcc.dg/tree-ssa/ifc-2004081... | Dorit Nuzman | 1 | -7/+10 |
2005-07-25 | expr.c (highest_pow2_factor): Make extern. | Ira Rosen | 1 | -1067/+192 |
2005-07-05 | tree-vectorizer.h (struct _loop_vec_info): Remove loop_line_number. | Devang Patel | 1 | -158/+120 |
2005-06-26 | builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)). | Kazu Hirata | 1 | -3/+3 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-18 | tree.def (REDUC_MAX_EXPR, [...]): New tree-codes. | Dorit Nuzman | 1 | -46/+80 |
2005-06-10 | tree-vect-analyze.c (vect_analyze_data_ref_dependence): DRs whose dependence-... | Dorit Nuzman | 1 | -5/+19 |
2005-06-05 | tree-flow.h (stmt_ann_d): Move aux to ... | Dorit Nuzman | 1 | -158/+242 |
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-29 | cgraphunit.c, [...]: Fix typos and follow spelling conventions in error/dump ... | Kazu Hirata | 1 | -1/+1 |
2005-05-26 | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2005-05-03 | lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface. | Andrew MacLeod | 1 | -49/+20 |
2005-04-27 | tree-complex.c (expand_vector_operation): New, extracted from expand_vector_o... | Paolo Bonzini | 1 | -8/+1 |
2005-04-25 | tree-vect-analyze.c (vect_mark_relevant): Take VEC(tree,heap) instead of varr... | Kazu Hirata | 1 | -12/+11 |
2005-04-15 | tree-vect-analyze.c (vect_stmt_relevant_p): Process immediate uses of non-vir... | Andrew MacLeod | 1 | -7/+21 |
2005-04-11 | tree-data-ref.c (build_classic_dist_vector, [...]): Make externally visible. | Devang Patel | 1 | -15/+77 |
2005-04-11 | tree-vect-analyze (vect_determine_vectorization_factor): Do not use GET_MODE_... | Paolo Bonzini | 1 | -1/+1 |
2005-04-06 | tree-vect-analyze.c (vect_analyze_loop_form): Call split_loop_exit_edge inste... | Dorit Naishlos | 1 | -1/+1 |
2005-04-05 | lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt. | Andrew MacLeod | 1 | -12/+13 |
2005-03-29 | tree-ssanames.c (duplicate_ssa_name_ptr_info): New function. | Dorit Nuzman | 1 | -7/+19 |
2005-03-23 | re PR tree-optimization/20501 (gcc.dg/vect/vect-93.c fails on ia64-hpux) | Dorit Naishlos | 1 | -2/+3 |
2005-03-17 | re PR tree-optimization/20474 (ICE while compiling openmotif-2.2.3 with -ftre... | Dorit Naishlos | 1 | -2/+9 |
2005-03-16 | tree-vectorizer.c (new_vec_stmt_info): Initialize STMT_VINFO_SUBVARS to NULL. | Daniel Berlin | 1 | -1/+1 |
2005-03-16 | tree-vect-analyze.c (vect_enhance_data_refs_alignment): Copy UNITS_PER_SIMD_W... | Steven Bosscher | 1 | -1/+8 |
2005-03-15 | tree-vectorizer.h (unknown_alignment_for_access_p): Replaced by known_alignme... | Dorit Naishlos | 1 | -122/+215 |
2005-03-13 | In gcc/ada/ 2005-03-12 Daniel Berlin <dberlin@dberlin.org> | Daniel Berlin | 1 | -6/+17 |
2005-03-11 | basic-block.h (single_succ_p, [...]): New inline functions. | Zdenek Dvorak | 1 | -1/+1 |
2005-03-08 | c-common.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2005-03-08 | tree-vect-analyze.c (vect_object_analysis): Analyze initial condition of acce... | Ira Rosen | 1 | -3/+4 |
2005-03-01 | cfgloop.c (flow_loop_entry_edges_find, [...]): Removed. | Zdenek Dvorak | 1 | -24/+2 |
2005-02-20 | re PR tree-optimization/19951 (ICE in tree_split_edge, at tree-cfg.c:3199 wit... | Dorit Naishlos | 1 | -5/+20 |
2005-02-17 | * libgcc2.c, tree-vect-analyze.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-02-17 | tree-vect-analyze.c (vect_analyze_pointer_ref_access): Use POINTER_TYPE_P whe... | Ira Rosen | 1 | -58/+38 |
2005-02-17 | Makefile.in (tree-vect-analyze.o, [...]): New. | Dorit Naishlos | 1 | -0/+2524 |