This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 1433b05edb [analyzer] Fix operator delete[] array-type-sub-expression h [...]
new 71c661e65b [CodeGen] Avoid destructing a callee-destructued struct type [...]
new d3b8eac50a Fix typo.
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/Basic/SourceManager.h | 4 +-
lib/CodeGen/CGCall.cpp | 16 ++++++
lib/CodeGen/CGCleanup.cpp | 6 ++-
lib/CodeGen/CGDecl.cpp | 2 +
lib/CodeGen/CodeGenFunction.h | 14 ++++-
test/CodeGenObjCXX/arc-forwarded-lambda-call.mm | 20 +++++++
test/CodeGenObjCXX/arc-special-member-functions.mm | 62 +++++++++++++++++++++-
test/CodeGenObjCXX/lambda-expressions.mm | 28 +++++++++-
8 files changed, 145 insertions(+), 7 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 d0cb2418452 Revert "[SimplifyLibcalls] Replace locked IO with unlocked IO"
new fe97d18817f [SCEV] Introduce bulk umin creation utilities
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 | 6 ++++
lib/Analysis/ScalarEvolution.cpp | 64 +++++++++++++++++++++++----------
2 files changed, 51 insertions(+), 19 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 497bb75060 Parse A::template B as an identifier rather than as a templa [...]
new 1433b05edb [analyzer] Fix operator delete[] array-type-sub-expression h [...]
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/StaticAnalyzer/Core/ExprEngine.cpp | 6 ++++--
test/Analysis/new.cpp | 18 ++++++++++++++++++
2 files changed, 22 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 lldb.
from d79acbb1b [debugserver] Fix handling of the 'g' packet
new c5792be30 Fix a thinko in the iteration over StructuredDataPlugin Creat [...]
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/Target/Process.cpp | 11 ++++++++---
1 file changed, 8 insertions(+), 3 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 2cf0bade66 [Driver] Don't enable "-fregister-global-dtors-with-atexit" [...]
new 497bb75060 Parse A::template B as an identifier rather than as a templa [...]
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/DiagnosticParseKinds.td | 2 +
include/clang/Parse/Parser.h | 5 +-
include/clang/Sema/Sema.h | 4 +-
lib/Parse/ParseDecl.cpp | 3 +-
lib/Parse/ParseDeclCXX.cpp | 5 +-
lib/Parse/ParseExpr.cpp | 2 +-
lib/Parse/ParseExprCXX.cpp | 82 ++++++++++++++--------
lib/Parse/ParseOpenMP.cpp | 6 +-
lib/Parse/ParseStmtAsm.cpp | 2 +-
lib/Parse/Parser.cpp | 2 +-
lib/Sema/SemaExpr.cpp | 7 +-
lib/Sema/SemaExprMember.cpp | 14 ++--
lib/Sema/SemaTemplate.cpp | 4 +-
test/CXX/drs/dr1xx.cpp | 5 +-
test/CXX/drs/dr4xx.cpp | 4 +-
test/CXX/temp/temp.res/p3.cpp | 2 +-
test/Parser/cxx-decl.cpp | 5 +-
test/SemaCXX/cxx1y-variable-templates_in_class.cpp | 8 +--
test/SemaTemplate/template-id-expr.cpp | 46 ++++++++++++
19 files changed, 143 insertions(+), 65 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 677e33fc8cf [LowerTypeTests] Mark .cfi.jumptable nounwind.
new d0cb2418452 Revert "[SimplifyLibcalls] Replace locked IO with unlocked IO"
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/TargetLibraryInfo.def | 27 -----
include/llvm/Transforms/Utils/BuildLibCalls.h | 33 +-----
include/llvm/Transforms/Utils/SimplifyLibCalls.h | 4 -
lib/Analysis/TargetLibraryInfo.cpp | 42 +------
lib/Transforms/Utils/BuildLibCalls.cpp | 124 -------------------
lib/Transforms/Utils/SimplifyLibCalls.cpp | 111 +++--------------
test/Transforms/InstCombine/unlocked-stdio.ll | 145 -----------------------
7 files changed, 21 insertions(+), 465 deletions(-)
delete mode 100644 test/Transforms/InstCombine/unlocked-stdio.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 b86e22b65d [x86] Revert r330322 (& r330323): Lowering x86 adds/addus/su [...]
new 2cf0bade66 [Driver] Don't enable "-fregister-global-dtors-with-atexit" [...]
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/ToolChains/Clang.cpp | 2 +-
test/Driver/cxa-atexit.cpp | 2 ++
2 files changed, 3 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 master
in repository compiler-rt.
from 1b9070ef9 [CMake] Make simple source used for CMake checks a C file
new b820ab28d Revert "[CMake] Make simple source used for CMake checks a C file"
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/config-ix.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 llvm.
from c37837519dd [MachineOutliner] Don't outline from functions with a secti [...]
new 677e33fc8cf [LowerTypeTests] Mark .cfi.jumptable nounwind.
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/LowerTypeTests.cpp | 2 ++
test/Transforms/LowerTypeTests/function-arm-thumb.ll | 4 ++--
test/Transforms/LowerTypeTests/function.ll | 9 +++++----
3 files changed, 9 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 c64f4dbfe31 [SimplifyLibcalls] Replace locked IO with unlocked IO
new bfeca0b1206 [WebAssembly] Section symbols must have local binding
new 4f72fc1174b typo
new c37837519dd [MachineOutliner] Don't outline from functions with a secti [...]
The 3 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/WasmObjectWriter.cpp | 2 +-
lib/Object/WasmObjectFile.cpp | 5 +++
lib/Target/AArch64/AArch64InstrInfo.cpp | 7 ++++
test/CodeGen/AArch64/machine-outliner.ll | 15 ++++++++
test/MC/WebAssembly/debug-info.ll | 64 +++++++++++++++++++++++++++++++-
tools/llvm-readobj/WasmDumper.cpp | 1 +
6 files changed, 92 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.