This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 53a3eac0f1a PR libstdc++/83279 Use non-null offset argument for sendfile
new b160a9943f1 PR libstdc++/83626 simplify filesystem::remove and filesyst [...]
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 | 6 ++++++
libstdc++-v3/src/filesystem/ops.cc | 17 ++---------------
libstdc++-v3/src/filesystem/std-ops.cc | 19 +++----------------
3 files changed, 11 insertions(+), 31 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 cd244770af7 [X86] Add vcvtsd2sil/vcvtsd2siq etc. InstAliases to the EVE [...]
new a9f4d0d67cd [Utils] Simplify salvageDebugInfo, NFCI
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/Transforms/Utils/Local.h | 3 ++
lib/Transforms/Utils/Local.cpp | 64 ++++++++++++++++-------------------
2 files changed, 33 insertions(+), 34 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-tools-extra.
from a84a4b52 [clangd] Fix memory leak in code completion
new 5be22f8f clang-tidy: add IgnoreMacros option to readability-inconsiste [...]
new dc5aa0c9 [clang-tidy] Function-scoped static variables should not trig [...]
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:
.../google/GlobalVariableDeclarationCheck.cpp | 11 +++++++++-
.../InconsistentDeclarationParameterNameCheck.cpp | 11 ++++++++++
.../InconsistentDeclarationParameterNameCheck.h | 5 ++++-
...ity-inconsistent-declaration-parameter-name.rst | 5 +++++
.../google-objc-global-variable-declaration.m | 6 +++---
...onsistent-declaration-parameter-name-macros.cpp | 25 ++++++++++++++++++++++
...ity-inconsistent-declaration-parameter-name.cpp | 19 +++++++++-------
7 files changed, 69 insertions(+), 13 deletions(-)
create mode 100644 test/clang-tidy/readability-inconsistent-declaration-parameter- [...]
--
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 ced21a6948a Re-land "Fix faulty assertion in debug info"
new cd244770af7 [X86] Add vcvtsd2sil/vcvtsd2siq etc. InstAliases to the EVE [...]
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/X86InstrAVX512.td | 28 +++++++++++-------
test/MC/X86/avx512-encodings.s | 64 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 82 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 llvm.
from cac7dd493ad [ORC] Re-apply just the AsynchronousSymbolLookup class from [...]
new ced21a6948a Re-land "Fix faulty assertion in debug info"
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/AsmPrinter/DebugHandlerBase.cpp | 3 +-
lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 3 +-
test/DebugInfo/X86/void-typedef.ll | 88 +++++++++++++++++++++++++++++
3 files changed, 92 insertions(+), 2 deletions(-)
create mode 100644 test/DebugInfo/X86/void-typedef.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 gcc-6-branch
in repository gcc.
from db752875eb4 PR libstdc++/83600 fix end iterator for unready std::match_results
new cbf86460c1a Improve tests for error reporting in Filesystem TS
new be5fbf392f9 Fix typo in std::wbuffer_convert
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:
libstdc++-v3/ChangeLog | 17 ++++++++++
libstdc++-v3/include/bits/locale_conv.h | 2 +-
.../81338.cc => 22_locale/conversions/buffer/3.cc} | 36 ++++++++++++++++------
.../iterators/recursive_directory_iterator.cc | 19 ++++++++++--
.../filesystem/operations/create_directory.cc | 1 -
.../filesystem/operations/temp_directory_path.cc | 2 +-
6 files changed, 63 insertions(+), 14 deletions(-)
copy libstdc++-v3/testsuite/{27_io/basic_stringstream/assign/81338.cc => 22_locale [...]
--
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 ac780ae7edc [Hexagon] Even simpler patterns for sign- and zero-extendin [...]
new cac7dd493ad [ORC] Re-apply just the AsynchronousSymbolLookup class from [...]
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/ExecutionEngine/JITSymbol.h | 13 +++-
include/llvm/ExecutionEngine/Orc/Core.h | 88 ++++++++++++++++++++++++++
include/llvm/ExecutionEngine/Orc/OrcError.h | 15 ++++-
lib/ExecutionEngine/Orc/CMakeLists.txt | 1 +
lib/ExecutionEngine/Orc/Core.cpp | 67 ++++++++++++++++++++
lib/ExecutionEngine/Orc/OrcError.cpp | 23 ++++++-
unittests/ExecutionEngine/Orc/CMakeLists.txt | 1 +
unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp | 50 +++++++++++++++
8 files changed, 254 insertions(+), 4 deletions(-)
create mode 100644 include/llvm/ExecutionEngine/Orc/Core.h
create mode 100644 lib/ExecutionEngine/Orc/Core.cpp
create mode 100644 unittests/ExecutionEngine/Orc/CoreAPIsTest.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 8ab750617f Track shadow modules with a generation counter.
new 938d946ab3 Preserve unknown STDC pragma through preprocessor
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/DiagnosticLexKinds.td | 5 ---
include/clang/Basic/DiagnosticParseKinds.td | 6 ++++
include/clang/Parse/Parser.h | 3 ++
lib/Lex/Pragma.cpp | 55 ----------------------------
lib/Parse/ParsePragma.cpp | 56 +++++++++++++++++++++++++++++
test/Preprocessor/pragma_unknown.c | 20 +++++++++--
6 files changed, 83 insertions(+), 62 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 gcc-6-branch
in repository gcc.
from 5509432c2b2 Daily bump.
new 61ce1b21200 PR libstdc++/79283 fix filesystem::read_symlink for /proc
new 2cd918a61e0 Avoid redundant calls to filesystem::status_known
new bde9690f008 PR libstdc++/83279 handle sendfile not copying entire file
new 129c6493df5 PR libstdc++/83598 don't modify flags passed to std::basic_ [...]
new db752875eb4 PR libstdc++/83600 fix end iterator for unready std::match_results
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:
libstdc++-v3/ChangeLog | 39 +++++++++
libstdc++-v3/include/bits/regex.h | 2 +-
libstdc++-v3/include/experimental/bits/fs_ops.h | 7 +-
libstdc++-v3/src/filesystem/ops.cc | 99 +++++++++++++++-------
.../basic_regex/ctors/83598.cc} | 15 ++--
.../28_regex/match_results/ctors/char/default.cc | 4 +
.../match_results/ctors/wchar_t/default.cc | 4 +
7 files changed, 128 insertions(+), 42 deletions(-)
copy libstdc++-v3/testsuite/{27_io/basic_stringstream/assign/81338.cc => 28_regex/ [...]
--
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 39ebb68152d [DebugInfo] Align comments in debug_loc section
new ac780ae7edc [Hexagon] Even simpler patterns for sign- and zero-extendin [...]
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/Hexagon/HexagonPatterns.td | 20 ++++-------------
test/CodeGen/Hexagon/autohvx/isel-vec-ext.ll | 4 ++--
test/CodeGen/Hexagon/autohvx/vext-128b.ll | 32 +++++++---------------------
test/CodeGen/Hexagon/autohvx/vext-64b.ll | 32 +++++++---------------------
4 files changed, 22 insertions(+), 66 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.