This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 84509c6d52c [yaml2obj] - Don't crash on invalid document.
new 3907ca9d61b Revert r313746 "[yaml2obj] - Don't crash on invalid document."
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/llvm/Support/YAMLTraits.h | 4 ++--
test/Object/yaml2obj-invalid.yaml | 2 --
2 files changed, 2 insertions(+), 4 deletions(-)
delete mode 100644 test/Object/yaml2obj-invalid.yaml
--
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 c0bcf3b945 [Sema] Move some stuff into -Wtautological-unsigned-enum-zer [...]
new 2100b0595f [Sema] CheckTautologicalComparisonWithZero(): always complai [...]
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/SemaChecking.cpp | 12 ++++++++----
1 file changed, 8 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 llvm.
from e0d66261a1f [X86][SSE] Remove unnecessary NonceMasks from combineX86Shu [...]
new 84509c6d52c [yaml2obj] - Don't crash on invalid document.
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/llvm/Support/YAMLTraits.h | 4 ++--
test/Object/yaml2obj-invalid.yaml | 2 ++
2 files changed, 4 insertions(+), 2 deletions(-)
create mode 100644 test/Object/yaml2obj-invalid.yaml
--
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 9c03e2cb50 Fix clang-format's detection of structured bindings.
new 13e9a9c45a clang-format clang-format.
new c0bcf3b945 [Sema] Move some stuff into -Wtautological-unsigned-enum-zer [...]
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/clang/Basic/DiagnosticGroups.td | 2 +
include/clang/Basic/DiagnosticSemaKinds.td | 19 ++-
lib/Format/BreakableToken.cpp | 111 +++++++--------
lib/Format/ContinuationIndenter.cpp | 40 +++---
lib/Format/Format.cpp | 43 +++---
lib/Format/FormatToken.cpp | 5 +-
lib/Format/FormatToken.h | 153 ++++++++++-----------
lib/Format/FormatTokenLexer.cpp | 15 +-
lib/Format/SortJavaScriptImports.cpp | 2 +-
lib/Format/TokenAnalyzer.cpp | 5 +-
lib/Format/TokenAnnotator.cpp | 103 +++++++-------
lib/Format/UnwrappedLineFormatter.cpp | 15 +-
lib/Format/UnwrappedLineFormatter.h | 3 +-
lib/Format/UnwrappedLineParser.cpp | 34 +++--
lib/Format/UnwrappedLineParser.h | 5 +-
lib/Format/WhitespaceManager.cpp | 16 +--
lib/Sema/SemaChecking.cpp | 38 ++---
test/Sema/compare.c | 53 ++++++-
.../Sema/tautological-unsigned-enum-zero-compare.c | 46 +++++++
19 files changed, 398 insertions(+), 310 deletions(-)
create mode 100644 test/Sema/tautological-unsigned-enum-zero-compare.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 6727c50d80d [IfConversion] Add testcases [NFC]
new e0d66261a1f [X86][SSE] Remove unnecessary NonceMasks from combineX86Shu [...]
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/X86/X86ISelLowering.cpp | 39 ++++++++++++++------------------------
1 file changed, 14 insertions(+), 25 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 4e8386f480 Implement C++ [basic.link]p8.
new 9c03e2cb50 Fix clang-format's detection of structured bindings.
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 | 13 +++++++++++++
lib/Format/TokenAnnotator.cpp | 12 +-----------
lib/Format/UnwrappedLineParser.cpp | 19 ++++++++-----------
lib/Format/UnwrappedLineParser.h | 1 -
unittests/Format/FormatTest.cpp | 5 +++++
5 files changed, 27 insertions(+), 23 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 nsz/math
in repository glibc.
at 5ebf2d3768 AArch64: update libm-test-ulps
This branch includes the following new commits:
new c3309f1033 Optimized generic expf and exp2f with wrappers
new 31e085f7b4 New expf and exp2f version without SVID compat wrapper
new 555c28d2ae Do not wrap expf and exp2f
new 5d9a08ded3 New generic logf
new 1c6ebc76da New generic log2f
new c1fb638cdf New generic powf
new dabdbe4028 New symbol version for logf, log2f and powf without SVID compat
new d2fd71b0f3 Do not wrap logf, log2f and powf
new 5ebf2d3768 AArch64: update libm-test-ulps
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.
--
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 lld.
from fb75cd61a Revert rL313697, "Compact EhSectionPiece from 32 bytes to 16 bytes."
new b0da44219 [ELF] - Fix segfault when processing .eh_frame.
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:
ELF/SyntheticSections.cpp | 5 +++--
ELF/SyntheticSections.h | 3 ++-
2 files changed, 5 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 gcc.
from 9e1f82b8d57 * dwarf2out.c (DEBUG_LTO_DWO_INFO_SECTION): Reorder define [...]
new a6fc5adabfb * dwarf2out.c (tree_add_const_value_attribute): For INTEGE [...]
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 | 5 +++++
gcc/dwarf2out.c | 13 +++++++++++++
gcc/testsuite/ChangeLog | 16 ++++++++++++++++
gcc/testsuite/g++.dg/debug/dwarf2/lang-cpp11.C | 2 +-
gcc/testsuite/g++.dg/debug/dwarf2/lang-cpp14.C | 2 +-
gcc/testsuite/g++.dg/debug/dwarf2/lang-cpp98.C | 2 +-
.../g++.dg/debug/dwarf2/template-func-params-1.C | 2 +-
.../g++.dg/debug/dwarf2/template-func-params-2.C | 4 ++--
.../g++.dg/debug/dwarf2/template-func-params-3.C | 2 +-
.../g++.dg/debug/dwarf2/template-func-params-5.C | 2 +-
gcc/testsuite/g++.dg/debug/dwarf2/template-params-1.C | 2 +-
gcc/testsuite/g++.dg/debug/dwarf2/template-params-13.C | 10 ++++++++++
gcc/testsuite/g++.dg/debug/dwarf2/template-params-2.C | 4 ++--
gcc/testsuite/g++.dg/debug/dwarf2/template-params-3.C | 2 +-
gcc/testsuite/g++.dg/debug/dwarf2/template-params-5.C | 2 +-
15 files changed, 57 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/debug/dwarf2/template-params-13.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 glibc.
from d82468d100 Fix fexecve build where syscall macros call sizeof.
new 0525ce4850 Add exp2f and log2f benchmark trace
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 | 6 ++++++
benchtests/Makefile | 2 +-
benchtests/{expf-inputs => exp2f-inputs} | 0
benchtests/{logf-inputs => log2f-inputs} | 0
4 files changed, 7 insertions(+), 1 deletion(-)
copy benchtests/{expf-inputs => exp2f-inputs} (100%)
copy benchtests/{logf-inputs => log2f-inputs} (100%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.