aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-ssa-evrp-analyze.h
AgeCommit message (Expand)AuthorFilesLines
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-10-01Convert vr-values to value query class.Aldy Hernandez1-19/+2
2020-06-27Move simplification of statements using ranges into its own class.Aldy Hernandez1-1/+4
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-05The base class for ranges is currently value_range_base, which is rather long...Aldy Hernandez1-5/+6
2019-07-31vr-values.h (vr_values::swap_vr_value): New.Richard Biener1-2/+2
2019-07-25gimple-loop-versioning.cc (loop_versioning::prune_loop_conditions): Make valu...Richard Biener1-3/+3
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-07gimple-ssa-evrp-analyze.h (class evrp_range_analyzer): Add m_update_global_ra...Jeff Law1-1/+4
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-12re PR tree-optimization/83298 (wrong code at -O1, -O2 and -O3 on x86_64-linux...Jeff Law1-2/+6
2017-12-04re PR tree-optimization/78496 (Missed opportunities for jump threading)Jeff Law1-7/+1
2017-11-28re PR tree-optimization/80776 (-Wformat-overflow false positive for %d on int...Richard Biener1-0/+1
2017-11-22* gimple-ssa-evrp-analyze.c (evrp_range_analyzer::evrp_range_analyzer)Jeff Law1-26/+31
2017-11-20Makefile.in (OBJS): Add gimple-ssa-evrp-analyze.o.Jeff Law1-0/+71