aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-forwprop.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-2/+7
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod1-0/+1
2013-10-15tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Restructure forwarding t...Richard Biener1-31/+45
2013-09-30basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-4/+4
2013-09-27re PR tree-optimization/58459 (Loop invariant is not hoisted out of loop afte...Richard Biener1-24/+10
2013-09-12re PR tree-optimization/58404 (&noninvariant_address not forwproped into ->ha...Richard Biener1-20/+26
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-18/+36
2013-06-19tree-ssa-forwprop.c (simplify_bitwise_binary_boolean): Fix typo in comment.Jeff Law1-1/+1
2013-06-19tree-ssa-forwprop.c (simplify_bitwise_binary_boolean): New function.Jeff Law1-1/+83
2013-06-13tree-ssa-forwprop.c (simplify_bitwise_binary, [...]): Generalize to complex a...Marc Glisse1-30/+30
2013-05-13re PR tree-optimization/45216 (Rotate expressions not recognized at tree level)Jakub Jelinek1-5/+6
2013-05-10re PR tree-optimization/45216 (Rotate expressions not recognized at tree level)Jakub Jelinek1-0/+241
2013-04-21tree-ssa-forwprop.c (simplify_conversion_from_bitmask): New function.Jeff Law1-0/+88
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-2/+1
2013-04-09re PR tree-optimization/56854 (error: non-decl/MEM_REF LHS in clobber statement)Jakub Jelinek1-1/+5
2013-02-25re PR tree-optimization/56175 (Issue with combine phase on x86.)Richard Biener1-10/+27
2013-02-20tree-call-cdce.c (tree_call_cdce): Do not remove unused locals.Richard Biener1-2/+0
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-8/+9
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+1
2012-10-23tree-ssa-forwprop.c (forward_propagate_into_cond): Handle vectors.Marc Glisse1-9/+12
2012-10-15re PR middle-end/54915 (ICE: verify_gimple failed: type mismatch in vector pe...Marc Glisse1-0/+2
2012-10-02tree-ssa-forwprop.c (forward_propagate_into_cond): Don't use boolean_type_nod...Marc Glisse1-1/+1
2012-09-29tree.c (truth_type_for): New function.Marc Glisse1-1/+1
2012-09-24tree-ssa-forwprop.c: Include tree-ssa-propagate.h.Marc Glisse1-9/+20
2012-09-19tree-ssa-forwprop.c (get_prop_source_stmt): Simplify.Richard Guenther1-19/+5
2012-09-18re PR tree-optimization/54610 (FAIL: gcc.dg/tree-ssa/forwprop-22.c (internal ...Jakub Jelinek1-6/+16
2012-09-14tree-ssa-forwprop.c (simplify_bitfield_ref): Call get_prop_source_stmt.Marc Glisse1-16/+11
2012-09-11tree-ssa-forwprop.c (simplify_vector_constructor): New function.Marc Glisse1-0/+82
2012-09-10tree-ssa-forwprop.c (simplify_bitfield_ref): New function.Marc Glisse1-0/+74
2012-09-10tree-ssa-forwprop.c (simplify_permutation): Handle CONSTRUCTOR.Marc Glisse1-18/+77
2012-09-07Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl1-9/+6
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