This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3e1797f5883 [libc++] Take 2: Integrate the PSTL into libc++
new 036f7618c94 Revert "[AMDGPU] Use S_DENORM_MODE for gfx10"
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/AMDGPU/AMDGPUISelLowering.cpp | 1 -
lib/Target/AMDGPU/AMDGPUISelLowering.h | 3 --
lib/Target/AMDGPU/AMDGPUSubtarget.h | 5 ---
lib/Target/AMDGPU/SIISelLowering.cpp | 61 ++++++++------------------------
lib/Target/AMDGPU/SIInstrInfo.cpp | 1 -
lib/Target/AMDGPU/SIInstrInfo.td | 7 +---
lib/Target/AMDGPU/SOPInstructions.td | 5 +--
test/CodeGen/AMDGPU/fdiv.ll | 45 ++++++++---------------
8 files changed, 31 insertions(+), 97 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-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 487c4586 0: update: llvm-linux: all
new 0291d5b6 0: update: llvm-linux: 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 (487c4586)
\
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:
01-reset_artifacts/console.log | 212 +-
02-build_llvm/console.log | 11662 +++++++++++++++++------------------
03-build_linux/console.log | 517 +-
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 25 -
console.log | 12401 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 12404 insertions(+), 12431 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 libcxxabi.
from d7954f2 [runtimes] Don't depend on libpthread on Android
new e79aec6 [libc++] Take 2: Integrate the PSTL into libc++
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:
src/CMakeLists.txt | 10 ++++++++++
1 file changed, 10 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 zorg.
from 713a5905 Add an ARTIFACT parameter to the LLDB Jenkins pipeline descriptions.
new eba1d277 Removed long time off-line builders/slaves:
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:
buildbot/osuosl/master/config/builders.py | 54 -------------------------------
buildbot/osuosl/master/config/slaves.py | 14 --------
buildbot/osuosl/master/config/status.py | 2 +-
3 files changed, 1 insertion(+), 69 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 release_90
in repository libcxx.
from cd281462e Drop svn version suffix.
new 1d53e6cb6 Merging r366868: -------------------------------------------- [...]
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/google-benchmark/README.LLVM | 6 ++++++
utils/google-benchmark/src/cycleclock.h | 15 +++++++++++++++
2 files changed, 21 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 libcxx.
from 8279a1399 Revert "Suppress -Wctad-maybe-unsupported on types w/o deduct [...]
new 56c0bbff3 [libc++] Take 2: Integrate the PSTL into libc++
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:
CMakeLists.txt | 2 ++
include/CMakeLists.txt | 1 +
include/__config_site.in | 1 +
include/algorithm | 4 ++++
include/{ciso646 => execution} | 17 ++++++-----------
include/memory | 4 ++++
include/module.modulemap | 4 ++++
include/numeric | 4 ++++
src/CMakeLists.txt | 8 ++++++++
test/CMakeLists.txt | 1 +
test/libcxx/double_include.sh.cpp | 1 +
test/lit.site.cfg.in | 1 +
test/std/pstl | 1 +
utils/libcxx/test/config.py | 7 +++++++
14 files changed, 45 insertions(+), 11 deletions(-)
copy include/{ciso646 => execution} (54%)
create mode 120000 test/std/pstl
--
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 503e9cf3643 [AArch64] Expand bcmp() for small block lengths
new ddee175f37f Fix build when both gtest death tests and LLVM_NODISCARD ar [...]
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:
unittests/ADT/APIntTest.cpp | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.