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 ac9149c80 [ASan] Disable aligned_alloc-alignment.cc on ppc64be
new 2042980a5 [ASan] Disable aligned_alloc-alignment.cc on PPC64.
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/asan/TestCases/Linux/aligned_alloc-alignment.cc | 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 libcxx.
from 245b3a06a Fix test case initialization issues in permissions test
new f382e5301 Fix PR36914 - num_get::get(unsigned) incorrectly handles nega [...]
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/locale | 15 +-
.../facet.num.get.members/test_min_max.pass.cpp | 23 +--
.../facet.num.get.members/test_neg_one.pass.cpp | 159 +++++++++++++++++++++
3 files changed, 180 insertions(+), 17 deletions(-)
create mode 100644 test/std/localization/locale.categories/category.numeric/locale [...]
--
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 85c1a32cd3 [astmatchers] Move a matcher out of internal namespace: blin [...]
new d50f2dcc53 [analyzer] [testing] Be less verbose by default in integrati [...]
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:
utils/analyzer/SATestBuild.py | 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 4ef199881c [ast] Do not auto-initialize Objective-C for-loop variables [...]
new 85c1a32cd3 [astmatchers] Move a matcher out of internal namespace: blin [...]
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/ASTMatchers/ASTMatchersInternal.cpp | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 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 21251db1b49 Remove some unused includes to fix layering.
new 2fceac297fb [MemorySSA] Consider callsite args for hashing and equality.
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/MemorySSA.cpp | 29 ++++++++++++++++++++---------
test/Analysis/MemorySSA/pr36883.ll | 38 ++++++++++++++++++++++++++++++++++++++
2 files changed, 58 insertions(+), 9 deletions(-)
create mode 100644 test/Analysis/MemorySSA/pr36883.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 4654818441 [Basic] Fix some Clang-tidy modernize and Include What You U [...]
new 9741fa7361 [ASTMatchers] Extend hasParameter and hasAnyParameter matche [...]
new 8e76adccd4 [ASTMatchers] Introduce a matcher for matching any given Obj [...]
new 4ef199881c [ast] Do not auto-initialize Objective-C for-loop variables [...]
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:
docs/LibASTMatchersReference.html | 71 +++++++++++++++++++++-
include/clang/AST/Decl.h | 13 ++++
include/clang/ASTMatchers/ASTMatchers.h | 65 +++++++++++++++-----
include/clang/ASTMatchers/ASTMatchersInternal.h | 5 ++
.../StaticAnalyzer/Core/PathSensitive/WorkList.h | 2 +-
lib/ASTMatchers/ASTMatchersInternal.cpp | 28 +++++++--
lib/ASTMatchers/Dynamic/Registry.cpp | 1 +
lib/Parse/ParseDecl.cpp | 7 ++-
lib/Sema/SemaTemplateInstantiateDecl.cpp | 3 +-
lib/Serialization/ASTReaderDecl.cpp | 1 +
lib/Serialization/ASTWriterDecl.cpp | 2 +
test/SemaObjC/foreachtemplatized.mm | 15 +++++
unittests/ASTMatchers/ASTMatchersNodeTest.cpp | 11 ++++
unittests/ASTMatchers/ASTMatchersTraversalTest.cpp | 4 ++
unittests/ASTMatchers/Dynamic/ParserTest.cpp | 26 +++++---
15 files changed, 223 insertions(+), 31 deletions(-)
create mode 100644 test/SemaObjC/foreachtemplatized.mm
--
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 ebb5c411453 Plumb useAA through TargetTransformInfo to remove Transform [...]
new 9f7a1218718 Add missing dependency (headers are included from MC, so a [...]
new 8fa57f4788a Split Disassembler.h in two to fix dependencies
new 21251db1b49 Remove some unused includes to fix layering.
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:
include/llvm-c/Disassembler.h | 147 +--------------------
.../llvm-c/{Disassembler.h => DisassemblerTypes.h} | 108 +--------------
include/llvm/Support/TargetRegistry.h | 2 +-
lib/Target/BPF/InstPrinter/BPFInstPrinter.cpp | 1 -
.../Lanai/MCTargetDesc/LanaiMCCodeEmitter.cpp | 1 -
utils/TableGen/LLVMBuild.txt | 2 +-
6 files changed, 8 insertions(+), 253 deletions(-)
copy include/llvm-c/{Disassembler.h => DisassemblerTypes.h} (63%)
--
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 ff9c056a0 [ASan] Disable aligned_alloc-alignment.cc test on gcc.
new ac9149c80 [ASan] Disable aligned_alloc-alignment.cc on ppc64be
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/asan/TestCases/Linux/aligned_alloc-alignment.cc | 6 ++----
1 file changed, 2 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 205c5aae12d gcc/ChangeLog:
new b0f868281b1 PR target/84912 * config/rs6000/rs6000.h (RS6000_BTM_POWE [...]
new 1814c82fc0d Daily bump.
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:
gcc/ChangeLog | 16 +++++++++++++++-
gcc/DATESTAMP | 2 +-
gcc/config/rs6000/rs6000-builtin.def | 13 +++++++++++--
gcc/config/rs6000/rs6000.c | 7 +++++++
gcc/config/rs6000/rs6000.h | 2 ++
5 files changed, 36 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 gcc-7-branch
in repository gcc.
from d76e6a1e65f gcc/testsuite/ChangeLog:
new d2013246d95 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.