This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f0a75ea * doc/xml/manual/status_cxx2017.xml: Fix link to N4284.
new da4fed9 * doc/html/ext/lwg-active.html: Remove. * doc/html/ext/lwg- [...]
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:
libstdc++-v3/ChangeLog | 18 +
libstdc++-v3/doc/Makefile.am | 12 +-
libstdc++-v3/doc/Makefile.in | 11 +-
libstdc++-v3/doc/html/ext/lwg-active.html | 30172 ------
libstdc++-v3/doc/html/ext/lwg-closed.html | 42632 ---------
libstdc++-v3/doc/html/ext/lwg-defects.html | 129794 --------------------------
libstdc++-v3/doc/xml/manual/intro.xml | 286 +-
7 files changed, 160 insertions(+), 202765 deletions(-)
delete mode 100644 libstdc++-v3/doc/html/ext/lwg-active.html
delete mode 100644 libstdc++-v3/doc/html/ext/lwg-closed.html
delete mode 100644 libstdc++-v3/doc/html/ext/lwg-defects.html
--
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 17b4ddb PredicateInfo: Some compilers are unhappy with naming Use *'s [...]
new 5a31271 [X86][SSE] Add SSE2 build vector insertion tests
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/CodeGen/X86/buildvec-insertvec.ll | 390 ++++++++++++++++++++++++---------
1 file changed, 285 insertions(+), 105 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 8c876c2 [X86][SSE] Add additional v4i32/v8i16/v16i8 build vector inse [...]
new 17b4ddb PredicateInfo: Some compilers are unhappy with naming Use *'s [...]
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/Utils/PredicateInfo.cpp | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 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 299fa93 Fix some missing negations in the traits checking from r294349
new 8c876c2 [X86][SSE] Add additional v4i32/v8i16/v16i8 build vector inse [...]
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/CodeGen/X86/buildvec-insertvec.ll | 272 +++++++++++++++++++++++++++++++++
1 file changed, 272 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 gcc.
from 7cadd19 PR middle-end/79399 * ira-int.h (struct target_ira_int): Ch [...]
new f0a75ea * doc/xml/manual/status_cxx2017.xml: Fix link to N4284.
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:
libstdc++-v3/ChangeLog | 4 ++++
libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 2 +-
2 files changed, 5 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 clang.
from be03699 clang-format: Fix bad variable declaration detection.
new d1f6c06 Enable -dump-deserialized-decls and -error-on-deserialized-de [...]
new 93d08aa [PCH] Fix a regression when PCH is used with -fmodules
new 68ad3a8 [ASTReader] Improve ReadASTBlock error message when module no [...]
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/Frontend/FrontendAction.cpp | 38 +++++++++++++---------
lib/Serialization/ASTReader.cpp | 5 ++-
lib/Serialization/ASTWriter.cpp | 3 +-
.../Modules/Inputs/invalid-module-id/NC-Prefix.pch | 3 ++
.../invalid-module-id/NC.framework/Headers/NC.h | 1 +
.../NC.framework/Headers/NU-Visibility.h | 1 +
.../NC.framework/Headers/NUGeometry.h | 1 +
.../NC.framework/Modules/module.modulemap | 6 ++++
.../NC.framework/Modules/module.private.modulemap | 5 +++
.../NC.framework/PrivateHeaders/NUAssert.h | 1 +
.../NC.framework/PrivateHeaders/NULog.h | 1 +
test/Modules/invalid-pch-module-id.m | 13 ++++++++
12 files changed, 60 insertions(+), 18 deletions(-)
create mode 100644 test/Modules/Inputs/invalid-module-id/NC-Prefix.pch
create mode 100644 test/Modules/Inputs/invalid-module-id/NC.framework/Headers/NC.h
create mode 100644 test/Modules/Inputs/invalid-module-id/NC.framework/Headers/NU-V [...]
create mode 100644 test/Modules/Inputs/invalid-module-id/NC.framework/Headers/NUGe [...]
create mode 100644 test/Modules/Inputs/invalid-module-id/NC.framework/Modules/modu [...]
create mode 100644 test/Modules/Inputs/invalid-module-id/NC.framework/Modules/modu [...]
create mode 100644 test/Modules/Inputs/invalid-module-id/NC.framework/PrivateHeade [...]
create mode 100644 test/Modules/Inputs/invalid-module-id/NC.framework/PrivateHeade [...]
create mode 100644 test/Modules/invalid-pch-module-id.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 2b495bd fix python3 syntax error
new fecf057 Fix bugs in filesystem detected by _LIBCPP_ASSERT.
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:
src/experimental/filesystem/directory_iterator.cpp | 5 +++--
src/experimental/filesystem/path.cpp | 18 +++++++++++++-----
2 files changed, 16 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 gcc.
from b0bcbce 2017-02-04 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 7cadd19 PR middle-end/79399 * ira-int.h (struct target_ira_int): Ch [...]
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 | 8 ++++++++
gcc/ira-costs.c | 2 +-
gcc/ira-int.h | 2 +-
3 files changed, 10 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 llvm.
from 0956efb DebugInfo: Track spilled variables in LiveDebugValues
new 299fa93 Fix some missing negations in the traits checking from r294349
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:
unittests/ADT/IListIteratorTest.cpp | 8 ++++----
1 file changed, 4 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 33ec213 Revert "Basic: match GCC behaviour for SuS macro"
new be03699 clang-format: Fix bad variable declaration detection.
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/TokenAnnotator.cpp | 6 +++++-
unittests/Format/FormatTest.cpp | 5 +++++
2 files changed, 10 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.