Age | Commit message (Expand) | Author | Files | Lines |
2020-10-01 | Convert vr-values to value query class. | Aldy Hernandez | 1 | -15/+4 |
2020-09-08 | PR tree-optimization/96967 - cast label range to type of switch operand | Aldy Hernandez | 1 | -0/+2 |
2020-09-04 | rename widest_irange to int_range_max. | Aldy Hernandez | 1 | -2/+2 |
2020-08-31 | PR tree-optimization/96818 - cast label range to type of switch operand | Aldy Hernandez | 1 | -0/+2 |
2020-08-26 | Adjust tree-ssa-dom.c for irange API. | Aldy Hernandez | 1 | -57/+60 |
2020-08-03 | Multi-range implementation for value_range (irange). | Aldy Hernandez | 1 | -12/+20 |
2020-06-27 | Move simplification of statements using ranges into its own class. | Aldy Hernandez | 1 | -15/+22 |
2020-06-10 | Merge evrp uses of substitute_and_fold_engine into the engine itself. | Aldy Hernandez | 1 | -2/+2 |
2020-06-01 | Move array bounds checking into its own file. | Aldy Hernandez | 1 | -681/+1 |
2020-06-01 | Move value_range_equiv code to its own file. | Aldy Hernandez | 1 | -299/+1 |
2020-05-18 | PR middle-end/94940 - spurious -Warray-bounds for a zero length array member ... | Martin Sebor | 1 | -29/+15 |
2020-05-17 | Revert previous patch: | Aldy Hernandez | 1 | -0/+26 |
2020-05-17 | Move operand_less_p to vr-values.c. | Aldy Hernandez | 1 | -26/+0 |
2020-05-17 | Remove vrp_insert::live_on_edge declaration. | Aldy Hernandez | 1 | -3/+0 |
2020-05-17 | More refactoring of tree-vrp.c. | Aldy Hernandez | 1 | -169/+232 |
2020-05-17 | Move array bounds checking out of vrp_prop and into its own class. | Aldy Hernandez | 1 | -37/+61 |
2020-05-12 | Refactor tree-vrp.c | Giuliano Belinassi | 1 | -111/+198 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-05 | PR middle-end/92622 - FAIL: gcc.dg/Warray-bounds-22.c on ILP32: missing warni... | Martin Sebor | 1 | -14/+16 |
2019-11-14 | Change fold_range to return a boolean result. | Andrew MacLeod | 1 | -4/+2 |
2019-11-14 | Make normalize_addresses and normalize_symbolics work on THIS, instead | Aldy Hernandez | 1 | -8/+13 |
2019-11-13 | Move plain value_range things to value-range.[hc]*. | Aldy Hernandez | 1 | -1536/+0 |
2019-11-13 | Rewrite value_range constructors to the value_range_kind is at the end, and d... | Aldy Hernandez | 1 | -60/+47 |
2019-11-12 | Remove gcc/params.* files. | Martin Liska | 1 | -1/+0 |
2019-11-12 | Apply mechanical replacement (generated patch). | Martin Liska | 1 | -2/+2 |
2019-11-12 | re PR tree-optimization/92452 (ICE in vrp_prop::check_array_ref at tree-vrp.c... | Jakub Jelinek | 1 | -2/+5 |
2019-11-08 | Modify range_operator::fold_range() and wi_fold () to return via reference. | Andrew MacLeod | 1 | -12/+8 |
2019-11-05 | PR middle-end/92333 - missing variable name referencing VLA in warnings | Martin Sebor | 1 | -8/+27 |
2019-11-05 | Fix indentation inconsistencies introduced by previous patch. | Aldy Hernandez | 1 | -14/+7 |
2019-11-05 | PR middle-end/92341 - missing -Warray-bounds indexing past the end of a compo... | Martin Sebor | 1 | -9/+12 |
2019-11-05 | The base class for ranges is currently value_range_base, which is rather long... | Aldy Hernandez | 1 | -150/+151 |
2019-11-05 | Move vrp_set_zero_nonzero_bits from tree-vrp.c into vr-values.c, and make it ... | Aldy Hernandez | 1 | -63/+0 |
2019-11-05 | Move vrp_bitmap_equal_p above its only use and make it static. | Aldy Hernandez | 1 | -12/+12 |
2019-11-05 | Use value_range_base::equal_p in value_range_base::operator== so we can handle | Aldy Hernandez | 1 | -24/+1 |
2019-11-04 | Do not special case pointers in value_range_base::set. | Aldy Hernandez | 1 | -8/+3 |
2019-11-04 | Remove handle_pointers argument from all the vrp_val*{min,max} functions. | Aldy Hernandez | 1 | -36/+34 |
2019-11-04 | Use the value_range_base constructors in value_range_base::invert to | Aldy Hernandez | 1 | -2/+4 |
2019-11-04 | Remove unused range_int_cst_singleton_p. | Aldy Hernandez | 1 | -9/+0 |
2019-11-04 | Handle VR_UNDEFINED in value_range_base::normalize_addresses(). | Aldy Hernandez | 1 | -0/+3 |
2019-11-04 | Implement debugging functions for assert_info's. | Aldy Hernandez | 1 | -0/+39 |
2019-11-04 | PR tree-optimization/92349 - ICE in -Warray-bounds of a VLA member | Martin Sebor | 1 | -1/+2 |
2019-11-01 | PR middle-end/91679 - missing -Warray-bounds accessing a member array in a lo... | Martin Sebor | 1 | -31/+77 |
2019-10-23 | re PR tree-optimization/92131 (incorrect assumption that (ao >= 0) is always ... | Eric Botcazou | 1 | -7/+8 |
2019-10-17 | re PR tree-optimization/92131 (incorrect assumption that (ao >= 0) is always ... | Aldy Hernandez | 1 | -2/+2 |
2019-10-16 | Deal with incoming POLY_INT_CST ranges (PR92033) | Richard Sandiford | 1 | -0/+18 |
2019-10-14 | Normalize unsigned ~[0,0] into [1,MAX]. | Aldy Hernandez | 1 | -4/+4 |
2019-10-07 | Disentangle range_fold_*ary_expr() into various independent pieces. | Aldy Hernandez | 1 | -112/+152 |
2019-10-07 | Use value_range_base::num_pairs instead of vrp_val_is* to check if a range | Aldy Hernandez | 1 | -4/+1 |
2019-10-03 | Makefile.in (OBJS): Add range.o and range-op.o. | Aldy Hernandez | 1 | -699/+527 |
2019-09-03 | re PR tree-optimization/91597 (GCC miscompiles a branch depending on a pointe... | Jakub Jelinek | 1 | -3/+1 |