This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from e127346142f 2019-01-11 Vladimir Makarov <vmakarov(a)redhat.com>
new 1b2f170ec10 PR C++/88114 Gen destructor of an abstract class
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 | 7 +++++++
gcc/cp/decl2.c | 12 +++++++++++-
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/g++.dg/cpp0x/defaulted61.C | 22 ++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/defaulted62.C | 25 +++++++++++++++++++++++++
5 files changed, 71 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/defaulted61.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/defaulted62.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 7cfbd6d75fe [AArch64] Create feature set for Exynos M4
new 3436463bf70 [CMake] Export utility targets to the build/install tree de [...]
new ab243d78379 [AArch64] Add pipeline model for Exynos M4
new ea63b792484 [llvm-mca] Update tests for Exynos (NFC)
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:
cmake/modules/AddLLVM.cmake | 3 +
lib/Target/AArch64/AArch64.td | 3 +-
lib/Target/AArch64/AArch64SchedExynosM4.td | 1004 ++++++++++++++++++++
test/tools/llvm-mca/AArch64/Exynos/direct-branch.s | 8 +
.../llvm-mca/AArch64/Exynos/extended-register.s | 16 +
.../AArch64/Exynos/scheduler-queue-usage.s | 6 +
.../llvm-mca/AArch64/Exynos/shifted-register.s | 16 +
7 files changed, 1055 insertions(+), 1 deletion(-)
create mode 100644 lib/Target/AArch64/AArch64SchedExynosM4.td
--
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 ccd5b7a6f65 PR tree-optimization/88693 * tree-ssa-strlen.c (get_min_s [...]
new e127346142f 2019-01-11 Vladimir Makarov <vmakarov(a)redhat.com>
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/lra-assigns.c | 12 ++++++++----
2 files changed, 15 insertions(+), 4 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 4ff35058f llvm-3705b706cdf11ab1e989180161c4fa21d23424d0: all
new 4c5e8824a llvm-d9c6e42fcdd8fd267083ca4c3e63b26f8c82b69a: all
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (4ff35058f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
1-reset_artifacts/console.log | 263 +-
2-build_llvm/console.log | 10271 ++++++++++++++---------------
3-count_linux_objs/console.log | 3262 +++++-----
4-check_regression/console.log | 2 +-
5-update_baseline/console.log | 4 +-
console.log | 13756 ++++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 12 +-
trigger-bisect-on-failure | 4 +-
10 files changed, 13871 insertions(+), 13707 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 0b641d6dce [Bug 39548][Clang] PGO bootstrap fails with python3: errors [...]
new ad55bb6be0 [ASTDump] Add utility for dumping a label with child nodes
new 4c57533ba3 Implement Attr dumping in terms of visitors
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/AST/AttrVisitor.h | 76 ++++++++++++++++++++++++++++++++
include/clang/AST/CMakeLists.txt | 9 +++-
include/clang/AST/TextNodeDumper.h | 23 +++++++++-
lib/AST/ASTDumper.cpp | 41 +++++++----------
lib/AST/TextNodeDumper.cpp | 23 ++++++++++
test/AST/ast-dump-stmt.cpp | 3 +-
utils/TableGen/ClangAttrEmitter.cpp | 87 ++++++++++++++++++++++++-------------
utils/TableGen/TableGen.cpp | 16 ++++---
utils/TableGen/TableGenBackends.h | 5 ++-
9 files changed, 216 insertions(+), 67 deletions(-)
create mode 100644 include/clang/AST/AttrVisitor.h
--
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 90ff3fd83 Remove an external test file. NFC.
new 6d8a569c9 [LLD][COFF] Support /ignore:4099. Support /ignore with 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:
COFF/Config.h | 1 +
COFF/Driver.cpp | 16 +++++++++++-----
COFF/PDB.cpp | 6 ++++--
test/COFF/ignore-many.test | 16 ++++++++++++++++
test/COFF/pdb-type-server-missing.yaml | 19 ++++++++++++++-----
test/COFF/precomp-link.test | 6 +++---
6 files changed, 49 insertions(+), 15 deletions(-)
create mode 100644 test/COFF/ignore-many.test
--
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 598670ae7bc PR 88777 PR 88614 * genattrtab.c (min_fn): Don't transla [...]
new ccd5b7a6f65 PR tree-optimization/88693 * tree-ssa-strlen.c (get_min_s [...]
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/testsuite/ChangeLog | 5 +++
gcc/testsuite/gcc.c-torture/execute/pr88693.c | 54 +++++++++++++++++++++++++++
gcc/tree-ssa-strlen.c | 5 ++-
4 files changed, 69 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr88693.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 clang.
from e234e3263d [test] Update support for Exynos M4 (NFC)
new 0b641d6dce [Bug 39548][Clang] PGO bootstrap fails with python3: errors [...]
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:
utils/perf-training/perf-helper.py | 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 fbc74ee51cb [Legalizer] Use correct ValueType of SELECT_CC node during [...]
new 7cfbd6d75fe [AArch64] Create feature set for Exynos M4
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/Support/AArch64TargetParser.def | 4 ++--
include/llvm/Support/ARMTargetParser.def | 3 ++-
lib/Target/AArch64/AArch64.td | 21 ++++++++++++++++++++-
lib/Target/ARM/ARM.td | 3 +++
test/CodeGen/ARM/build-attributes.ll | 2 +-
unittests/Support/TargetParserTest.cpp | 25 ++++++++++++++++++-------
6 files changed, 46 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.