| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright years. | Jakub Jelinek | 2018-01-03 | 1 | -1/+1 |
* | tree-ssa-ccp.c (ccp_folder): New class derived from substitute_and_fold_engine. | Jeff Law | 2017-11-01 | 1 | -30/+23 |
* | tree-ssa-propagate.h (ssa_prop_visit_stmt_fn): Remove typedef. | Jeff Law | 2017-11-01 | 1 | -20/+12 |
* | Add default value for last argument of dump functions. | Martin Liska | 2017-05-16 | 1 | -2/+2 |
* | Update copyright years. | Jakub Jelinek | 2017-01-01 | 1 | -1/+1 |
* | tree-ssa-propagate.h (substitute_and_fold): Adjust prototype. | Richard Biener | 2016-10-18 | 1 | -14/+6 |
* | 2016-10-12 Richard Biener <rguenther@suse.de> | Richard Biener | 2016-10-12 | 1 | -10/+4 |
* | tree-ssa-propagate.c (replace_phi_args_in): Remove no longer required hack. | Richard Biener | 2016-10-07 | 1 | -27/+18 |
* | Add Early VRP | Kugan Vivekanandarajah | 2016-09-20 | 1 | -1/+1 |
* | re PR tree-optimization/76783 (wrong code with conditional vector assignment ... | Richard Biener | 2016-08-16 | 1 | -3/+3 |
* | re PR target/72851 (memory hog with -O3 on s390x-linux-gnu) | Richard Biener | 2016-08-12 | 1 | -219/+96 |
* | tree-ssa-propagate.c: Enhance docs for SSA_PROP_NOT_INTERESTING. | Aldy Hernandez | 2016-03-25 | 1 | -0/+2 |
* | Update copyright years. | Jakub Jelinek | 2016-01-04 | 1 | -1/+1 |
* | re PR tree-optimization/68619 (error: loop with header 6 not in loop tree) | Jeff Law | 2015-12-10 | 1 | -2/+3 |
* | alias.c: Remove unused headers. | Andrew MacLeod | 2015-10-30 | 1 | -8/+0 |
* | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 2015-10-29 | 1 | -3/+3 |
* | [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FE | Mikhail Maltsev | 2015-10-27 | 1 | -8/+8 |
* | switch from gimple to gimple* | Trevor Saunders | 2015-09-20 | 1 | -23/+23 |
* | re PR middle-end/66945 (ICE in generic_simplify (generic-match.c:24790)) | Richard Biener | 2015-07-23 | 1 | -3/+23 |
* | tree-core.h: Include symtab.h. | Andrew MacLeod | 2015-07-08 | 1 | -19/+5 |
* | tree-ssa-propagate.c (add_ssa_edge): Dump what edge list we add which use to. | Richard Biener | 2015-07-07 | 1 | -19/+51 |
* | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 2015-06-17 | 1 | -3/+0 |
* | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 2015-06-08 | 1 | -3/+0 |
* | coretypes.h: Include machmode.h... | Andrew MacLeod | 2015-06-04 | 1 | -3/+0 |
* | gimple-expr.h (is_gimple_constant): Reorder. | Eric Botcazou | 2015-05-13 | 1 | -3/+1 |
* | tree-ssa-ccp.c (likely_value): See if we have operands that are marked as nev... | Richard Biener | 2015-04-16 | 1 | -0/+40 |
* | re PR ipa/44563 (GCC uses a lot of RAM when compiling a large numbers of func... | Richard Biener | 2015-03-13 | 1 | -2/+30 |
* | re PR tree-optimization/65136 (VRP inserts unnecessary constant copy in the l... | Richard Biener | 2015-02-20 | 1 | -2/+26 |
* | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 2015-01-09 | 1 | -4/+10 |
* | Update copyright years. | Jakub Jelinek | 2015-01-05 | 1 | -1/+1 |
* | gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg... | Jakub Jelinek | 2014-11-29 | 1 | -2/+2 |
* | Merger of git branch "gimple-classes-v2-option-3" | David Malcolm | 2014-11-19 | 1 | -17/+19 |
* | re PR tree-optimization/63748 (wrong may be used uninitialized warning (abnor... | Patrick Palka | 2014-11-10 | 1 | -12/+15 |
* | gimple-fold.h (follow_single_use_edges): Declare. | Richard Biener | 2014-10-28 | 1 | -1/+1 |
* | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 2014-10-27 | 1 | -2/+5 |
* | function.h: Flatten file. | Andrew MacLeod | 2014-10-16 | 1 | -0/+6 |
* | [multiple changes] | Chung-Lin Tang | 2014-06-24 | 1 | -2/+12 |
* | tree-ssa-propagate.c (replace_phi_args_in): Return whether we propagated anyt... | Richard Biener | 2014-06-18 | 1 | -2/+4 |
* | tree-ssa-propagate.c: Include domwalk.h. | Richard Biener | 2014-06-17 | 1 | -190/+185 |
* | tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Rewrite to propag... | Richard Biener | 2014-06-13 | 1 | -5/+0 |
* | tree-ssa-propagate.c (add_control_edge): Print less vertical space. | Richard Biener | 2014-05-28 | 1 | -1/+1 |
* | Makefile.in (GTFILES): Remove tree-ssa-propagate.c. | Richard Biener | 2014-05-09 | 1 | -15/+13 |
* | re PR tree-optimization/60849 (bogus comparison result type) | Richard Biener | 2014-04-17 | 1 | -3/+7 |
* | re PR tree-optimization/60849 (bogus comparison result type) | Richard Biener | 2014-04-17 | 1 | -1/+7 |
* | Update copyright years in gcc/ | Richard Sandiford | 2014-01-02 | 1 | -1/+1 |
* | Eliminate FOR_ALL_BB macro. | David Malcolm | 2013-12-09 | 1 | -1/+1 |
* | Eliminate FOR_EACH_BB macro. | David Malcolm | 2013-12-09 | 1 | -1/+1 |
* | Eliminate last_basic_block macro. | David Malcolm | 2013-12-09 | 1 | -2/+2 |
* | tree-ssa-propagate.c (valid_gimple_call_p): Pass TREE_TYPE to is_gimple_reg_t... | Andrew MacLeod | 2013-11-28 | 1 | -1/+1 |
* | gimple.h: Remove all includes. | Andrew MacLeod | 2013-11-22 | 1 | -1/+6 |