summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-propagate.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* tree-ssa-propagate.h (substitute_and_fold): Adjust prototype.Richard Biener2016-10-181-14/+6
* 2016-10-12 Richard Biener <rguenther@suse.de>Richard Biener2016-10-121-10/+4
* tree-ssa-propagate.c (replace_phi_args_in): Remove no longer required hack.Richard Biener2016-10-071-27/+18
* Add Early VRPKugan Vivekanandarajah2016-09-201-1/+1
* re PR tree-optimization/76783 (wrong code with conditional vector assignment ...Richard Biener2016-08-161-3/+3
* re PR target/72851 (memory hog with -O3 on s390x-linux-gnu)Richard Biener2016-08-121-219/+96
* tree-ssa-propagate.c: Enhance docs for SSA_PROP_NOT_INTERESTING.Aldy Hernandez2016-03-251-0/+2
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* re PR tree-optimization/68619 (error: loop with header 6 not in loop tree)Jeff Law2015-12-101-2/+3
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-8/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-3/+3
* [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev2015-10-271-8/+8
* switch from gimple to gimple*Trevor Saunders2015-09-201-23/+23
* re PR middle-end/66945 (ICE in generic_simplify (generic-match.c:24790))Richard Biener2015-07-231-3/+23
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-19/+5
* tree-ssa-propagate.c (add_ssa_edge): Dump what edge list we add which use to.Richard Biener2015-07-071-19/+51
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-3/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-3/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-3/+0
* gimple-expr.h (is_gimple_constant): Reorder.Eric Botcazou2015-05-131-3/+1
* tree-ssa-ccp.c (likely_value): See if we have operands that are marked as nev...Richard Biener2015-04-161-0/+40
* re PR ipa/44563 (GCC uses a lot of RAM when compiling a large numbers of func...Richard Biener2015-03-131-2/+30
* re PR tree-optimization/65136 (VRP inserts unnecessary constant copy in the l...Richard Biener2015-02-201-2/+26
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-4/+10
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek2014-11-291-2/+2
* Merger of git branch "gimple-classes-v2-option-3"David Malcolm2014-11-191-17/+19
* re PR tree-optimization/63748 (wrong may be used uninitialized warning (abnor...Patrick Palka2014-11-101-12/+15
* gimple-fold.h (follow_single_use_edges): Declare.Richard Biener2014-10-281-1/+1
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-2/+5
* function.h: Flatten file.Andrew MacLeod2014-10-161-0/+6
* [multiple changes]Chung-Lin Tang2014-06-241-2/+12
* tree-ssa-propagate.c (replace_phi_args_in): Return whether we propagated anyt...Richard Biener2014-06-181-2/+4
* tree-ssa-propagate.c: Include domwalk.h.Richard Biener2014-06-171-190/+185
* tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Rewrite to propag...Richard Biener2014-06-131-5/+0
* tree-ssa-propagate.c (add_control_edge): Print less vertical space.Richard Biener2014-05-281-1/+1
* Makefile.in (GTFILES): Remove tree-ssa-propagate.c.Richard Biener2014-05-091-15/+13
* re PR tree-optimization/60849 (bogus comparison result type)Richard Biener2014-04-171-3/+7
* re PR tree-optimization/60849 (bogus comparison result type)Richard Biener2014-04-171-1/+7
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_ALL_BB macro.David Malcolm2013-12-091-1/+1
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-1/+1
* Eliminate last_basic_block macro.David Malcolm2013-12-091-2/+2
* tree-ssa-propagate.c (valid_gimple_call_p): Pass TREE_TYPE to is_gimple_reg_t...Andrew MacLeod2013-11-281-1/+1
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-1/+6
* Reword comments that mention ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-211-1/+1
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-4/+5
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+1
* gimplify-be.h: New file.Andrew MacLeod2013-11-141-0/+1