aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-reassoc.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-20re PR tree-optimization/26854 (Inordinate compile times on large routines)Jeff Law1-2/+2
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-1/+2
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-2/+2
2005-12-21tree-data-ref.c (estimate_niter_from_size_of_data): Replace fold_build2 with ...Kazu Hirata1-2/+2
2005-12-20cfganal.c (flow_reverse_top_sort_order_compute): Renamed to post_order_comput...Kenneth Zadeck1-1/+1
2005-12-17basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin1-2/+1
2005-12-16basic-block.h, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-12-12tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): Remove reassociation code.Jeff Law1-406/+1284
2005-07-26calls.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-07-25tree-ssa-reassoc.c (reassociate_expr): Allow scaler floating point types when...Andrew Pinski1-4/+7
2005-07-01re PR tree-optimization/22269 (ICE in tree-ssa-reassoc with uninitialized var...Andrew Pinski1-1/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-15re PR tree-optimization/22024 (ACATS ICE cxa5a07 cxa5a08 cxg2016 SEGV in get_...Andrew Pinski1-0/+7
2005-06-06tree-ssa-reassoc.o: New.Daniel Berlin1-0/+631