aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-forwprop.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-06-25tree-ssa-forwprop.c (associate_plusminus): For widening conversions check for...Bernd Edlinger1-7/+28
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod1-0/+1
2014-05-22tree-ssa-forwprop.c (associate_plusminus): Extend (T)(P + A) - (T)P -> (T)A t...Eric Botcazou1-28/+26
2014-05-06Merge in wide-int.Kenneth Zadeck1-11/+13
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-1/+1
2014-04-17pass cfun to pass::executeTrevor Saunders1-34/+34
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-8/+1
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-04-14tree-ssa-forwprop.c (simplify_gimple_switch): Enhance check for which sign-ch...Richard Biener1-30/+25
2014-01-30re PR middle-end/59993 (ICE: SSA corruption)Richard Biener1-2/+4
2014-01-29re PR middle-end/58742 (pointer arithmetic simplification)Richard Biener1-1/+98
2014-01-29re PR middle-end/58742 (pointer arithmetic simplification)Richard Biener1-4/+63
2014-01-28re PR middle-end/58742 (pointer arithmetic simplification)Richard Biener1-0/+50
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-1/+1
2013-11-23re PR tree-optimization/59154 (internal compiler error: tree check: expected ...Jakub Jelinek1-1/+2
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+6
2013-11-22add auto_vecTrevor Saunders1-4/+1
2013-11-21tree-ssa-forwprop.c (simplify_vce): New function.Richard Biener1-0/+65
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-11-18c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned...Richard Sandiford1-2/+2
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-11/+11
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-4/+4
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-6/+6
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-4/+4
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+2
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
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