This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 0e6feeb8a82 C++: more std header hints; filter on C++ dialect (PR c++/84269)
new 50e68f9350a PR c++/85214 - ICE with alias, generic lambda, constexpr if.
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/cp/ChangeLog | 5 +++++
gcc/cp/pt.c | 5 +++++
gcc/testsuite/g++.dg/cpp1z/constexpr-if20.C | 17 +++++++++++++++++
3 files changed, 27 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if20.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 40c42b960ff Cleanup Reduction helpers by using ArrayRef(NoneType) const [...]
new 65256d7e66b [Hexagon] Handle subregisters when calculating iteration co [...]
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/HexagonHardwareLoops.cpp | 1 +
test/CodeGen/Hexagon/hwloop-subreg.ll | 30 +++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
create mode 100644 test/CodeGen/Hexagon/hwloop-subreg.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 master
in repository gcc.
from ed63c74f2fa PR debug/85252 * dwarf2out.c (rtl_for_decl_init): For STR [...]
new 0e6feeb8a82 C++: more std header hints; filter on C++ dialect (PR c++/84269)
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/cp/ChangeLog | 21 ++
gcc/cp/name-lookup.c | 262 +++++++++++++++------
gcc/testsuite/ChangeLog | 10 +
.../g++.dg/lookup/missing-std-include-6.C | 13 +
.../g++.dg/lookup/missing-std-include-8.C | 44 ++++
gcc/testsuite/g++.dg/lookup/missing-std-include.C | 7 -
6 files changed, 279 insertions(+), 78 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/lookup/missing-std-include-8.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 gcc.
from 71f5258ba6f C++: suggest missing headers for implicit use of "std" (PR [...]
new a5a483705ee PR c++/85210 * pt.c (tsubst_decomp_names): Return error_m [...]
new 01e68362743 PR rtl-optimization/84872 * cfgloopmanip.c (create_prehea [...]
new ed63c74f2fa PR debug/85252 * dwarf2out.c (rtl_for_decl_init): For STR [...]
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:
gcc/ChangeLog | 11 +++++++++++
gcc/cfgloopmanip.c | 4 +++-
gcc/cp/ChangeLog | 6 ++++++
gcc/cp/pt.c | 6 ++++++
gcc/dwarf2out.c | 2 ++
gcc/testsuite/ChangeLog | 11 +++++++++++
gcc/testsuite/g++.dg/cpp1z/{decomp39.C => decomp42.C} | 10 ++++++----
gcc/testsuite/gcc.dg/debug/pr85252.c | 11 +++++++++++
gcc/testsuite/gcc.dg/graphite/pr84872.c | 19 +++++++++++++++++++
9 files changed, 75 insertions(+), 5 deletions(-)
copy gcc/testsuite/g++.dg/cpp1z/{decomp39.C => decomp42.C} (61%)
create mode 100644 gcc/testsuite/gcc.dg/debug/pr85252.c
create mode 100644 gcc/testsuite/gcc.dg/graphite/pr84872.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 2c234f45f37 Add additional tests from D45366
new c9b7ea3e571 Add additional tests from D45336
new d637812084f [InstCombine] limit nsz: -(X - Y) --> Y - X to hasOneUse()
new a708d8da8f7 [AMDGPU][MC][GFX9] Added instruction s_endpgm_ordered_ps_done
new 40c42b960ff Cleanup Reduction helpers by using ArrayRef(NoneType) const [...]
The 4 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/LoopUtils.h | 4 +--
lib/Target/AMDGPU/SOPInstructions.td | 7 +++++
lib/Transforms/InstCombine/InstCombineAddSub.cpp | 21 +++++++--------
.../Generic/expand-experimental-reductions.ll | 30 ++++++++++++++++++++++
test/MC/AMDGPU/sopk.s | 14 +++++++---
test/MC/Disassembler/AMDGPU/sopk_gfx9.txt | 4 +++
test/Transforms/InstCombine/fsub.ll | 10 +++++---
7 files changed, 70 insertions(+), 20 deletions(-)
create mode 100644 test/MC/Disassembler/AMDGPU/sopk_gfx9.txt
--
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 c5f93092 [clangd] move comment to the right place. NFC
new 8032c6b8 [clang-tidy] Sort includes; NFC
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:
clang-tidy/android/AndroidTidyModule.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 llvm.
from 4f4a276183f Strip trailing whitespace. NFCI.
new ab046bb4b58 [X686] Add appropriate ReadAfterLd for the register input t [...]
new 2c234f45f37 Add additional tests from D45366
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:
lib/Target/X86/X86SchedBroadwell.td | 14 ++++-----
lib/Target/X86/X86SchedHaswell.td | 8 +++---
lib/Target/X86/X86SchedSandyBridge.td | 10 +++----
lib/Target/X86/X86SchedSkylakeClient.td | 16 +++++------
lib/Target/X86/X86SchedSkylakeServer.td | 16 +++++------
.../Generic/expand-experimental-reductions.ll | 33 ++++++++++++++++++++++
6 files changed, 65 insertions(+), 32 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 lldb.
from cbb255f04 [debugserver] Fix LC_BUILD_VERSION load command handling.
new a4b4ca0ae Revert "Cleanup DWARFCompileUnit and DWARFUnit in preparation [...]
new 64af8b42a [lldb-server] Set a more generous timeout when testing gdbremote.
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:
.../test/tools/lldb-server/gdbremote_testcase.py | 2 +-
.../Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp | 580 ++++++++++++++++++-
source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h | 106 +++-
.../SymbolFile/DWARF/DWARFDebugInfoEntry.cpp | 4 +-
source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp | 622 ++++-----------------
source/Plugins/SymbolFile/DWARF/DWARFUnit.h | 69 +--
.../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 12 +-
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 2 +-
.../SymbolFile/DWARF/SymbolFileDWARFDebugMap.h | 2 +-
9 files changed, 829 insertions(+), 570 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 04f5112d699 [AMDGPU][MC][GFX9] Added instructions *saveexec*, *wrexec* [...]
new 4f4a276183f Strip trailing whitespace. 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/LoopUtils.h | 12 ++++++------
lib/Transforms/Utils/LoopUtils.cpp | 16 ++++++++--------
2 files changed, 14 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 compiler-rt.
from 3fe5ce8e1 [asan] Fix aligned_alloc test case
new c2b537fb5 [compiler-rt][dfsan][mips] UnXPASS a consistently passing test
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/dfsan/custom.cc | 2 --
1 file changed, 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.