aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-forwprop.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-15/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-11/+10
2015-09-20switch from gimple to gimple*Trevor Saunders1-40/+40
2015-09-17Split up optabs.[hc]Richard Sandiford1-1/+1
2015-08-12Revert "replace several uses of the anon namespace with GCC_FINAL"Trevor Saunders1-2/+6
2015-08-11replace several uses of the anon namespace with GCC_FINALTrevor Saunders1-6/+2
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-18/+5
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-03-13re PR ipa/44563 (GCC uses a lot of RAM when compiling a large numbers of func...Richard Biener1-0/+22
2015-02-06[PATCH]Keep location info when expand complex component-wise load/store.Renlin Li1-0/+4
2015-01-16re PR middle-end/64568 (error: invalid reference prefix)Richard Biener1-0/+2
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-3/+14
2015-01-13re PR middle-end/64568 (error: invalid reference prefix)Richard Biener1-1/+6
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-09re PR tree-optimization/64410 (gcc 25% slower than clang 3.5 for adding compl...Richard Biener1-0/+91
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-12re PR tree-optimization/64269 (ICE with -O3 enabled on Ubuntu 14.04)Jakub Jelinek1-2/+4
2014-12-01gimple.h (gimple_build_assign_stat): Remove prototype.Jakub Jelinek1-8/+6
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-3/+3
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-11/+11
2014-11-19gimple.h (gimple_build_assign_with_ops): Add unary arg overload.Jakub Jelinek1-7/+5
2014-11-17Always combine comparisons or conversions from booleans.Patrick Palka1-1/+13
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