aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-reassoc.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-6/+6
2010-08-12re PR tree-optimization/45232 (tree reassociation introduces undefined overflow)Richard Guenther1-4/+11
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-1/+1
2010-06-08re PR tree-optimization/39874 (missing VRP (submission))Sandra Loosemore1-13/+17
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-1/+0
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-1/+1
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-0/+2
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-2/+0
2010-05-10tree-ssa-reassoc.c (undistribute_ops_list): Use create_tmp_reg.Michael Matz1-2/+2
2010-05-08re PR middle-end/28685 (Multiple comparisons are not simplified)Sandra Loosemore1-1/+109
2010-04-22tree-ssa-reassoc.c (eliminate_plus_minus_pair): Handle BIT_NOT_EXPR to simpli...Alexander Monakov1-7/+30
2010-04-16tree-ssa-reassoc.c (struct operand_entry): Add new field ID.Doug Kwan1-4/+32
2010-04-13tree-ssa-reassoc.c (repropagate_negates): Merge negates also into MINUS_EXPRs.Michael Matz1-35/+71
2010-04-08re PR middle-end/40815 (redundant neg instruction caused by loop-invariant)Maxim Kuvyrkov1-6/+9
2010-01-13re PR tree-optimization/42705 (verify_flow_info failed with -O)Richard Guenther1-3/+3
2010-01-05re PR bootstrap/41771 (Bootstrap with Sun Studio 12.1 fails)Rainer Orth1-1/+2
2009-11-25Remove trailing white spaces.H.J. Lu1-26/+26
2009-10-12re PR debug/41343 (sysdeps/ieee754/dbl-64/dosincos.c from glibc causes excess...Alexandre Oliva1-2/+0
2009-09-08tree-ssa-reassoc.c (find_operand_rank): Cast pointer via intptr_t to long type.Kai Tietz1-2/+2
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-0/+2
2009-05-11passes.c (init_optimization_passes): Strip now incorrect comment.Richard Guenther1-1/+1
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-1/+1
2009-01-12re PR tree-optimization/38807 (ice: gimple check: expected gimple_assign(erro...Jakub Jelinek1-2/+3
2008-12-18re PR middle-end/38533 (tree-ssa-reassoc.c increases register pressure severa...Jakub Jelinek1-10/+49
2008-12-04re PR middle-end/36509 (gcc.dg/Wstrict-aliasing-float-ptr-int-obj.c)Richard Guenther1-1/+0
2008-10-05gimple.texi: Fix some typos, wrap some long lines, fix some broken wraps with...Ralf Wildenhues1-2/+2
2008-09-18re PR middle-end/37456 (ICE: verify_flow_info failed: control flow in the mid...Richard Guenther1-4/+28
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