This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 906508bbf0b Rope iterators: don't retain pointers when copied
new f2b443b321f PR libstdc++/85343 overload __throw_ios_failure to take errno
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 | 15 +++++++++++++++
libstdc++-v3/config/abi/pre/gnu.ver | 3 +++
libstdc++-v3/doc/xml/manual/abi.xml | 2 ++
libstdc++-v3/include/bits/fstream.tcc | 5 +++--
libstdc++-v3/include/bits/functexcept.h | 5 +++++
libstdc++-v3/src/c++11/cxx11-ios_failure.cc | 12 ++++++++++++
libstdc++-v3/src/c++98/ios_failure.cc | 6 +++++-
7 files changed, 45 insertions(+), 3 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 62fcc622307 [TableGen] Pass string/vector types by const reference (PR3 [...]
new 0904155b95b [GlobalISel][IRTranslator] Fix a bug in handling repeating [...]
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/CodeGen/GlobalISel/IRTranslator.h | 1 +
lib/CodeGen/GlobalISel/IRTranslator.cpp | 2 ++
.../GlobalISel/irtranslator-duplicate-types-param.ll | 15 +++++++++++++++
3 files changed, 18 insertions(+)
create mode 100644 test/CodeGen/AArch64/GlobalISel/irtranslator-duplicate-types-param.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 clang-tools-extra.
from 1909d66a [clangd] Show non-instantiated decls in signatureHelp
new 3084e0fe [clangd] NFC: Cleanup clangd help message
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:
clangd/tool/ClangdMain.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 lld.
from 581ee6181 Revert r339490 to match revert of llvm r339474 in r339630.
new 1cb7c09a8 [LLD][ELF] - Remove UnresolvedPolicy::IgnoreAll and relative [...]
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:
ELF/Config.h | 2 +-
ELF/Driver.cpp | 3 ---
ELF/Relocations.cpp | 3 ---
3 files changed, 1 insertion(+), 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.
"Maxim Kuvyrkov pushed a change to branch round-robin
in repository toolchain/jenkins-scripts.
discards 0ecbacd Fix
new 82ec883 Fix
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (0ecbacd)
\
N -- N -- N refs/heads/round-robin (82ec883)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
tcwg-rr-gnu-master.sh | 2 +-
tcwg-trigger-gnu-master.sh | 6 +++---
2 files changed, 4 insertions(+), 4 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 lldb.
from 8999a2f51 Fix: ConstString::GetConstCStringAndSetMangledCounterPart() s [...]
new 235b0d55f Remove unused FastDemangle sources
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/lldb/Utility/FastDemangle.h | 26 -
lldb.xcodeproj/project.pbxproj | 6 -
.../Language/CPlusPlus/CPlusPlusLanguage.cpp | 2 +-
source/Utility/CMakeLists.txt | 1 -
source/Utility/FastDemangle.cpp | 2393 --------------------
5 files changed, 1 insertion(+), 2427 deletions(-)
delete mode 100644 include/lldb/Utility/FastDemangle.h
delete mode 100644 source/Utility/FastDemangle.cpp
--
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 6461f5a2e10 * gcc/pretty-print.c (eat_esc_sequence): Swap the foregroun [...]
new 906508bbf0b Rope iterators: don't retain pointers when copied
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/ext/rope | 6 +--
libstdc++-v3/testsuite/ext/rope/7.cc | 95 ++++++++++++++++++++++++++++++++++++
3 files changed, 107 insertions(+), 3 deletions(-)
create mode 100644 libstdc++-v3/testsuite/ext/rope/7.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.
"Maxim Kuvyrkov pushed a change to branch round-robin
in repository toolchain/jenkins-scripts.
discards 7222219 Fix
new 0ecbacd Fix
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (7222219)
\
N -- N -- N refs/heads/round-robin (0ecbacd)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
tcwg-trigger-gnu-master.sh | 0
1 file changed, 0 insertions(+), 0 deletions(-)
mode change 100644 => 100755 tcwg-trigger-gnu-master.sh
--
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.
"Maxim Kuvyrkov pushed a change to branch round-robin
in repository toolchain/jenkins-scripts.
discards bf37185 Fix
new 7222219 Fix
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (bf37185)
\
N -- N -- N refs/heads/round-robin (7222219)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
tcwg-trigger-gnu-master.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
mode change 100755 => 100644 tcwg-trigger-gnu-master.sh
--
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 binutils-gdb.
from 08887f4a64 Automatic date update in version.in
new 2a50366ded When the assembler reports that the input and output are the [...]
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:
gas/ChangeLog | 4 ++++
gas/as.c | 27 ++++++++++++++++++++-------
2 files changed, 24 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.