This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 5cc8b40460 Revert "[AST] Introduce GenericSelectionExpr::Association"
new 64145a1e2e Add --unwindlib=[libgcc|compiler-rt] to parallel --rtlib=
new 2982c3dd9f Correct help text for --unwindlib options.
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/DiagnosticDriverKinds.td | 4 ++
include/clang/Driver/Options.td | 2 +
include/clang/Driver/ToolChain.h | 8 +++
lib/Driver/ToolChain.cpp | 27 +++++++++
lib/Driver/ToolChains/CommonArgs.cpp | 86 +++++++++++++++++++---------
test/Driver/compiler-rt-unwind.c | 50 ++++++++++++++++
6 files changed, 149 insertions(+), 28 deletions(-)
create mode 100644 test/Driver/compiler-rt-unwind.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 binutils-gdb.
from 7054e2fff6 Use trad_frame_set_reg_addr for FreeBSD arm signal trampolin [...]
new 75c1c97184 xtensa: gas: don't keep relocations for constants
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:
gas/ChangeLog | 6 ++++++
gas/config/tc-xtensa.c | 6 ++++++
gas/testsuite/gas/all/forward.d | 2 +-
3 files changed, 13 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 linux.
from f17b5f06cb92 Linux 5.0-rc4
new 4aa9fc2a435a Revert "mm, memory_hotplug: initialize struct pages for th [...]
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:
mm/page_alloc.c | 12 ------------
1 file changed, 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 llvm.
from 85bf7d97e78 [AliasSetTracker] Update signature to aliasesPointer [NFCI].
new 316534c43c3 [GlobalISel] Add G_FSIN and G_FCOS generic instructions
new c02744dfa26 [GlobalISel][AArch64] Add IRTranslator support for G_FCOS a [...]
new 11b94ff4098 [GlobalISel][AArch64] Add instruction selection support for [...]
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/Support/TargetOpcodes.def | 6 +
include/llvm/Target/GenericOpcodes.td | 14 ++
.../llvm/Target/GlobalISel/SelectionDAGCompat.td | 2 +
lib/CodeGen/GlobalISel/IRTranslator.cpp | 10 +
lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 20 +-
lib/Target/AArch64/AArch64LegalizerInfo.cpp | 13 +-
lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 2 +
.../AArch64/GlobalISel/arm64-irtranslator.ll | 16 ++
test/CodeGen/AArch64/GlobalISel/legalize-cos.mir | 227 +++++++++++++++++++++
test/CodeGen/AArch64/GlobalISel/legalize-sin.mir | 227 +++++++++++++++++++++
.../GlobalISel/legalizer-info-validation.mir | 8 +-
test/CodeGen/AArch64/arm64-vfloatintrinsics.ll | 34 +++
test/CodeGen/AArch64/f16-instructions.ll | 28 ++-
test/CodeGen/AArch64/sincospow-vector-expansion.ll | 34 ++-
14 files changed, 634 insertions(+), 7 deletions(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-cos.mir
create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-sin.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 e68bc49943 Add -fapply-global-visibility-to-externs for -cc1
new 5cc8b40460 Revert "[AST] Introduce GenericSelectionExpr::Association"
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/AST/Expr.h | 144 ++++----------------------------
include/clang/AST/RecursiveASTVisitor.h | 8 +-
include/clang/AST/StmtDataCollectors.td | 4 +-
lib/AST/ASTDumper.cpp | 10 +--
lib/AST/StmtPrinter.cpp | 6 +-
lib/AST/StmtProfile.cpp | 7 +-
lib/Sema/SemaExprObjC.cpp | 16 ++--
lib/Sema/SemaPseudoObject.cpp | 22 ++---
lib/Sema/TreeTransform.h | 11 ++-
9 files changed, 55 insertions(+), 173 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 df80dbdabc3 [NFC] TLI query with default(on) behavior wrt DAG combines [...]
new 85bf7d97e78 [AliasSetTracker] Update signature to aliasesPointer [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:
include/llvm/Analysis/AliasSetTracker.h | 8 ++++----
lib/Analysis/AliasSetTracker.cpp | 24 +++++++++++++-----------
2 files changed, 17 insertions(+), 15 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 9ee1941355 Revert "gdbserver: When attaching, add process before lwps"
new 7054e2fff6 Use trad_frame_set_reg_addr for FreeBSD arm signal trampolin [...]
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/ChangeLog | 13 ++++++++
gdb/aarch64-fbsd-tdep.c | 87 +++++++++++++++++--------------------------------
gdb/arm-fbsd-tdep.c | 63 +++++++++++++----------------------
3 files changed, 66 insertions(+), 97 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/gnu-master-aarch64-stable-allmodconfig
in repository toolchain/ci/binutils-gdb.
from e5e2bc507d Automatic date update in version.in
adds 67f8b42f3e Fix the sim build
adds eb51a3cd82 Automatic date update in version.in
adds 1dbc40b9d7 Remove duplicate skip_python_tests invocation
adds e044973b0c Control gas enable-checking default by bfd/development.sh
adds 6a84624340 PR24008, Wrong value of ternary expression in map file
adds f5f2b743ae Automatic date update in version.in
adds f084d33511 gdbserver: When attaching, add process before lwps
adds 36c25ffa1a Replace contribution list in CONTRIBUTE file with link
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gas/ChangeLog | 6 +
gas/configure | 7 +-
gas/configure.ac | 7 +-
gdb/CONTRIBUTE | 148 ++--------------------
gdb/ChangeLog | 4 +
gdb/gdbserver/linux-low.c | 4 +-
gdb/testsuite/ChangeLog | 5 +
gdb/testsuite/gdb.python/py-finish-breakpoint.exp | 3 -
ld/ChangeLog | 12 ++
ld/ldexp.c | 84 ++++++------
ld/ldexp.h | 4 +-
ld/ldlang.c | 9 +-
sim/common/ChangeLog | 5 +
sim/common/Make-common.in | 4 +-
{gdb => sim}/common/create-version.sh | 2 +-
sim/ppc/ChangeLog | 4 +
sim/ppc/Makefile.in | 4 +-
18 files changed, 112 insertions(+), 202 deletions(-)
copy {gdb => sim}/common/create-version.sh (96%)
--
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/gnu-master-aarch64-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards a65c50233 linux-9f1a389a0b5b4004757759e26e2ff459016515ac: all
new e787dfeda binutils-36c25ffa1ab5d6d5ee0fa3fc32f128a58e78e7a2: 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 (a65c50233)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 18 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 4544 +-
4-build_abe-stage1/console.log | 5899 +-
5-count_linux_objs/console.log | 317878 +++++++++++++++++-----------------
console.log | 327869 ++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 12 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 328122 insertions(+), 328112 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-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 6751807e8 linux-494367cb57c95bca5c4b2a45e98ebf4cbf3915f3: all
new 602666022 llvm-8f7fc95ab7aab395ec06affa8c705eee2432fcdc: 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 (6751807e8)
\
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 | 68 +-
2-build_llvm/console.log | 10285 ++++++++++++++++++-------------------
3-count_linux_objs/console.log | 240 +-
4-check_regression/console.log | 2 +-
5-update_baseline/console.log | 4 +-
console.log | 10599 +++++++++++++++++++--------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 12 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 10517 insertions(+), 10703 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.