This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 120401a Make variant's index part of the hash value
new a2ff798 Fix C++03 build
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/memory | 2 +-
include/variant | 2 +-
2 files changed, 2 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 1a45ade Resubmit "[LibFuzzer] Split FuzzerUtil for Posix and Windows."
new 8460d68 Support escaping in TrigramIndex.
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/Support/TrigramIndex.cpp | 37 +++++++++++++++++++++----------
unittests/Support/SpecialCaseListTest.cpp | 11 +++++++++
unittests/Support/TrigramIndexTest.cpp | 24 ++++++++++++++++++--
3 files changed, 58 insertions(+), 14 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 4975ccc Fix generated warnings in <variant>
new 120401a Make variant's index part of the hash value
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/memory | 11 +++++++++++
include/variant | 4 +++-
src/experimental/filesystem/path.cpp | 13 ++++---------
test/std/utilities/variant/variant.hash/hash.pass.cpp | 13 +++++++++++++
4 files changed, 31 insertions(+), 10 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 cab2af8 Implement C++17 <variant>. Patch from Michael Park!
new f722080 Update ABI lists for <variant>
new f7168e5 Update darwin ABI list for <variant>
new 4975ccc Fix generated warnings in <variant>
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/variant | 9 +++++----
lib/abi/CHANGELOG.TXT | 9 +++++++++
lib/abi/x86_64-apple-darwin16.0.0.abilist | 4 ++++
lib/abi/x86_64-unknown-linux-gnu.abilist | 5 ++++-
4 files changed, 22 insertions(+), 5 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 72d839a Fix pow (qNaN, 0) result with -lieee (bug 20919), remove dead [...]
new 90ab295 Fix sysdeps/ieee754 pow handling of sNaN arguments (bug 20916).
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:
ChangeLog | 9 +++++++++
sysdeps/ieee754/dbl-64/e_pow.c | 10 +++++-----
sysdeps/ieee754/flt-32/e_powf.c | 4 ++--
sysdeps/ieee754/ldbl-128/e_powl.c | 5 +++--
sysdeps/ieee754/ldbl-128ibm/e_powl.c | 4 ++--
5 files changed, 21 insertions(+), 11 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 8860d3c [lanai] Custom lowering of SHL_PARTS
new 1a45ade Resubmit "[LibFuzzer] Split FuzzerUtil for Posix and Windows."
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/Fuzzer/CMakeLists.txt | 2 +
lib/Fuzzer/FuzzerDriver.cpp | 3 +-
lib/Fuzzer/FuzzerMutate.cpp | 2 +-
lib/Fuzzer/FuzzerTraceState.cpp | 4 +-
lib/Fuzzer/FuzzerUtil.cpp | 121 +++---------------------
lib/Fuzzer/FuzzerUtil.h | 9 +-
lib/Fuzzer/FuzzerUtilPosix.cpp | 106 +++++++++++++++++++++
lib/Fuzzer/FuzzerUtilWindows.cpp | 194 +++++++++++++++++++++++++++++++++++++++
8 files changed, 328 insertions(+), 113 deletions(-)
create mode 100644 lib/Fuzzer/FuzzerUtilPosix.cpp
create mode 100644 lib/Fuzzer/FuzzerUtilWindows.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 clang.
from b4af165 CodeGen: export typeinfo and typeinfo name on itanium
new 8ef39c6 More diagnostic name fixups: w_ -> warn_, warning_ -> warn_, [...]
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/DiagnosticGroups.td | 3 ++-
include/clang/Basic/DiagnosticParseKinds.td | 7 ++++---
include/clang/Basic/DiagnosticSemaKinds.td | 8 ++++----
lib/Parse/ParseStmtAsm.cpp | 6 +++---
lib/Sema/SemaExpr.cpp | 2 +-
lib/Sema/SemaExprObjC.cpp | 4 ++--
lib/Sema/SemaPseudoObject.cpp | 5 +++--
test/Misc/warning-flags.c | 4 +---
8 files changed, 20 insertions(+), 19 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 faa7188 Mass-rename the handful of error_* diagnostics to err_*.
new b4af165 CodeGen: export typeinfo and typeinfo name on itanium
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/ItaniumCXXABI.cpp | 30 +++++++++++++++++++++------
test/CodeGenCXX/windows-itanium-type-info.cpp | 21 ++++++++++++++++++-
2 files changed, 44 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 glibc.
from 84aa751 Bug 20918 - Building with --enable-nss-crypt fails tst-linkal [...]
new 72d839a Fix pow (qNaN, 0) result with -lieee (bug 20919), remove dead [...]
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:
ChangeLog | 12 ++++++++++++
math/w_pow.c | 24 +++++-------------------
math/w_powf.c | 24 +++++-------------------
math/w_powl.c | 24 +++++-------------------
sysdeps/ieee754/dbl-64/e_pow.c | 3 ++-
sysdeps/ieee754/k_standard.c | 30 ------------------------------
6 files changed, 29 insertions(+), 88 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.