This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 94eb853ee [ELF] Align SHT_LLVM_PART_EHDR to a maximum page size boundary
new f5e13efc4 [ELF] Do not ICF two sections with different output sections [...]
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:
ELF/Driver.cpp | 20 +++++++
ELF/ICF.cpp | 17 ++++--
ELF/LinkerScript.cpp | 82 +++++++++++++----------------
ELF/LinkerScript.h | 1 +
ELF/Writer.cpp | 36 +++++--------
ELF/Writer.h | 2 +
test/ELF/linkerscript/early-assign-symbol.s | 11 ++--
test/ELF/linkerscript/icf-output-sections.s | 46 ++++++++++++++++
test/ELF/linkerscript/subalign.s | 12 ++---
9 files changed, 146 insertions(+), 81 deletions(-)
create mode 100644 test/ELF/linkerscript/icf-output-sections.s
--
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-arm-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards a525ef16 0: update: llvm-linux: all
new 6a58a3e1 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 (a525ef16)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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 | 12022 ++++++++++++++++++------------------
03-build_linux/console.log | 672 +--
04-boot_linux/console.log | 2 +-
06-update_baseline/console.log | 8 +-
console.log | 12720 +++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
7 files changed, 12724 insertions(+), 12724 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 8e87bb1bdf9 PR go/91617 * fold-const.c (range_check_type): For enumer [...]
new fe635a0b2aa PR target/91323 * doc/generic.texi (LTGT_EXPR): Merge wit [...]
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 | 8 ++++++++
gcc/config/sparc/sparc.c | 2 +-
gcc/doc/generic.texi | 26 +++++++++++++-------------
gcc/rtl.def | 14 ++++++++------
gcc/tree.def | 15 ++++++++-------
5 files changed, 38 insertions(+), 27 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 09ccb0a28d1 Daily bump.
new d60051c86c1 Backport from mainline 2019-07-18 Bin Cheng <bin.linux@ [...]
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 | 12 ++++
gcc/testsuite/ChangeLog | 8 +++
gcc/testsuite/gcc.c-torture/execute/pr91137.c | 34 ++++++++++
gcc/tree-ssa-loop-ivopts.c | 90 ++++++++++++++++-----------
4 files changed, 106 insertions(+), 38 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr91137.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-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 0be2f7ca 0: update: llvm-linux: all
new 62807e3d 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 (0be2f7ca)
\
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 | 12014 ++++++++++++++++---------------
03-build_linux/console.log | 2958 ++++----
04-boot_linux/console.log | 2 +-
06-update_baseline/console.log | 8 +-
console.log | 15104 +++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
7 files changed, 15104 insertions(+), 15112 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 f54d461ec37 [yaml2obj] - Allow overriding sh_name fields of the sections.
new d4cdd8c187f [AMDGPU] Add test
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/CodeGen/AMDGPU/cse-phi-incoming-val.ll | 41 +++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
create mode 100644 test/CodeGen/AMDGPU/cse-phi-incoming-val.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/llvm-master-arm-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 7881b61c 0: update: llvm-linux: all
new c1c0a07b 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 (7881b61c)
\
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 | 168 +-
02-build_llvm/console.log | 12146 ++++++++++++++++++------------------
03-build_linux/console.log | 688 +--
04-boot_linux/console.log | 2 +-
06-update_baseline/console.log | 25 -
console.log | 13029 +++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
7 files changed, 13004 insertions(+), 13062 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.