This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 8a6bd3f [ValueTracking] Use uint64_t for CarryIn in computeKnownBitsA [...]
new 8229f1d [ScalarEvolution] Re-enable Predicate implication from operations
The 1 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:
include/llvm/Analysis/ScalarEvolution.h | 17 ++
lib/Analysis/ScalarEvolution.cpp | 175 ++++++++++-
.../ScalarEvolution/implied-via-addition.ll | 27 ++
.../ScalarEvolution/implied-via-division.ll | 331 +++++++++++++++++++++
4 files changed, 534 insertions(+), 16 deletions(-)
create mode 100644 test/Analysis/ScalarEvolution/implied-via-addition.ll
create mode 100644 test/Analysis/ScalarEvolution/implied-via-division.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from fdd2b65 NewGVN: Fix PR32403 - Handling of undef in phis was not quite [...]
new 8a6bd3f [ValueTracking] Use uint64_t for CarryIn in computeKnownBitsA [...]
The 1 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:
lib/Analysis/ValueTracking.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d738e6a [ValueTracking] Convert more places to use setHighBits/setLow [...]
new fdd2b65 NewGVN: Fix PR32403 - Handling of undef in phis was not quite [...]
The 1 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:
lib/Transforms/Scalar/NewGVN.cpp | 15 ++++++++-
test/Transforms/NewGVN/pr32403.ll | 65 +++++++++++++++++++++++++++++++++++++++
2 files changed, 79 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/NewGVN/pr32403.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 59bcc87 Implement Pp0156r2: 'Variadic Lock Guard, version 5' Reviewe [...]
new 0c70c79 Move the scoped_lock inside the '#ifndef NO_THREADS' block to [...]
The 1 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:
include/mutex | 157 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 78 insertions(+), 79 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 8d2030d Add a new randomized memcpy test for copies up to 256 bytes. [...]
new 65eff7f Update old tunables framework document/script.
The 1 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:
ChangeLog | 7 +++++++
README.tunables | 14 +++++++-------
elf/dl-tunables.list | 2 +-
scripts/gen-tunables.awk | 12 ++++++------
4 files changed, 21 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from 4980e83 Fix a warning when running the GotsanRuntimeCheck test on Darwin.
new 4bb8e9c [XRay] [compiler-rt] Plug a file descriptor leak in a failure case.
The 1 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:
lib/xray/xray_x86_64.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5382346 [InstCombine] Use range-based for loop. NFC
new d738e6a [ValueTracking] Convert more places to use setHighBits/setLow [...]
The 1 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:
lib/Analysis/ValueTracking.cpp | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from d218b6e Add strtok interceptor for ASAN for Windows.
new 5788957 Update the Darwin/external.cc testcase to use rpath. This mea [...]
new 4980e83 Fix a warning when running the GotsanRuntimeCheck test on Darwin.
The 2 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:
lib/sanitizer_common/sanitizer_mac.cc | 6 +++---
test/tsan/Darwin/external.cc | 15 ++++++++++++---
2 files changed, 15 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.