This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from b433334065 x86: Remove unnecessary <stap-probe.h> include from lowlevellock.h
new 3b93559585 support: Use dlerror to detect NULL symbols in xdlsym
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 | 5 +++++
support/xdlfcn.c | 20 ++++++++++----------
2 files changed, 15 insertions(+), 10 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 gcc-8-branch
in repository gcc.
from 72b6d97cacf PR c++/88983 - ICE with switch in constexpr function. * c [...]
new 5082b43c73d PR c++/89119 - ICE with value-initialization in template. [...]
new e0a7599bebc PR c++/89024 - ICE with incomplete enum type. * call.c (s [...]
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:
gcc/cp/ChangeLog | 13 +++++++++++++
gcc/cp/call.c | 7 +++++++
gcc/cp/pt.c | 5 +++++
gcc/testsuite/g++.dg/cpp0x/enum37.C | 24 ++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/initlist-value3.C | 23 +++++++++++++++++++++++
5 files changed, 72 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/enum37.C
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 8998d2ff17 gcc-4e135b8a96802b795a7a15b80bebace8034cb695: all
new 98226dfd08 gcc-ca05a1913e32997c4e40747e341eb463b375e1ce: all
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 (8998d2ff17)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
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:
1-reset_artifacts/console.log | 14 +-
2-prepare_abe/console.log | 14 +-
3-build_abe-binutils/console.log | 3106 ++++++++--------
4-build_abe-stage1/console.log | 4214 +++++++++++-----------
5-count_linux_objs/console.log | 25 +-
console.log | 7357 +++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 4 +-
10 files changed, 7372 insertions(+), 7374 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 clang-tools-extra.
from 43a3e0bb [clangd] Bump vscode-clangd v0.0.11
new a7e26078 [clangd] Add type boost to fuzzy find in Dex.
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/CodeComplete.cpp | 2 +
clangd/index/Index.cpp | 4 +-
clangd/index/Index.h | 9 ++--
clangd/index/dex/Dex.cpp | 99 ++++++++++++++++++++++++-------------------
clangd/index/dex/Dex.h | 4 ++
clangd/index/dex/Token.h | 7 ++-
unittests/clangd/DexTests.cpp | 22 ++++++++++
7 files changed, 97 insertions(+), 50 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 gcc-8-branch
in repository gcc.
from 13fb52fdc73 2019-02-06 Richard Biener <rguenther(a)suse.de>
new de19535acb6 PR c++/89158 - by-value capture of constexpr variable brok [...]
new 72b6d97cacf PR c++/88983 - ICE with switch in constexpr function. * c [...]
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:
gcc/cp/ChangeLog | 17 ++++++
gcc/cp/call.c | 4 +-
gcc/cp/constexpr.c | 19 ++++++-
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-89158.C | 11 ++++
gcc/testsuite/g++.dg/cpp1y/constexpr-88983.C | 71 ++++++++++++++++++++++++
5 files changed, 118 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-89158.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-88983.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 llvm.
from 32ec1f88370 [SelectionDAGBuilder] Refactor Inline Asm output check. NFCI.
new ae502dc0ce0 [InlineAsm][X86] Add backend support for X86 flag output pa [...]
new 4e9d732b58d AArch64: enforce even/odd register pairs for CASP instructions.
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:
include/llvm/CodeGen/TargetLowering.h | 6 +
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 24 +-
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 6 +
lib/Target/AArch64/AArch64RegisterInfo.td | 10 +-
.../AArch64/Disassembler/AArch64Disassembler.cpp | 4 +-
lib/Target/X86/X86ISelLowering.cpp | 67 +-
lib/Target/X86/X86ISelLowering.h | 5 +
test/CodeGen/AArch64/cmpxchg-lse-even-regs.ll | 17 +
test/CodeGen/X86/inline-asm-flag-output.ll | 954 +++++++++++++++++++++
9 files changed, 1075 insertions(+), 18 deletions(-)
create mode 100644 test/CodeGen/AArch64/cmpxchg-lse-even-regs.ll
create mode 100644 test/CodeGen/X86/inline-asm-flag-output.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 90319cda [clangd] Update dev dependencies of clangd-vscode
new a3ef8503 [clangd] Format tweak's replacements.
new 43a3e0bb [clangd] Bump vscode-clangd v0.0.11
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:
clangd/ClangdServer.cpp | 6 +++--
clangd/ClangdUnit.cpp | 3 +--
clangd/Compiler.h | 2 ++
clangd/SourceCode.cpp | 9 +++++++
clangd/SourceCode.h | 5 ++++
clangd/clients/clangd-vscode/package.json | 2 +-
clangd/refactor/Tweak.cpp | 8 +++++++
clangd/refactor/Tweak.h | 14 ++++++++---
clangd/refactor/tweaks/SwapIfBranches.cpp | 7 ++++--
unittests/clangd/TweakTests.cpp | 40 +++++++++++++++++++++++++++----
10 files changed, 82 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 annotated tag newlib-3.1.0
in repository newlib.
at 9dace8c11 (tag)
tagging 572687310059534b2da9428ca19df992509c8a5d (commit)
replaces cygwin-2_11_2-release
tagged by Jeff Johnston
on Wed Feb 6 10:27:04 2019 -0500
- Log -----------------------------------------------------------------
Newlib 3.1.0 yearly
-----------------------------------------------------------------------
No new revisions were added by this update.
--
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 44f220f910f [SystemZ] Do not return INT_MIN from strcmp/memcmp
new 32ec1f88370 [SelectionDAGBuilder] Refactor Inline Asm output check. NFCI.
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/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 39 ++++++++++++++++--------
1 file changed, 26 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.