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-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 25f2240b0 gcc-fc0b361510a0a80a34e8df827d52de752c95c95f: all
new 22b86a7c5 binutils-9b1b583515f70b456513e3b4bd62422f9b113f75: 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 (25f2240b0)
\
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 | 41 +-
2-prepare_abe/console.log | 22 +-
3-build_abe-binutils/console.log | 6567 ++++++++--------
3-build_abe-binutils/revision | 2 +-
4-build_abe-stage1/console.log | 8344 ++++++++++----------
5-count_linux_objs/console.log | 47 +-
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 15049 +++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 4 +-
trigger-bisect-on-failure | 6 +-
13 files changed, 15077 insertions(+), 15015 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 5ee81a74ae7 [COFF, ARM64] Emit COFF function header
new 601226c3cb9 [NewPM] fixing asserts on deleted loop in -print-after-all
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/Analysis/CGSCCPassManager.h | 10 +-
include/llvm/IR/PassInstrumentation.h | 31 +++++-
include/llvm/IR/PassTimingInfo.h | 4 +-
include/llvm/Transforms/Scalar/LoopPassManager.h | 6 +-
lib/Analysis/CGSCCPassManager.cpp | 5 +-
lib/IR/PassTimingInfo.cpp | 14 +--
lib/Passes/StandardInstrumentations.cpp | 1 -
lib/Transforms/Scalar/LoopPassManager.cpp | 6 +-
test/Other/loop-deletion-printer.ll | 24 +++++
test/Other/scc-deleted-printer.ll | 25 +++++
unittests/IR/PassBuilderCallbacksTest.cpp | 124 +++++++++++++++++++++++
11 files changed, 233 insertions(+), 17 deletions(-)
create mode 100644 test/Other/loop-deletion-printer.ll
create mode 100644 test/Other/scc-deleted-printer.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 openmp.
from 67d037d Implement __kmp_is_address_mapped() for NetBSD
new ee84604 [runtime] Use getloadavg() on NetBSD as well
new 3a4f262 [runtime] Disable KMP_HAVE_QUAD on NetBSD gcc
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:
runtime/src/kmp_os.h | 3 +++
runtime/src/z_Linux_util.cpp | 2 +-
2 files changed, 4 insertions(+), 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 master
in repository gcc.
from c9d7c810556 /cp 2018-12-11 Paolo Carlini <paolo.carlini(a)oracle.com>
new 04ced4a2593 PR c++/86608 - reading constexpr volatile variable. * con [...]
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/cp/ChangeLog | 8 ++++++++
gcc/cp/constexpr.c | 5 +++--
gcc/cp/decl2.c | 2 +-
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/g++.dg/cpp0x/constexpr-volatile2.C | 13 +++++++++++++
gcc/testsuite/g++.dg/cpp0x/pr65327.C | 2 +-
6 files changed, 32 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-volatile2.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 lnt.
from a9f05c8 Come up with MIN_PERCENTAGE_CHANGE value.
new 08fa3c3 Keep a lookup table to avoid querying for FieldChange existence
new e0cb03c Don't call repr on all timed functions arguments
new a8bab99 Logging should be info level if we are verbose
new d231c72 Prefer absolute imports, and remove unused import
new f222bc2 Preload orders and tests
new 1a4ccf7 Time new regression creation
new e456ce2 the sys import was used
new e46c711 Import cleanup
The 8 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/lnttool/import_data.py | 15 ++++++------
lnt/server/db/fieldchange.py | 58 ++++++++++++++++++++++++++++++++------------
lnt/server/db/regression.py | 13 +++++++---
lnt/testing/util/commands.py | 5 +---
4 files changed, 61 insertions(+), 30 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 d135817783 Remove CGDebugInfo::getOrCreateFile() and use TheCU->getFile [...]
new 3c1fd41814 [analyzer][CStringChecker] evaluate explicit_bzero
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/StaticAnalyzer/Checkers/CStringChecker.cpp | 60 +++++++++++++++++++++++---
test/Analysis/string.c | 56 +++++++++++++++++++++++-
2 files changed, 110 insertions(+), 6 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 e7e7fb51c9f [HotColdSplitting] Disable outlining landingpad instruction [...]
new 5ee81a74ae7 [COFF, ARM64] Emit COFF function header
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/Target/AArch64/AArch64AsmPrinter.cpp | 32 ++++++++++++++++++----
.../MC/{ARM => AArch64}/coff-function-type-info.ll | 4 +--
2 files changed, 29 insertions(+), 7 deletions(-)
copy test/MC/{ARM => AArch64}/coff-function-type-info.ll (88%)
--
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 openmp.
from 741abf8 [test] [runtime] Permit omp_get_wtick() to return 0.01
new 9761977 Implement __kmp_gettid() for NetBSD
new 67d037d Implement __kmp_is_address_mapped() for NetBSD
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:
runtime/src/kmp_wrapper_getpid.h | 3 +++
runtime/src/z_Linux_util.cpp | 37 +++++++++++++++++++++++++++++++++++--
2 files changed, 38 insertions(+), 2 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 libcxx.
from 682614cc5 [libcxx] Only enable the availability LIT feature when we're [...]
new 2d1346288 [test] Permit NetBSD in filesystem_dynamic_test_helper.py
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/support/filesystem_dynamic_test_helper.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.