summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-reassoc.c
Commit message (Expand)AuthorAgeFilesLines
* re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther2009-04-031-1/+1
* re PR tree-optimization/38807 (ice: gimple check: expected gimple_assign(erro...Jakub Jelinek2009-01-121-2/+3
* re PR middle-end/38533 (tree-ssa-reassoc.c increases register pressure severa...Jakub Jelinek2008-12-181-10/+49
* re PR middle-end/36509 (gcc.dg/Wstrict-aliasing-float-ptr-int-obj.c)Richard Guenther2008-12-041-1/+0
* gimple.texi: Fix some typos, wrap some long lines, fix some broken wraps with...Ralf Wildenhues2008-10-051-2/+2
* re PR middle-end/37456 (ICE: verify_flow_info failed: control flow in the mid...Richard Guenther2008-09-181-4/+28
* tree-ssa-reassoc.c (reassociate_bb): Properly reset the statement iterator af...Richard Guenther2008-08-181-0/+12
* re PR tree-optimization/15255 ([tree-ssa] a * 2 + a * 2 is not converted to a...Richard Guenther2008-08-131-6/+444
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-193/+216
* tree-ssa-reassoc.c (fini_reassoc): Use the statistics infrastructure.Richard Guenther2008-05-201-12/+8
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-3/+5
* tree.h (fold_real_zero_addition_p): Declare.Richard Guenther2008-02-201-4/+18
* re PR tree-optimization/35085 (gcc.dg/vect/vect-iv-9.c fails)Uros Bizjak2008-02-071-0/+12
* re PR tree-optimization/32183 (reassoc2 can more extra calculations into a loop)Zdenek Dvorak2007-09-071-15/+30
* Add new fp flags: -fassociative-math and -freciprocal-mathRevital Eres2007-09-041-4/+4
* tree.def (FIXED_POINT_TYPE): New type.Chao-ying Fu2007-08-081-4/+10
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* tree-scalar-evolution.c (scev_const_prop): Add arguments to force_gimple_oper...Zdenek Dvorak2007-07-091-1/+1
* re PR target/27855 (reassociation causes the RA to be confused)Uros Bizjak2007-07-091-3/+9
* re PR middle-end/15988 (ICE in fold_convert with pointer-to-member-function)Richard Guenther2007-07-021-2/+2
* tree-ssa-alias-warnings.c (maybe_add_match): Cast according to the coding con...Thomas Neumann2007-06-061-1/+1
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-2/+4
* Makefile.in (tree-ssa-loop-ivopts.o): Add pointer-set.h dependency.Paolo Bonzini2007-02-061-54/+23
* tree-ssa-operands.h (create_ssa_artificial_load_stmt): Rename from create_ssa...Diego Novillo2006-12-111-1/+1
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-41/+43
* re PR tree-optimization/29984 (SPE GCC segfaults with MAX_EXPR <a, a>)Andrew Pinski2006-11-281-3/+5
* Privatize SSA variables into gimple_df.Jan Hubicka2006-11-281-4/+4
* re PR tree-optimization/26854 (Inordinate compile times on large routines)Jeff Law2006-04-201-2/+2
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-1/+2
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-2/+2
* tree-data-ref.c (estimate_niter_from_size_of_data): Replace fold_build2 with ...Kazu Hirata2005-12-211-2/+2
* cfganal.c (flow_reverse_top_sort_order_compute): Renamed to post_order_comput...Kenneth Zadeck2005-12-201-1/+1
* basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin2005-12-171-2/+1
* basic-block.h, [...]: Fix comment typos.Kazu Hirata2005-12-161-1/+1
* tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): Remove reassociation code.Jeff Law2005-12-121-406/+1284
* calls.c, [...]: Fix comment typos.Kazu Hirata2005-07-261-1/+1
* tree-ssa-reassoc.c (reassociate_expr): Allow scaler floating point types when...Andrew Pinski2005-07-251-4/+7
* re PR tree-optimization/22269 (ICE in tree-ssa-reassoc with uninitialized var...Andrew Pinski2005-07-011-1/+1
* Update FSF address.Kelley Cook2005-06-251-2/+2
* re PR tree-optimization/22024 (ACATS ICE cxa5a07 cxa5a08 cxg2016 SEGV in get_...Andrew Pinski2005-06-151-0/+7
* tree-ssa-reassoc.o: New.Daniel Berlin2005-06-061-0/+631