This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 4cd23bfaa8c Document -fallocation-dce.
new 8276c1be16d Remove wrong lto-dump: lto1 makefile dependency.
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/lto/ChangeLog | 5 +++++
gcc/lto/Make-lang.in | 2 +-
2 files changed, 6 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-mainline-defconfig
in repository toolchain/ci/linux.
from 0e3f1ad80fc8 Remove VirtualBox guest shared folders filesystem
adds e6c617102c7e Btrfs: fix log context list corruption after rename exchan [...]
adds afd7a71872f1 Merge tag 'for-5.4-rc7-tag' of git://git.kernel.org/pub/sc [...]
adds 003f01c78002 Input: synaptics-rmi4 - fix video buffer size
adds f6aabe1ff1d9 Input: synaptics-rmi4 - disable the relative position IRQ [...]
adds 5d40d95e7e64 Input: synaptics-rmi4 - do not consume more data than we h [...]
adds 310ca2a61c41 Input: synaptics-rmi4 - remove unused result_bits mask
adds 549766ac2ac1 Input: synaptics-rmi4 - clear IRQ enables for F54
adds 79aae6acbef1 Input: cyttsp4_core - fix use after free bug
adds bf9294798930 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
No new revisions were added by this update.
Summary of changes:
drivers/input/rmi4/rmi_f11.c | 9 +++------
drivers/input/rmi4/rmi_f12.c | 32 ++++++++++++++++++++++++++++----
drivers/input/rmi4/rmi_f54.c | 4 ++--
drivers/input/touchscreen/cyttsp4_core.c | 7 -------
fs/btrfs/inode.c | 15 +++++++++++++++
5 files changed, 48 insertions(+), 19 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-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 6cd1dd0d 0: update: llvm-linux: boot
new e986eb28 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 (6cd1dd0d)
\
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 | 122 +-
02-build_llvm/console.log | 12443 +++++++++++++++++-----------------
03-build_linux/console.log | 692 +-
04-boot_linux/console.log | 354 +-
05-check_regression/console.log | 26 +-
06-update_baseline/console.log | 25 -
console.log | 13638 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
8 files changed, 13630 insertions(+), 13682 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 ffa6d691f8f * config/i386/i386-options.c (ix86_omp_device_kind_arch_is [...]
new f95a585fb8c Update dump message in IPA ICF.
new 2cc86f328a4 Use func_checker::hash_operand for hashing of GIMPLE operands.
new 9338c3b0cca Handle FIELD_DECL in IPA ICF.
new 2255e398ef0 Update statistics about needed symbols in IPA ICF.
new 93e632e34fc Enable VPOPCNTDQ for icelake-{client,server} and tigerlake.
new 4cd23bfaa8c Document -fallocation-dce.
The 6 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 | 56 +++++++++++
gcc/config/i386/i386.h | 2 +-
gcc/doc/invoke.texi | 6 +-
gcc/ipa-icf-gimple.c | 10 +-
gcc/ipa-icf-gimple.h | 11 +++
gcc/ipa-icf.c | 259 +++++++++++--------------------------------------
gcc/ipa-icf.h | 28 +++---
7 files changed, 147 insertions(+), 225 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-allnoconfig
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-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards f180c040 0: update: llvm-linux: boot
new 8a4742aa 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 (f180c040)
\
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 | 68 +-
02-build_llvm/console.log | 11878 +++++++++++++++++------------------
03-build_linux/console.log | 804 ++-
04-boot_linux/console.log | 4 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 25 +
console.log | 12787 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 12818 insertions(+), 12764 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-mainline-allyesconfig
in repository toolchain/ci/linux.
from 0e3f1ad80fc8 Remove VirtualBox guest shared folders filesystem
adds e6c617102c7e Btrfs: fix log context list corruption after rename exchan [...]
adds afd7a71872f1 Merge tag 'for-5.4-rc7-tag' of git://git.kernel.org/pub/sc [...]
adds 003f01c78002 Input: synaptics-rmi4 - fix video buffer size
adds f6aabe1ff1d9 Input: synaptics-rmi4 - disable the relative position IRQ [...]
adds 5d40d95e7e64 Input: synaptics-rmi4 - do not consume more data than we h [...]
adds 310ca2a61c41 Input: synaptics-rmi4 - remove unused result_bits mask
adds 549766ac2ac1 Input: synaptics-rmi4 - clear IRQ enables for F54
adds 79aae6acbef1 Input: cyttsp4_core - fix use after free bug
adds bf9294798930 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
No new revisions were added by this update.
Summary of changes:
drivers/input/rmi4/rmi_f11.c | 9 +++------
drivers/input/rmi4/rmi_f12.c | 32 ++++++++++++++++++++++++++++----
drivers/input/rmi4/rmi_f54.c | 4 ++--
drivers/input/touchscreen/cyttsp4_core.c | 7 -------
fs/btrfs/inode.c | 15 +++++++++++++++
5 files changed, 48 insertions(+), 19 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-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards ef00231e 0: update: llvm-linux: all
new f9e8320d 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 (ef00231e)
\
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 | 128 +-
02-build_llvm/console.log | 12318 ++++++++++++++++++------------------
03-build_linux/console.log | 742 +--
04-boot_linux/console.log | 2 +-
06-update_baseline/console.log | 25 +
console.log | 13215 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
7 files changed, 13246 insertions(+), 13196 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.