This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from f2ffa978 [Documentation] Use HTTPS whenever possible.
new 09d33e8c [doc] Replace 'class' with 'struct' for 'public' by default
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:
docs/clang-tidy/checks/bugprone-parent-virtual-call.rst | 6 +++---
1 file changed, 3 insertions(+), 3 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 8f914744dcf Add missing include (cstdlib) to Demangle.h
new 7e8e8115382 GlobalISel: Implement fewerElementsVector for basic FP ops
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/GlobalISel/LegalizerHelper.cpp | 44 ++-
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 48 ++-
test/CodeGen/AMDGPU/GlobalISel/legalize-fabs.mir | 257 +++++++++++++
test/CodeGen/AMDGPU/GlobalISel/legalize-fadd.mir | 366 ++++++++++++++++++
test/CodeGen/AMDGPU/GlobalISel/legalize-fma.mir | 447 ++++++++++++++++++++++
test/CodeGen/AMDGPU/GlobalISel/legalize-fmul.mir | 366 ++++++++++++++++++
test/CodeGen/AMDGPU/GlobalISel/legalize-fneg.mir | 257 +++++++++++++
test/CodeGen/AMDGPU/GlobalISel/legalize-fsub.mir | 453 +++++++++++++++++++++++
8 files changed, 2211 insertions(+), 27 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-aarch64-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 3fde6d3eb gcc-8167e4bd8d14959e16ef3a73e0b75d6ace65ada4: all
new 72675c97c gcc-2e9ceebcd7618d0e068e0029b43cd75d679022d7: 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 (3fde6d3eb)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 14 +-
3-build_abe-binutils/console.log | 3310 +++----
4-build_abe-stage1/console.log | 4469 ++++-----
5-count_linux_objs/console.log | 12020 +++++++++++------------
7-update_baseline/console.log | 24 -
console.log | 19583 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 4 +-
10 files changed, 19705 insertions(+), 19731 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-arm-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards c2100c9ec linux-48b161983ae5266ffa42f0ccaf7224eaeda38e59: all
new 345dceee5 llvm-b8ecd7e49b83ecdcc2c3e86e1040a27cc499bb0c: 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 (c2100c9ec)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-m [...]
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 | 16 +-
2-build_llvm/console.log | 9034 +++++++++++++++++++--------------------
3-count_linux_objs/console.log | 203 +-
console.log | 9201 ++++++++++++++++++++--------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
8 files changed, 9152 insertions(+), 9322 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 528084e553 [ASTImporter] Fix importing OperatorDelete from CXXConstructorDecl
new 714c3b9dec [analyzer] Model another special-case kind of cast for OSObj [...]
new 48ff416263 [analyzer] Insert notes in RetainCountChecker where our dyna [...]
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:
.../clang/StaticAnalyzer/Core/RetainSummaryManager.h | 3 +++
.../RetainCountChecker/RetainCountChecker.cpp | 18 ++++++++++++------
.../Checkers/RetainCountChecker/RetainCountChecker.h | 12 +++++++++++-
.../RetainCountChecker/RetainCountDiagnostics.cpp | 12 +++++++++---
.../RetainCountChecker/RetainCountDiagnostics.h | 6 ++++++
lib/StaticAnalyzer/Core/RetainSummaryManager.cpp | 19 ++++++++++++++-----
test/Analysis/os_object_base.h | 2 ++
test/Analysis/osobject-retain-release.cpp | 6 +++++-
8 files changed, 62 insertions(+), 16 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-defconfig
in repository toolchain/ci/base-artifacts.
discards 9ac83dd91 linux-48b161983ae5266ffa42f0ccaf7224eaeda38e59: all
new b0c2478a9 llvm-642a1732ef4f120cae6a55725b83bf74c2fa9323: 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 (9ac83dd91)
\
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 | 34 +-
2-build_llvm/console.log | 9123 +++++++++++++++++++--------------------
3-count_linux_objs/console.log | 124 +-
console.log | 9309 ++++++++++++++++++++--------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 12 +-
trigger-bisect-on-failure | 6 +-
8 files changed, 9313 insertions(+), 9299 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-arm-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 6dca35070 linux-52e60b754438f34d23348698534e9ca63cd751d7: all
new fcb876b93 llvm-b8ecd7e49b83ecdcc2c3e86e1040a27cc499bb0c: 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 (6dca35070)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-m [...]
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 | 34 +-
2-build_llvm/console.log | 9041 +++++++++++++++++++--------------------
3-count_linux_objs/console.log | 199 +-
console.log | 9224 ++++++++++++++++++++--------------------
jenkins/build-name | 2 +-
jenkins/manifest.sh | 12 +-
trigger-bisect-on-failure | 6 +-
7 files changed, 9299 insertions(+), 9219 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-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards c3d816c8a llvm-e264daec97935db606c312b10e43f4e35ac39b58: 16
new 02d1c4e2a llvm-642a1732ef4f120cae6a55725b83bf74c2fa9323: 16
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 (c3d816c8a)
\
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 | 190 +-
2-build_llvm/build-ok | 0
2-build_llvm/console.log | 10295 ++++++++++++++++++-------------------
3-count_linux_objs/console.log | 167 +-
4-check_regression/console.log | 2 +-
5-update_baseline/console.log | 4 +-
console.log | 10658 ++++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 22 +-
results | 4 +-
trigger-bisect-on-failure | 4 +-
12 files changed, 10692 insertions(+), 10658 deletions(-)
delete mode 100644 2-build_llvm/build-ok
--
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 lldb.
from 4f0f504ef [CMake] Turn LLDB_FRAMEWORK_TOOLS into STRING to allow overri [...]
new 705f0ef13 [CMake] Replace use of llvm-config with LLVM and Clang CMake [...]
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:
cmake/modules/LLDBStandalone.cmake | 97 ++++++++------------------------------
1 file changed, 20 insertions(+), 77 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.