Age | Commit message (Expand) | Author | Files | Lines |
2020-11-15 | Remove duplicate vr_values::extract_range_builtin code. | Aldy Hernandez | 1 | -226/+20 |
2020-10-29 | Selectively trap if ranger and vr-values disagree on range builtins. | Aldy Hernandez | 1 | -3/+6 |
2020-10-21 | Adjust overflow for invariants in bounds_of_var_in_loop. | Aldy Hernandez | 1 | -1/+2 |
2020-10-21 | Move simplify_cond_using_ranges_2 to tree-vrp.c | Aldy Hernandez | 1 | -62/+1 |
2020-10-20 | Temporarily disable trap in in extract_range_builtin check. | Andrew MacLeod | 1 | -0/+3 |
2020-10-20 | Refactor range handling of builtins in vr_values and ranger. | Aldy Hernandez | 1 | -243/+265 |
2020-10-16 | [PATCH] Don't display ranges for dead ssa-names. | Andrew MacLeod | 1 | -1/+1 |
2020-10-09 | vrp: Fix up gcc.target/aarch64/pr90838.c [PR97312, PR94801] | Jakub Jelinek | 1 | -35/+57 |
2020-10-06 | Hybrid EVRP and testcases | Andrew MacLeod | 1 | -1/+30 |
2020-10-01 | Convert vr-values to value query class. | Aldy Hernandez | 1 | -31/+74 |
2020-08-18 | Decouple adjust_range_from_scev from vr_values and value_range_equiv. | Aldy Hernandez | 1 | -84/+85 |
2020-08-17 | Add statement context to get_value_range. | Aldy Hernandez | 1 | -25/+28 |
2020-08-04 | Add is_gimple_min_invariant dropped from previous patch. | Aldy Hernandez | 1 | -1/+3 |
2020-08-04 | Adjust two_valued_val_range_p for irange API. | Aldy Hernandez | 1 | -22/+9 |
2020-08-04 | Adjust simplify_conversion_using_ranges for irange API. | Aldy Hernandez | 1 | -4/+7 |
2020-08-04 | Use irange API in test_for_singularity. | Aldy Hernandez | 1 | -5/+8 |
2020-08-04 | Adjust vrp_evaluate_conditional for irange API. | Aldy Hernandez | 1 | -5/+1 |
2020-08-04 | Adjust op_with_boolean_value_range_p for irange API. | Aldy Hernandez | 1 | -3/+4 |
2020-08-03 | Multi-range implementation for value_range (irange). | Aldy Hernandez | 1 | -1/+2 |
2020-06-27 | Move simplification of statements using ranges into its own class. | Aldy Hernandez | 1 | -71/+83 |
2020-06-10 | Merge evrp uses of substitute_and_fold_engine into the engine itself. | Aldy Hernandez | 1 | -1/+28 |
2020-05-17 | Revert previous patch: | Aldy Hernandez | 1 | -26/+0 |
2020-05-17 | Move operand_less_p to vr-values.c. | Aldy Hernandez | 1 | -0/+26 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-11-13 | Rewrite value_range constructors to the value_range_kind is at the end, and d... | Aldy Hernandez | 1 | -34/+33 |
2019-11-05 | The base class for ranges is currently value_range_base, which is rather long... | Aldy Hernandez | 1 | -136/+124 |
2019-11-05 | Move vrp_set_zero_nonzero_bits from tree-vrp.c into vr-values.c, and make it ... | Aldy Hernandez | 1 | -4/+28 |
2019-10-03 | Makefile.in (OBJS): Add range.o and range-op.o. | Aldy Hernandez | 1 | -6/+7 |
2019-09-11 | re PR tree-optimization/90387 (__builtin_constant_p and -Warray-bounds warnings) | Richard Biener | 1 | -9/+2 |
2019-08-27 | PR tree-optimization/91567 - Spurious -Wformat-overflow warnings building gli... | Martin Sebor | 1 | -1/+6 |
2019-08-26 | PR tree-optimization/83431 - -Wformat-truncation may incorrectly report trunc... | Martin Sebor | 1 | -1/+1 |
2019-08-16 | Add type to VR_VARYING. | Aldy Hernandez | 1 | -32/+46 |
2019-08-15 | Enforce canonicalization in value_range. | Aldy Hernandez | 1 | -3/+3 |
2019-07-31 | vr-values.h (vr_values::swap_vr_value): New. | Richard Biener | 1 | -0/+12 |
2019-07-29 | re PR middle-end/91267 (SEGV in value_range_base::equal_p) | Richard Biener | 1 | -1/+5 |
2019-07-25 | gimple-loop-versioning.cc (loop_versioning::prune_loop_conditions): Make valu... | Richard Biener | 1 | -65/+81 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -2/+2 |
2019-06-13 | Revamp value_range::may_contain_p. | Aldy Hernandez | 1 | -1/+1 |
2019-06-12 | Remove value_range_constant_singleton in favor of value_range::singleton_p. | Aldy Hernandez | 1 | -1/+4 |
2019-06-07 | Split up value_range::intersect into base (value_range_base) and | Aldy Hernandez | 1 | -1/+1 |
2019-06-06 | vr-values.c (vr_values::extract_range_from_ssa_name): Do not put equivalences... | Richard Biener | 1 | -1/+2 |
2019-06-03 | tree-vrp.h (value_range_base::nonzero_p): New. | Aldy Hernandez | 1 | -5/+18 |
2019-03-11 | re PR middle-end/89655 (GCC crashes building linux kernel for arm 32-bit (cul... | Jakub Jelinek | 1 | -2/+7 |
2019-01-24 | fix comments typo. | Xiong Hu Luo | 1 | -1/+1 |
2019-01-09 | PR other/16615 [1/5] | Sandra Loosemore | 1 | -1/+1 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-19 | [PR86153] simplify more overflow tests in VRP | Alexandre Oliva | 1 | -0/+33 |
2018-12-10 | re PR tree-optimization/88427 (ICE: tree check: expected integer_cst, have pl... | Richard Biener | 1 | -4/+6 |
2018-12-07 | re PR tree-optimization/88367 (-fno-delete-null-pointer-checks doesn't work p... | Jakub Jelinek | 1 | -3/+37 |
2018-11-28 | re PR tree-optimization/88217 (Compile time and memory hog w/ -O2 -fstrict-en... | Richard Biener | 1 | -2/+4 |