This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxxabi.
from 04af72d [libunwind] Support building hermetic static library
new baf28c6 [CMake] Use correct visibility for linked libraries in CMake
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:
src/CMakeLists.txt | 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 libcxx.
from 2ae08ad85 [libc++] Explicitly initialize std::nothrow
new 30f748dc4 [CMake] Use correct visibility for linked libraries in CMake
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/CMakeLists.txt | 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 aoliva/testme
in repository gcc.
discards 30e72aba9e9 [PR86379] do not use TREE_TYPE for USING_DECL_SCOPE
new d1693b68f7b [PR86379] do not use TREE_TYPE for USING_DECL_SCOPE
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 (30e72aba9e9)
\
N -- N -- N refs/heads/aoliva/testme (d1693b68f7b)
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:
gcc/cp/search.c | 3 ++-
1 file changed, 2 insertions(+), 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 bc99383d67b [DEBUGINFO] Handle restore instructions in LiveDebugValues
new b1e647426f7 Revert "gn build: Add BPF target."
new e53778de214 The test comitted with r348896 needed -march=x86=64 on the [...]
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:
.../MIR/X86/live-debug-values-restore.mir | 2 +-
.../llvm/lib/Target/BPF/AsmParser/BUILD.gn | 23 ------
utils/gn/secondary/llvm/lib/Target/BPF/BUILD.gn | 94 ----------------------
.../llvm/lib/Target/BPF/Disassembler/BUILD.gn | 22 -----
.../llvm/lib/Target/BPF/InstPrinter/BUILD.gn | 24 ------
.../llvm/lib/Target/BPF/MCTargetDesc/BUILD.gn | 60 --------------
.../llvm/lib/Target/BPF/TargetInfo/BUILD.gn | 14 ----
utils/gn/secondary/llvm/lib/Target/targets.gni | 4 -
8 files changed, 1 insertion(+), 242 deletions(-)
delete mode 100644 utils/gn/secondary/llvm/lib/Target/BPF/AsmParser/BUILD.gn
delete mode 100644 utils/gn/secondary/llvm/lib/Target/BPF/BUILD.gn
delete mode 100644 utils/gn/secondary/llvm/lib/Target/BPF/Disassembler/BUILD.gn
delete mode 100644 utils/gn/secondary/llvm/lib/Target/BPF/InstPrinter/BUILD.gn
delete mode 100644 utils/gn/secondary/llvm/lib/Target/BPF/MCTargetDesc/BUILD.gn
delete mode 100644 utils/gn/secondary/llvm/lib/Target/BPF/TargetInfo/BUILD.gn
--
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 zorg.
from 01cddb22 Switch sanitizer-windows bot to annotator scripts
new 745f085c Added new builder ppc64le-lld-multistage-test.
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:
buildbot/osuosl/master/config/builders.py | 10 ++++++++++
buildbot/osuosl/master/config/slaves.py | 2 +-
2 files changed, 11 insertions(+), 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 gcc.
from dae923a77fa * doc/xml/manual/status_cxx2020.xml: Update P0600 entry.
new 7066144aacd PR c++/89119 - ICE with value-initialization in template. [...]
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:
gcc/cp/ChangeLog | 5 +++++
gcc/cp/pt.c | 5 +++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp0x/initlist-value3.C | 23 +++++++++++++++++++++++
4 files changed, 38 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-value3.C
--
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 b7568024e [libc++] Fix Windows build error in <functional>
new 61be5f101 [libc++] Don't define exception destructors when using vcruntime
new c79c93318 [libc++] Don't define operator new/delete when using vcruntime
new 2ae08ad85 [libc++] Explicitly initialize std::nothrow
The 3 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/__config | 15 ++++++++-------
src/new.cpp | 2 +-
src/stdexcept.cpp | 23 ++++++++---------------
3 files changed, 17 insertions(+), 23 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 67c4aed19 Recognize FreeBSD specific BFD names in OUTPUT_FORMAT
new 39b4b3429 [WebAssembly] Fix crash with LTO + relocatable + undefined symbols
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:
test/wasm/data-layout.ll | 6 +-
test/wasm/init-fini.ll | 86 +++++++++----------
test/wasm/locals-duplicate.test | 146 ++++++++++++++++-----------------
test/wasm/lto/relocatable-undefined.ll | 36 ++++++++
test/wasm/weak-alias.ll | 28 +++----
wasm/Writer.cpp | 58 ++++++-------
6 files changed, 199 insertions(+), 161 deletions(-)
create mode 100644 test/wasm/lto/relocatable-undefined.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 aoliva/testme
in repository gcc.
from 5f1e18611de [PR86218] handle ck_aggr in compare_ics in both and either [...]
new 30e72aba9e9 [PR86379] do not use TREE_TYPE for USING_DECL_SCOPE
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:
gcc/cp/cp-tree.h | 2 +-
gcc/cp/name-lookup.c | 2 +-
gcc/testsuite/g++.dg/cpp0x/pr86379.C | 205 +++++++++++++++++++++++++++++++++++
3 files changed, 207 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr86379.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.