This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 912dfc3 Fix some sign compare warnings breaking the -Werror build
new 093715a [PM] Port LowerGuardIntrinsic to the new PM.
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/InitializePasses.h | 2 +-
.../llvm/Transforms/Scalar/LowerGuardIntrinsic.h | 28 ++++++++++++++++++++
lib/Passes/PassBuilder.cpp | 1 +
lib/Passes/PassRegistry.def | 1 +
lib/Transforms/Scalar/LowerGuardIntrinsic.cpp | 30 ++++++++++++++++------
lib/Transforms/Scalar/Scalar.cpp | 2 +-
test/Transforms/LowerGuardIntrinsic/basic.ll | 1 +
7 files changed, 55 insertions(+), 10 deletions(-)
create mode 100644 include/llvm/Transforms/Scalar/LowerGuardIntrinsic.h
--
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 ecc4280 Cleanup some format string warnings
new bd5b7ac Remove a duplicated block in 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:
source/Host/CMakeLists.txt | 13 -------------
1 file changed, 13 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 cab14a52 [analyzer] Update the web manual for checker developers.
new e514ffa [ObjC] Consider availability of context when emitting availab [...]
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/AST/DeclBase.h | 8 +++++++-
include/clang/Sema/Sema.h | 7 ++++++-
lib/AST/DeclBase.cpp | 26 ++++++++++++++------------
lib/Sema/SemaDeclAttr.cpp | 23 +++++++++++++++++++++++
lib/Sema/SemaExpr.cpp | 20 +++++++++++++-------
test/SemaObjC/attr-availability.m | 31 +++++++++++++++++++++++++++++++
6 files changed, 94 insertions(+), 21 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 1631529 [ELF] - Cosmetic change. NFC.
new b3b56a6 [ELF] - Attempt to fix BB after 277042. http://lab.llvm.org:8 [...]
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/LinkerScript.cpp | 2 +-
1 file changed, 1 insertion(+), 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 lld.
from 78626f1 [ELF] - Linkerscript: implemented filename specification.
new 1631529 [ELF] - Cosmetic change. NFC.
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/LinkerScript.cpp | 2 +-
1 file changed, 1 insertion(+), 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 zorg.
from 6284f90 [zorg] Disable XRay when not building the sanitizers anyway
new bc3f2c9 Don't set PACKAGE manually
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:
zorg/jenkins/build.py | 6 ++----
1 file changed, 2 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 35cfaa4 [ELF] - Linkerscript: implemented += operator.
new 78626f1 [ELF] - Linkerscript: implemented filename specification.
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/LinkerScript.cpp | 78 ++++++++++++----------
ELF/LinkerScript.h | 3 +-
.../Inputs/linkerscript-filename-spec.s | 2 +
test/ELF/linkerscript/linkerscript-filename-spec.s | 41 ++++++++++++
4 files changed, 89 insertions(+), 35 deletions(-)
create mode 100644 test/ELF/linkerscript/Inputs/linkerscript-filename-spec.s
create mode 100644 test/ELF/linkerscript/linkerscript-filename-spec.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 llvm.
from 9d612c3 Remove TargetBaseAlign. Keep alignment for stack adjustments.
new 1ba8ec6 Revert r277038 until clearing why tests fail.
new 912dfc3 Fix some sign compare warnings breaking the -Werror build
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/Transforms/Vectorize/LoadStoreVectorizer.cpp | 19 ++++++++++---------
unittests/Support/TargetParserTest.cpp | 4 ++--
2 files changed, 12 insertions(+), 11 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 41856d9 Really try to pacify the build bots :/
new 9d612c3 Remove TargetBaseAlign. Keep alignment for stack adjustments.
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/Transforms/Vectorize/LoadStoreVectorizer.cpp | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.