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-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 3bb6d5762 linux-f5d582777bcb1c7ff19a5a2343f66ea01de401c6: 4970
new 12c7ee383 linux-65e08c5e86311143f45c3e4389561af3107fc8f6: 4970
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 (3bb6d5762)
\
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:
1-reset_artifacts/console.log | 254 +-
2-build_llvm/console.log | 9923 ++++++++++++++++++-------------------
3-count_linux_objs/console.log | 220 +-
3-count_linux_objs/revision | 2 +-
4-check_regression/console.log | 8 +-
5-update_baseline/console.log | 10 +-
console.log | 10415 ++++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 29 +-
results | 2 +-
trigger-bisect-on-failure | 4 +-
12 files changed, 10665 insertions(+), 10206 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-arm-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards c10750a91 linux-f5d582777bcb1c7ff19a5a2343f66ea01de401c6: 10524
new 4454b5c71 linux-65e08c5e86311143f45c3e4389561af3107fc8f6: 10524
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 (c10750a91)
\
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:
1-reset_artifacts/console.log | 182 +-
2-build_llvm/console.log | 5150 +-
3-count_linux_objs/console.log | 518904 ++++++++++++++++++-------------------
3-count_linux_objs/revision | 2 +-
4-check_regression/console.log | 6 +-
5-update_baseline/console.log | 6 +-
console.log | 524100 +++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 29 +-
results | 2 +-
trigger-bisect-on-failure | 4 +-
12 files changed, 524429 insertions(+), 523960 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 ee2b0072830 Silence CMP0048 warning in the benchmark utility library
new 6592c09789e [macho] save the SDK version stored in module metadata into [...]
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/Module.h | 12 +++
include/llvm/MC/MCAssembler.h | 11 ++-
include/llvm/MC/MCObjectFileInfo.h | 8 ++
include/llvm/MC/MCStreamer.h | 10 +-
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 2 +-
lib/IR/Module.cpp | 40 ++++++++
lib/MC/MCAsmStreamer.cpp | 25 ++++-
lib/MC/MCAssembler.cpp | 1 +
lib/MC/MCMachOStreamer.cpp | 20 ++--
lib/MC/MCParser/DarwinAsmParser.cpp | 107 ++++++++++++++++-----
lib/MC/MCStreamer.cpp | 5 +-
lib/MC/MachObjectWriter.cpp | 23 +++--
lib/Object/ModuleSymbolTable.cpp | 1 +
.../MachO/ARM/build-version-sdk-version-errors.c | 19 ++++
test/MC/MachO/ARM/build-version-sdk-version.s | 13 +++
test/MC/MachO/build-version-with-sdk-version.s | 13 +++
test/MC/MachO/darwin-sdk-version.ll | 18 ++++
.../osx-version-min-load-command-with-sdk-errors.s | 10 ++
.../MachO/osx-version-min-load-command-with-sdk.s | 12 +++
19 files changed, 297 insertions(+), 53 deletions(-)
create mode 100644 test/MC/MachO/ARM/build-version-sdk-version-errors.c
create mode 100644 test/MC/MachO/ARM/build-version-sdk-version.s
create mode 100644 test/MC/MachO/build-version-with-sdk-version.s
create mode 100644 test/MC/MachO/darwin-sdk-version.ll
create mode 100644 test/MC/MachO/osx-version-min-load-command-with-sdk-errors.s
create mode 100644 test/MC/MachO/osx-version-min-load-command-with-sdk.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.
unknown user pushed a change to branch master
in repository lnt.
from 286083e Tox based testing
new 7dc5afc whitespace fixups to blast
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:
tests/utils/blast.py | 39 ++++++++++++++++++++++++++-------------
1 file changed, 26 insertions(+), 13 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 clang.
from a4d7f51211 [Builltins][X86] Provide implementations of __lzcnt16, __lzc [...]
new b92c4a06a1 Revert "Make -Wstring-plus-int warns even if when the result [...]
new db2a2bc824 Revert "Try to update the test to fix the breakage With the [...]
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:
bindings/python/tests/cindex/test_diagnostics.py | 2 +-
lib/Sema/SemaExpr.cpp | 10 ++++++++++
test/SemaCXX/string-plus-int.cpp | 23 ++++++++++++-----------
3 files changed, 23 insertions(+), 12 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 compiler-rt.
from cd0ed89fd Revert "Switch Android from TLS_SLOT_TSAN(8) to TLS_SLOT_SANI [...]
new 8183d2dfd Windows ASan: Instrument _msize_base()
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/asan/asan_malloc_win.cc | 6 ++++++
lib/asan/asan_win_dll_thunk.cc | 1 +
2 files changed, 7 insertions(+)
--
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 lnt.
from 20fe540 Make timers easier to find in the logs
new fab23d3 This type annotation had grown stale
new a4d613d Type annotations for regression code
new 05e56fc Unused.
new 5a28e81 Fix Tuple has not .state
new 59f12b9 Unused.
new 34c9493 Fix test
new cb9f3d6 This was an invalid type annotation
new a5dbc0e Newest version of psycopg2 seems to work well, and has fixes for tox
new 3a5e793 pep8
new 283aa6a Unused imports
new 2d9daab Add some project policy for formatting so style tools are mor [...]
new 0567f68 Use ToT lit
new bce7a27 Seems like a lot of E266 in the lit test cases, disable that
new 1d9ab50 Unused import
new afa0954 pep8 whitespace fixups
new 286083e Tox based testing
The 16 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:
lnt/formats/__init__.py | 2 +-
lnt/server/db/fieldchange.py | 13 +-
lnt/server/db/migrations/util.py | 2 +-
lnt/server/ui/regression_views.py | 8 +-
lnt/server/ui/views.py | 3 +-
lnt/tests/nt.py | 2 +-
lnt/util/NTEmailReport.py | 5 -
lnt/util/ServerUtil.py | 2 -
lnt/util/stats.py | 220 +++++++++++------------
lnt/util/wsgi_restart.py | 1 -
requirements.client.txt | 2 +-
requirements.server.txt | 2 +-
setup.cfg | 4 +
setup.py | 2 +-
tests/SharedInputs/FakeCompilers/fakecompiler.py | 63 ++++---
tests/server/ui/change_processing.py | 36 +++-
tox.ini | 30 ++++
17 files changed, 234 insertions(+), 163 deletions(-)
create mode 100644 setup.cfg
create mode 100644 tox.ini
--
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 8ed952e276b Daily bump.
new 6e7b2077261 * ipa-cp.c (print_all_lattices): Skip cp clones.
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 | 2 ++
gcc/ipa-cp.c | 3 ++
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.dg/lto/pr88297_0.c | 57 ++++++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/lto/pr88297_1.c | 25 ++++++++++++++++
5 files changed, 92 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/lto/pr88297_0.c
create mode 100644 gcc/testsuite/gcc.dg/lto/pr88297_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 clang.
from 1323eaec10 [CUDA] Make all host-side shadows of device-side variables undef.
new a4d7f51211 [Builltins][X86] Provide implementations of __lzcnt16, __lzc [...]
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/Builtins.def | 13 +++++++----
lib/CodeGen/CGBuiltin.cpp | 15 ++++++++++++
lib/Headers/intrin.h | 3 ---
lib/Headers/lzcntintrin.h | 16 +++++--------
test/CodeGen/ms-intrinsics-other.c | 48 ++++++++++++++++++++++++++++++++++++++
5 files changed, 77 insertions(+), 18 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 56a07a98f89 [X86] Demote EmitTest to a helper function of EmitCmp. Rout [...]
new 1b4867a8d93 [DAGCombiner] clean up visitEXTRACT_VECTOR_ELT
new 4a6dc2dde35 [gn build] Add infrastructure to create symlinks and use it [...]
new ee2b0072830 Silence CMP0048 warning in the benchmark utility library
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:
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 267 +++++++++++++++---------------
utils/benchmark/CMakeLists.txt | 6 +
utils/gn/build/symlink_or_copy.gni | 24 +++
utils/gn/build/symlink_or_copy.py | 43 +++++
utils/gn/secondary/BUILD.gn | 31 +++-
utils/gn/secondary/lld/tools/lld/BUILD.gn | 26 ++-
6 files changed, 257 insertions(+), 140 deletions(-)
create mode 100644 utils/gn/build/symlink_or_copy.gni
create mode 100644 utils/gn/build/symlink_or_copy.py
--
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 aa1b72a3d3f PR tree-optimization/88444 * tree-inline.c (fold_marked_s [...]
new 3925bf14c0d * ipa-cp.c: Fix various comment typos.
new 8ed952e276b Daily bump.
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:
gcc/ChangeLog | 4 ++++
gcc/DATESTAMP | 2 +-
gcc/ipa-cp.c | 16 ++++++++--------
3 files changed, 13 insertions(+), 9 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-8-branch
in repository gcc.
from f7e5f7c0c47 libitm/ Backport from mainline 2018-12-13 Peter Bergner [...]
new f8499daa2e9 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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.
unknown user pushed a change to branch gcc-7-branch
in repository gcc.
from bc1095cdb9b libitm/ Backport from mainline 2018-12-13 Peter Bergner [...]
new 1d99980b09f Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 18db67d02 llvm-9ae04482dc6df26a6fa23fc71d0a45b1118cef61: all
new 1ae08a462 llvm-a8142176f86331b0e74d783e8e8a87dc010b7804: 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 (18db67d02)
\
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 | 52 +-
2-build_llvm/console.log | 9078 ++++++++++++++--------------
2-build_llvm/revision | 2 +-
3-count_linux_objs/console.log | 3076 +++++-----
console.log | 12618 +++++++++++++++++++--------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 4 +-
trigger-bisect-on-failure | 4 +-
9 files changed, 12409 insertions(+), 12429 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 c68033869a Fix typo/thinko in last change.
new 0681fa5ee5 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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.
unknown user pushed a change to branch gdb-8.2-branch
in repository binutils-gdb.
from 902cc8ca57 Automatic date update in version.in
new e2c09a2e27 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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.
unknown user pushed a change to branch binutils-2_31-branch
in repository binutils-gdb.
from ebaf5296e6 Automatic date update in version.in
new 2b05e5e206 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 9f6cdac8f llvm-fff02fb6d180e2f8c2447d77b2e6ee106139e84c: 17748
new 5f66f52b8 linux-65e08c5e86311143f45c3e4389561af3107fc8f6: 17748
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 (9f6cdac8f)
\
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 | 134 +-
2-build_llvm/console.log | 9025 ++++++++++++++++---------------
3-count_linux_objs/console.log | 2073 ++++----
3-count_linux_objs/revision | 2 +-
console.log | 11214 +++++++++++++++++++--------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 6 +-
trigger-bisect-on-failure | 6 +-
9 files changed, 11090 insertions(+), 11374 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 55eb8feef89 [AArch64] Fix Exynos predicates (NFC)
new 9c11e2a771d Revert "[hwasan] Android: Switch from TLS_SLOT_TSAN(8) to T [...]
new 56a07a98f89 [X86] Demote EmitTest to a helper function of EmitCmp. Rout [...]
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/Target/X86/X86ISelLowering.h | 5 -----
lib/Transforms/Instrumentation/HWAddressSanitizer.cpp | 4 +---
test/Instrumentation/HWAddressSanitizer/prologue.ll | 4 ++--
4 files changed, 12 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 master
in repository compiler-rt.
from 81d7839b9 Implement a small subset of the C++ `type_traits` header insi [...]
new cd0ed89fd Revert "Switch Android from TLS_SLOT_TSAN(8) to TLS_SLOT_SANI [...]
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/sanitizer_common/sanitizer_linux.h | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.