aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-ssa-backprop.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-1/+2
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-10-08Use FOR_EACH_IMM_USE_FAST in gimple-ssa-backprop.cRichard Sandiford1-6/+4
2018-06-16re PR tree-optimization/64946 ([AArch64] gcc.target/aarch64/vect-abs-compile....Kugan Vivekanandarajah1-0/+2
2018-06-01Fix phi backedge detection in backprop (PR85989)Richard Sandiford1-4/+17
2018-05-18Replace FMA_EXPR with one internal fn per optabRichard Sandiford1-9/+3
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-12[SFN] boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva1-1/+1
2017-10-27builtins.c (CASE_MATHFN_FLOATN): New helper macro to add cases for math funct...Michael Meissner1-0/+3
2017-05-16Add default value for last argument of dump functions.Martin Liska1-7/+7
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-14re PR tree-optimization/78312 (wrong code due to ssa-backprop)Richard Biener1-0/+1
2016-07-26use auto_sbitmap in various placesTrevor Saunders1-3/+2
2016-02-09gimple-ssa-backprop.c (optimize_phi): Do not replace an argument correspondin...Eric Botcazou1-2/+8
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-17Make more use of combined_fnRichard Sandiford1-31/+25
2015-10-21Add a pass to back-propagate use informationRichard Sandiford1-0/+956