aboutsummaryrefslogtreecommitdiff
path: root/gcc/lambda-code.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-17re PR tree-optimization/20256 (Perfect nest transformation not conservative e...Sebastian Pop1-63/+97
2006-04-27Implement new immediate use iterators.Andrew MacLeod1-34/+30
2006-04-10Makefile.in (tree-into-ssa.o, [...]): Depend on vecprim.h.Kazu Hirata1-3/+1
2006-03-28tree-loop-linear.c: Don't include varray.h.Sebastian Pop1-7/+3
2006-02-27lambda-code.c (can_convert_to_perfect_nest): Allow any type ofDaniel Berlin1-11/+8
2006-02-20tree-chrec.c (eq_evolutions_p): New.Sebastian Pop1-47/+8
2006-02-02tree-flow-inline.h (bsi_after_labels): Rewrite, return what its name says.Paolo Bonzini1-1/+1
2006-01-04lambda-code.c (can_put_in_inner_loop): Relax restrictions.Daniel Berlin1-28/+59
2005-12-02tree-vrp.c (build_assert_expr_for, [...]): Use buildN instead of build.Richard Guenther1-45/+45
2005-11-05lambda-code.c (lambda_transform_legal_p): Use DDR_NUM_DIST_VECTS for testing ...Sebastian Pop1-6/+9
2005-08-23lambda-code.c (lambda_vector_lexico_pos): Moved...Sebastian Pop1-21/+0
2005-06-26builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)).Kazu Hirata1-3/+3
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-11lambda-code.c (replace_uses_equiv_to_x_with_y): Verify the step is an INTEGER...Daniel Berlin1-1/+3
2005-06-10lambda-code.c (replace_uses_equiv_to_x_with_y): Check step and access functio...Daniel Berlin1-2/+2
2005-06-10lambda-code.c (replace_uses_of_x_with_y): Renamed and rewritten slightly.Daniel Berlin1-35/+165
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+0
2005-05-27vec.h: Implement integral type vector specialization.Nathan Sidwell1-2/+2
2005-05-25lambda-code.c (perfect_nestify): Call update_stmt on the exit condition.Daniel Berlin1-2/+2
2005-05-03lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod1-28/+21
2005-04-22[multiple changes]Diego Novillo1-1/+11
2005-04-22lambda-code.c: Define VEC(int,heap), VEC(lambda_loop,heap).Nathan Sidwell1-81/+80
2005-04-21alias.c (true_dependence): Remove 'abort' from comments.Nathan Sidwell1-6/+3
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell1-41/+48
2005-04-17tree-flow-inline.h (get_stmt_operands): Remove.Kazu Hirata1-1/+0
2005-04-11re PR tree-optimization/20612 (ICE in verify_ssa for -ftree-loop-linear)Daniel Berlin1-2/+15
2005-04-05lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod1-11/+20
2005-04-01cgraphunit.c, [...]: Fix comment typos.Kazu Hirata1-4/+4
2005-03-13lambda-code.c (lambda_compute_auxillary_space): Remove local variable determi...Kazu Hirata1-3/+3
2005-03-11basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak1-2/+2
2005-03-05tree-phinodes.c (remove_phi_node): Drop the last argument.Kazu Hirata1-1/+1
2005-03-01cfgloop.c (flow_loop_entry_edges_find, [...]): Removed.Zdenek Dvorak1-1/+0
2005-02-17lambda-code (perfect_nestify): Remove mark/unmark for rewriting hack.Daniel Berlin1-9/+8
2005-02-15bitmap.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-02-14lambda-code.c (lambda_loopnest_to_gcc_loopnest, [...]): Use standard_iv_incre...Sebastian Pop1-8/+13
2004-12-19lambda-code.c (can_convert_to_perfect_nest): Make checking match up with what...Daniel Berlin1-4/+12
2004-11-25tree-phinodes.c (add_phi_arg): Take "tree" instead of "tree *" as the first a...Kazu Hirata1-1/+1
2004-11-17lambda-code.c (lambda_loopnest_to_gcc_loopnest): Swap the test when the edge ...Daniel Berlin1-7/+8
2004-11-16tree-cfg.c (bsi_commit_edge_inserts): Remove an argument.Kazu Hirata1-1/+1
2004-11-13c-cppbuiltin.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-11-03lambda-code.c (lambda_compute_auxillary_space): Update comments.Daniel Berlin1-4/+18
2004-11-01Fix PR tree-optimization/17672 Fix PR tree-optimization/18168Daniel Berlin1-147/+176
2004-10-28lambda-code.c (nestify_update_pending_stmts): Remove.Kazu Hirata1-26/+1
2004-10-22alias.c, [...]: Fix comment formatting.Kazu Hirata1-5/+5
2004-10-18tree-cfg.c (bsi_for_stmt): Rename from stmt_for_bsi.Diego Novillo1-1/+1
2004-10-06lambda-code.c (lambda_loopnest_to_gcc_loopnest): Convert to use FOR_EACH_SSA_...Daniel Berlin1-164/+184
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-4/+4
2004-09-25c-typeck.c, [...]: Fix comment formatting.Kazu Hirata1-4/+4
2004-09-18alias.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-1/+1