summaryrefslogtreecommitdiff
path: root/gcc/gimple-ssa-backprop.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor2019-07-091-1/+2
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Use FOR_EACH_IMM_USE_FAST in gimple-ssa-backprop.cRichard Sandiford2018-10-081-6/+4
* re PR tree-optimization/64946 ([AArch64] gcc.target/aarch64/vect-abs-compile....Kugan Vivekanandarajah2018-06-161-0/+2
* Fix phi backedge detection in backprop (PR85989)Richard Sandiford2018-06-011-4/+17
* Replace FMA_EXPR with one internal fn per optabRichard Sandiford2018-05-181-9/+3
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* [SFN] boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva2017-12-121-1/+1
* builtins.c (CASE_MATHFN_FLOATN): New helper macro to add cases for math funct...Michael Meissner2017-10-271-0/+3
* Add default value for last argument of dump functions.Martin Liska2017-05-161-7/+7
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* re PR tree-optimization/78312 (wrong code due to ssa-backprop)Richard Biener2016-11-141-0/+1
* use auto_sbitmap in various placesTrevor Saunders2016-07-261-3/+2
* gimple-ssa-backprop.c (optimize_phi): Do not replace an argument correspondin...Eric Botcazou2016-02-091-2/+8
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Make more use of combined_fnRichard Sandiford2015-11-171-31/+25
* Add a pass to back-propagate use informationRichard Sandiford2015-10-211-0/+956