Age | Commit message (Expand) | Author | Files | Lines |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-10-16 | Don't invoke range_of_expr multiple times. | Andrew MacLeod | 1 | -2/+11 |
2020-10-08 | Fix PR97315 (part 1 of 2) | Aldy Hernandez | 1 | -21/+27 |
2020-10-07 | Rename -fevrp-mode= to --param=evrp-mode=. | Aldy Hernandez | 1 | -4/+4 |
2020-10-06 | Hybrid EVRP and testcases | Andrew MacLeod | 1 | -3/+218 |
2020-10-01 | Convert vr-values to value query class. | Aldy Hernandez | 1 | -11/+9 |
2020-06-27 | Move simplification of statements using ranges into its own class. | Aldy Hernandez | 1 | -5/+6 |
2020-06-10 | Merge evrp uses of substitute_and_fold_engine into the engine itself. | Aldy Hernandez | 1 | -271/+63 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-11-05 | The base class for ranges is currently value_range_base, which is rather long... | Aldy Hernandez | 1 | -4/+5 |
2019-07-25 | gimple-loop-versioning.cc (loop_versioning::prune_loop_conditions): Make valu... | Richard Biener | 1 | -3/+4 |
2019-06-12 | Remove value_range_constant_singleton in favor of value_range::singleton_p. | Aldy Hernandez | 1 | -5/+5 |
2019-06-06 | vr-values.c (vr_values::extract_range_from_ssa_name): Do not put equivalences... | Richard Biener | 1 | -0/+17 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-07 | gimple-ssa-evrp-analyze.h (class evrp_range_analyzer): Add m_update_global_ra... | Jeff Law | 1 | -0/+1 |
2018-10-22 | Add a fun parameter to three stmt_could_throw... functions | Martin Jambor | 1 | -1/+1 |
2018-10-17 | bitmap.c (bitmap_head::dump): New. | Aldy Hernandez | 1 | -2/+1 |
2018-09-21 | gimple-ssa-evrp.c (evrp_dom_walker::cleanup): Call vr_values::cleanup_edges_a... | Jeff Law | 1 | -0/+2 |
2018-05-18 | gimple-ssa-evrp.c (class evrp_folder): Add simplify_stmt_using_ranges method. | Richard Biener | 1 | -0/+8 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-12 | re PR tree-optimization/83298 (wrong code at -O1, -O2 and -O3 on x86_64-linux... | Jeff Law | 1 | -1/+1 |
2017-12-04 | re PR tree-optimization/78496 (Missed opportunities for jump threading) | Jeff Law | 1 | -1/+1 |
2017-11-22 | * gimple-ssa-evrp-analyze.c (evrp_range_analyzer::evrp_range_analyzer) | Jeff Law | 1 | -20/+17 |
2017-11-20 | Makefile.in (OBJS): Add gimple-ssa-evrp-analyze.o. | Jeff Law | 1 | -352/+1 |
2017-11-20 | gimple-ssa-evrp.c (evrp_dom_walker::before_dom_children): Do not set BB_VISIT... | Jeff Law | 1 | -2/+1 |
2017-11-17 | gimple-ssa-evrp.c (class evrp_range_analyzer): New class extracted from evrp_... | Jeff Law | 1 | -78/+101 |
2017-11-17 | gimple-ssa-evrp.c (evrp_dom_walker::record_ranges_from_phis): New method extr... | Jeff Law | 1 | -96/+139 |
2017-11-17 | gimple-ssa-evrp.c (evrp_dom_walker): Add cleanup method. | Jeff Law | 1 | -33/+47 |
2017-11-10 | vr-values.h (VR_INITIALIZER): Move #define here. | Jeff Law | 1 | -0/+624 |