This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from e02e28c43a7 PR tree-optimization/82726 PR tree-optimization/70754 * [...]
new 7aa110c73cd Add noexcept to generic std::size, std::empty and std::data
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 | 5 +++++
libstdc++-v3/include/bits/range_access.h | 14 +++++++++-----
2 files changed, 14 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 clang-tools-extra.
from dffab709 [clangd] Support returning a limited number of completion results.
new ffa62912 [clangd] Fix time units in clangd performance 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:
clangd/Trace.cpp | 2 +-
1 file changed, 1 insertion(+), 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 a53ee5453b BuiltinOperatorOverloadBuilder: Don't consider types that ar [...]
new ff736a1b3f Try to fix test/SemaCXX/deleted-operator.cpp after r318309
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/SemaCXX/deleted-operator.cpp | 4 ++--
1 file 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 libcxx.
from b98166777 Tolerate even more [[nodiscard]] in the STL. Reviewed as http [...]
new 37b5a6b49 Clean up the tests for free data(), size() and empty()
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/std/iterators/iterator.container/data.pass.cpp | 17 +++++++++--------
test/std/iterators/iterator.container/empty.pass.cpp | 16 ++++++++--------
test/std/iterators/iterator.container/size.pass.cpp | 19 +++++++++++--------
3 files changed, 28 insertions(+), 24 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 d0212d429d Use Linux 4.14 in build-many-glibcs.py.
new ad4f43a234 Cleanup sigpause implementation
new 1ba1d8a44d Optimize sigrelse implementation
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:
ChangeLog | 8 ++++++++
signal/sigrelse.c | 12 +++---------
sysdeps/posix/sigpause.c | 26 ++++++--------------------
3 files changed, 17 insertions(+), 29 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 f640c8e4d83 [X86] Add CBW/CDQ/CDQE/CQO/CWD/CWDE to WriteALU schedule class
new 9c19935acce [AArch64] Adjust the cost model for Exynos M1 and M2
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/AArch64/AArch64SchedM1.td | 31 ++++++++++++++-----------------
1 file changed, 14 insertions(+), 17 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 lld.
from 5770e94c8 Propagate sh_entsize out.
new ce198ae16 Remove an unnecessary constraint.
new e743b05a9 Drop conflicting sh_entsize values.
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:
ELF/InputFiles.cpp | 11 +----------
ELF/OutputSections.cpp | 14 ++++++--------
test/ELF/linkerscript/merge-sections.s | 2 +-
test/ELF/merge-align.s | 34 ++++++++++++++++++++++++++++++++++
test/ELF/merge-entsize.s | 27 +++++++++++++++++++++++++++
5 files changed, 69 insertions(+), 19 deletions(-)
create mode 100644 test/ELF/merge-align.s
create mode 100644 test/ELF/merge-entsize.s
--
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 e074ad4a0cd [SLP] Added more missed optimization remarks
new f640c8e4d83 [X86] Add CBW/CDQ/CDQE/CQO/CWD/CWDE to WriteALU schedule class
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/X86InstrExtension.td | 62 +++++++++++++++++------------------
lib/Target/X86/X86SchedSandyBridge.td | 1 +
test/CodeGen/X86/schedule-x86_64.ll | 40 +++++++++++-----------
3 files changed, 51 insertions(+), 52 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 0b7fe98286 ASTMatchers.h: Fix ODR violations by avoiding internal linka [...]
new a53ee5453b BuiltinOperatorOverloadBuilder: Don't consider types that ar [...]
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/SemaOverload.cpp | 141 ++++++++++++++++-----------------
test/SemaCXX/microsoft-vs-float128.cpp | 34 ++++++++
2 files changed, 104 insertions(+), 71 deletions(-)
create mode 100644 test/SemaCXX/microsoft-vs-float128.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 glibc.
from 2180fee114 Check length of ifname before copying it into to ifreq structure.
new d0212d429d Use Linux 4.14 in build-many-glibcs.py.
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 | 5 +++++
scripts/build-many-glibcs.py | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.