Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-08-30 | PR middle-end/91584 - Bogus warning from -Warray-bounds during string assignment | Martin Sebor | 1 | -16/+7 |
2019-08-28 | PR tree-optimization/91457 - inconsistent warning for writing past the end of... | Martin Sebor | 1 | -19/+38 |
2019-08-26 | PR tree-optimization/83431 - -Wformat-truncation may incorrectly report trunc... | Martin Sebor | 1 | -1/+1 |
2019-08-26 | [PATCH 1/2] Allow folding all statements. | Robin Dapp | 1 | -0/+1 |
2019-08-16 | Add type to VR_VARYING. | Aldy Hernandez | 1 | -49/+93 |
2019-08-15 | Enforce canonicalization in value_range. | Aldy Hernandez | 1 | -92/+206 |
2019-07-31 | re PR tree-optimization/91257 (Compile-time and memory-hog hog) | Richard Biener | 1 | -14/+16 |
2019-07-29 | re PR tree-optimization/91257 (Compile-time and memory-hog hog) | Richard Biener | 1 | -31/+37 |
2019-07-25 | tree-vrp.c (extract_range_from_multiplicative_op): Add type parameter and use... | Richard Biener | 1 | -4/+4 |
2019-07-25 | gimple-loop-versioning.cc (loop_versioning::prune_loop_conditions): Make valu... | Richard Biener | 1 | -4/+6 |
2019-07-12 | invoke.texi (ssa-name-def-chain-limit): Document new --param. | Martin Sebor | 1 | -1/+2 |
2019-07-11 | Do not try to further refine a VR_UNDEFINED result when intersecting | Aldy Hernandez | 1 | -0/+5 |
2019-06-13 | Revamp value_range::may_contain_p. | Aldy Hernandez | 1 | -30/+17 |
2019-06-12 | Remove value_range_constant_singleton in favor of value_range::singleton_p. | Aldy Hernandez | 1 | -15/+0 |
2019-06-07 | Split up value_range::intersect into base (value_range_base) and | Aldy Hernandez | 1 | -31/+62 |
2019-06-03 | tree-vrp.h (value_range_base::nonzero_p): New. | Aldy Hernandez | 1 | -51/+22 |
2019-03-18 | PR tree-optimization/89720 - Spurious -Warray-bounds warning on a range with ... | Martin Sebor | 1 | -19/+14 |
2019-03-13 | PR tree-optimization/89662 - -Warray-bounds ICE on void* arithmetic | Martin Sebor | 1 | -4/+7 |
2019-03-08 | re PR tree-optimization/89550 (Spurious array-bounds warning when using __PRE... | Jakub Jelinek | 1 | -6/+6 |
2019-02-01 | re PR tree-optimization/89143 (comparison of abs(i) against excessive constan... | Jakub Jelinek | 1 | -0/+10 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-17 | Add a loop versioning pass | Richard Sandiford | 1 | -4/+3 |
2018-12-11 | re PR tree-optimization/88444 (ICE: tree check: expected ssa_name, have integ... | Jakub Jelinek | 1 | -0/+3 |