summaryrefslogtreecommitdiff
path: root/gcc/lambda-code.c
Commit message (Expand)AuthorAgeFilesLines
* loop.texi: Document recording of loop exits.Zdenek Dvorak2007-01-121-1/+0
* * tree-scalar-evolution.c (scev_const_prop):Diego Novillo2006-12-111-6/+2
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-39/+41
* tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak2006-11-251-10/+6
* tree-loop-linear.c (linear_transform_loops): Use single_exit accessor functions.Zdenek Dvorak2006-11-211-7/+7
* tree-vrp.c (execute_vrp): Do not update current_loops.Zdenek Dvorak2006-11-171-1/+1
* re PR tree-optimization/29581 (Latent bug in 4.1/4.2/4.3 lambda-code.c)Jakub Jelinek2006-11-151-14/+92
* tree-ssa-loop-prefetch.c (schedule_prefetches): Cleanup and improve comments.Zdenek Dvorak2006-11-121-3/+3
* re PR tree-optimization/27745 (ICE in execute_todo with -O2 -ftree-loop-linear)Sebastian Pop2006-05-291-35/+7
* cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata2006-05-281-2/+2
* re PR c++/26757 (C++ front-end producing two DECLs with the same UID)Andrew MacLeod2006-05-231-5/+5
* re PR tree-optimization/20256 (Perfect nest transformation not conservative e...Sebastian Pop2006-05-171-63/+97
* Implement new immediate use iterators.Andrew MacLeod2006-04-271-34/+30
* Makefile.in (tree-into-ssa.o, [...]): Depend on vecprim.h.Kazu Hirata2006-04-101-3/+1
* tree-loop-linear.c: Don't include varray.h.Sebastian Pop2006-03-281-7/+3
* lambda-code.c (can_convert_to_perfect_nest): Allow any type ofDaniel Berlin2006-02-271-11/+8
* tree-chrec.c (eq_evolutions_p): New.Sebastian Pop2006-02-201-47/+8
* tree-flow-inline.h (bsi_after_labels): Rewrite, return what its name says.Paolo Bonzini2006-02-021-1/+1
* lambda-code.c (can_put_in_inner_loop): Relax restrictions.Daniel Berlin2006-01-041-28/+59
* tree-vrp.c (build_assert_expr_for, [...]): Use buildN instead of build.Richard Guenther2005-12-021-45/+45
* lambda-code.c (lambda_transform_legal_p): Use DDR_NUM_DIST_VECTS for testing ...Sebastian Pop2005-11-051-6/+9
* lambda-code.c (lambda_vector_lexico_pos): Moved...Sebastian Pop2005-08-231-21/+0
* builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)).Kazu Hirata2005-06-261-3/+3
* Update FSF address.Kelley Cook2005-06-251-2/+2
* lambda-code.c (replace_uses_equiv_to_x_with_y): Verify the step is an INTEGER...Daniel Berlin2005-06-111-1/+3
* lambda-code.c (replace_uses_equiv_to_x_with_y): Check step and access functio...Daniel Berlin2005-06-101-2/+2
* lambda-code.c (replace_uses_of_x_with_y): Renamed and rewritten slightly.Daniel Berlin2005-06-101-35/+165
* basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi2005-06-011-1/+0
* vec.h: Implement integral type vector specialization.Nathan Sidwell2005-05-271-2/+2
* lambda-code.c (perfect_nestify): Call update_stmt on the exit condition.Daniel Berlin2005-05-251-2/+2
* lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod2005-05-031-28/+21
* [multiple changes]Diego Novillo2005-04-221-1/+11
* lambda-code.c: Define VEC(int,heap), VEC(lambda_loop,heap).Nathan Sidwell2005-04-221-81/+80
* alias.c (true_dependence): Remove 'abort' from comments.Nathan Sidwell2005-04-211-6/+3
* vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell2005-04-211-41/+48
* tree-flow-inline.h (get_stmt_operands): Remove.Kazu Hirata2005-04-171-1/+0
* re PR tree-optimization/20612 (ICE in verify_ssa for -ftree-loop-linear)Daniel Berlin2005-04-111-2/+15
* lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod2005-04-051-11/+20
* cgraphunit.c, [...]: Fix comment typos.Kazu Hirata2005-04-011-4/+4
* lambda-code.c (lambda_compute_auxillary_space): Remove local variable determi...Kazu Hirata2005-03-131-3/+3
* basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak2005-03-111-2/+2
* tree-phinodes.c (remove_phi_node): Drop the last argument.Kazu Hirata2005-03-051-1/+1
* cfgloop.c (flow_loop_entry_edges_find, [...]): Removed.Zdenek Dvorak2005-03-011-1/+0
* lambda-code (perfect_nestify): Remove mark/unmark for rewriting hack.Daniel Berlin2005-02-171-9/+8
* bitmap.c, [...]: Update copyright.Kazu Hirata2005-02-151-1/+1
* lambda-code.c (lambda_loopnest_to_gcc_loopnest, [...]): Use standard_iv_incre...Sebastian Pop2005-02-141-8/+13
* lambda-code.c (can_convert_to_perfect_nest): Make checking match up with what...Daniel Berlin2004-12-191-4/+12
* tree-phinodes.c (add_phi_arg): Take "tree" instead of "tree *" as the first a...Kazu Hirata2004-11-251-1/+1
* lambda-code.c (lambda_loopnest_to_gcc_loopnest): Swap the test when the edge ...Daniel Berlin2004-11-171-7/+8
* tree-cfg.c (bsi_commit_edge_inserts): Remove an argument.Kazu Hirata2004-11-161-1/+1