This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from e940f2f16c Provide a flag group to turn on/off all "binary literals" ex [...]
new 635ffc9d02 [CMake] Use #cmakedefine01 for CLANG_ENABLE_(ARCMT|OBJC_REWR [...]
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/clang/Config/config.h.cmake | 6 +++---
lib/Frontend/Rewrite/FrontendActions.cpp | 2 +-
lib/Frontend/Rewrite/RewriteModernObjC.cpp | 2 +-
lib/Frontend/Rewrite/RewriteObjC.cpp | 2 +-
lib/FrontendTool/ExecuteCompilerInvocation.cpp | 14 +++++++-------
tools/libclang/ARCMigrate.cpp | 4 ++--
6 files changed, 15 insertions(+), 15 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 lld.
from 32b90d8fa Revert "Bring back the rest of r315721."
new e8ffd7166 Prune trailing linefeed.
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/ELF/lit.local.cfg | 1 -
1 file changed, 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 llvm.
from ae96b7ff9f9 Add a utility to update MIR checks, similar to update_llc_t [...]
new 61b2faea7e8 Statically link llvm-cfi-verify's libraries.
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:
tools/llvm-cfi-verify/lib/CMakeLists.txt | 9 ++++++---
unittests/tools/llvm-cfi-verify/CMakeLists.txt | 2 +-
2 files changed, 7 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.
unknown user pushed a change to branch master
in repository lld.
from 8f253c302 Bring back the rest of r315721.
new 32b90d8fa Revert "Bring back the rest of r315721."
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:
ELF/SyntheticSections.cpp | 2 +-
test/ELF/gc-sections-shared.s | 10 +++----
test/ELF/gnu-hash-table.s | 66 +++++++++++++++++++++----------------------
3 files changed, 39 insertions(+), 39 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 binutils-gdb.
from b7213666d6 microblaze: Check for indirect and warning symbols
new 5396a86e43 PR22303, print_core_note out of bounds read
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:
binutils/ChangeLog | 11 +++++++++++
binutils/readelf.c | 51 ++++++++++++++++++++++++---------------------------
2 files changed, 35 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.
unknown user pushed a change to branch master
in repository llvm.
from b8354dd5d80 [ScalarEvolution] Handling for ICmp occuring in the evoluti [...]
new ae96b7ff9f9 Add a utility to update MIR checks, similar to update_llc_t [...]
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/update_mir_test_checks.py | 404 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 404 insertions(+)
create mode 100755 utils/update_mir_test_checks.py
--
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 5920af9409 [modules] When finding the owning module of an instantiated [...]
new e940f2f16c Provide a flag group to turn on/off all "binary literals" ex [...]
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/clang/Basic/DiagnosticGroups.td | 7 ++++++-
include/clang/Basic/DiagnosticLexKinds.td | 2 +-
test/SemaCXX/cxx98-compat-flags.cpp | 6 ++++--
3 files changed, 11 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.
unknown user pushed a change to branch master
in repository clang.
from d5aad901c0 [CMake] Build Fuchsia toolchain as -O3
new 5920af9409 [modules] When finding the owning module of an instantiated [...]
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/clang/Frontend/VerifyDiagnosticConsumer.h | 3 +-
lib/Frontend/VerifyDiagnosticConsumer.cpp | 13 ++++--
lib/Sema/SemaLookup.cpp | 2 +-
test/Modules/visibility-in-instantiation.cpp | 51 +++++++++++++++++++++++
4 files changed, 64 insertions(+), 5 deletions(-)
create mode 100644 test/Modules/visibility-in-instantiation.cpp
--
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 2b488868304 Verifier: Ignore CUs pulled in by ODR-uniqued types.
new b8354dd5d80 [ScalarEvolution] Handling for ICmp occuring in the evoluti [...]
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/ScalarEvolution.h | 3 ++
lib/Analysis/ScalarEvolution.cpp | 45 ++++++++++++++++++++++++++--
lib/Transforms/Scalar/LoopStrengthReduce.cpp | 7 +++--
test/Analysis/ScalarEvolution/pr34538.ll | 19 ++++++++++++
4 files changed, 69 insertions(+), 5 deletions(-)
create mode 100644 test/Analysis/ScalarEvolution/pr34538.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 clang.
from 09c41bf0d2 Basic: fix __{,U}INTPTR_TYPE__ on ARM
new d5aad901c0 [CMake] Build Fuchsia toolchain as -O3
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/caches/Fuchsia-stage2.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.