summaryrefslogtreecommitdiff
path: root/gcc/gimple-ssa-evrp-analyze.h
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-11-05The base class for ranges is currently value_range_base, which is rather long...Aldy Hernandez
2019-07-31vr-values.h (vr_values::swap_vr_value): New.Richard Biener
2019-07-25gimple-loop-versioning.cc (loop_versioning::prune_loop_conditions): Make valu...Richard Biener
2019-01-01Update copyright years.Jakub Jelinek
2018-12-07gimple-ssa-evrp-analyze.h (class evrp_range_analyzer): Add m_update_global_ra...Jeff Law
2018-01-03Update copyright years.Jakub Jelinek
2017-12-12re PR tree-optimization/83298 (wrong code at -O1, -O2 and -O3 on x86_64-linux...Jeff Law
2017-12-04re PR tree-optimization/78496 (Missed opportunities for jump threading)Jeff Law
2017-11-28re PR tree-optimization/80776 (-Wformat-overflow false positive for %d on int...Richard Biener
2017-11-22* gimple-ssa-evrp-analyze.c (evrp_range_analyzer::evrp_range_analyzer)Jeff Law
2017-11-20Makefile.in (OBJS): Add gimple-ssa-evrp-analyze.o.Jeff Law