aboutsummaryrefslogtreecommitdiff
path: root/gcc/lambda-code.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-09-17basic-block.h, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-16[multiple changes]Daniel Berlin1-93/+560
2004-09-10bb-reorder.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-10c-common.c, [...]: Fix comment typos.Kazu Hirata1-6/+6
2004-09-08Makefile.in (tree-loop-linear.o): Added.Daniel Berlin1-44/+60
2004-09-08vec.c (vec_p_reserve, [...]): Rename to ...Nathan Sidwell1-1/+1
2004-09-05c-common.c, [...]: Fix comment formatting.Kazu Hirata1-6/+6
2004-08-26[multiple changes]Daniel Berlin1-0/+1972