aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-forwprop.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-15re PR other/44038 (ICE: verify_stmts failed)Richard Guenther1-4/+12
2010-04-07ipa-reference.c (mark_load): Use get_base_address.Richard Guenther1-10/+12
2010-04-07tree-ssa-forwprop.c (forward_propagate_addr_expr): Propagate constants everyw...Richard Guenther1-3/+4
2009-11-25Remove trailing white spaces.H.J. Lu1-15/+15
2009-10-12re PR debug/41343 (sysdeps/ieee754/dbl-64/dosincos.c from glibc causes excess...Alexandre Oliva1-7/+1
2009-09-24re PR middle-end/36143 (FAIL: g++.dg/tree-ssa/pr19637.C)Richard Guenther1-1/+3
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-1/+8
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-17/+30
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-1/+2
2009-05-24tree-ssa-operands.h (push_stmt_changes, [...]): Delete.Paolo Bonzini1-6/+4
2009-05-19tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Do not falsely claim to ...Richard Guenther1-14/+22
2009-05-15common.opt (-ftree-forwprop, [...]): New options, enabled by default.Richard Guenther1-1/+1