This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 75ac0f5 Implement p0292r2 (constexpr if), a likely C++1z feature.
new 0b79e05 clang-format: [JS] recognize more type locations.
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/FormatToken.h | 2 ++
lib/Format/TokenAnnotator.cpp | 11 +++++++++++
unittests/Format/FormatTestJS.cpp | 6 ++++++
3 files changed, 19 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 newlib.
from b2867a6 Handle up to 63 partitions per drive
new 733af66 Remove support for SUNWNFS file system
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:
winsup/cygwin/fhandler_disk_file.cc | 31 ++++++++-----------------------
winsup/cygwin/globals.cc | 1 -
winsup/cygwin/mount.cc | 11 +++--------
winsup/cygwin/mount.h | 4 ----
winsup/cygwin/path.h | 1 -
5 files changed, 11 insertions(+), 37 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 7440da4 * config/i386/driver-i386.c (host_detect_local_cpu): Set PR [...]
new 81883ae [gcc] 2016-06-23 Michael Meissner <meissner(a)linux.vnet.ibm. [...]
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 | 13 ++++++++++
gcc/config/rs6000/predicates.md | 35 ++++++++++++++++-----------
gcc/config/rs6000/rs6000.c | 23 ++++++------------
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.target/powerpc/p9-splat-5.c | 16 ++++++++++++
5 files changed, 63 insertions(+), 29 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/p9-splat-5.c
--
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 22a6a11 Default to using the Unicode version of Win32 APIs instead of [...]
new 8e5f167 Attempt to fix breakage caused by r273596.
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/CFLAliasAnalysis.cpp | 6 +++---
1 file changed, 3 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 a64a497 Re-commit r273548, reverted in r273589, with a fix to not pro [...]
new 75ac0f5 Implement p0292r2 (constexpr if), a likely C++1z feature.
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/Stmt.h | 14 ++-
include/clang/Basic/DiagnosticParseKinds.td | 5 +
include/clang/Basic/DiagnosticSemaKinds.td | 8 +-
include/clang/Sema/Sema.h | 59 ++++++---
lib/AST/ASTImporter.cpp | 3 +-
lib/AST/Stmt.cpp | 9 +-
lib/Analysis/BodyFarm.cpp | 4 +-
lib/CodeGen/CGStmt.cpp | 5 +-
lib/CodeGen/CodeGenFunction.cpp | 12 +-
lib/CodeGen/CodeGenFunction.h | 8 +-
lib/Parse/ParseStmt.cpp | 32 ++++-
lib/Sema/JumpDiagnostics.cpp | 31 +++++
lib/Sema/SemaExpr.cpp | 18 ++-
lib/Sema/SemaExprCXX.cpp | 15 ++-
lib/Sema/SemaExprMember.cpp | 1 +
lib/Sema/SemaLambda.cpp | 1 +
lib/Sema/SemaStmt.cpp | 77 +++++++++---
lib/Sema/TreeTransform.h | 39 ++++--
lib/Serialization/ASTReaderStmt.cpp | 1 +
lib/Serialization/ASTWriterStmt.cpp | 1 +
.../dcl.spec/dcl.type/dcl.spec.auto/p2-1z.cpp | 47 +++++++
test/CXX/stmt.stmt/stmt.select/stmt.if/p2.cpp | 137 +++++++++++++++++++++
test/CodeGenCXX/cxx1z-constexpr-if.cpp | 21 ++++
www/cxx_status.html | 6 +
24 files changed, 477 insertions(+), 77 deletions(-)
create mode 100644 test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/p2-1z.cpp
create mode 100644 test/CXX/stmt.stmt/stmt.select/stmt.if/p2.cpp
create mode 100644 test/CodeGenCXX/cxx1z-constexpr-if.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 llvm.
from d8c0071 Refactor duplicated code. NFC.
new 39639d9 [CFLAA] Use better interprocedural function summaries.
new 22a6a11 Default to using the Unicode version of Win32 APIs instead of [...]
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:
cmake/modules/HandleLLVMOptions.cmake | 6 +
lib/Analysis/CFLAliasAnalysis.cpp | 202 +++++++++++----------
lib/Analysis/StratifiedSets.h | 20 ++
.../Analysis/CFLAliasAnalysis/interproc-ret-arg.ll | 2 +-
.../interproc-ret-deref-arg-multilevel.ll | 4 -
.../CFLAliasAnalysis/interproc-ret-deref-arg.ll | 3 -
.../interproc-ret-ref-arg-multilevel.ll | 9 +-
.../CFLAliasAnalysis/interproc-ret-ref-arg.ll | 7 +-
.../interproc-store-arg-multilevel.ll | 9 +-
.../CFLAliasAnalysis/interproc-store-arg.ll | 11 +-
10 files changed, 153 insertions(+), 120 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 c4e95c7 Add a test case for the regression in -Wfor-loop-analysis cau [...]
new a64a497 Re-commit r273548, reverted in r273589, with a fix to not pro [...]
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/Parse/Parser.h | 9 +-
include/clang/Sema/Sema.h | 75 +++++++++----
lib/Parse/ParseDeclCXX.cpp | 7 +-
lib/Parse/ParseExprCXX.cpp | 44 +++-----
lib/Parse/ParseStmt.cpp | 80 ++++++--------
lib/Sema/SemaDeclCXX.cpp | 8 +-
lib/Sema/SemaExpr.cpp | 24 ++++-
lib/Sema/SemaExprCXX.cpp | 24 +++--
lib/Sema/SemaOpenMP.cpp | 10 +-
lib/Sema/SemaStmt.cpp | 157 ++++++++++-----------------
lib/Sema/TreeTransform.h | 209 +++++++++++++-----------------------
test/FixIt/fixit-vexing-parse.cpp | 2 +-
test/Parser/cxx0x-condition.cpp | 4 +-
test/SemaCXX/crashes.cpp | 3 +-
test/SemaCXX/for-range-examples.cpp | 4 +-
test/SemaObjCXX/foreach.mm | 9 +-
16 files changed, 295 insertions(+), 374 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 zorg.
from 2e60e4f Set a real haltOnFailure.
new f9625ab Remove untracked files on svn update
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:
zorg/buildbot/builders/sanitizers/buildbot_functions.sh | 2 ++
1 file changed, 2 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 a918066 [codeview] Fix letter casing in FileCheck regexes
new d8c0071 Refactor duplicated code. NFC.
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/PowerPC/PPCISelLowering.cpp | 37 ++++++++++++++++------------------
1 file changed, 17 insertions(+), 20 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 f7e90f8 [X86] Extract HiPE prologue constants into metadata
new a918066 [codeview] Fix letter casing in FileCheck regexes
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/DebugInfo/COFF/retained-types.ll | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.