aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-propagate.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-1296/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-07tree-optimization/103596 - fix missed propagation into switchesRichard Biener1-38/+24
2021-07-29Use range-based for loops for traversing loopsKewen Lin1-2/+1
2021-06-13use range based for loops to iterate over vec<>Trevor Saunders1-3/+1
2021-04-26Simplify {gimplify_and_,}update_call_from_tree APIRichard Biener1-299/+1
2021-04-14VEC_COND_EXPR verification adjustmentRichard Biener1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-19tree-optimization/97901 - ICE propagating out LC PHIsRichard Biener1-17/+5
2020-11-18Clean up loop-closed PHIs after loop finalizeguojiufu1-0/+72
2020-10-01Convert vr-values to value query class.Aldy Hernandez1-7/+6
2020-08-27vec: add exact argument for various grow functions.Martin Liska1-2/+2
2020-07-29tree-optimization/95679 - properly signal changes from propagate_into_phi_argsRichard Biener1-4/+11
2020-06-16Fix pasto in the substitute_and_fold_engine merge with evrp.Aldy Hernandez1-1/+2
2020-06-10Merge evrp uses of substitute_and_fold_engine into the engine itself.Aldy Hernandez1-18/+95
2020-03-27tree-optimization/94352 - fix uninitialized use of curr_orderRichard Biener1-9/+10
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-08-26[PATCH 1/2] Allow folding all statements.Robin Dapp1-1/+8
2019-08-05Add a gimple_move_vops helper functionRichard Sandiford1-6/+3
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-17Add a loop versioning passRichard Sandiford1-3/+15
2018-10-22re PR middle-end/63155 (memory hog)Steven Bosscher1-0/+2
2018-10-22Add a fun parameter to three stmt_could_throw... functionsMartin Jambor1-1/+1
2018-10-08re PR middle-end/63155 (memory hog)Richard Biener1-5/+3
2018-10-05re PR middle-end/63155 (memory hog)Richard Biener1-78/+79
2018-09-24re PR middle-end/63155 (memory hog)Richard Biener1-1/+9
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-01tree-ssa-ccp.c (ccp_folder): New class derived from substitute_and_fold_engine.Jeff Law1-30/+23
2017-11-01tree-ssa-propagate.h (ssa_prop_visit_stmt_fn): Remove typedef.Jeff Law1-20/+12
2017-05-16Add default value for last argument of dump functions.Martin Liska1-2/+2
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