This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/ranger in repository gcc.
from 6431c0c9363 Rewrite bitwise_and::op1_range to use evrp's code. new 185146f0ac5 Rewrite vr_values::outgoing_edge_range_p to use all availab [...] new 73a9a85d0d3 Add debug counter for when evrp ranges are calculated. new 6b52a6baaa1 Implement strcmp variants for gimple and trees. new b6a6426a49e Use widest_irange temporaries in the GORI logical code. new 96e9021d1c5 Implement a special case of operator_mult::op1_range for si [...] new 39ba0fabc05 Always use known range for operand2 in gori_compute::comput [...] new 665956722d8 Comment the equivalence_iterator. new 483d62b0dcc Ignore discrepancies between gori and evrp for equivalence [...] new ec00a647c96 Do not calculate ranges for names that are not in the GORI [...] new 63657cd2eb2 Avoid dumping empty lines in gori::dump. new 3c027e0f146 Change debug_gori_ranges so it can dump to any file. new bce6d53da62 GORIME environment variable can be used to run in dump only mode. new ac18bfb92b1 Tweak dump_gori_differences. new a3c7d42f456 Mark assert's that are not computable by GORI and ignore them. new 74cb4de8996 Rename all variables S to STMT in GORI for consistency. new a542cf738ec Gori adjustments for Ada multi-bit booleans. new f6873bb8ff0 Implement operator_bitwise_xor::op1_range for booleans.
The 17 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/dbgcnt.def | 1 + gcc/gimple-pretty-print.c | 49 ++++++++++++++++ gcc/gimple-range-gori.cc | 129 ++++++++++++++++++++++++------------------ gcc/gimple-ssa-evrp-analyze.c | 125 ++++++++++++++++++++++++++++------------ gcc/gimple-ssa-evrp-analyze.h | 6 +- gcc/range-op.cc | 92 +++++++++++++++++++++++++++--- gcc/tree-vrp.c | 26 ++++++++- gcc/tree-vrp.h | 2 + gcc/vr-values.c | 98 ++++++++++++++++++-------------- gcc/vr-values.h | 7 ++- 10 files changed, 387 insertions(+), 148 deletions(-)