This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 736bfa4 [Docs] Add missing quotes to the language literal in the exte [...]
new 47d2e22 [clang-format] Make NamespaceEndCommentFixer add at most one comment
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/Format/NamespaceEndCommentsFixer.cpp | 5 ++++-
unittests/Format/NamespaceEndCommentsFixerTest.cpp | 18 ++++++++++++++++++
2 files changed, 22 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 llvm.
from 5645eb3 [SLP] A test for vectorization of users of extractelement ins [...]
new 58868f1 [DAGCombiner] simplify div/rem-by-0
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/SelectionDAG/DAGCombiner.cpp | 11 ++-
test/CodeGen/X86/div-rem-simplify.ll | 118 +------------------------------
test/CodeGen/X86/vec_sdiv_to_shift.ll | 103 ++++-----------------------
3 files changed, 26 insertions(+), 206 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 6a168e5 [CodeGen][Blocks] Refactor capture handling in code that gene [...]
new 5a2008e Add examples to clang-format configuration
new 736bfa4 [Docs] Add missing quotes to the language literal in the exte [...]
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:
docs/ClangFormatStyleOptions.rst | 93 ++++++++++++++++++++++++++++++++++++++++
include/clang/Basic/AttrDocs.td | 2 +-
include/clang/Format/Format.h | 80 ++++++++++++++++++++++++++++++++++
3 files changed, 174 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 llvm.
from 29bebdf Fix minor typo introduce in r297014
new 5645eb3 [SLP] A test for vectorization of users of extractelement ins [...]
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/Transforms/SLPVectorizer/X86/vector.ll | 41 ++++++++++++++++++++++++++---
1 file changed, 38 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 c8cd8ea [Sema][ObjC] Warn about 'performSelector' calls with selector [...]
new 6a168e5 [CodeGen][Blocks] Refactor capture handling in code that gene [...]
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/CGBlocks.cpp | 291 ++++++++++++++++++++++++++++-------------------
1 file changed, 173 insertions(+), 118 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 libcxx.
from e116393 Update list with changes from Kona meeting
new cd6055e Header update with info about the current status of C++17
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:
www/cxx1z_status.html | 3 ++-
1 file changed, 2 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 llvm.
from e9a37be Silence a warning "hiding virtual function".
new 29bebdf Fix minor typo introduce in r297014
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/Analysis/RegionInfo/outgoing_edge_1.ll | 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 879a2c4 Do not include GCC "resource" directory into the set of built [...]
new c8cd8ea [Sema][ObjC] Warn about 'performSelector' calls with selector [...]
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/DiagnosticSemaKinds.td | 6 ++
lib/AST/DeclObjC.cpp | 14 ++--
lib/Basic/IdentifierTable.cpp | 6 +-
lib/Sema/SemaExprObjC.cpp | 69 ++++++++++++++++
test/SemaObjC/unsafe-perform-selector.m | 127 +++++++++++++++++++++++++++++
5 files changed, 214 insertions(+), 8 deletions(-)
create mode 100644 test/SemaObjC/unsafe-perform-selector.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 libcxx.
from 45a6abf Fix nonsense comment
new e116393 Update list with changes from Kona meeting
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:
www/cxx1z_status.html | 77 ++++++++++++++++++++++++++++++++++++++++++++++++---
1 file changed, 73 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 gcc.
from efea7c6 PR c++/79822 * constexpr.c (cxx_eval_statement_list): Treat [...]
new e744b82 Set incoming stack boundary to 128 for 64-bit targets
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:
gcc/ChangeLog | 6 ++++++
gcc/config/i386/i386.c | 6 +++---
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/gcc.target/i386/interrupt-12.c | 6 +++---
gcc/testsuite/gcc.target/i386/interrupt-13.c | 6 +++---
gcc/testsuite/gcc.target/i386/interrupt-14.c | 4 ++--
gcc/testsuite/gcc.target/i386/interrupt-15.c | 6 +++---
7 files changed, 29 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.