aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-propagate.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-18tree-ssa-propagate.h (substitute_and_fold): Adjust prototype.Richard Biener1-14/+6
2016-10-122016-10-12 Richard Biener <rguenther@suse.de>Richard Biener1-10/+4
2016-10-07tree-ssa-propagate.c (replace_phi_args_in): Remove no longer required hack.Richard Biener1-27/+18
2016-09-20Add Early VRPKugan Vivekanandarajah1-1/+1
2016-08-16re PR tree-optimization/76783 (wrong code with conditional vector assignment ...Richard Biener1-3/+3
2016-08-12re PR target/72851 (memory hog with -O3 on s390x-linux-gnu)Richard Biener1-219/+96
2016-03-25tree-ssa-propagate.c: Enhance docs for SSA_PROP_NOT_INTERESTING.Aldy Hernandez1-0/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-10re PR tree-optimization/68619 (error: loop with header 6 not in loop tree)Jeff Law1-2/+3
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-8/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-3/+3
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-8/+8
2015-09-20switch from gimple to gimple*Trevor Saunders1-23/+23
2015-07-23re PR middle-end/66945 (ICE in generic_simplify (generic-match.c:24790))Richard Biener1-3/+23
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-19/+5
2015-07-07tree-ssa-propagate.c (add_ssa_edge): Dump what edge list we add which use to.Richard Biener1-19/+51
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-05-13gimple-expr.h (is_gimple_constant): Reorder.Eric Botcazou1-3/+1
2015-04-16tree-ssa-ccp.c (likely_value): See if we have operands that are marked as nev...Richard Biener1-0/+40
2015-03-13re PR ipa/44563 (GCC uses a lot of RAM when compiling a large numbers of func...Richard Biener1-2/+30
2015-02-20re PR tree-optimization/65136 (VRP inserts unnecessary constant copy in the l...Richard Biener1-2/+26
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-2/+2
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-17/+19
2014-11-10re PR tree-optimization/63748 (wrong may be used uninitialized warning (abnor...Patrick Palka1-12/+15
2014-10-28gimple-fold.h (follow_single_use_edges): Declare.Richard Biener1-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-2/+5
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+6
2014-06-24[multiple changes]Chung-Lin Tang1-2/+12
2014-06-18tree-ssa-propagate.c (replace_phi_args_in): Return whether we propagated anyt...Richard Biener1-2/+4
2014-06-17tree-ssa-propagate.c: Include domwalk.h.Richard Biener1-190/+185
2014-06-13tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Rewrite to propag...Richard Biener1-5/+0
2014-05-28tree-ssa-propagate.c (add_control_edge): Print less vertical space.Richard Biener1-1/+1
2014-05-09Makefile.in (GTFILES): Remove tree-ssa-propagate.c.Richard Biener1-15/+13
2014-04-17re PR tree-optimization/60849 (bogus comparison result type)Richard Biener1-3/+7
2014-04-17re PR tree-optimization/60849 (bogus comparison result type)Richard Biener1-1/+7
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_ALL_BB macro.David Malcolm1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-1/+1
2013-12-09Eliminate last_basic_block macro.David Malcolm1-2/+2
2013-11-28tree-ssa-propagate.c (valid_gimple_call_p): Pass TREE_TYPE to is_gimple_reg_t...Andrew MacLeod1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+6
2013-11-21Reword comments that mention ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-1/+1
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-4/+5
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+1