aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-loop-linear.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-17re PR tree-optimization/20256 (Perfect nest transformation not conservative e...Sebastian Pop1-8/+7
2006-05-17re PR tree-optimization/27332 (ICE in try_interchange_loops with -ftree-loop-...Sebastian Pop1-0/+3
2006-03-29tree-loop-linear.c (compute_data_dependences_for_loop): Adjust calls.Sebastian Pop1-2/+2
2006-03-28tree-loop-linear.c: Don't include varray.h.Sebastian Pop1-36/+24
2005-11-05lambda-code.c (lambda_transform_legal_p): Use DDR_NUM_DIST_VECTS for testing ...Sebastian Pop1-25/+18
2005-07-25expr.c (highest_pow2_factor): Make extern.Ira Rosen1-1/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+0
2005-04-22[multiple changes]Diego Novillo1-2/+1
2005-04-22lambda-code.c: Define VEC(int,heap), VEC(lambda_loop,heap).Nathan Sidwell1-5/+4
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell1-4/+7
2005-04-08backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo1-4/+1
2005-04-05lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod1-2/+0
2005-03-10Makefile.in (tree-optimize.o): Add CFGLOOP_H dependence.Zdenek Dvorak1-2/+2
2005-03-01cfgloop.c (flow_loop_entry_edges_find, [...]): Removed.Zdenek Dvorak1-2/+1
2005-02-17lambda-code (perfect_nestify): Remove mark/unmark for rewriting hack.Daniel Berlin1-0/+1
2005-01-18basic-block.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-06re PR tree-optimization/18792 (ICE with -O1 -ftree-loop-linear on small test ...Daniel Berlin1-23/+31
2004-11-03lambda-code.c (lambda_compute_auxillary_space): Update comments.Daniel Berlin1-16/+13
2004-11-01Fix PR tree-optimization/17672 Fix PR tree-optimization/18168Daniel Berlin1-6/+13
2004-09-16[multiple changes]Daniel Berlin1-42/+129
2004-09-08Makefile.in (tree-loop-linear.o): Added.Daniel Berlin1-0/+282