This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 0bc30fd5ab4 [llvm-objcopy][MachO] Print an error message on use of unsu [...]
new 04a8fcbdb1f [BitstreamWriter][NFC] Remove obsolete comment.
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/Bitcode/BitstreamWriter.h | 4 +---
1 file changed, 1 insertion(+), 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 clang.
from e7fac8a076 CodeView - add static data members to global variable debug info.
new 5846cacafa clang support gnu asm goto. Syntax: asm [volatile] goto ( [...]
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/Stmt.h | 51 ++++++++++-
include/clang/Basic/DiagnosticParseKinds.td | 4 +-
include/clang/Basic/DiagnosticSemaKinds.td | 10 ++-
include/clang/Sema/Sema.h | 1 +
lib/AST/ASTImporter.cpp | 10 ++-
lib/AST/Stmt.cpp | 29 +++++--
lib/AST/StmtPrinter.cpp | 20 ++++-
lib/AST/StmtProfile.cpp | 3 +
lib/Analysis/CFG.cpp | 74 ++++++++++++----
lib/CodeGen/CGStmt.cpp | 126 ++++++++++++++++++----------
lib/Parse/ParseStmtAsm.cpp | 68 ++++++++++++---
lib/Sema/JumpDiagnostics.cpp | 114 +++++++++++++++----------
lib/Sema/SemaStmtAsm.cpp | 48 +++++++++--
lib/Sema/TreeTransform.h | 16 +++-
lib/Serialization/ASTReaderStmt.cpp | 7 ++
lib/Serialization/ASTWriterStmt.cpp | 4 +
test/Analysis/asm-goto.cpp | 52 ++++++++++++
test/CodeGen/asm-goto.c | 18 ++++
test/CodeGen/asm.c | 12 +++
test/CodeGen/inline-asm-mixed-style.c | 10 +--
test/Coverage/c-language-features.inc | 4 +-
test/PCH/asm.h | 6 +-
test/Parser/asm.c | 50 +++++++++++
test/Parser/asm.cpp | 51 +++++++++++
test/Sema/asm-goto.cpp | 45 ++++++++++
test/Sema/asm.c | 21 +++++
test/Sema/inline-asm-validate-tmpl.cpp | 10 +++
test/Sema/scope-check.c | 16 ++++
28 files changed, 732 insertions(+), 148 deletions(-)
create mode 100644 test/Analysis/asm-goto.cpp
create mode 100644 test/CodeGen/asm-goto.c
create mode 100644 test/Sema/asm-goto.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 eb8be048cb5 Daily bump.
new 1e5d1822d41 PR go/90669 compiler: remove range-based 'for' loop
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/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/types.cc | 9 +++++++--
2 files changed, 8 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-stable-defconfig
in repository toolchain/ci/llvm-project.
from 11c3a5c0f98 Merging r360825:
adds c743d72d7f5 Merging r354184:
adds d44634951a4 Merging r353700:
adds e31804dc85d Merging r353701:
adds f0bd5981486 Merging r359606:
new e3dc222bd3c Merging r353865, r353866, and r353874:
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/builtins/Unit/compiler_rt_logb_test.c | 7 ++++
lld/ELF/SyntheticSections.cpp | 5 +++
lld/test/ELF/ppc64-bsymbolic-toc-restore.s | 2 +-
lld/test/ELF/ppc64-call-reach.s | 4 +-
lld/test/ELF/ppc64-ifunc.s | 4 +-
lld/test/ELF/ppc64-local-dynamic.s | 2 +-
lld/test/ELF/ppc64-local-entry.s | 47 ++++++++++++++++++++++
lld/test/ELF/ppc64-plt-stub.s | 2 +-
lld/test/ELF/ppc64-rel-calls.s | 5 +--
lld/test/ELF/ppc64-toc-restore-recursive-call.s | 2 +-
lld/test/ELF/ppc64-toc-restore.s | 6 +--
lldb/lit/helper/build.py | 12 +++---
lldb/lit/helper/toolchain.py | 3 +-
lldb/lit/lit.site.cfg.py.in | 1 +
lldb/lit/tools/lldb-mi/lit.local.cfg | 2 +
.../PowerPC/Disassembler/PPCDisassembler.cpp | 8 ++++
.../Target/PowerPC/InstPrinter/PPCInstPrinter.cpp | 7 +++-
llvm/lib/Target/PowerPC/PPCInstrInfo.td | 2 +
.../tools/llvm-objdump/PowerPC/branch-offset.s | 43 ++++++++++++++++++++
llvm/test/tools/llvm-objdump/PowerPC/lit.local.cfg | 2 +
20 files changed, 142 insertions(+), 24 deletions(-)
create mode 100644 lld/test/ELF/ppc64-local-entry.s
create mode 100644 lldb/lit/tools/lldb-mi/lit.local.cfg
create mode 100644 llvm/test/tools/llvm-objdump/PowerPC/branch-offset.s
create mode 100644 llvm/test/tools/llvm-objdump/PowerPC/lit.local.cfg
--
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_gnu/gnu-release-aarch64-bootstrap_debug
in repository toolchain/ci/base-artifacts.
discards c5c1e85da 0: update: gcc-2a89192a555d9eb4d677f7a2fac8f41823a54d7d: -5
new bec453915 0: update: gcc-295c41b62e04d5afa7963e2d13f9817c2e94d052: -5
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 (c5c1e85da)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-aarch64- [...]
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 | 130 +-
02-prepare_abe/console.log | 292 +-
03-build_abe-bootstrap_debug/console.log | 65201 ++++++++++++++--------------
console.log | 65647 +++++++++++++++--------------
jenkins/manifest.sh | 8 +-
5 files changed, 65684 insertions(+), 65594 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards a1ad48d84 0: update: llvm-linux: boot
new 834a5042d 0: update: llvm-linux: boot
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 (a1ad48d84)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 220 +-
02-build_llvm/console.log | 11710 +++++++++++++++----------------
03-build_linux/console.log | 1786 +++--
04-boot_linux/console.log | 416 +-
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 8 +-
console.log | 14163 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 14171 insertions(+), 14146 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 046c23154 0: update: binutils-gcc-linux: all
new 681e17396 0: update: gcc-913f5ef930a16fd43f0bdc6aec83802601dc42be: 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 (046c23154)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 52 +-
02-prepare_abe/console.log | 418 +-
03-build_abe-binutils/console.log | 10858 ++++----
04-build_abe-stage1/console.log | 15428 +++++------
05-build_linux/console.log | 24407 +++++++++--------
06-boot_linux/console.log | 6 +-
console.log | 51139 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 50590 insertions(+), 51730 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.