This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 9830757214a PR c++/85093 - too many template args with pack expansion. [...]
new 57607963bcc More #include suggestions (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/c-family/ChangeLog | 7 +++
gcc/c-family/known-headers.cc | 33 +++++++++-
gcc/cp/ChangeLog | 6 ++
gcc/cp/name-lookup.c | 14 +++++
gcc/testsuite/ChangeLog | 10 +++
.../g++.dg/lookup/missing-std-include-6.C | 62 ++++++++++++++++++
gcc/testsuite/g++.dg/lookup/missing-std-include.C | 8 +++
gcc/testsuite/g++.dg/spellcheck-reswords.C | 1 +
gcc/testsuite/g++.dg/spellcheck-stdlib.C | 73 ++++++++++++++++++++++
9 files changed, 213 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/lookup/missing-std-include-6.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 ad41f941dcf AMDGPU: Increase default stack alignment
new 46f914f5a71 [NFC][LICM] Rearrange checks to have the cheap bail out first
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/Transforms/Scalar/LoopUnswitch.cpp | 12 ++++++------
1 file changed, 6 insertions(+), 6 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 157fe6044fd For llvm-nm and Mach-O files that are fully stripped, speci [...]
new ad41f941dcf AMDGPU: Increase default stack alignment
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/AMDGPU/AMDGPUSubtarget.h | 7 ++++++-
test/CodeGen/AMDGPU/byval-frame-setup.ll | 6 +++---
test/CodeGen/AMDGPU/call-argument-types.ll | 4 ++--
test/CodeGen/AMDGPU/call-graph-register-usage.ll | 8 ++++----
test/CodeGen/AMDGPU/callee-frame-setup.ll | 4 ++--
test/CodeGen/AMDGPU/callee-special-input-sgprs.ll | 2 +-
test/CodeGen/AMDGPU/callee-special-input-vgprs.ll | 2 +-
test/CodeGen/AMDGPU/nested-calls.ll | 8 ++++----
test/CodeGen/AMDGPU/promote-alloca-calling-conv.ll | 2 +-
9 files changed, 24 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 llvm.
from 1c3e6b6d3c6 Fix an accidental circular dependence
new 3ca9749f0a3 AMDGPU: Fix selection error on constant loads with < 4 byte [...]
new 157fe6044fd For llvm-nm and Mach-O files that are fully stripped, speci [...]
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/AMDGPU/SIISelLowering.cpp | 10 ++++------
test/CodeGen/AMDGPU/load-constant-i16.ll | 12 ++++++++++++
test/CodeGen/AMDGPU/load-global-i16.ll | 12 ++++++++++++
....macho-x86_64 => Strip-N.LC_MAIN.exe.macho-x86_64} | Bin 8320 -> 8304 bytes
test/tools/llvm-nm/X86/dyldinfo.test | 6 ++++++
tools/llvm-nm/llvm-nm.cpp | 13 +++++++++++--
6 files changed, 45 insertions(+), 8 deletions(-)
copy test/tools/llvm-nm/X86/Inputs/{Strip-N.hello.exe.macho-x86_64 => Strip-N.LC_M [...]
--
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 03f54ff1 [clangd] Mark "Source Hover" as implemented in the docs
new 96f2a402 [clangd] Fix repeated word typo. 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:
clangd/JSONExpr.cpp | 2 +-
clangd/index/SymbolCollector.cpp | 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 lld.
from a5e760e14 [MSF] Default to FPM2, and always mark FPM pages allocated.
new 0ff3f63c4 Simplify. 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:
ELF/Writer.cpp | 39 +++++++++++----------------------------
1 file changed, 11 insertions(+), 28 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 7ceb795f5ea 2018-03-29 Vladimir Makarov <vmakarov(a)redhat.com>
new 253d2fd6cc9 PR c++/85060 - wrong-code with call to base member in template.
new 7588bdefe63 * pt.c (build_non_dependent_expr): Propagate expr location.
new 9830757214a PR c++/85093 - too many template args with pack expansion. [...]
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/cp/ChangeLog | 16 +++++++++++++++
gcc/cp/pt.c | 19 +++++++++++++++++-
gcc/cp/search.c | 2 +-
gcc/testsuite/g++.dg/cpp0x/variadic-empty1.C | 13 +++++++++++++
gcc/testsuite/g++.dg/template/dependent-base3.C | 26 +++++++++++++++++++++++++
5 files changed, 74 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic-empty1.C
create mode 100644 gcc/testsuite/g++.dg/template/dependent-base3.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 8a009df969f [Mips] Change std::sort to llvm::sort in response to r327219
new 1c3e6b6d3c6 Fix an accidental circular dependence
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/Analysis/MustExecute.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 09493fff69e [SLPVectorizer] Add tests related to PR30787, NFCI.
new 1bfbe34701e Try to fix a couple tests for Windows.
new 8a009df969f [Mips] Change std::sort to llvm::sort in response to r327219
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/Mips/MCTargetDesc/MipsELFObjectWriter.cpp | 8 ++++----
test/CodeGen/Generic/dwarf-md5.ll | 6 +++---
test/CodeGen/Generic/dwarf-source.ll | 6 +++---
3 files changed, 10 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 289a2f5b392 [MSF] Default to FPM2, and always mark FPM pages allocated.
new 09493fff69e [SLPVectorizer] Add tests related to PR30787, 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:
test/Transforms/SLPVectorizer/SystemZ/pr34619.ll | 52 ++++++++
test/Transforms/SLPVectorizer/X86/partail.ll | 75 +++++++++++
test/Transforms/SLPVectorizer/X86/pr35497.ll | 105 +++++++++++++++
test/Transforms/SLPVectorizer/X86/resched.ll | 158 +++++++++++++++++++++++
4 files changed, 390 insertions(+)
create mode 100644 test/Transforms/SLPVectorizer/SystemZ/pr34619.ll
create mode 100644 test/Transforms/SLPVectorizer/X86/partail.ll
create mode 100644 test/Transforms/SLPVectorizer/X86/pr35497.ll
create mode 100644 test/Transforms/SLPVectorizer/X86/resched.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.