summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-propagate.c
AgeCommit message (Expand)Author
2020-03-27tree-optimization/94352 - fix uninitialized use of curr_orderRichard Biener
2020-01-01Update copyright years.Jakub Jelinek
2019-08-26[PATCH 1/2] Allow folding all statements.Robin Dapp
2019-08-05Add a gimple_move_vops helper functionRichard Sandiford
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-01Update copyright years.Jakub Jelinek
2018-12-17Add a loop versioning passRichard Sandiford
2018-10-22re PR middle-end/63155 (memory hog)Steven Bosscher
2018-10-22Add a fun parameter to three stmt_could_throw... functionsMartin Jambor
2018-10-08re PR middle-end/63155 (memory hog)Richard Biener
2018-10-05re PR middle-end/63155 (memory hog)Richard Biener
2018-09-24re PR middle-end/63155 (memory hog)Richard Biener
2018-01-03Update copyright years.Jakub Jelinek
2017-11-01tree-ssa-ccp.c (ccp_folder): New class derived from substitute_and_fold_engine.Jeff Law
2017-11-01tree-ssa-propagate.h (ssa_prop_visit_stmt_fn): Remove typedef.Jeff Law
2017-05-16Add default value for last argument of dump functions.Martin Liska
2017-01-01Update copyright years.Jakub Jelinek
2016-10-18tree-ssa-propagate.h (substitute_and_fold): Adjust prototype.Richard Biener
2016-10-122016-10-12 Richard Biener <rguenther@suse.de>Richard Biener
2016-10-07tree-ssa-propagate.c (replace_phi_args_in): Remove no longer required hack.Richard Biener
2016-09-20Add Early VRPKugan Vivekanandarajah
2016-08-16re PR tree-optimization/76783 (wrong code with conditional vector assignment ...Richard Biener
2016-08-12re PR target/72851 (memory hog with -O3 on s390x-linux-gnu)Richard Biener
2016-03-25tree-ssa-propagate.c: Enhance docs for SSA_PROP_NOT_INTERESTING.Aldy Hernandez
2016-01-04Update copyright years.Jakub Jelinek
2015-12-10re PR tree-optimization/68619 (error: loop with header 6 not in loop tree)Jeff Law
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-07-23re PR middle-end/66945 (ICE in generic_simplify (generic-match.c:24790))Richard Biener
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-07-07tree-ssa-propagate.c (add_ssa_edge): Dump what edge list we add which use to.Richard Biener
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-05-13gimple-expr.h (is_gimple_constant): Reorder.Eric Botcazou
2015-04-16tree-ssa-ccp.c (likely_value): See if we have operands that are marked as nev...Richard Biener
2015-03-13re PR ipa/44563 (GCC uses a lot of RAM when compiling a large numbers of func...Richard Biener
2015-02-20re PR tree-optimization/65136 (VRP inserts unnecessary constant copy in the l...Richard Biener
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm
2014-11-10re PR tree-optimization/63748 (wrong may be used uninitialized warning (abnor...Patrick Palka
2014-10-28gimple-fold.h (follow_single_use_edges): Declare.Richard Biener
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod
2014-10-16function.h: Flatten file.Andrew MacLeod
2014-06-24[multiple changes]Chung-Lin Tang
2014-06-18tree-ssa-propagate.c (replace_phi_args_in): Return whether we propagated anyt...Richard Biener