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-release-aarch64-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 2cd81d575 gcc-2a5a54f69d9dc66049e00c0285a07cb4b279d5ef: all
new 6f37c3623 linux-d73aba1115cf40630cc8b4b7aed049ed8117b458: 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 (2cd81d575)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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 | 68 +-
2-prepare_abe/console.log | 22 +-
3-build_abe-binutils/console.log | 6470 +++++++--------
4-build_abe-stage1/console.log | 8639 ++++++++++----------
5-count_linux_objs/console.log | 230 +-
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 15601 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 12 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 15470 insertions(+), 15588 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-aarch64-spec2k6-Os
in repository toolchain/ci/binutils-gdb.
at 595d73421b Automatic date update in version.in
No new revisions were added by this update.
--
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-aarch64-spec2k6-Os
in repository toolchain/ci/base-artifacts.
discards 3f6e42634 glibc-b297581acb66f80b513996c1580158b0fb12d469: 0
new c357c60bf binutils-595d73421b2f56d343c8e0f32cef8c073f3dad70: 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 (3f6e42634)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/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:
1-reset_artifacts/console.log | 92 +-
10-update_baseline/console.log | 2 +-
2-prepare_abe/console.log | 57 +-
3-build_abe-binutils/console.log | 6621 ++--
4-build_abe-stage1/console.log | 8393 +++--
5-build_abe-linux/console.log | 253 +-
6-build_abe-glibc/console.log | 22356 +++++++------
7-build_abe-stage2/console.log | 24328 ++++++++-------
8-benchmark/console.log | 45 +-
console.log | 62123 ++++++++++++++++++-------------------
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
results_id | 2 +-
13 files changed, 61653 insertions(+), 62631 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 6e7d0c8d17f [MC] Teach the MachO object writer about N_FUNC_COLD
new 083b7c74a13 [HotColdSplit] Introduce a cost model to control splitting [...]
new 2c51d60895e [X86] Combine masked store and truncate into masked truncat [...]
The 2 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:
lib/Target/X86/X86ISelLowering.cpp | 18 ++-
lib/Transforms/IPO/HotColdSplitting.cpp | 127 +++++++++++++++------
test/CodeGen/X86/masked_store_trunc.ll | 77 ++++---------
test/CodeGen/X86/masked_store_trunc_ssat.ll | 105 +++++++++--------
test/CodeGen/X86/masked_store_trunc_usat.ll | 91 ++++++---------
.../X86/extraction-subregion-breaks-phis.ll | 63 ----------
.../HotColdSplit/X86/outline-expensive.ll | 25 ----
test/Transforms/HotColdSplit/addr-taken.ll | 2 +-
.../HotColdSplit/apply-noreturn-bonus.ll | 26 +++++
.../HotColdSplit/apply-penalty-for-inputs.ll | 19 +++
.../HotColdSplit/apply-penalty-for-outputs.ll | 22 ++++
.../HotColdSplit/apply-successor-penalty.ll | 53 +++++++++
.../HotColdSplit/outline-disjoint-diamonds.ll | 2 +-
test/Transforms/HotColdSplit/resume.ll | 2 +-
test/Transforms/HotColdSplit/split-cold-2.ll | 4 +-
15 files changed, 343 insertions(+), 293 deletions(-)
delete mode 100644 test/Transforms/HotColdSplit/X86/extraction-subregion-breaks-phis.ll
delete mode 100644 test/Transforms/HotColdSplit/X86/outline-expensive.ll
create mode 100644 test/Transforms/HotColdSplit/apply-noreturn-bonus.ll
create mode 100644 test/Transforms/HotColdSplit/apply-penalty-for-inputs.ll
create mode 100644 test/Transforms/HotColdSplit/apply-penalty-for-outputs.ll
create mode 100644 test/Transforms/HotColdSplit/apply-successor-penalty.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 release_80
in repository clang.
from 3daae6d57c Merging r351579: ------------------------------------------- [...]
new 4d37fec6c9 Merging r352079: ------------------------------------------- [...]
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/Basic/FileManager.h | 5 ++---
lib/Basic/FileManager.cpp | 35 +++++++++++------------------------
test/PCH/leakfiles | 29 +++++++++++++++++++++++++++++
unittests/Basic/FileManagerTest.cpp | 27 ---------------------------
4 files changed, 42 insertions(+), 54 deletions(-)
create mode 100644 test/PCH/leakfiles
--
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 8d6f1ec8f2 Fix incorrect indent from r352221
new 57a6ce7ac3 Remove F16 literal support based on Float16 support.
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:
lib/Lex/LiteralSupport.cpp | 9 +++++----
test/{Sema/Float16.c => SemaCXX/Float16.cpp} | 11 +++++++++--
2 files changed, 14 insertions(+), 6 deletions(-)
copy test/{Sema/Float16.c => SemaCXX/Float16.cpp} (74%)
--
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-aarch64-spec2k6-Os_LTO
in repository toolchain/ci/gcc.
at df377fc48e3 2019-01-25 Richard Biener <rguenther(a)suse.de>
No new revisions were added by this update.
--
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-aarch64-spec2k6-Os_LTO
in repository toolchain/ci/base-artifacts.
discards b58b26c67 glibc-b297581acb66f80b513996c1580158b0fb12d469: 0
new 32eeb4243 gcc-df377fc48e3c95a674486243dfe08121ee67d1e0: 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 (b58b26c67)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/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:
1-reset_artifacts/console.log | 94 +-
10-update_baseline/console.log | 2 +-
2-prepare_abe/console.log | 57 +-
3-build_abe-binutils/console.log | 6485 ++--
4-build_abe-stage1/console.log | 8573 +++--
5-build_abe-linux/console.log | 240 +-
6-build_abe-glibc/console.log | 22319 +++++++------
7-build_abe-stage2/console.log | 24117 +++++++--------
8-benchmark/console.log | 38 +-
console.log | 61931 ++++++++++++++++++-------------------
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
results_id | 2 +-
13 files changed, 61494 insertions(+), 62376 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 687f752b9d2 [opt-viewer] Add javascript to expand/hide full message for [...]
new 6e7d0c8d17f [MC] Teach the MachO object writer about N_FUNC_COLD
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/BinaryFormat/MachO.h | 1 +
include/llvm/MC/MCDirectives.h | 1 +
include/llvm/MC/MCSymbolMachO.h | 5 +++++
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 3 +++
lib/MC/MCAsmStreamer.cpp | 3 +++
lib/MC/MCELFStreamer.cpp | 1 +
lib/MC/MCMachOStreamer.cpp | 4 ++++
lib/MC/MCParser/AsmParser.cpp | 4 ++++
test/MC/AArch64/cold.s | 13 +++++++++++++
test/tools/llvm-nm/AArch64/Inputs/cold-func.ll | 3 +++
test/tools/llvm-nm/AArch64/macho-cold.test | 4 ++++
tools/llvm-nm/llvm-nm.cpp | 5 +++++
12 files changed, 47 insertions(+)
create mode 100644 test/MC/AArch64/cold.s
create mode 100644 test/tools/llvm-nm/AArch64/Inputs/cold-func.ll
create mode 100644 test/tools/llvm-nm/AArch64/macho-cold.test
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.