aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-forwprop.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-10tree-ssa-forwprop.c (ssa_forward_propagate_and_combine): Scan stmts forward w...Richard Guenther1-5/+22
2011-05-31tree-ssa-forwprop.c (forward_propagate_into_comparison): Rename to ...Richard Guenther1-353/+368
2011-05-30tree-ssa-forwprop.c (forward_propagate_into_comparison): New function split o...Richard Guenther1-202/+210
2011-05-11re PR tree-optimization/15256 ([tree-ssa] Optimize manual bitfield manipilati...Richard Guenther1-33/+95
2011-05-11re PR middle-end/18041 (OR of two single-bit bitfields is inefficient)Richard Guenther1-39/+87
2011-05-10tree-ssa-forwprop.c (combine_conversions): Pattern-match a series of conversi...Richard Guenther1-0/+167
2011-05-04tree.h (int_const_binop): Remove notrunc argument.Richard Guenther1-2/+2
2011-04-22re PR tree-optimization/48717 (integer wrong code bug)Jakub Jelinek1-2/+2
2011-03-31tree-ssa-forwprop.c (forward_propagate_into_cond): Avoid typo potentially lea...Jeff Law1-1/+1
2011-02-08re PR tree-optimization/47632 (ICE: verify_flow_info failed: BB 4 can not thr...Richard Guenther1-28/+19
2011-01-25re PR tree-optimization/47265 (Error: SSA name in freelist but still referenced)Jakub Jelinek1-2/+2
2011-01-14re PR tree-optimization/47280 (ICE: verify_stmts failed: statement marked for...Richard Guenther1-4/+9
2010-11-15re PR tree-optimization/46461 (ICE: invalid argument to gimple call at -O wit...Jakub Jelinek1-0/+3
2010-11-07re PR tree-optimization/46346 (fma testsuite failures)Uros Bizjak1-1/+5
2010-11-02re PR tree-optimization/46216 (ICE: SSA corruption)Richard Guenther1-1/+2
2010-10-21basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd1-3/+1
2010-10-13re PR fortran/45636 (Failed to fold simple Fortran string)Jakub Jelinek1-0/+302
2010-08-12re PR tree-optimization/45232 (tree reassociation introduces undefined overflow)Richard Guenther1-0/+287
2010-07-14re PR middle-end/44824 (internal compiler error: verify_stmts failed)Richard Guenther1-5/+6
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-98/+229
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-1/+0
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-1/+3
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-2/+0