aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-forwprop.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-21fold-const.c (fold_ternary_loc): Detect identity permutations.Marc Glisse1-0/+96
2012-08-20re PR middle-end/54321 (ice in tree_low_cst at -O3)Jakub Jelinek1-1/+1
2012-08-13basic-block.h (struct basic_block): Remove loop_depth member, move flags and ...Richard Guenther1-2/+3
2012-08-10re PR middle-end/54109 (ICE at tree-ssa-structalias.c:3049 in get_constraint_...Richard Guenther1-135/+0
2012-08-10tree-ssa-pre.c (pretemp, [...]): Remove.Richard Guenther1-13/+4
2012-07-19tree-ssa-forwprop.c (combine_conversions): Punt if the RHS of the defining st...Eric Botcazou1-0/+5
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-2/+0
2012-07-13re PR target/53907 (gcc uses unaligned load when aligned load was requested)Richard Guenther1-0/+55
2012-05-09re PR tree-optimization/53226 (Endless loop in forwprop)Jakub Jelinek1-10/+11
2012-05-02coretypes.h (gimple_seq, [...]): Typedef as gimple.Michael Matz1-10/+19
2012-05-02re PR middle-end/53153 (ice in tree_low_cst, at tree.c:6569)Steven Bosscher1-4/+74
2012-04-27re PR middle-end/27139 (Optimize double INT->FP->INT conversions with -ffast-...Marc Glisse1-1/+27
2012-04-24tree-ssa-forwprop.c (simplify_bitwise_binary): Don't directly use def1/def2.Andrew Pinski1-3/+3
2012-04-24re PR tree-optimization/33512 (Simple bitwise simplification missed)Andrew Pinski1-29/+132
2012-04-23tree-ssa-forwprop.c (simplify_bitwise_binary): Simplify (A & B) OP0 (C & B) t...Andrew Pinski1-0/+48
2012-04-20re PR c++/53050 (ssa_forward_propagate_and_combine: segmentation fault)Richard Guenther1-3/+6
2012-04-16re PR tree-optimization/52975 (Ofast produces not optimized code for vectoriz...Richard Guenther1-1/+55
2012-04-11fold-const.c (fold_unary_loc): Use GET_MODE_PRECISION for comparisons against...Bernd Schmidt1-3/+3
2012-04-05gimple-iterator.c (gsi_remove): Return whether EH edges need to be cleanup.Richard Guenther1-2/+2
2012-03-30re PR other/52754 (indirect indexing broken with -fpredictive-commoning)Richard Guenther1-6/+6
2012-03-14re PR middle-end/52578 (Fails to fold another size difference)Richard Guenther1-3/+6
2011-12-08re PR tree-optimization/51466 (ICE in gimple_rhs_has_side_effects,)Jakub Jelinek1-0/+4
2011-11-28re PR tree-optimization/50078 (combine wrong code: volatile accesses optimize...Jakub Jelinek1-6/+8
2011-10-19re PR tree-optimization/50780 (ICE: verify_gimple failed: invalid operands in...Richard Guenther1-1/+2
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner1-1/+2
2011-10-09tree-ssa-forwprop.c (forward_propagate_into_comparison): Do not make the repl...Eric Botcazou1-4/+3
2011-10-06re PR tree-optimization/49279 (Optimization incorrectly presuming constant va...Jakub Jelinek1-5/+0
2011-10-04fold-const.c (fold_unary_loc): Don't optimize POINTER_PLUS_EXPR casted to TYP...Jakub Jelinek1-0/+5
2011-09-09gimple.h (fold_stmt_inplace): Adjust to take a gimple_stmt_iterator instead o...Richard Guenther1-30/+25
2011-09-07tree-ssa-forwprop.c (forward_propagate_into_gimple_cond): Canonicalize negate...Richard Guenther1-3/+39
2011-09-07re PR tree-optimization/50213 (Regression in space-optimized code relative to...Richard Guenther1-11/+13
2011-09-01expr.c (expand_expr_real_2): Move COND_EXPR and VEC_COND_EXPR handling here, ...Richard Guenther1-17/+17
2011-08-30re PR tree-optimization/48571 (Missed data-dependence for (bogus?) reconstruc...Richard Guenther1-23/+13
2011-08-16re PR tree-optimization/50082 (-Wstrict-overflow mishandles typedef)Richard Guenther1-26/+21
2011-08-10tree.h (get_pointer_alignment): Remove max-align argument.Richard Guenther1-1/+1
2011-08-02gimple.c (canonicalize_cond_expr_cond): Handle cast from boolean-type.Kai Tietz1-1/+4
2011-07-25re PR tree-optimization/49822 (Segfault in remove_prop_source_from_use)Richard Guenther1-7/+15
2011-07-22re PR middle-end/45819 (unexpected unaligned access to volatile int)Richard Guenther1-2/+6
2011-07-21ChangeLog gcc/Kai Tietz1-12/+7
2011-07-21tree-ssa-forwprop.c (combine_conversions): Return whether we have to run cfg-...Richard Guenther1-12/+18
2011-07-20tree-ssa-forwprop.c (remove_prop_source_from_use): Robustify against already ...Richard Guenther1-30/+35
2011-07-20re PR middle-end/18908 (Missed folding opportunities with bools)Richard Guenther1-31/+11
2011-07-19tree-ssa-forwprop.c (lookup_logical_inverted_value): Remove TRUTH_*_EXPR hand...Richard Guenther1-4/+1
2011-07-19Makefile.in (tree-ssa-forwprop.o): Depend on gimple-pretty-print.h.Richard Biener1-79/+48
2011-07-19gimplify.c (gimplify_expr): Gimplify TRUTH_NOT_EXPR as BIT_XOR_EXPR, same as ...Richard Guenther1-2/+6
2011-07-07tree-ssa-forwprop.c (truth_valued_ssa_name): New function.Kai Tietz1-0/+132
2011-07-01tree-ssa-forwprop.c (simplify_bitwise_binary): Fix typo.Kai Tietz1-1/+1
2011-06-29re PR tree-optimization/49539 (ICE building gnattools)Eric Botcazou1-12/+9
2011-06-28tree-ssa-forwprop.c (simplify_bitwise_binary): Improve type sinking.Kai Tietz1-3/+26
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-3/+1