This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 8c98210bcfc Recommit "[ThinLTO] Rename COMDATs for COFF when promoting/ [...]
new 05f65683d04 [CallSite removal] Remove CallSite uses from InstCombine.
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/IR/InstrTypes.h | 20 +++
lib/IR/Instructions.cpp | 15 ++
lib/Transforms/InstCombine/InstCombineCalls.cpp | 168 ++++++++++-----------
lib/Transforms/InstCombine/InstCombineInternal.h | 9 +-
.../InstCombine/InstCombineLoadStoreAlloca.cpp | 16 +-
.../InstCombine/InstCombineMulDivRem.cpp | 3 +-
6 files changed, 130 insertions(+), 101 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 binutils-gdb.
from fc60b8c806 S/390: Implement instruction set extensions
new 16bfc2f970 Readline: Cleanup some warnings
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:
readline/ChangeLog.gdb | 6 ++++++
readline/config.h.in | 10 ++++++++++
readline/histfile.c | 3 ++-
readline/util.c | 6 +++---
4 files changed, 21 insertions(+), 4 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-allnoconfig
in repository toolchain/ci/base-artifacts.
discards b550e9b03 linux-7c2614bf7a1fc0da0743129e5b60af82f34cde55: all
new d0a25f268 linux-af0c9af1b3f66052c369d08be3f60fa9a9559e48: 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 (b550e9b03)
\
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:
1-reset_artifacts/console.log | 16 +-
2-build_llvm/console.log | 8997 +++++++++++++++++++--------------------
3-count_linux_objs/console.log | 144 +-
console.log | 9157 ++++++++++++++++++++--------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 4 +-
8 files changed, 9103 insertions(+), 9229 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_bmk/gnu-release-arm-spec2k6-Os
in repository toolchain/ci/base-artifacts.
discards 06debc726 binutils-595d73421b2f56d343c8e0f32cef8c073f3dad70: 0
new 556382fab gcc-827f4b853d22ceb04866a9c27d257154fa050758: 0
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 (06debc726)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/gnu-release-arm-spec [...]
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:
1-reset_artifacts/console.log | 69 +-
10-update_baseline/console.log | 434 +-
2-prepare_abe/console.log | 40 +-
3-build_abe-binutils/console.log | 6064 ++--
4-build_abe-stage1/console.log | 11820 +++----
5-build_abe-linux/console.log | 68 +-
6-build_abe-glibc/console.log | 21575 ++++++------
7-build_abe-stage2/console.log | 29404 ++++++++--------
8-benchmark/console.log | 59 +-
9-check_regression/console.log | 432 +-
console.log | 70093 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 18 +-
results.csv | 259 +-
results_id | 2 +-
trigger-bisect-on-failure | 6 +-
17 files changed, 70154 insertions(+), 70193 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 c5a629476df revert r352766: [PatternMatch] add special-case uaddo match [...]
new 8c98210bcfc Recommit "[ThinLTO] Rename COMDATs for COFF when promoting/ [...]
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:
.../llvm/Transforms/Utils/FunctionImportUtils.h | 5 ++++
lib/Transforms/Utils/FunctionImportUtils.cpp | 18 ++++++++++++
test/Transforms/FunctionImport/Inputs/comdat.ll | 10 +++++++
test/Transforms/FunctionImport/comdat.ll | 32 ++++++++++++++++++++++
4 files changed, 65 insertions(+)
create mode 100644 test/Transforms/FunctionImport/Inputs/comdat.ll
create mode 100644 test/Transforms/FunctionImport/comdat.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.
unknown user pushed a change to branch master
in repository glibc.
from e1e47c912a Update translations
new 330c9d0db1 Prepare for 2.29 release
new 56c86f5dd5 Tag 2.29 release
new de44ab67aa Open master for 2.30 development
The 3 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:
ChangeLog | 17 ++++++
INSTALL | 14 ++---
NEWS | 156 +++++++++++++++++++++++++++++++++++++++++++++++++++-
include/features.h | 2 +-
manual/contrib.texi | 36 +++++++++++-
manual/install.texi | 10 ++--
version.h | 2 +-
7 files changed, 218 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.
unknown user pushed a change to branch openacc-gcc-8-branch
in repository gcc.
from dfae8e0dab1 Un-parallelized OpenACC kernels constructs with nvptx offlo [...]
new 745d3a19c63 Remove libgomp.oacc-c-c++-common/lib-43.c, libgomp.oacc-c-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:
libgomp/ChangeLog.openacc | 3 ++
.../testsuite/libgomp.oacc-c-c++-common/lib-43.c | 51 ----------------------
.../testsuite/libgomp.oacc-c-c++-common/lib-47.c | 49 ---------------------
3 files changed, 3 insertions(+), 100 deletions(-)
delete mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/lib-43.c
delete mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/lib-47.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 gcc-8-branch
in repository gcc.
from 827f4b853d2 2019-01-31 Richard Biener <rguenther(a)suse.de>
new 3cf6c3fc524 2018-01-31 Bill Schmidt <wschmidt(a)linux.ibm.com>
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/gimple-ssa-strength-reduction.c | 2 +-
2 files changed, 10 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.