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-next-allmodconfig
in repository toolchain/ci/llvm-project.
from bc6d0f15c22 [Sema] Add MacroQualified case for FunctionTypeUnwrapper
adds b288f7d6bb8 [codeview] Fix for PR43479
adds 840845a1eea Fix merge issues in b288f7d6bb8fdd21d27ba755302db194c181fdaf
No new revisions were added by this update.
Summary of changes:
llvm/include/llvm/CodeGen/MachineFunction.h | 15 +--
llvm/include/llvm/CodeGen/MachineInstr.h | 52 +++++++-
llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 16 +--
llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 34 +++--
llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h | 3 +-
llvm/lib/CodeGen/MachineFunction.cpp | 19 +--
llvm/lib/CodeGen/MachineInstr.cpp | 142 ++++++++++-----------
llvm/lib/CodeGen/SelectionDAG/FastISel.cpp | 7 +-
.../CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp | 8 +-
llvm/test/CodeGen/X86/label-heapallocsite.ll | 43 +++----
llvm/test/CodeGen/X86/taildup-heapallocsite.ll | 21 ++-
llvm/unittests/CodeGen/MachineInstrTest.cpp | 140 ++++++++++++++++++++
12 files changed, 331 insertions(+), 169 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-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards b8580ceb 0: update: llvm-linux: all
new 38f0a610 0: update: llvm-linux: 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 (b8580ceb)
\
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 | 16 +-
02-build_llvm/console.log | 12042 ++++++++++++++++++-------------------
03-build_linux/console.log | 609 +-
04-boot_linux/console.log | 2 +-
06-update_baseline/console.log | 25 +
console.log | 12694 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
results | 2 +-
8 files changed, 12721 insertions(+), 12681 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-master-aarch64-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards cd8bde65 0: update: llvm-linux: boot
new b6411844 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 (cd8bde65)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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:
01-reset_artifacts/console.log | 68 +-
02-build_llvm/console.log | 12332 +++++++++++++++++-----------------
03-build_linux/console.log | 850 ++-
04-boot_linux/console.log | 350 +-
05-check_regression/console.log | 18 +-
06-update_baseline/console.log | 25 +
console.log | 13635 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 13666 insertions(+), 13620 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 gcc.
from 140aafda9d8 Support extended aggregate jump function in ipa-cp
new e613a5b1b41 Support C2x [[]] attributes for C.
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/c/ChangeLog | 45 +++
gcc/c/c-decl.c | 110 ++++++-
gcc/c/c-parser.c | 427 ++++++++++++++++++++------
gcc/c/c-parser.h | 3 +-
gcc/c/c-tree.h | 25 +-
gcc/c/gimple-parser.c | 2 +-
gcc/testsuite/ChangeLog | 7 +
gcc/testsuite/gcc.dg/c2x-attr-fallthrough-1.c | 21 ++
gcc/testsuite/gcc.dg/c2x-attr-syntax-1.c | 55 ++++
gcc/testsuite/gcc.dg/c2x-attr-syntax-2.c | 60 ++++
gcc/testsuite/gcc.dg/c2x-attr-syntax-3.c | 56 ++++
gcc/testsuite/gcc.dg/gnu2x-attr-syntax-1.c | 16 +
gcc/testsuite/gcc.dg/gnu2x-attr-syntax-2.c | 16 +
gcc/testsuite/gcc.dg/gnu2x-attrs-1.c | 72 +++++
14 files changed, 792 insertions(+), 123 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/c2x-attr-fallthrough-1.c
create mode 100644 gcc/testsuite/gcc.dg/c2x-attr-syntax-1.c
create mode 100644 gcc/testsuite/gcc.dg/c2x-attr-syntax-2.c
create mode 100644 gcc/testsuite/gcc.dg/c2x-attr-syntax-3.c
create mode 100644 gcc/testsuite/gcc.dg/gnu2x-attr-syntax-1.c
create mode 100644 gcc/testsuite/gcc.dg/gnu2x-attr-syntax-2.c
create mode 100644 gcc/testsuite/gcc.dg/gnu2x-attrs-1.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 gcc.
from db1638f5ebc PR ipa/92421 * g++.dg/torture/pr92421.C: Add -Wno-return- [...]
new 140aafda9d8 Support extended aggregate jump function in ipa-cp
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 | 71 ++++
gcc/ipa-cp.c | 498 ++++++++++++++++++++--------
gcc/ipa-fnsummary.c | 61 ++--
gcc/ipa-fnsummary.h | 8 +-
gcc/ipa-inline-analysis.c | 6 +-
gcc/ipa-prop.c | 578 ++++++++++++++++++++++++++++-----
gcc/ipa-prop.h | 182 +++++++++--
gcc/testsuite/ChangeLog | 6 +
gcc/testsuite/gcc.dg/ipa/ipcp-agg-10.c | 8 +-
gcc/testsuite/gcc.dg/ipa/ipcp-agg-11.c | 77 +++++
10 files changed, 1196 insertions(+), 299 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/ipa/ipcp-agg-11.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/llvm-master-aarch64-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 55112ec7 0: update: llvm-linux: boot
new 23f283b8 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 (55112ec7)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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:
01-reset_artifacts/console.log | 160 +-
02-build_llvm/console.log | 12324 +++++++++++++++++-----------------
03-build_linux/console.log | 691 +-
04-boot_linux/console.log | 358 +-
05-check_regression/console.log | 16 +-
06-update_baseline/console.log | 8 +-
console.log | 13557 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
8 files changed, 13558 insertions(+), 13568 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.