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-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards b708fa2a3 llvm-5a2c4b46a933626caec0bbeaf859bef16537c5e8: 446
new 901364ed3 llvm-cb5d50d0b066ba67894a4b36b1837b8514fec8b7: 446
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 (b708fa2a3)
\
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 | 66 +-
2-build_llvm/console.log | 10107 +++++++++++++++++++-------------------
3-count_linux_objs/console.log | 71 +-
4-check_regression/console.log | 2 +-
5-update_baseline/console.log | 10 +-
console.log | 10256 +++++++++++++++++++--------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
results | 2 +-
trigger-bisect-on-failure | 4 +-
11 files changed, 10223 insertions(+), 10307 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-next-defconfig
in repository toolchain/ci/base-artifacts.
discards dafd2579a llvm-5a2c4b46a933626caec0bbeaf859bef16537c5e8: 5072
new 9941b7dcf llvm-7de387c08cfd8a3fd075733901e3ffa0a84c3e91: 5072
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 (dafd2579a)
\
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 | 70 +-
2-build_llvm/console.log | 10190 +++++++++++++++++++-------------------
3-count_linux_objs/console.log | 178 +-
4-check_regression/console.log | 2 +-
5-update_baseline/console.log | 10 +-
console.log | 10450 +++++++++++++++++++--------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
results | 2 +-
trigger-bisect-on-failure | 4 +-
11 files changed, 10339 insertions(+), 10579 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 daf05fe577a [gn build] Add some llvm/tools: lli, lli-child-target
new d0bc1feadee [gn build] Add build files for bugpoint-passes and LLVMHell [...]
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:
utils/gn/secondary/BUILD.gn | 9 +++++++++
utils/gn/secondary/llvm/include/llvm/IR/BUILD.gn | 18 ++++++++++++++++--
utils/gn/secondary/llvm/lib/IR/BUILD.gn | 7 +------
.../secondary/llvm/lib/Transforms/Hello/BUILD.gn | 22 ++++++++++++++++++++++
.../secondary/llvm/tools/bugpoint-passes/BUILD.gn | 22 ++++++++++++++++++++++
5 files changed, 70 insertions(+), 8 deletions(-)
create mode 100644 utils/gn/secondary/llvm/lib/Transforms/Hello/BUILD.gn
create mode 100644 utils/gn/secondary/llvm/tools/bugpoint-passes/BUILD.gn
--
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 90c23495b [sanitizer_common] Rewrite more Posix tests to use asserts
new b7de60bbc [sanitizer_common] Fix devname_r() return type on !NetBSD
new a9b605426 [sanitizer_common] Add tests for more *putc and *getc variants
new 7ef6885e3 [sanitizer_common] Add test for popen()
new 8b9ea8fbd [sanitizer_common] Add tests for NetBSD funopen*() functions
new 1ee32a1d2 [sanitizer_common] Implement popen, popenve, pclose interceptors
new 26982292a [sanitizer_common] Implement funopen*() interceptors for NetBSD
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:
.../sanitizer_common_interceptors.inc | 251 ++++++++++++++++++++-
.../sanitizer_platform_interceptors.h | 6 +
lib/tsan/rtl/tsan_interceptors.cc | 3 +-
test/sanitizer_common/TestCases/NetBSD/funopen.cc | 89 ++++++++
test/sanitizer_common/TestCases/NetBSD/funopen2.cc | 110 +++++++++
.../Posix/{fputs_puts.cc => fputc_putc_putchar.cc} | 7 +-
.../{fgetc_ungetc_getc.cc => getc_unlocked.cc} | 7 +-
test/sanitizer_common/TestCases/Posix/popen.cc | 23 ++
.../{fputs_puts.cc => putc_putchar_unlocked.cc} | 6 +-
9 files changed, 488 insertions(+), 14 deletions(-)
create mode 100644 test/sanitizer_common/TestCases/NetBSD/funopen.cc
create mode 100644 test/sanitizer_common/TestCases/NetBSD/funopen2.cc
copy test/sanitizer_common/TestCases/Posix/{fputs_puts.cc => fputc_putc_putchar.cc} (52%)
copy test/sanitizer_common/TestCases/Posix/{fgetc_ungetc_getc.cc => getc_unlocked. [...]
create mode 100644 test/sanitizer_common/TestCases/Posix/popen.cc
copy test/sanitizer_common/TestCases/Posix/{fputs_puts.cc => putc_putchar_unlocked [...]
--
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/gnu-release-aarch64-lts-allmodconfig
in repository toolchain/gcc.
from 4318e6d5c7b Daily bump.
adds 687f6e70d3f Daily bump.
No new revisions were added by this update.
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/gnu-release-aarch64-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards ca6be05c4 binutils-97151906f91ead6bc74fb3d9001790dc8d9c4612: all
new 5431f63dc gcc-687f6e70d3fd0eac4d8060d9e05425645f3b2738: 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 (ca6be05c4)
\
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 | 49 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3565 +++++++++--------
4-build_abe-stage1/console.log | 4388 ++++++++++----------
5-count_linux_objs/console.log | 152 +-
console.log | 8174 +++++++++++++++++++-------------------
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
9 files changed, 8129 insertions(+), 8221 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 86d9738a1c9 [PowerPC] Remove SeenUse check when optimizing conditional [...]
new daf05fe577a [gn build] Add some llvm/tools: lli, lli-child-target
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:
utils/gn/secondary/BUILD.gn | 2 ++
.../llvm/lib/ExecutionEngine/Interpreter/BUILD.gn | 15 ++++++++++
.../llvm/lib/ExecutionEngine/Orc/BUILD.gn | 33 ++++++++++++++++++++++
utils/gn/secondary/llvm/tools/lli/BUILD.gn | 29 +++++++++++++++++++
.../secondary/llvm/tools/lli/ChildTarget/BUILD.gn | 10 +++++++
5 files changed, 89 insertions(+)
create mode 100644 utils/gn/secondary/llvm/lib/ExecutionEngine/Interpreter/BUILD.gn
create mode 100644 utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/BUILD.gn
create mode 100644 utils/gn/secondary/llvm/tools/lli/BUILD.gn
create mode 100644 utils/gn/secondary/llvm/tools/lli/ChildTarget/BUILD.gn
--
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 3d5a3668a Reenable hard_rss_limit_mb_test.cc for android-26
new a96f95094 [sanitizer_common] Add tests for more stdio.h functions
new 90c23495b [sanitizer_common] Rewrite more Posix tests to use asserts
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:
test/sanitizer_common/TestCases/Posix/devname.cc | 8 ++---
test/sanitizer_common/TestCases/Posix/devname_r.cc | 10 +++---
.../TestCases/Posix/feof_fileno_ferror.cc | 41 ++++++++++++++++++++++
.../TestCases/Posix/fgetc_ungetc_getc.cc | 19 ++++++++++
test/sanitizer_common/TestCases/Posix/fgetln.cc | 16 ++++-----
test/sanitizer_common/TestCases/Posix/fgets.cc | 18 ++++------
.../sanitizer_common/TestCases/Posix/fputs_puts.cc | 12 ++-----
test/sanitizer_common/TestCases/Posix/lstat.cc | 8 ++---
8 files changed, 86 insertions(+), 46 deletions(-)
create mode 100644 test/sanitizer_common/TestCases/Posix/feof_fileno_ferror.cc
create mode 100644 test/sanitizer_common/TestCases/Posix/fgetc_ungetc_getc.cc
--
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 ebdcbe69de [CMake][Fuchsia] Include check-lld in the list of bootstrap targets
new 2e2fb522c7 Only convert objc messages to alloc to objc_alloc if the rec [...]
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/CodeGen/CGObjC.cpp | 9 ++++++---
test/CodeGenObjC/convert-messages-to-runtime-calls.m | 17 ++++++++++++++++-
2 files changed, 22 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.