This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 2a752bfdae6 [MI] Change the array of `MachineMemOperand` pointers to be [...]
new a9c1926d01f [MC] Improve COFF associative section lookup
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/MC/WinCOFFObjectWriter.cpp | 28 +++++++++++++++++-----------
test/MC/COFF/assoc-private.s | 26 ++++++++++++++++++++++++++
test/MC/COFF/assoc-undef.s | 8 ++++++++
test/MC/COFF/section-comdat.s | 2 ++
4 files changed, 53 insertions(+), 11 deletions(-)
create mode 100644 test/MC/COFF/assoc-private.s
create mode 100644 test/MC/COFF/assoc-undef.s
--
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 8c81318841 AMDGPU: Correct errors in device table
new 0701588514 Update for LLVM API change
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/CGDebugInfo.cpp | 3 ++-
1 file changed, 2 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 release_70
in repository libcxx.
from a30b69121 Merging r339743: -------------------------------------------- [...]
new e0a861d01 Merging r339874: -------------------------------------------- [...]
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 ++
docs/BuildingLibcxx.rst | 9 +++++++++
docs/DesignDocs/VisibilityMacros.rst | 39 +++++++++++++++++++++++++++++++++---
include/__config | 14 ++++++++++++-
include/__config_site.in | 1 +
utils/libcxx/test/config.py | 3 ++-
6 files changed, 63 insertions(+), 5 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 61b0a0088 [libcxx] By default, do not use internal_linkage to hide symb [...]
new fbd46738b Establish the <bit> header. NFC yet. Reviewed as https://revi [...]
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/algorithm | 137 +-----------------------------
include/bit | 169 ++++++++++++++++++++++++++++++++++++++
include/module.modulemap | 4 +
test/libcxx/double_include.sh.cpp | 1 +
4 files changed, 175 insertions(+), 136 deletions(-)
create mode 100644 include/bit
--
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/llvm-kernel-aarch64-good
in repository toolchain/llvm/clang.
from 5bdeac6e50 [ASTImporter] Add test for member pointer types.
adds 2da9132cde Update README and Dockerfile to include llvm-proto-fuzzer
adds 8c81318841 AMDGPU: Correct errors in device table
No new revisions were added by this update.
Summary of changes:
lib/Basic/Targets/AMDGPU.h | 4 ++--
tools/clang-fuzzer/Dockerfile | 4 ++++
tools/clang-fuzzer/README.txt | 34 ++++++++++++++++++++++++++++++++++
3 files changed, 40 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.
"tcwg-buildslave pushed a change to branch linaro-local/ci/llvm-kernel-aarch64-tested
in repository toolchain/llvm/clang.
from 5bdeac6e50 [ASTImporter] Add test for member pointer types.
adds 2da9132cde Update README and Dockerfile to include llvm-proto-fuzzer
adds 8c81318841 AMDGPU: Correct errors in device table
No new revisions were added by this update.
Summary of changes:
lib/Basic/Targets/AMDGPU.h | 4 ++--
tools/clang-fuzzer/Dockerfile | 4 ++++
tools/clang-fuzzer/README.txt | 34 ++++++++++++++++++++++++++++++++++
3 files changed, 40 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 llvm.
from 516dc8bd511 [llvm-mca] Fix -Wpessimizing-move warnings introduced by r339923.
new 4a208889a6c [LICM][NFC] Restructure pointer invalidation API in terms o [...]
new d020e74d683 [SystemZ] Require asserts in subregliveness-06.mir
new 73646782e5d [MemLoc] Fix a bug causing any use of invariant.end to cras [...]
new 17543750d37 [AST] Speculative build fix for a polly buildbot
new 86864df0931 add a missed case for binary op FMF propagation under select folds
The 5 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/AliasSetTracker.h | 21 ++++++++---------
lib/Analysis/AliasSetTracker.cpp | 13 ++++++-----
lib/Analysis/MemoryLocation.cpp | 4 ++++
lib/Transforms/InstCombine/InstCombineSelect.cpp | 4 +++-
lib/Transforms/Scalar/LICM.cpp | 29 ++++++++----------------
test/CodeGen/SystemZ/subregliveness-06.mir | 3 +++
test/Transforms/InstCombine/select_meta.ll | 2 +-
test/Transforms/LICM/invariant.start.ll | 4 +---
test/Transforms/LoopVectorize/reduction.ll | 2 +-
9 files changed, 40 insertions(+), 42 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 5bdeac6e50 [ASTImporter] Add test for member pointer types.
new 2da9132cde Update README and Dockerfile to include llvm-proto-fuzzer
new 8c81318841 AMDGPU: Correct errors in device table
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/Basic/Targets/AMDGPU.h | 4 ++--
tools/clang-fuzzer/Dockerfile | 4 ++++
tools/clang-fuzzer/README.txt | 34 ++++++++++++++++++++++++++++++++++
3 files changed, 40 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.