This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch aldyh/threader in repository gcc.
from ef9fcc6c8f1 Merge remote-tracking branch 'range-gen3' of git://gcc.gnu. [...] new 3d973ff2f2d Handle paths of length 1. new dc63aecf3bb Allow range type to be any kind of pointer.. assume they ar [...] new 0389d739fc6 Fix bug in fold_range, and have op_ir and op_ri return fals [...] new 384482ce313 Fix typo.. remove trailing slash. new 6b112be293d Export fold(range, range), and change assumptions of variou [...] new c7ae517eec8 Handle different kinds of bool within the ranger, and enabl [...] new 5ce3508c1da Tweak API for path_range_of_def new 07d25f40a1d Change API for path_range_of_Def new 472f8eacb1a rework range_stmt::fold() to work as we now use it, not th [...] new 36abc601360 Implement irange::singleton_p(). new a4ff9076deb Add direction argument to path_range(). new dcb48a5d05d Merge branch 'range-gen3' into threader
The 12 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/range-op.c | 15 ++- gcc/range.c | 17 ++- gcc/ssa-range-gen.c | 141 +++++++++++++++++++-- gcc/ssa-range-gen.h | 6 +- gcc/ssa-range-stmt.c | 174 ++++++++++---------------- gcc/ssa-range-stmt.h | 5 +- gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-24.c | 52 ++++++++ gcc/tree-ssa-threadbackward.c | 23 +++- 8 files changed, 298 insertions(+), 135 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-24.c