summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-reassoc.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/49749 (Reassociation rank algorithm does not include ...Bill Schmidt2011-07-311-7/+151
* re PR tree-optimization/49749 (Reassociation rank algorithm does not include ...Bill Schmidt2011-07-211-6/+5
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-2/+0
* re PR tree-optimization/48734 (ICE in eliminate_redundant_comparison, at tree...Jakub Jelinek2011-04-261-1/+16
* re PR tree-optimization/46494 (ICE: verify_flow_info failed when casting-out ...Eric Botcazou2011-02-141-1/+4
* re PR tree-optimization/44545 (internal compiler error: in remove_unreachable...Richard Guenther2010-11-161-3/+6
* builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert.Nathan Froyd2010-11-031-6/+4
* vec.h (VEC_qsort): Define.Nathan Froyd2010-10-111-10/+3
* re PR tree-optimization/45059 (error: invalid operands in binary operation, l...Jakub Jelinek2010-08-251-0/+5
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-6/+6
* re PR tree-optimization/45232 (tree reassociation introduces undefined overflow)Richard Guenther2010-08-121-4/+11
* tree.h (DECL_CHAIN): Define.Nathan Froyd2010-07-151-1/+1
* re PR tree-optimization/39874 (missing VRP (submission))Sandra Loosemore2010-06-081-13/+17
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-1/+0
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-1/+1
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-0/+2
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-2/+0
* tree-ssa-reassoc.c (undistribute_ops_list): Use create_tmp_reg.Michael Matz2010-05-101-2/+2
* re PR middle-end/28685 (Multiple comparisons are not simplified)Sandra Loosemore2010-05-081-1/+109
* tree-ssa-reassoc.c (eliminate_plus_minus_pair): Handle BIT_NOT_EXPR to simpli...Alexander Monakov2010-04-221-7/+30
* tree-ssa-reassoc.c (struct operand_entry): Add new field ID.Doug Kwan2010-04-161-4/+32
* tree-ssa-reassoc.c (repropagate_negates): Merge negates also into MINUS_EXPRs.Michael Matz2010-04-131-35/+71
* re PR middle-end/40815 (redundant neg instruction caused by loop-invariant)Maxim Kuvyrkov2010-04-081-6/+9
* re PR tree-optimization/42705 (verify_flow_info failed with -O)Richard Guenther2010-01-131-3/+3
* re PR bootstrap/41771 (Bootstrap with Sun Studio 12.1 fails)Rainer Orth2010-01-051-1/+2
* Remove trailing white spaces.H.J. Lu2009-11-251-26/+26
* re PR debug/41343 (sysdeps/ieee754/dbl-64/dosincos.c from glibc causes excess...Alexandre Oliva2009-10-121-2/+0
* tree-ssa-reassoc.c (find_operand_rank): Cast pointer via intptr_t to long type.Kai Tietz2009-09-081-2/+2
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-0/+2
* passes.c (init_optimization_passes): Strip now incorrect comment.Richard Guenther2009-05-111-1/+1
* 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