aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-reassoc.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-18tree-ssa-reassoc.c (reassociate_bb): Properly reset the statement iterator af...Richard Guenther1-0/+12
2008-08-13re PR tree-optimization/15255 ([tree-ssa] a * 2 + a * 2 is not converted to a...Richard Guenther1-6/+444
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-193/+216
2008-05-20tree-ssa-reassoc.c (fini_reassoc): Use the statistics infrastructure.Richard Guenther1-12/+8
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-3/+5
2008-02-20tree.h (fold_real_zero_addition_p): Declare.Richard Guenther1-4/+18
2008-02-07re PR tree-optimization/35085 (gcc.dg/vect/vect-iv-9.c fails)Uros Bizjak1-0/+12
2007-09-07re PR tree-optimization/32183 (reassoc2 can more extra calculations into a loop)Zdenek Dvorak1-15/+30
2007-09-04Add new fp flags: -fassociative-math and -freciprocal-mathRevital Eres1-4/+4
2007-08-08tree.def (FIXED_POINT_TYPE): New type.Chao-ying Fu1-4/+10
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-07-09tree-scalar-evolution.c (scev_const_prop): Add arguments to force_gimple_oper...Zdenek Dvorak1-1/+1
2007-07-09re PR target/27855 (reassociation causes the RA to be confused)Uros Bizjak1-3/+9
2007-07-02re PR middle-end/15988 (ICE in fold_convert with pointer-to-member-function)Richard Guenther1-2/+2
2007-06-06tree-ssa-alias-warnings.c (maybe_add_match): Cast according to the coding con...Thomas Neumann1-1/+1
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-2/+4
2007-02-06Makefile.in (tree-ssa-loop-ivopts.o): Add pointer-set.h dependency.Paolo Bonzini1-54/+23
2006-12-11tree-ssa-operands.h (create_ssa_artificial_load_stmt): Rename from create_ssa...Diego Novillo1-1/+1
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-41/+43
2006-11-28re PR tree-optimization/29984 (SPE GCC segfaults with MAX_EXPR <a, a>)Andrew Pinski1-3/+5
2006-11-28Privatize SSA variables into gimple_df.Jan Hubicka1-4/+4
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