This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 3ae8feb8a4 Revert r339623 "Model type attributes as regular Attrs."
new 731b1c80ca [CStringSyntaxChecker] Check strlcat sizeof check
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:
.../Checkers/CStringSyntaxChecker.cpp | 54 ++++++++++++++++++++--
test/Analysis/cstring-syntax.c | 17 +++++++
2 files changed, 67 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 llvm.
from 78ac4b1f01c [CMake] Split -gx strip flag into -g -x
new d3b60bef640 [ThinLTO] Fix printing of WPD remarks
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/IPO/WholeProgramDevirt.cpp | 6 ++++--
test/ThinLTO/X86/cfi-devirt.ll | 10 ++++++----
2 files changed, 10 insertions(+), 6 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 d64c9dd5388 [ThinLTO] Handle optional args in assembly format for ConstVCalls
new 78ac4b1f01c [CMake] Split -gx strip flag into -g -x
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/modules/AddLLVM.cmake | 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 ef79af91f9 Move test inputs into Inputs directory.
new 3ae8feb8a4 Revert r339623 "Model type attributes as regular Attrs."
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/ASTContext.h | 3 +-
include/clang/AST/Attr.h | 13 -
include/clang/AST/Type.h | 75 +++--
include/clang/AST/TypeLoc.h | 91 ++++-
include/clang/Basic/Attr.td | 32 +-
include/clang/Sema/Sema.h | 30 ++
include/clang/Serialization/ASTReader.h | 8 -
include/clang/Serialization/ASTWriter.h | 3 -
lib/ARCMigrate/TransGCAttrs.cpp | 15 +-
lib/ARCMigrate/Transforms.cpp | 2 +-
lib/AST/ASTContext.cpp | 2 +-
lib/AST/Type.cpp | 177 ++++++----
lib/AST/TypeLoc.cpp | 10 +-
lib/AST/TypePrinter.cpp | 159 +++++----
lib/Sema/SemaDecl.cpp | 10 +-
lib/Sema/SemaExpr.cpp | 8 +-
lib/Sema/SemaInit.cpp | 2 +-
lib/Sema/SemaObjCProperty.cpp | 4 +-
lib/Sema/SemaType.cpp | 521 +++++++++++++++--------------
lib/Sema/TreeTransform.h | 21 +-
lib/Serialization/ASTReader.cpp | 19 +-
lib/Serialization/ASTReaderDecl.cpp | 73 +---
lib/Serialization/ASTWriter.cpp | 33 +-
lib/StaticAnalyzer/Core/CheckerHelpers.cpp | 4 +-
utils/TableGen/ClangAttrEmitter.cpp | 2 -
25 files changed, 736 insertions(+), 581 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 3ea7b0a0b1e [BasicAA] Don't assume tail calls with byval don't alias allocas
new d64c9dd5388 [ThinLTO] Handle optional args in assembly format for ConstVCalls
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/AsmParser/LLParser.cpp | 14 ++++++++++----
lib/IR/AsmWriter.cpp | 2 ++
test/Assembler/thinlto-summary.ll | 8 ++++----
test/Bitcode/thinlto-type-vcalls.ll | 8 ++++----
4 files changed, 20 insertions(+), 12 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 a297d964167 Revert "[WebAssembly] Added default stack-only instruction [...]
new 3ea7b0a0b1e [BasicAA] Don't assume tail calls with byval don't alias allocas
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/Analysis/BasicAliasAnalysis.cpp | 13 ++++++------
test/Analysis/BasicAA/tail-byval.ll | 15 ++++++++++++++
test/Transforms/DeadStoreElimination/tail-byval.ll | 23 ++++++++++++++++++++++
3 files changed, 45 insertions(+), 6 deletions(-)
create mode 100644 test/Analysis/BasicAA/tail-byval.ll
create mode 100644 test/Transforms/DeadStoreElimination/tail-byval.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 lld.
from 49980db7a Support shared objects for split stack.
new 581ee6181 Revert r339490 to match revert of llvm r339474 in r339630.
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/wasm/call-indirect.ll | 4 ++--
test/wasm/compress-relocs.ll | 4 ++--
2 files changed, 4 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.
"tcwg-buildslave pushed a change to branch linaro-local/tested/gnu-master
in repository toolchain/llvm/llvm.
from d2f20dd1d7c [InstCombine] Limit simplifyAllocaArraySize constant foldin [...]
adds b4de19d7ebf [ADT] Implemented unittests for ImmutableList
adds 31ff4125c7d Attempt to fix some MSVC build errors.
adds 3a74b4221a7 [SimplifyLibCalls] reduce code for optimizeCos; NFCI
No new revisions were added by this update.
Summary of changes:
include/llvm/ADT/ImmutableList.h | 2 +-
lib/Transforms/Utils/SimplifyLibCalls.cpp | 17 +-
unittests/ADT/CMakeLists.txt | 1 +
unittests/ADT/ImmutableListTest.cpp | 198 ++++++++++++++++++++++
unittests/Demangle/FindTypesInMangledNameTest.cpp | 6 +-
5 files changed, 211 insertions(+), 13 deletions(-)
create mode 100644 unittests/ADT/ImmutableListTest.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.