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 e98c9e7 PR rust/20162 - fix gdb regressions caused by rust 1.10
new cac7097 Automatic date update in version.in
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:
bfd/version.h | 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 gdb-7.11-branch
in repository binutils-gdb.
from a5b36d8 Automatic date update in version.in
new 0450cb4 Automatic date update in version.in
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:
bfd/version.h | 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 binutils-2_26-branch
in repository binutils-gdb.
from 281b81f Automatic date update in version.in
new 02cd3f8 Automatic date update in version.in
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:
bfd/version.h | 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 3f4fdc9 [LoopDataPrefetch] Fix unused variable in release build
new a6b9e20 Revert "[AMDGPU] Emit read-only data to .rodata for hsa"
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/Target/AMDGPU/AMDGPUTargetObjectFile.cpp | 3 +--
test/CodeGen/AMDGPU/global-constant.ll | 2 +-
test/CodeGen/AMDGPU/hsa-globals.ll | 2 +-
3 files changed, 3 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 1a9b9ad P0217R3: Parsing support and framework for AST representation [...]
new 122bd49 Add doxygen comments to emmintrin.h's intrinsics.
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/Headers/emmintrin.h | 769 ++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 769 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 compiler-rt.
from bdfee44 [Profile] Add new test
new bad1992 [Profile] Fix a fixme in the test
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/profile/instrprof-value-prof-shared.test | 8 +++-----
1 file changed, 3 insertions(+), 5 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 release_39
in repository clang.
from 43c8741 ReleaseNotes: s/3.7/3.8/ in 'since the 3.7 release'
new d5fef56 Merging r276232: -------------------------------------------- [...]
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/Sema/SemaChecking.cpp | 6 +++++-
test/SemaCXX/atomic-ops.cpp | 9 +++++++++
2 files changed, 14 insertions(+), 1 deletion(-)
create mode 100644 test/SemaCXX/atomic-ops.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 clang.
from 8747ea8 [Profile] Enable profile merging with -fprofile-generat[=<dir>]
new 1a9b9ad P0217R3: Parsing support and framework for AST representation [...]
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/DeclCXX.h | 90 +++++++++-
include/clang/AST/RecursiveASTVisitor.h | 12 ++
include/clang/Basic/DeclNodes.td | 2 +
include/clang/Basic/DiagnosticParseKinds.td | 4 +
include/clang/Basic/DiagnosticSemaKinds.td | 23 +++
include/clang/Parse/Parser.h | 5 +
include/clang/Sema/DeclSpec.h | 172 ++++++++++++++++---
include/clang/Sema/Sema.h | 7 +-
lib/AST/ASTDumper.cpp | 7 +
lib/AST/DeclBase.cpp | 2 +
lib/AST/DeclCXX.cpp | 38 +++++
lib/AST/ItaniumMangle.cpp | 20 ++-
lib/CodeGen/CGDecl.cpp | 5 +-
lib/CodeGen/CodeGenModule.cpp | 1 +
lib/Parse/ParseDecl.cpp | 76 ++++++++-
lib/Parse/ParseExprCXX.cpp | 1 +
lib/Parse/ParseTentative.cpp | 9 +-
lib/Sema/DeclSpec.cpp | 36 +++-
lib/Sema/SemaDecl.cpp | 253 +++++++++++++++++++++++++---
lib/Sema/SemaDeclCXX.cpp | 3 +-
lib/Sema/SemaExpr.cpp | 13 +-
lib/Sema/SemaTemplateInstantiateDecl.cpp | 10 ++
lib/Serialization/ASTCommon.cpp | 2 +
test/Parser/cxx1z-decomposition.cpp | 135 +++++++++++++++
test/SemaCXX/cxx1z-decomposition.cpp | 11 ++
tools/libclang/CIndex.cpp | 4 +-
26 files changed, 879 insertions(+), 62 deletions(-)
create mode 100644 test/Parser/cxx1z-decomposition.cpp
create mode 100644 test/SemaCXX/cxx1z-decomposition.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 compiler-rt.
from 5e3c08d Revert "fix https://reviews.llvm.org/D22610" and "[compiler-r [...]
new bdfee44 [Profile] Add new test
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/profile/instrprof-basic.c | 26 ++++++++++++++++++++++++++
1 file changed, 26 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 llvm.
from 5781107 [LoopDataPrefetch] Include hotness of region in opt remark
new 3f4fdc9 [LoopDataPrefetch] Fix unused variable in release 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:
lib/Transforms/Scalar/LoopDataPrefetch.cpp | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.