aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-forwprop.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-15tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Also recurse on an invar...Joseph Myers1-1/+5
2009-04-29re PR middle-end/39937 (Revision 146831 failed SPEC CPU 2006)Richard Guenther1-6/+14
2009-04-17tree-ssa-forwprop.c (get_prop_dest_stmt): Clean up tuplification.Richard Guenther1-10/+9
2009-04-09tree-ssa-ccp.c (maybe_fold_stmt_addition): Move non-constant indices into an ...Richard Guenther1-0/+9
2009-04-04re PR tree-optimization/39636 (ICE in gimple_assign_rhs_code, at gimple.h:183...Richard Guenther1-1/+2
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-7/+11
2009-03-31tree.h (div_if_zero_remainder): Declare.Richard Guenther1-10/+38
2009-03-29tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Properly propagate addre...Richard Guenther1-5/+7
2009-03-28fold-const.c (get_pointer_modulus_and_residue): New parameter allow_func_align.Martin Jambor1-0/+52
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1