This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 03c198b24f6 [Hexagon] Add missing flags to ELF YAMLIO
new 246a4c60c28 [InstCombine] Canonicalize const arg for saturating adds
new 06022d84cee [InstCombine] Use known overflow information for saturating [...]
new 72d3673993c [ValueTracking] Determine always-overflow condition for uns [...]
new 79fc38d0bd5 [InstCombine] Canonicalize ssub.sat to sadd.sat
new e666b9ba92e [InstCombine] Combine saturating add/sub with constant operands
The 5 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 | 17 ++-
lib/Transforms/InstCombine/InstCombineCalls.cpp | 89 ++++++++++++
test/Transforms/InstCombine/saturating-add-sub.ll | 158 +++++++++-------------
3 files changed, 164 insertions(+), 100 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 dad8def3c2b llvm-git: More tweaks.
new 9fb5115feda [llvm-mca] Return the total number of cycles from method Pi [...]
new 03c198b24f6 [Hexagon] Add missing flags to ELF YAMLIO
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/ObjectYAML/ELFYAML.cpp | 8 ++++++++
tools/llvm-mca/include/Pipeline.h | 5 ++++-
tools/llvm-mca/lib/Pipeline.cpp | 4 ++--
tools/llvm-mca/llvm-mca.cpp | 5 +++--
4 files changed, 17 insertions(+), 5 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 gcc.
from 8092d42a27b PR libstdc++/83306 make filesystem_error no-throw copyable
new 9992b9ccc78 Apply resolution for LWG DR 3096
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:
libstdc++-v3/ChangeLog | 6 ++++++
libstdc++-v3/doc/xml/manual/intro.xml | 7 +++++++
libstdc++-v3/src/filesystem/std-path.cc | 6 ++++--
.../27_io/filesystem/path/generation/relative.cc | 20 ++++++++++++++++++++
4 files changed, 37 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 95f8d2a9fb1 Fix DynamicLibraryTests build on Windows when LLVM_EXPORT_S [...]
new dad8def3c2b llvm-git: More tweaks.
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:
utils/git-svn/git-llvm | 55 +++++++++++++++++---------------------------------
1 file changed, 19 insertions(+), 36 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 gcc.
from 4cb390b29cd Changed email ID to existing one.
new 8092d42a27b PR libstdc++/83306 make filesystem_error no-throw copyable
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:
libstdc++-v3/ChangeLog | 9 ++
libstdc++-v3/include/bits/fs_path.h | 33 +++---
libstdc++-v3/src/filesystem/std-path.cc | 108 +++++++++++++-------
.../27_io/filesystem/filesystem_error/cons.cc | 93 +++++++++++++++++
.../27_io/filesystem/filesystem_error/copy.cc | 111 +++++++++++++++++++++
5 files changed, 302 insertions(+), 52 deletions(-)
create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/filesystem_error/cons.cc
create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/filesystem_error/copy.cc
--
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 20632e333e6 [ThinLTO] Correct linkonce_any function import linkage. NFC.
new 95f8d2a9fb1 Fix DynamicLibraryTests build on Windows when LLVM_EXPORT_S [...]
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:
unittests/Support/DynamicLibrary/CMakeLists.txt | 7 +++++++
1 file changed, 7 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.