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-arm-next-allnoconfig
in repository toolchain/gcc.
from 230845da33c Daily bump.
adds b93bb0600ad 2018-12-17 Senthil Kumar Selvaraj <senthilkumar.selvaraj@ [...]
adds 8248a57ffb1 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 9 +++++++++
gcc/DATESTAMP | 2 +-
gcc/combine.c | 5 +++--
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/avr/pr88253.c | 32 ++++++++++++++++++++++++++++++++
5 files changed, 53 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/avr/pr88253.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards c70834da9 binutils-d935c341f8c5d6de8ab921f709de41bc66d3ce97: all
new 20dc3a6e2 gcc-8248a57ffb1b127b6504db422cb61283666266ab: 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 (c70834da9)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-n [...]
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 | 108 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3416 ++++++++--------
4-build_abe-stage1/console.log | 4402 ++++++++++-----------
4-build_abe-stage1/revision | 2 +-
5-count_linux_objs/console.log | 126 +-
console.log | 8036 +++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 4 +-
trigger-bisect-on-failure | 6 +-
11 files changed, 8070 insertions(+), 8038 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 0b730b16a10 [AArch64] [MinGW] Allow enabling SEH exceptions
new 21db422faf6 Introduce control flow speculation tracking pass for AArch64
new ce5a6119833 [X86][SSE] Replace (VSRLI (VSRAI X, Y), 31) -> (VSRLI X, 31) fold.
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/AArch64/AArch64.h | 2 +
lib/Target/AArch64/AArch64FastISel.cpp | 7 +
lib/Target/AArch64/AArch64ISelLowering.cpp | 18 +-
lib/Target/AArch64/AArch64InstrInfo.cpp | 7 +
lib/Target/AArch64/AArch64InstructionSelector.cpp | 34 +-
lib/Target/AArch64/AArch64RegisterInfo.cpp | 4 +
lib/Target/AArch64/AArch64SpeculationHardening.cpp | 368 +++++++++++++++++++++
lib/Target/AArch64/AArch64TargetMachine.cpp | 11 +
lib/Target/AArch64/CMakeLists.txt | 1 +
lib/Target/X86/X86ISelLowering.cpp | 13 +-
test/CodeGen/AArch64/O0-pipeline.ll | 1 +
test/CodeGen/AArch64/O3-pipeline.ll | 1 +
.../AArch64/speculation-hardening-dagisel.ll | 71 ++++
test/CodeGen/AArch64/speculation-hardening.ll | 156 +++++++++
test/CodeGen/AArch64/speculation-hardening.mir | 117 +++++++
test/CodeGen/X86/combine-srem.ll | 62 ++--
16 files changed, 825 insertions(+), 48 deletions(-)
create mode 100644 lib/Target/AArch64/AArch64SpeculationHardening.cpp
create mode 100644 test/CodeGen/AArch64/speculation-hardening-dagisel.ll
create mode 100644 test/CodeGen/AArch64/speculation-hardening.ll
create mode 100644 test/CodeGen/AArch64/speculation-hardening.mir
--
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 f9fd93f [OpenMP] version the affinity format tests and fix one test
new c89e125 [OMPT] Add testcase for thread_num provided by implicit task events
new daa386b [OMPT] First chunk of final OMPT 5.0 interface updates
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/include/50/ompt.h.var | 97 +++++-----
runtime/src/kmp_atomic.h | 6 +-
runtime/src/kmp_barrier.cpp | 10 +-
runtime/src/kmp_csupport.cpp | 208 ++++++++++-----------
runtime/src/kmp_ftn_entry.h | 4 +-
runtime/src/kmp_gsupport.cpp | 90 ++++-----
runtime/src/kmp_lock.cpp | 8 +-
runtime/src/kmp_runtime.cpp | 76 ++++----
runtime/src/kmp_taskdeps.cpp | 12 +-
runtime/src/kmp_tasking.cpp | 49 ++---
runtime/src/kmp_wait_release.h | 40 ++--
runtime/src/ompt-general.cpp | 34 ++--
runtime/src/ompt-internal.h | 6 +-
runtime/src/ompt-specific.cpp | 12 +-
runtime/src/ompt-specific.h | 4 +-
runtime/test/ompt/callback.h | 32 ++--
.../test/ompt/misc/api_calls_from_other_thread.cpp | 2 +-
runtime/test/ompt/misc/api_calls_misc.c | 2 +-
runtime/test/ompt/misc/control_tool.c | 2 +-
runtime/test/ompt/parallel/nested.c | 12 +-
runtime/test/ompt/parallel/nested_thread_num.c | 12 +-
runtime/test/ompt/parallel/nested_threadnum.c | 61 ++++++
runtime/test/ompt/tasks/explicit_task.c | 18 +-
runtime/test/ompt/tasks/serialized.c | 12 +-
runtime/test/ompt/tasks/task_in_joinbarrier.c | 10 +-
runtime/test/ompt/tasks/untied_task.c | 16 +-
26 files changed, 453 insertions(+), 382 deletions(-)
create mode 100644 runtime/test/ompt/parallel/nested_threadnum.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 aoliva/testme
in repository gcc.
discards fda41c3451b [PR86153] simplify more overflow tests in VRP
new 4b62fa6628e [PR86153] simplify more overflow tests in VRP
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 (fda41c3451b)
\
N -- N -- N refs/heads/aoliva/testme (4b62fa6628e)
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:
gcc/testsuite/gcc.dg/vrp-overflow-1.c | 151 ++++++++++++++++++++++++++++++++++
gcc/vr-values.c | 35 +++++---
2 files changed, 174 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vrp-overflow-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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-next-defconfig
in repository toolchain/ci/base-artifacts.
discards d8dc16b49 gcc-f5dda9c18946d35d915b9a4f9eb5f459b6d801f5: all
new 594b91630 binutils-a529dcc854968b7f6ad766c714650011dc361382: 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 (d8dc16b49)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ne [...]
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 | 56 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3618 +--
3-build_abe-binutils/revision | 2 +-
4-build_abe-stage1/console.log | 4954 +++--
5-count_linux_objs/console.log | 39228 ++++++++++++++++----------------
console.log | 44272 +++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 4 +-
trigger-bisect-on-failure | 6 +-
11 files changed, 46134 insertions(+), 46014 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 4f672fc63a Portable Python script across Python version
new 8d4d731fb7 Portable Python script across Python version
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/ABITest/TypeGen.py | 4 ++--
utils/analyzer/CmpRuns.py | 4 ++--
2 files changed, 4 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/gnu-master-arm-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards f2c46833a linux-7566ec393f4161572ba6f11ad5171fd5d59b0fbd: all
new 097325e83 gcc-b7e132a403fa4195e19428c3976ff7b6e943a023: 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 (f2c46833a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
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 | 100 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6195 +++--
4-build_abe-stage1/console.log | 13080 +++++-----
4-build_abe-stage1/revision | 2 +-
5-count_linux_objs/console.log | 33204 ++++++++++++------------
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 50945 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 4 +-
trigger-bisect-on-failure | 6 +-
13 files changed, 51753 insertions(+), 51819 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.