| Commit message (Expand) | Author | Age | Files | Lines |
* | Makefile.in (OBJS): Add range.o and range-op.o. | Aldy Hernandez | 2019-10-03 | 1 | -6/+7 |
* | re PR tree-optimization/90387 (__builtin_constant_p and -Warray-bounds warnings) | Richard Biener | 2019-09-11 | 1 | -9/+2 |
* | PR tree-optimization/91567 - Spurious -Wformat-overflow warnings building gli... | Martin Sebor | 2019-08-27 | 1 | -1/+6 |
* | PR tree-optimization/83431 - -Wformat-truncation may incorrectly report trunc... | Martin Sebor | 2019-08-26 | 1 | -1/+1 |
* | Add type to VR_VARYING. | Aldy Hernandez | 2019-08-16 | 1 | -32/+46 |
* | Enforce canonicalization in value_range. | Aldy Hernandez | 2019-08-15 | 1 | -3/+3 |
* | vr-values.h (vr_values::swap_vr_value): New. | Richard Biener | 2019-07-31 | 1 | -0/+12 |
* | re PR middle-end/91267 (SEGV in value_range_base::equal_p) | Richard Biener | 2019-07-29 | 1 | -1/+5 |
* | gimple-loop-versioning.cc (loop_versioning::prune_loop_conditions): Make valu... | Richard Biener | 2019-07-25 | 1 | -65/+81 |
* | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 2019-07-09 | 1 | -2/+2 |
* | Revamp value_range::may_contain_p. | Aldy Hernandez | 2019-06-13 | 1 | -1/+1 |
* | Remove value_range_constant_singleton in favor of value_range::singleton_p. | Aldy Hernandez | 2019-06-12 | 1 | -1/+4 |
* | Split up value_range::intersect into base (value_range_base) and | Aldy Hernandez | 2019-06-07 | 1 | -1/+1 |
* | vr-values.c (vr_values::extract_range_from_ssa_name): Do not put equivalences... | Richard Biener | 2019-06-06 | 1 | -1/+2 |
* | tree-vrp.h (value_range_base::nonzero_p): New. | Aldy Hernandez | 2019-06-03 | 1 | -5/+18 |
* | re PR middle-end/89655 (GCC crashes building linux kernel for arm 32-bit (cul... | Jakub Jelinek | 2019-03-11 | 1 | -2/+7 |
* | fix comments typo. | Xiong Hu Luo | 2019-01-24 | 1 | -1/+1 |
* | PR other/16615 [1/5] | Sandra Loosemore | 2019-01-09 | 1 | -1/+1 |
* | Update copyright years. | Jakub Jelinek | 2019-01-01 | 1 | -1/+1 |
* | [PR86153] simplify more overflow tests in VRP | Alexandre Oliva | 2018-12-19 | 1 | -0/+33 |
* | re PR tree-optimization/88427 (ICE: tree check: expected integer_cst, have pl... | Richard Biener | 2018-12-10 | 1 | -4/+6 |
* | re PR tree-optimization/88367 (-fno-delete-null-pointer-checks doesn't work p... | Jakub Jelinek | 2018-12-07 | 1 | -3/+37 |
* | re PR tree-optimization/88217 (Compile time and memory hog w/ -O2 -fstrict-en... | Richard Biener | 2018-11-28 | 1 | -2/+4 |
* | * gimple-ssa-evrp-analyze.c | Aldy Hernandez | 2018-11-14 | 1 | -1/+1 |
* | 2018-11=12 Richard Biener <rguenther@suse.de> | Richard Biener | 2018-11-12 | 1 | -89/+99 |
* | tree-vrp.h (value_range_base::symbolic_p, [...]): Move from value_range. | Richard Biener | 2018-11-12 | 1 | -21/+21 |
* | tree-vrp.c (set_value_range_to_nonnull): Clear equiv. | Richard Biener | 2018-11-12 | 1 | -2/+2 |
* | vr-values.c (vr_values::get_value_range): Use value_range API instead of piec... | Aldy Hernandez | 2018-11-09 | 1 | -19/+6 |
* | bitmap.c (bitmap_head::dump): New. | Aldy Hernandez | 2018-10-17 | 1 | -348/+290 |
* | vr-values.c (vr_values::vr_values): Initialize to_remove_edges and to_update_... | Jakub Jelinek | 2018-09-25 | 1 | -2/+2 |
* | gimple-ssa-evrp.c (evrp_dom_walker::cleanup): Call vr_values::cleanup_edges_a... | Jeff Law | 2018-09-21 | 1 | -0/+49 |
* | Add new gswitch related functions into tree-cfg.c. | Martin Liska | 2018-08-27 | 1 | -2/+3 |
* | gimple-ssa-evrp-analyze.c (set_ssa_range_info): Pass value_range to range_inc... | Aldy Hernandez | 2018-08-24 | 1 | -7/+3 |
* | tree-vrp (zero_nonzero_bits_from_bounds): Rename to... | Aldy Hernandez | 2018-08-01 | 1 | -2/+2 |
* | vr-values.c (gimple_stmt_nonzero_p): Abstract common code to... | Aldy Hernandez | 2018-07-11 | 1 | -29/+3 |
* | tree-vrp.c (vrp_int_const_binop): Change overflow type to overflow_type. | Aldy Hernandez | 2018-07-07 | 1 | -1/+1 |
* | re PR tree-optimization/82665 (missing value range optimization for memchr) | Prathamesh Kulkarni | 2018-05-01 | 1 | -0/+33 |
* | Update copyright years. | Jakub Jelinek | 2018-01-03 | 1 | -1/+1 |
* | re PR tree-optimization/83418 (ICE in extract_range_for_var_from_comparison_e... | Richard Biener | 2017-12-14 | 1 | -3/+4 |
* | * gimple-ssa-evrp-analyze.c | Jeff Law | 2017-11-28 | 1 | -1/+2 |
* | Avoid two_valued_val_range_p for pointers. | Marc Glisse | 2017-11-22 | 1 | -1/+1 |
* | New POINTER_DIFF_EXPR | Marc Glisse | 2017-11-21 | 1 | -2/+2 |
* | VRP: x+1 and -x cannot be INT_MIN | Marc Glisse | 2017-11-20 | 1 | -0/+19 |
* | vr-values.h (get_output_for_vrp): Prototype. | Jeff Law | 2017-11-17 | 1 | -10/+26 |
* | vr-values.c: New file with contents extracted from tree-vrp.c. | Jeff Law | 2017-11-14 | 1 | -0/+4183 |