summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-forwprop.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/50780 (ICE: verify_gimple failed: invalid operands in...Richard Guenther2011-10-191-1/+2
* Convert standard builtin functions from being arrays to using a functional in...Michael Meissner2011-10-111-1/+2
* tree-ssa-forwprop.c (forward_propagate_into_comparison): Do not make the repl...Eric Botcazou2011-10-091-4/+3
* re PR tree-optimization/49279 (Optimization incorrectly presuming constant va...Jakub Jelinek2011-10-061-5/+0
* fold-const.c (fold_unary_loc): Don't optimize POINTER_PLUS_EXPR casted to TYP...Jakub Jelinek2011-10-041-0/+5
* gimple.h (fold_stmt_inplace): Adjust to take a gimple_stmt_iterator instead o...Richard Guenther2011-09-091-30/+25
* tree-ssa-forwprop.c (forward_propagate_into_gimple_cond): Canonicalize negate...Richard Guenther2011-09-071-3/+39
* re PR tree-optimization/50213 (Regression in space-optimized code relative to...Richard Guenther2011-09-071-11/+13
* expr.c (expand_expr_real_2): Move COND_EXPR and VEC_COND_EXPR handling here, ...Richard Guenther2011-09-011-17/+17
* re PR tree-optimization/48571 (Missed data-dependence for (bogus?) reconstruc...Richard Guenther2011-08-301-23/+13
* re PR tree-optimization/50082 (-Wstrict-overflow mishandles typedef)Richard Guenther2011-08-161-26/+21
* tree.h (get_pointer_alignment): Remove max-align argument.Richard Guenther2011-08-101-1/+1
* gimple.c (canonicalize_cond_expr_cond): Handle cast from boolean-type.Kai Tietz2011-08-021-1/+4
* re PR tree-optimization/49822 (Segfault in remove_prop_source_from_use)Richard Guenther2011-07-251-7/+15
* re PR middle-end/45819 (unexpected unaligned access to volatile int)Richard Guenther2011-07-221-2/+6
* ChangeLog gcc/Kai Tietz2011-07-211-12/+7
* tree-ssa-forwprop.c (combine_conversions): Return whether we have to run cfg-...Richard Guenther2011-07-211-12/+18
* tree-ssa-forwprop.c (remove_prop_source_from_use): Robustify against already ...Richard Guenther2011-07-201-30/+35
* re PR middle-end/18908 (Missed folding opportunities with bools)Richard Guenther2011-07-201-31/+11
* tree-ssa-forwprop.c (lookup_logical_inverted_value): Remove TRUTH_*_EXPR hand...Richard Guenther2011-07-191-4/+1
* Makefile.in (tree-ssa-forwprop.o): Depend on gimple-pretty-print.h.Richard Biener2011-07-191-79/+48
* gimplify.c (gimplify_expr): Gimplify TRUTH_NOT_EXPR as BIT_XOR_EXPR, same as ...Richard Guenther2011-07-191-2/+6
* tree-ssa-forwprop.c (truth_valued_ssa_name): New function.Kai Tietz2011-07-071-0/+132
* tree-ssa-forwprop.c (simplify_bitwise_binary): Fix typo.Kai Tietz2011-07-011-1/+1
* re PR tree-optimization/49539 (ICE building gnattools)Eric Botcazou2011-06-291-12/+9
* tree-ssa-forwprop.c (simplify_bitwise_binary): Improve type sinking.Kai Tietz2011-06-281-3/+26
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-3/+1
* tree-ssa-forwprop.c (ssa_forward_propagate_and_combine): Scan stmts forward w...Richard Guenther2011-06-101-5/+22
* tree-ssa-forwprop.c (forward_propagate_into_comparison): Rename to ...Richard Guenther2011-05-311-353/+368
* tree-ssa-forwprop.c (forward_propagate_into_comparison): New function split o...Richard Guenther2011-05-301-202/+210
* re PR tree-optimization/15256 ([tree-ssa] Optimize manual bitfield manipilati...Richard Guenther2011-05-111-33/+95
* re PR middle-end/18041 (OR of two single-bit bitfields is inefficient)Richard Guenther2011-05-111-39/+87
* tree-ssa-forwprop.c (combine_conversions): Pattern-match a series of conversi...Richard Guenther2011-05-101-0/+167
* tree.h (int_const_binop): Remove notrunc argument.Richard Guenther2011-05-041-2/+2
* re PR tree-optimization/48717 (integer wrong code bug)Jakub Jelinek2011-04-221-2/+2
* tree-ssa-forwprop.c (forward_propagate_into_cond): Avoid typo potentially lea...Jeff Law2011-03-311-1/+1
* re PR tree-optimization/47632 (ICE: verify_flow_info failed: BB 4 can not thr...Richard Guenther2011-02-081-28/+19
* re PR tree-optimization/47265 (Error: SSA name in freelist but still referenced)Jakub Jelinek2011-01-251-2/+2
* re PR tree-optimization/47280 (ICE: verify_stmts failed: statement marked for...Richard Guenther2011-01-141-4/+9
* re PR tree-optimization/46461 (ICE: invalid argument to gimple call at -O wit...Jakub Jelinek2010-11-151-0/+3
* re PR tree-optimization/46346 (fma testsuite failures)Uros Bizjak2010-11-071-1/+5
* re PR tree-optimization/46216 (ICE: SSA corruption)Richard Guenther2010-11-021-1/+2
* basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd2010-10-211-3/+1
* re PR fortran/45636 (Failed to fold simple Fortran string)Jakub Jelinek2010-10-131-0/+302
* re PR tree-optimization/45232 (tree reassociation introduces undefined overflow)Richard Guenther2010-08-121-0/+287
* re PR middle-end/44824 (internal compiler error: verify_stmts failed)Richard Guenther2010-07-141-5/+6
* re PR middle-end/42834 (memcpy folding overeager)Richard Guenther2010-07-011-98/+229
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-1/+0
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-1/+3
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-2/+0