aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-reassoc.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-12/+12
2012-08-14cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther1-1/+1
2012-08-13tree-ssa-pre.c (do_regular_insertion): Add FIXME markers at points of potenti...Steven Bosscher1-2/+2
2012-08-10tree-ssa-pre.c (pretemp, [...]): Remove.Richard Guenther1-38/+17
2012-08-03tree-vect-loop-manip.c (vect_can_advance_ivs_p): Query is_gimple_reg on the S...Richard Guenther1-1/+1
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-7/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-3/+0
2012-06-27re PR tree-optimization/53774 (Reassociator generates non-canonical addition)Richard Guenther1-25/+11
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-3/+3
2012-05-18tree-ssa-reassoc.c (bip_map): Remove decl.Bill Schmidt1-178/+104
2012-05-16re PR tree-optimization/53217 (internal compiler error: verify_ssa failed)Bill Schmidt1-3/+67
2012-04-18re PR tree-optimization/52976 (Revision 186384 breaks the polyhedron tests ae...Bill Schmidt1-26/+52
2012-04-18re PR tree-optimization/52976 (Revision 186384 breaks the polyhedron tests ae...Bill Schmidt1-18/+120
2012-04-16re PR tree-optimization/52976 (Revision 186384 breaks the polyhedron tests ae...Bill Schmidt1-3/+30
2012-04-12tree-ssa-reassoc.c (attempt_builtin_powi_stats): Change %ld to HOST_WIDE_INT_...Bill Schmidt1-2/+3
2012-04-12re PR tree-optimization/18589 (could optimize FP multiplies better)Bill Schmidt1-10/+523
2011-10-03re PR tree-optimization/50587 (ICE init_range_entry, at tree-ssa-reassoc.c:16...Jakub Jelinek1-0/+2
2011-09-30re PR tree-optimization/46309 (optimization a==3||a==1)Jakub Jelinek1-0/+455
2011-09-06PR middle-end/44382: Tree reassociation improvementEnkovich Ilya1-47/+248
2011-07-31re PR tree-optimization/49749 (Reassociation rank algorithm does not include ...Bill Schmidt1-7/+151
2011-07-21re PR tree-optimization/49749 (Reassociation rank algorithm does not include ...Bill Schmidt1-6/+5
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-2/+0
2011-04-26re PR tree-optimization/48734 (ICE in eliminate_redundant_comparison, at tree...Jakub Jelinek1-1/+16
2011-02-14re PR tree-optimization/46494 (ICE: verify_flow_info failed when casting-out ...Eric Botcazou1-1/+4
2010-11-16re PR tree-optimization/44545 (internal compiler error: in remove_unreachable...Richard Guenther1-3/+6
2010-11-03builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert.Nathan Froyd1-6/+4
2010-10-11vec.h (VEC_qsort): Define.Nathan Froyd1-10/+3
2010-08-25re PR tree-optimization/45059 (error: invalid operands in binary operation, l...Jakub Jelinek1-0/+5
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