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 f01344e7 [clang-tidy][NFC] Test commit. Add missing comma.
new 7c2485c2 [clang-tidy][NFC] Fix typo.
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/readability/ConstReturnTypeCheck.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 gcc-8-branch
in repository gcc.
from b698040c771 2019-02-08 Richard Biener <rguenther(a)suse.de>
new b9f36e31dfe PR c++/86943 - wrong code converting generic lambda to pointer.
new 2a97dfc988a PR c++/88752 - ICE with lambda and constexpr if.
new 4da5f970124 PR c++/88761 - ICE with reference capture of constant.
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 | 15 ++++++++++
gcc/cp/cp-tree.h | 5 ++++
gcc/cp/lambda.c | 6 ++--
gcc/cp/pt.c | 34 ++++++++++++++--------
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-conv13.C | 33 +++++++++++++++++++++
gcc/testsuite/g++.dg/cpp1y/lambda-generic-const6.C | 18 ++++++++++++
gcc/testsuite/g++.dg/cpp1z/constexpr-if26.C | 28 ++++++++++++++++++
7 files changed, 125 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-conv13.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-const6.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if26.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 b997233527e AMDGPU/GlobalISel: Fix non-power-of-2 implicit_def
new 83873fbb06b [AMDGPU][MC] Added support of lds_direct operand
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/AMDGPUAsmPrinter.cpp | 3 +
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 88 ++++++++++++++++
.../AMDGPU/Disassembler/AMDGPUDisassembler.cpp | 1 +
.../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 3 +
lib/Target/AMDGPU/SIRegisterInfo.cpp | 3 +
lib/Target/AMDGPU/SIRegisterInfo.td | 10 +-
test/MC/AMDGPU/lds_direct-err.s | 59 +++++++++++
test/MC/AMDGPU/lds_direct.s | 116 +++++++++++++++++++++
test/MC/Disassembler/AMDGPU/lds_direct_gfx9.txt | 19 ++++
9 files changed, 301 insertions(+), 1 deletion(-)
create mode 100644 test/MC/AMDGPU/lds_direct-err.s
create mode 100644 test/MC/AMDGPU/lds_direct.s
create mode 100644 test/MC/Disassembler/AMDGPU/lds_direct_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 9bca318a [clangd] Fix an assertion in TypoCorrection.
new f01344e7 [clang-tidy][NFC] Test commit. Add missing comma.
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/readability/ConstReturnTypeCheck.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 llvm.
from e436b1687ac [llvm-objcopy] Add few file processing directives
new b997233527e AMDGPU/GlobalISel: Fix non-power-of-2 implicit_def
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/AMDGPULegalizerInfo.cpp | 3 ++-
.../AMDGPU/GlobalISel/legalize-implicit-def.mir | 28 ++++++++++++++++++++++
2 files changed, 30 insertions(+), 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 newlib.
from 6d6a623e7 AArch32: Add support for HLT to Mixed Mode models
new 88605243a Cygwin: fix child getting another pid after spawnve
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:
winsup/cygwin/child_info.h | 1 +
winsup/cygwin/dcrt0.cc | 7 ++++++-
winsup/cygwin/pinfo.cc | 9 +++++++--
winsup/cygwin/spawn.cc | 8 ++------
4 files changed, 16 insertions(+), 9 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-8-branch
in repository gcc.
from 0c25a557fbc P0972R0 <chrono> zero(), min(), and max() should be noexcept
new 344052ab0be 2019-02-08 Richard Biener <rguenther(a)suse.de>
new b698040c771 2019-02-08 Richard Biener <rguenther(a)suse.de>
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:
gcc/ChangeLog | 59 +++++++++++++++++++++++++++++
gcc/dwarf2out.c | 42 ++++++++++++++++++--
gcc/lto-streamer-out.c | 1 -
gcc/testsuite/ChangeLog | 26 +++++++++++++
gcc/testsuite/g++.dg/debug/dwarf2/pr87295.C | 22 +++++++++++
gcc/testsuite/g++.dg/lto/pr87295_0.C | 20 ++++++++++
gcc/testsuite/g++.dg/lto/pr88046_0.C | 16 ++++++++
gcc/testsuite/gcc.dg/pr86991.c | 20 ++++++++++
gcc/tree-streamer-in.c | 7 ++++
gcc/tree-streamer-out.c | 18 ++++++++-
gcc/tree-vect-loop.c | 36 +++++++++---------
11 files changed, 243 insertions(+), 24 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/debug/dwarf2/pr87295.C
create mode 100644 gcc/testsuite/g++.dg/lto/pr87295_0.C
create mode 100644 gcc/testsuite/g++.dg/lto/pr88046_0.C
create mode 100644 gcc/testsuite/gcc.dg/pr86991.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 005af434d1d [MIPS GlobalISel] Select any extending load and truncating store
new e436b1687ac [llvm-objcopy] Add few file processing directives
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/tools/llvm-objcopy/ELF/globalize.test | 10 ++++++++++
test/tools/llvm-objcopy/ELF/localize.test | 12 ++++++++++++
test/tools/llvm-objcopy/ELF/strip-symbol.test | 8 ++++++++
test/tools/llvm-objcopy/ELF/weaken.test | 10 ++++++++++
tools/llvm-objcopy/CopyConfig.cpp | 22 +++++++++++++++++-----
tools/llvm-objcopy/ObjcopyOpts.td | 21 +++++++++++++++++++++
6 files changed, 78 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 gcc.
from 40d78a35bfe 2019-02-08 Richard Biener <rguenther(a)suse.de>
new af979d8594c expr.c: Correct indentations in expand_constructor
new e9f7f5f0c14 S/390: Implement vector copysign.
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:
gcc/ChangeLog | 8 +++
gcc/config/s390/vector.md | 25 ++++++++
gcc/expr.c | 12 ++--
gcc/testsuite/ChangeLog | 5 ++
.../gcc.target/s390/vector/vec-copysign-execute.c | 74 ++++++++++++++++++++++
.../gcc.target/s390/vector/vec-copysign.c | 38 +++++++++++
6 files changed, 156 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/s390/vector/vec-copysign-execute.c
create mode 100644 gcc/testsuite/gcc.target/s390/vector/vec-copysign.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 2fdf6f97fff gn build: Merge r353471, r353373.
new 005af434d1d [MIPS GlobalISel] Select any extending load and truncating store
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/GlobalISel/LegalizerHelper.cpp | 7 -
lib/Target/Mips/MipsInstructionSelector.cpp | 5 +
lib/Target/Mips/MipsLegalizerInfo.cpp | 6 +-
.../AMDGPU/GlobalISel/legalize-sextload-flat.mir | 113 +++++++++++-----
.../AMDGPU/GlobalISel/legalize-zextload-flat.mir | 108 ++++++++++-----
.../instruction-select/truncStore_and_aExtLoad.mir | 83 ++++++++++++
.../legalizer/truncStore_and_aExtLoad.mir | 145 +++++++++++++++++++++
.../GlobalISel/llvm-ir/truncStore_and_aExtLoad.ll | 79 +++++++++++
.../regbankselect/truncStore_and_aExtLoad.mir | 82 ++++++++++++
9 files changed, 552 insertions(+), 76 deletions(-)
create mode 100644 test/CodeGen/Mips/GlobalISel/instruction-select/truncStore_and_ [...]
create mode 100644 test/CodeGen/Mips/GlobalISel/legalizer/truncStore_and_aExtLoad.mir
create mode 100644 test/CodeGen/Mips/GlobalISel/llvm-ir/truncStore_and_aExtLoad.ll
create mode 100644 test/CodeGen/Mips/GlobalISel/regbankselect/truncStore_and_aExtLoad.mir
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.