This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from d7638c9 Use SymbolVersion::Id instead of a hard-coded local variable.
new 9ce5837 Make Verdef and Verdaux adjacent in the version definition section.
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/OutputSections.cpp | 38 +++++++++++++++++---------------------
ELF/OutputSections.h | 7 +++++--
2 files changed, 22 insertions(+), 23 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 4d5c34d MIParser: reject subregister indexes on physregs
new 01f8f57 Reword comment to be more clear.
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/Passes/PassBuilder.h | 4 ++--
1 file changed, 2 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 lld.
from ab53b98 ELF: Include filenames in error messages.
new d7638c9 Use SymbolVersion::Id instead of a hard-coded local variable.
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/OutputSections.cpp | 3 +--
1 file changed, 1 insertion(+), 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 8f1ea71 Fix modules buildbot after r275633.
new 4d5c34d MIParser: reject subregister indexes on physregs
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/MIRParser/MIParser.cpp | 2 ++
test/CodeGen/MIR/X86/subreg-on-physreg.mir | 12 ++++++++++++
2 files changed, 14 insertions(+)
create mode 100644 test/CodeGen/MIR/X86/subreg-on-physreg.mir
--
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 dj/malloc
in repository glibc.
from fcf17bd Fix NULL return value handling
new e4650ee Add tunables for tcache count and max size
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:
malloc/README.copr.html | 19 +++++++++
malloc/arena.c | 20 +++++++--
malloc/malloc.c | 107 ++++++++++++++++++++++++++++++++----------------
3 files changed, 108 insertions(+), 38 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 0616793 Don't do uint64_t(1) << 64 in maxUIntN.
new 8f1ea71 Fix modules buildbot after r275633.
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/module.modulemap | 1 +
1 file changed, 1 insertion(+)
--
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 730992d [libFuzzer] add hooks for strstr, strcasestr, strcasecmp, str [...]
new 0616793 Don't do uint64_t(1) << 64 in maxUIntN.
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/Support/MathExtras.h | 3 +++
unittests/Support/MathExtrasTest.cpp | 1 +
2 files changed, 4 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 clang.
from d3b0a63 [ObjC] Implement @available in the Parser and AST
new 9c0ed79 Remove extra semi-colon. Fixes warning and Werror bots.
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/Driver/Action.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 clang.
from 0968b29 Use std::string instead of StringRef when generating the auxi [...]
new c45b5c8 Reimplement ExternalSemaSource delegation in terms of Multipl [...]
new d3b0a63 [ObjC] Implement @available in the Parser and AST
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:
include/clang-c/Index.h | 6 +-
include/clang/AST/Availability.h | 63 +++++++++++
include/clang/AST/ExprObjC.h | 47 ++++++++-
include/clang/AST/RecursiveASTVisitor.h | 1 +
include/clang/Basic/DiagnosticGroups.td | 1 +
include/clang/Basic/DiagnosticParseKinds.td | 15 +++
include/clang/Basic/DiagnosticSemaKinds.td | 3 +
include/clang/Basic/StmtNodes.td | 1 +
include/clang/Basic/TokenKinds.def | 3 +
include/clang/Parse/Parser.h | 4 +
include/clang/Sema/Sema.h | 5 +
include/clang/Serialization/ASTBitCodes.h | 4 +-
lib/AST/Expr.cpp | 1 +
lib/AST/ExprClassification.cpp | 1 +
lib/AST/ExprConstant.cpp | 1 +
lib/AST/ItaniumMangle.cpp | 1 +
lib/AST/StmtPrinter.cpp | 5 +
lib/AST/StmtProfile.cpp | 5 +
lib/Frontend/ChainedIncludesSource.cpp | 156 +++++++---------------------
lib/Parse/ParseDecl.cpp | 2 +-
lib/Parse/ParseExpr.cpp | 116 +++++++++++++++++++++
lib/Parse/ParseObjc.cpp | 2 +
lib/Sema/SemaExceptionSpec.cpp | 1 +
lib/Sema/SemaExpr.cpp | 24 +++++
lib/Sema/TreeTransform.h | 6 ++
lib/Serialization/ASTReaderStmt.cpp | 11 ++
lib/Serialization/ASTWriterStmt.cpp | 7 ++
lib/StaticAnalyzer/Core/ExprEngine.cpp | 1 +
test/Parser/objc-available.m | 24 +++++
tools/libclang/CIndex.cpp | 2 +
tools/libclang/CXCursor.cpp | 6 +-
31 files changed, 400 insertions(+), 125 deletions(-)
create mode 100644 include/clang/AST/Availability.h
create mode 100644 test/Parser/objc-available.m
--
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 e004c52 Fixes for standalone build:
new 98cd1c7 Fixed the location of the Swift bindings in the Xcode build.
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:
lldb.xcodeproj/project.pbxproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.