This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 3df90c9 Implement P0505: 'Wording for GB 50'
new 2b3c8a2 Fix verify test on 32 bit systems
new 2d2247d Fix private inheritance in C++03 tuple_size
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:
include/__tuple | 6 +++---
.../tuple/tuple.tuple/tuple.helper/tuple_size_incomplete.fail.cpp | 2 +-
2 files 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 glibc.
from f67d781 Move wrappers to libm-compat-calls-auto
new 179b867 Update libm-test XFAILs for ibm128 format.
new 3d7229c Fix malloc/ tests for GCC 7 -Walloc-size-larger-than=.
new 3ecd616 Fix string/tester.c for GCC 7 -Wstringop-overflow=.
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:
ChangeLog | 22 +
malloc/tst-malloc.c | 15 +
malloc/tst-mcheck.c | 22 +
malloc/tst-realloc.c | 15 +
math/auto-libm-test-in | 411 +-
math/auto-libm-test-out | 25828 +++++++++++++++++++++++-----------------------
math/libm-test.inc | 8 +-
string/tester.c | 57 +
8 files changed, 13250 insertions(+), 13128 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 5465b0d [Parse] Don't ignore attributes after a late-parsed attr.
new 809bd28 Bail out if we try to build a DeclRefExpr naming an invalid d [...]
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/SemaExpr.cpp | 3 +++
lib/Sema/SemaExprCXX.cpp | 2 ++
test/SemaCXX/constant-expression-cxx11.cpp | 4 ++--
test/SemaCXX/conversion-function.cpp | 2 +-
test/SemaCXX/cxx1z-decomposition.cpp | 5 +++++
test/SemaCXX/type-definition-in-specifier.cpp | 6 ++----
6 files changed, 15 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 aoliva/non-SFN-fixes-for-GCC7
in repository gcc.
discards 95d2408 [-fcompare-debug] var tracking options are not optimization options
new 3d9f8fb [-fcompare-debug] var tracking options are not optimization options
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (95d2408)
\
N -- N -- N refs/heads/aoliva/non-SFN-fixes-for-GCC7 (3d9f8fb)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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/opt-functions.awk | 2 +-
gcc/optc-save-gen.awk | 4 ++--
gcc/opth-gen.awk | 2 +-
3 files 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 libcxx.
from 9c6b70a Use C++11 static_assert in variant tests. Patch from Michael Park
new 3df90c9 Implement P0505: 'Wording for GB 50'
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/chrono | 36 +++++++++++-----------
.../time.duration.arithmetic/op_++.pass.cpp | 18 ++++++++++-
.../time.duration.arithmetic/op_++int.pass.cpp | 25 ++++++++++++---
.../time.duration.arithmetic/op_+=.pass.cpp | 21 ++++++++++++-
.../time.duration.arithmetic/op_--.pass.cpp | 18 ++++++++++-
.../time.duration.arithmetic/op_--int.pass.cpp | 26 +++++++++++++---
.../time.duration.arithmetic/op_-=.pass.cpp | 19 ++++++++++++
.../time.duration.arithmetic/op_divide=.pass.cpp | 17 ++++++++++
.../op_mod=duration.pass.cpp | 28 ++++++++++++++---
.../time.duration.arithmetic/op_mod=rep.pass.cpp | 17 ++++++++++
.../time.duration.arithmetic/op_times=.pass.cpp | 17 ++++++++++
www/cxx1z_status.html | 2 +-
12 files changed, 209 insertions(+), 35 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 6c6903a InstCombine: Fold cos(-x) -> cos(x)
new d5845b6 [ADT] Attempt to fix GCC warning in IntrusiveRefCntPtrTest.
new 253e6b6 Fixup some header includes from recent IntrusiveRefCntPtr cleanup.
new cc6adc8 AMDGPU: Remove unneccessary intermediate vector
new d0ad0eb Change BitstreamCursor::skipRecord to return the record code (NFC)
new d240497 Use lazy-loading of Metadata in MetadataLoader when importing [...]
The 5 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/Bitcode/BitCodes.h | 1 -
include/llvm/Bitcode/BitstreamReader.h | 5 +-
include/llvm/Support/FileSystem.h | 2 +-
lib/Bitcode/Reader/BitstreamReader.cpp | 18 +-
lib/Bitcode/Reader/MetadataLoader.cpp | 400 +++++++++++++++++++--
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 40 ++-
lib/Transforms/IPO/FunctionImport.cpp | 5 +-
...ence_non_importable.ll => lazyload_metadata.ll} | 8 +-
test/ThinLTO/X86/lazyload_metadata.ll | 54 +++
unittests/ADT/IntrusiveRefCntPtrTest.cpp | 4 +-
10 files changed, 479 insertions(+), 58 deletions(-)
copy test/ThinLTO/X86/Inputs/{reference_non_importable.ll => lazyload_metadata.ll} (70%)
create mode 100644 test/ThinLTO/X86/lazyload_metadata.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 aoliva/non-SFN-fixes-for-GCC7
in repository gcc.
discards 47e2e4d [bootstrap-O3,fortran] silence warning in simplify_transforma [...]
discards 21a71d9 [bootstrap-O3] use unsigned type for regno in df-scan
discards 447fcd9 [bootstrap-O3] add a default initializer to avoid a warning at -O3
discards 28ce7dd [bootstrap-O3,fortran] add a NULL initializer to avoid a warn [...]
discards d6873a6 [bootstrap-O1] add initializers to avoid warnings at -O1
discards d0d3ca9 [bootstrap-O1] enlarge sprintf output buffer to avoid warning
discards 4a7c62b [-fcompare-debug] var tracking options are not optimization options
discards e238829 [-fcompare-debug] skip more debug stmts in cleanup_empty_eh
discards 36e6c4e [-fcompare-debug] find jump before debug insns in expand
new 2493aa2 [bootstrap-O1] add initializers to avoid warnings at -O1
new 9eaecbe [bootstrap-O3,fortran] add a NULL initializer to avoid a warn [...]
new 645b95f [-fcompare-debug] skip more debug stmts in cleanup_empty_eh
new 1b6dfe6 [-fcompare-debug] find jump before debug insns in expand
new f41d5ea [bootstrap-O3] use unsigned type for regno in df-scan
new 14d67e5 [bootstrap-O3] add a default initializer to avoid a warning at -O3
new 99578d1 [bootstrap-O1] change value type to avoid sprintf buffer size [...]
new c4f752a [bootstrap-O3,fortran] silence warning in simplify_transforma [...]
new 95d2408 [-fcompare-debug] var tracking options are not optimization options
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (47e2e4d)
\
N -- N -- N refs/heads/aoliva/non-SFN-fixes-for-GCC7 (95d2408)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 9 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/c-family/c-pretty-print.c | 5 ++---
gcc/common.opt | 8 ++++----
gcc/doc/options.texi | 7 +++++++
gcc/fortran/simplify.c | 10 +++++++++-
gcc/opt-functions.awk | 2 +-
gcc/optc-save-gen.awk | 7 +++++--
gcc/opth-gen.awk | 2 +-
gcc/tree-inline.c | 9 +++++----
8 files changed, 34 insertions(+), 16 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 0581f9f Reapply "Make BitCodeAbbrev ownership explicit using shared_p [...]
new 6c6903a InstCombine: Fold cos(-x) -> cos(x)
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/InstCombine/InstCombineCalls.cpp | 14 ++++++
test/Transforms/InstCombine/amdgcn-intrinsics.ll | 34 +++++++++++++++
test/Transforms/InstCombine/cos-intrinsic.ll | 55 ++++++++++++++++++++++++
3 files changed, 103 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 clang.
from d3ccc21 Fix for LLVM Bitcode API change (to use std::shared_ptr)
new 5465b0d [Parse] Don't ignore attributes after a late-parsed attr.
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/Parse/ParseDecl.cpp | 8 ++++++--
test/Sema/warn-thread-safety-analysis.c | 4 ++++
2 files changed, 10 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.