This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 571398105ee [ARM][ParallelDSP] Enable multiple uses of loads
new 2c597b63fe0 Revert r356129 due to greendragon bot failures
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:
.../ELF/remove-section-in-segment.test | 47 ----------------------
test/tools/llvm-objcopy/ELF/strip-all-gnu.test | 19 +--------
test/tools/llvm-objcopy/ELF/strip-all.test | 12 +-----
test/tools/llvm-objcopy/ELF/strip-non-alloc.test | 12 +-----
test/tools/llvm-objcopy/ELF/strip-sections.test | 11 ++---
tools/llvm-objcopy/ELF/ELFObjcopy.cpp | 6 +--
tools/llvm-objcopy/ObjcopyOpts.td | 19 +++++----
tools/llvm-objcopy/StripOpts.td | 7 ++--
8 files changed, 21 insertions(+), 112 deletions(-)
delete mode 100644 test/tools/llvm-objcopy/ELF/remove-section-in-segment.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 clang-tools-extra.
from e7ecb984 [clangd] Fix an out-of-date FIXME, NFC.
new 2ca3c0a9 [clangd] Using symbol name to map includes for STL symbols.
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:
clangd/StdSymbolMap.inc | 1226 ++++++++++++++++++++++++++++++++++++
clangd/include-mapping/gen_std.py | 149 +++++
clangd/include-mapping/test.py | 101 +++
clangd/index/CanonicalIncludes.cpp | 43 +-
4 files changed, 1484 insertions(+), 35 deletions(-)
create mode 100644 clangd/StdSymbolMap.inc
create mode 100755 clangd/include-mapping/gen_std.py
create mode 100755 clangd/include-mapping/test.py
--
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 6273747bc3d [NFC][LSR] Cleanup Cost API
new 571398105ee [ARM][ParallelDSP] Enable multiple uses of loads
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/ARM/ARMParallelDSP.cpp | 199 +++++++++-------
test/CodeGen/ARM/ParallelDSP/multi-use-loads.ll | 251 +++++++++++++++++++++
test/CodeGen/ARM/ParallelDSP/smlad0.ll | 1 +
test/CodeGen/ARM/ParallelDSP/unroll-n-jam-smlad.ll | 217 ++++++++++++++++++
4 files changed, 584 insertions(+), 84 deletions(-)
create mode 100644 test/CodeGen/ARM/ParallelDSP/multi-use-loads.ll
create mode 100644 test/CodeGen/ARM/ParallelDSP/unroll-n-jam-smlad.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 gcc.
from 4e9fa49b0ef GCOV: print {start,end}_column in JSON file and gcov-dump tool.
new 3c7743e1cdb 2019-03-14 Richard Biener <rguenther(a)suse.de>
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 | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/torture/pr89710.c | 30 ++++++++++++++++++++++++++++++
gcc/tree-ssa-loop-ch.c | 2 +-
4 files changed, 42 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr89710.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 8368c18e 0: good: binutils-gcc-linux: boot
new 9074f8ee 0: good: binutils-gcc-linux: boot
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 (8368c18e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
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 | 14 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3314 ++++++++-------
4-build_abe-stage1/console.log | 4557 ++++++++++-----------
5-build_linux/console.log | 144 +-
6-boot_linux/console.log | 384 +-
console.log | 8315 +++++++++++++++++++-------------------
jenkins/manifest.sh | 18 +-
8 files changed, 8364 insertions(+), 8386 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 01f20a4ee2a [ARM] Run ARMParallelDSP in the IRPasses phase
new 6273747bc3d [NFC][LSR] Cleanup Cost API
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/Scalar/LoopStrengthReduce.cpp | 117 +++++++++++++--------------
1 file changed, 54 insertions(+), 63 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.