This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from ec04b34cd6d PR c++/81525 - wrong constant value with generic lambda
new 10873f65779 Add falkor pipeline description.
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/ChangeLog | 7 +
gcc/config/aarch64/aarch64-cores.def | 4 +-
gcc/config/aarch64/aarch64.md | 1 +
gcc/config/aarch64/falkor.md | 681 +++++++++++++++++++++++++++++++++++
4 files changed, 691 insertions(+), 2 deletions(-)
create mode 100644 gcc/config/aarch64/falkor.md
--
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 9bcc2d450fa [llvm-cov] Rearrange entries in report index.
new fe294dbbe4b [Docs] Remove a stray period from a code example in the Pro [...]
new bad5f185df2 [Linker] PR33527 - Linker::LinkOnlyNeeded should import App [...]
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:
docs/ProgrammersManual.rst | 2 +-
lib/Linker/LinkModules.cpp | 14 +++++++++++--
test/Linker/Inputs/only-needed-compiler-used.ll | 7 +++++++
test/Linker/Inputs/only-needed-ctors.ll | 20 ++++++++++++++++++
test/Linker/Inputs/only-needed-dtors.ll | 20 ++++++++++++++++++
test/Linker/Inputs/only-needed-used.ll | 7 +++++++
test/Linker/only-needed-compiler-used.ll | 13 ++++++++++++
test/Linker/only-needed-ctors1.ll | 15 +++++++++++++
test/Linker/only-needed-ctors2.ll | 28 +++++++++++++++++++++++++
test/Linker/only-needed-dtors1.ll | 15 +++++++++++++
test/Linker/only-needed-dtors2.ll | 28 +++++++++++++++++++++++++
test/Linker/only-needed-used.ll | 11 ++++++++++
12 files changed, 177 insertions(+), 3 deletions(-)
create mode 100644 test/Linker/Inputs/only-needed-compiler-used.ll
create mode 100644 test/Linker/Inputs/only-needed-ctors.ll
create mode 100644 test/Linker/Inputs/only-needed-dtors.ll
create mode 100644 test/Linker/Inputs/only-needed-used.ll
create mode 100644 test/Linker/only-needed-compiler-used.ll
create mode 100644 test/Linker/only-needed-ctors1.ll
create mode 100644 test/Linker/only-needed-ctors2.ll
create mode 100644 test/Linker/only-needed-dtors1.ll
create mode 100644 test/Linker/only-needed-dtors2.ll
create mode 100644 test/Linker/only-needed-used.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 clang.
from 27bed58c78 Make -std=c++17 an alias of -std=c++1z
new e9f8c481a3 [OpenMP] Fix failing test for D29660.
new 1ce5afe7e4 [Sema] Assign new flag -Wenum-compare-switch to switch-relat [...]
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:
include/clang/Basic/DiagnosticGroups.td | 2 ++
include/clang/Basic/DiagnosticSemaKinds.td | 6 +++++-
lib/Sema/SemaStmt.cpp | 2 +-
test/Driver/openmp-offload.c | 4 +---
test/Sema/switch.c | 2 +-
test/SemaCXX/warn-enum-compare.cpp | 6 +++---
6 files changed, 13 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 master
in repository llvm.
from 2c350aa3d38 [RuntimeDyld][ORC] Add support for Thumb mode to RuntimeDyl [...]
new 9bcc2d450fa [llvm-cov] Rearrange entries in report index.
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-cov/zeroFunctionFile.c | 7 +++--
tools/llvm-cov/CoverageReport.cpp | 18 +++++++++--
tools/llvm-cov/SourceCoverageViewHTML.cpp | 51 ++++++++++++++++++++++++-------
tools/llvm-cov/SourceCoverageViewHTML.h | 2 ++
4 files changed, 62 insertions(+), 16 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-7-branch
in repository gcc.
from d1761935437 PR c++/81525 - wrong constant value with generic lambda
new e363899ddbf Revert "PR c++/81525 - wrong constant value with generic lambda"
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/pt.c | 12 ------------
gcc/testsuite/g++.dg/cpp1y/lambda-generic-const4.C | 20 --------------------
3 files changed, 38 deletions(-)
delete mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-const4.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 e695a232769 AMDGPU: Fix assert on n inline asm constraint
new 2c350aa3d38 [RuntimeDyld][ORC] Add support for Thumb mode to RuntimeDyl [...]
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/ExecutionEngine/JITSymbol.h | 30 +++++
lib/ExecutionEngine/RuntimeDyld/JITSymbol.cpp | 8 ++
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp | 40 ++++--
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h | 38 ++++--
.../RuntimeDyld/RuntimeDyldMachO.cpp | 4 +-
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h | 3 +-
.../RuntimeDyld/Targets/RuntimeDyldMachOARM.h | 142 ++++++++++++++++++---
.../RuntimeDyld/ARM/MachO_Thumb_Relocations.s | 51 ++++++++
8 files changed, 281 insertions(+), 35 deletions(-)
create mode 100644 test/ExecutionEngine/RuntimeDyld/ARM/MachO_Thumb_Relocations.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 clang.
from 16c7063435 [OpenMP] Enable executable lookup into driver directory.
new 27bed58c78 Make -std=c++17 an alias of -std=c++1z
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/clang/Frontend/LangStandards.def | 10 ++++++----
test/Driver/unknown-std.cpp | 4 ++--
test/SemaCXX/cxx1z-init-statement.cpp | 1 +
3 files changed, 9 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 binutils-gdb.
from 42fa2e0e1b C++-ify skip.c
new 0968fbae6b doc: Fix copy-pasto in Z0 packet documentation
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:
gdb/doc/ChangeLog | 5 +++++
gdb/doc/gdb.texinfo | 2 +-
2 files changed, 6 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 gcc-7-branch
in repository gcc.
from 08ea48811e3 Daily bump.
new 012a99d33ea PR c++/67054 - Inherited ctor with non-default-cons [...]
new d1761935437 PR c++/81525 - wrong constant value with generic lambda
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/cp/ChangeLog | 12 +++++++++++
gcc/cp/method.c | 2 +-
gcc/cp/pt.c | 12 +++++++++++
gcc/testsuite/g++.dg/cpp0x/inh-ctor29.C | 23 ++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp1y/lambda-generic-const4.C | 20 +++++++++++++++++++
5 files changed, 68 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/inh-ctor29.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-const4.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 c052f6d2ac7 [Hexagon] Tie implicit uses to defs in predicated instructions
new e695a232769 AMDGPU: Fix assert on n inline asm constraint
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 | 21 +++++++++++++++------
test/CodeGen/AMDGPU/inline-asm.ll | 16 ++++++++++++++++
2 files changed, 31 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.