summaryrefslogtreecommitdiff
path: root/gcc/gimple-ssa-evrp.c
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-25gimple-loop-versioning.cc (loop_versioning::prune_loop_conditions): Make valu...Richard Biener
2019-06-12Remove value_range_constant_singleton in favor of value_range::singleton_p.Aldy Hernandez
2019-06-06vr-values.c (vr_values::extract_range_from_ssa_name): Do not put equivalences...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-10-22Add a fun parameter to three stmt_could_throw... functionsMartin Jambor
2018-10-17bitmap.c (bitmap_head::dump): New.Aldy Hernandez
2018-09-21gimple-ssa-evrp.c (evrp_dom_walker::cleanup): Call vr_values::cleanup_edges_a...Jeff Law
2018-05-18gimple-ssa-evrp.c (class evrp_folder): Add simplify_stmt_using_ranges method.Richard Biener
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-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
2017-11-20gimple-ssa-evrp.c (evrp_dom_walker::before_dom_children): Do not set BB_VISIT...Jeff Law
2017-11-17gimple-ssa-evrp.c (class evrp_range_analyzer): New class extracted from evrp_...Jeff Law
2017-11-17gimple-ssa-evrp.c (evrp_dom_walker::record_ranges_from_phis): New method extr...Jeff Law
2017-11-17gimple-ssa-evrp.c (evrp_dom_walker): Add cleanup method.Jeff Law
2017-11-10vr-values.h (VR_INITIALIZER): Move #define here.Jeff Law