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 712710e0667 Daily bump.
new 218f6853609 PR c++/85646 - lambda visibility.
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 | 6 ++++++
gcc/cp/decl2.c | 24 +++++++-----------------
gcc/testsuite/g++.dg/ext/visibility/lambda1.C | 14 ++++++++++++++
3 files changed, 27 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ext/visibility/lambda1.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 release_60
in repository llvm.
from f1b37feef3d Merging r329761:
new 1c5cbb314c3 Merging r328400:
new 2a631a2192a Merging r329335, r329355, r329573:
new 56c31e605ad Merging r330186:
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:
include/llvm/IR/IntrinsicsPowerPC.td | 6 +-
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp | 22 ++++---
lib/MC/MCObjectFileInfo.cpp | 2 +
test/CodeGen/PowerPC/no-dup-of-bdnz.ll | 75 ++++++++++++++++++++++
.../PowerPC/Inputs/ppc64_elf_module_b.s | 42 ++++++++++++
.../RuntimeDyld/PowerPC/ppc64_elf.s | 47 ++++++++++++++
test/MC/ELF/cfi-large-model.s | 65 +++++++++++++------
7 files changed, 228 insertions(+), 31 deletions(-)
create mode 100644 test/CodeGen/PowerPC/no-dup-of-bdnz.ll
create mode 100644 test/ExecutionEngine/RuntimeDyld/PowerPC/Inputs/ppc64_elf_module_b.s
create mode 100644 test/ExecutionEngine/RuntimeDyld/PowerPC/ppc64_elf.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 106d54d2061 [MIRParser][GlobalISel] Parsing vector pointer types (<M x pA>)
new 507450209fc [MachineVerifier][GlobalISel] Verifying generic extends and [...]
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/MachineVerifier.cpp | 52 +++++++++++++
.../AMDGPU/GlobalISel/regbankselect-trunc.mir | 12 +--
.../X86/verifier-generic-extend-truncate.mir | 87 ++++++++++++++++++++++
3 files changed, 145 insertions(+), 6 deletions(-)
create mode 100644 test/CodeGen/X86/verifier-generic-extend-truncate.mir
--
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 0958397669 [C++2a] operator<=>: Fix incorrect use of Twine.
new eb16f9b79a [CMake] Pass additional CMake flags in Fuchsia cache files
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:
cmake/caches/Fuchsia-stage2.cmake | 24 +++++++++++++++++++++---
cmake/caches/Fuchsia.cmake | 8 +++++---
2 files changed, 26 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 clang.
from 69c8cb5c32 [C++2a] Implement operator<=>: Address bugs and post-commit [...]
new 0958397669 [C++2a] operator<=>: Fix incorrect use of Twine.
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/SemaDeclCXX.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 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 e6569f0a341 [NewPM] Emit inliner NoDefinition missed optimization remark
new 106d54d2061 [MIRParser][GlobalISel] Parsing vector pointer types (<M x pA>)
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/MIRParser/MIParser.cpp | 33 +++++++++++++---------
.../MIR/AArch64/parse-low-level-type-invalid0.mir | 10 +++++++
.../MIR/AArch64/parse-low-level-type-invalid1.mir | 10 +++++++
.../MIR/AArch64/parse-low-level-type-invalid2.mir | 10 +++++++
.../MIR/AArch64/parse-low-level-type-invalid3.mir | 10 +++++++
.../AArch64/print-parse-vector-of-pointers-llt.mir | 11 ++++++++
.../typed-immediate-operand-invalid0.mir | 2 +-
.../typed-immediate-operand-invalid1.mir | 2 +-
8 files changed, 73 insertions(+), 15 deletions(-)
create mode 100644 test/CodeGen/MIR/AArch64/parse-low-level-type-invalid0.mir
create mode 100644 test/CodeGen/MIR/AArch64/parse-low-level-type-invalid1.mir
create mode 100644 test/CodeGen/MIR/AArch64/parse-low-level-type-invalid2.mir
create mode 100644 test/CodeGen/MIR/AArch64/parse-low-level-type-invalid3.mir
create mode 100644 test/CodeGen/MIR/AArch64/print-parse-vector-of-pointers-llt.mir
--
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 8fcc48979 [dfsan] update the abilist for the sanitizer coverage; also r [...]
new 3535786ed [XRay][compiler-rt] Add llvm-mca assembler annotations for XR [...]
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/xray/xray_fdr_logging_impl.h | 2 ++
lib/xray/xray_trampoline_x86_64.S | 12 ++++++++++++
2 files changed, 14 insertions(+)
--
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 5b0fd7376 [sanitizer] Simplify ThreadLister interface
new 8fcc48979 [dfsan] update the abilist for the sanitizer coverage; also r [...]
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/dfsan/done_abilist.txt | 15 ++++++++++-----
1 file changed, 10 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 llvm.
from 0af44d69392 [WebAssembly] MC: Use existing MCSymbol.Index field rather [...]
new e6569f0a341 [NewPM] Emit inliner NoDefinition missed optimization remark
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/IPO/Inliner.cpp | 19 ++++++++++++++++++-
test/Other/new-pm-defaults.ll | 2 +-
test/Other/new-pm-thinlto-defaults.ll | 2 +-
test/Transforms/Inline/optimization-remarks-yaml.ll | 9 +++------
test/Transforms/Inline/optimization-remarks.ll | 4 +---
5 files changed, 24 insertions(+), 12 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 binutils-gdb.
from c0a30a9f0a Enable Intel MOVDIRI, MOVDIR64B instructions
new a87a64780f Simplify VLE handling in print_insn_powerpc().
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:
opcodes/ChangeLog | 6 ++++++
opcodes/ppc-dis.c | 55 ++++++++++++++++++++-----------------------------------
2 files changed, 26 insertions(+), 35 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.