This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 05626898 2: update: llvm-linux: 19520
new 005d3304 2: update: llvm-linux: 19522
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 (05626898)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-n [...]
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:
01-reset_artifacts/console.log | 166 +-
02-build_llvm/console.log | 11771 +++++++++++++++---------------
03-build_linux/console.log | 2569 +++----
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 18 +-
console.log | 14530 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
results | 2 +-
8 files changed, 14547 insertions(+), 14527 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.
from 2d96fcd91c Make more friendly with unions. Reviewed as https://reviews [...]
new dff959c181 Introduce the ability to dump the AST to JSON.
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/clang/AST/ASTDumperUtils.h | 6 +
include/clang/AST/DeclBase.h | 4 +-
include/clang/AST/JSONNodeDumper.h | 330 +++++++++
include/clang/Driver/CC1Options.td | 6 +
include/clang/Frontend/ASTConsumers.h | 9 +-
include/clang/Frontend/FrontendOptions.h | 4 +
lib/AST/ASTDumper.cpp | 19 +-
lib/AST/CMakeLists.txt | 1 +
lib/AST/JSONNodeDumper.cpp | 781 +++++++++++++++++++++
lib/Frontend/ASTConsumers.cpp | 23 +-
lib/Frontend/CompilerInvocation.cpp | 20 +-
lib/Frontend/FrontendActions.cpp | 9 +-
test/AST/ast-dump-enum-json.cpp | 484 +++++++++++++
test/AST/ast-dump-if-json.cpp | 964 ++++++++++++++++++++++++++
test/AST/ast-dump-namespace-json.cpp | 211 ++++++
tools/clang-check/ClangCheck.cpp | 6 +-
tools/clang-import-test/clang-import-test.cpp | 5 +-
17 files changed, 2850 insertions(+), 32 deletions(-)
create mode 100644 include/clang/AST/JSONNodeDumper.h
create mode 100644 lib/AST/JSONNodeDumper.cpp
create mode 100644 test/AST/ast-dump-enum-json.cpp
create mode 100644 test/AST/ast-dump-if-json.cpp
create mode 100644 test/AST/ast-dump-namespace-json.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 c76a9a6f94c libgo: drop Solaris 10 support
new 02fafda8ce3 Use releasing_vec more broadly.
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 | 35 +++++++++++++++++++++++++++++++++++
gcc/cp/call.c | 13 ++++---------
gcc/cp/constexpr.c | 11 ++++-------
gcc/cp/cp-gimplify.c | 4 +---
gcc/cp/cp-tree.h | 16 +++++++++++++---
gcc/cp/cvt.c | 6 ++----
gcc/cp/decl.c | 2 +-
gcc/cp/except.c | 7 ++-----
gcc/cp/init.c | 6 ++----
gcc/cp/method.c | 8 ++------
gcc/cp/parser.c | 35 +++++++++--------------------------
gcc/cp/pt.c | 32 +++++++-------------------------
gcc/cp/semantics.c | 31 ++++++++++---------------------
gcc/cp/tree.c | 17 +++++------------
gcc/cp/typeck.c | 11 +++--------
gcc/cp/typeck2.c | 4 +---
16 files changed, 101 insertions(+), 137 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-7-branch
in repository gcc.
from ab7791e159e Daily bump.
new 2318aabf82e gcc/ChangeLog:
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/ChangeLog | 9 ++++
gcc/config/rs6000/rs6000.c | 4 ++
gcc/testsuite/ChangeLog | 13 +++++
.../powerpc/{vsx-builtin-13a.c => pr89424-0.c} | 62 +++-------------------
gcc/testsuite/gcc.target/powerpc/vsx-builtin-13a.c | 2 +-
gcc/testsuite/gcc.target/powerpc/vsx-builtin-13b.c | 2 +-
gcc/testsuite/gcc.target/powerpc/vsx-builtin-20a.c | 2 +-
gcc/testsuite/gcc.target/powerpc/vsx-builtin-20b.c | 2 +-
8 files changed, 37 insertions(+), 59 deletions(-)
copy gcc/testsuite/gcc.target/powerpc/{vsx-builtin-13a.c => pr89424-0.c} (52%)
--
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 146797736 Merge target and launch info environments
new e2a0d76f5 [CMake] Simplify lldb-server handling
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:
cmake/modules/LLDBConfig.cmake | 8 ++------
tools/CMakeLists.txt | 5 +----
unittests/tools/CMakeLists.txt | 13 +++++--------
3 files changed, 8 insertions(+), 18 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 210c72c1b12 [X86] Various type corrections to the code that creates LOC [...]
new e132a1a24b9 [Pass Pipeline][NFC] Add a test prior to committing D61726
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:
.../PhaseOrdering/reassociate-after-unroll.ll | 155 +++++++++++++++++++++
1 file changed, 155 insertions(+)
create mode 100644 test/Transforms/PhaseOrdering/reassociate-after-unroll.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-mainline-allmodconfig
in repository toolchain/ci/gcc.
from fa9c30453af Daily bump.
adds 59863808a60 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-mainline-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 3c73607a76 Automatic date update in version.in
adds 3439fdd6f3 Work around gcc9 warning bug
adds 687f315f2c Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
binutils/ChangeLog | 7 +++++++
binutils/wrstabs.c | 22 +++++++++-------------
3 files changed, 17 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.