aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-forwprop.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-13match.pd: Add tcc_comparison...Richard Biener1-121/+0
2014-11-13match.pd: Implement conditional expression patterns.Richard Biener1-73/+2
2014-11-11match.pd: Implement patterns from associate_plusminus and factor in differenc...Richard Biener1-361/+0
2014-11-10match.pd: Implement pattern from simplify_mult.Richard Biener1-55/+0
2014-11-10match.pd: Implement pattern from simplify_conversion_from_bitmask.Richard Biener1-90/+0
2014-11-10match.pd: Move rest of the conversion combining patterns from tree-ssa-forwpr...Richard Biener1-125/+8
2014-11-09match.pd: Add patterns convering two conversions in a row from fold-const.c.Richard Biener1-89/+0
2014-11-07match.pd: Add patterns for POINTER_PLUS_EXPR association and special patterns...Richard Biener1-232/+95
2014-11-06match.pd: Implement bitwise binary and unary simplifications from tree-ssa-fo...Richard Biener1-520/+2
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+1
2014-10-31builtins.c (fold_builtin_atomic_always_lock_free): Use CONVERT_EXPR_P, CONVER...Richard Biener1-1/+1
2014-10-30match.pd: Implement more patterns that simplify to a single value.Richard Biener1-15/+3
2014-10-29match.pd: Implement a first set of conversion patterns.Richard Biener1-65/+0
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+11
2014-10-27tree-ssa-forwprop.c: Include tree-cfgcleanup.h and tree-into-ssa.h.Richard Biener1-0/+92
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