This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/gnu-release-arm-spec2k6-O3_LTO
in repository toolchain/ci/glibc.
from 95d66fecaa Fix tcache count maximum (BZ #24531)
adds bd0a325b6a malloc: Fix warnings in tests with GCC 9
adds 2ec0b166bf Use a proper C tokenizer to implement the obsolete typedefs test.
No new revisions were added by this update.
Summary of changes:
ChangeLog | 23 ++
Rules | 5 +-
malloc/tst-malloc-too-large.c | 39 +++
malloc/tst-memalign.c | 10 +
posix/bits/types.h | 10 +-
posix/sys/types.h | 33 +--
scripts/check-installed-headers.sh | 37 +--
scripts/check-obsolete-constructs.py | 466 +++++++++++++++++++++++++++++++++++
8 files changed, 560 insertions(+), 63 deletions(-)
create mode 100755 scripts/check-obsolete-constructs.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/gnu-release-arm-spec2k6-O3_LTO
in repository toolchain/ci/binutils-gdb.
from 5aa25a7042 Automatic date update in version.in
adds 002f2721f5 Automatic date update in version.in
adds a00e21c0a5 Automatic date update in version.in
adds e4476675be Automatic date update in version.in
adds 359111205e Automatic date update in version.in
adds 95bfa8a5e1 Automatic date update in version.in
adds 1894264d34 Automatic date update in version.in
adds f47dfffafc Automatic date update in version.in
adds 86e3aac1c4 Automatic date update in version.in
adds ac0e4b7814 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/gnu-release-arm-spec2k6-O3_LTO
in repository toolchain/ci/base-artifacts.
discards f8bffbb4 0: update: binutils-gcc-glibc: 0
new 70a9bacb 0: init: binutils-gcc-glibc: 0
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 (f8bffbb4)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/gnu-release-arm-spec [...]
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:
01-reset_artifacts/console.log | 213 +-
02-prepare_abe/console.log | 434 +-
03-build_abe-binutils/console.log | 10971 ++--
04-build_abe-stage1/console.log | 17621 +++---
05-build_abe-linux/console.log | 325 +-
06-build_abe-glibc/console.log | 38237 ++++++------
07-build_abe-stage2/console.log | 46781 +++++++-------
08-benchmark/benchmark-start.log | 2 +-
08-benchmark/benchmark.log | 14 +-
08-benchmark/console.log | 144 +-
09-check_regression/console.log | 48 +-
10-update_baseline/console.log | 58 +-
console.log | 114832 +++++++++++++++++------------------
jenkins/manifest.sh | 24 +-
results.csv | 1 -
results_id | 2 +-
16 files changed, 114852 insertions(+), 114855 deletions(-)
delete mode 100644 results.csv
--
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 6db02473395 [docs][llvm-symbolizer] Fix typo and grammar error
new 951993d66b9 [NFC][SCEV] Add NoWrapFlag argument to InsertBinOp
new 78ef4965f2c [bindings/go][NFC] Format code with go fmt
new 79f830394d4 [ARM] Implement TTI::isHardwareLoopProfitable
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:
bindings/go/llvm/dibuilder.go | 26 +-
bindings/go/llvm/ir.go | 95 ++---
bindings/go/llvm/transforms_coroutines.go | 8 +-
include/llvm/Analysis/ScalarEvolutionExpander.h | 2 +-
lib/Analysis/ScalarEvolutionExpander.cpp | 50 ++-
lib/Target/ARM/ARMTargetTransformInfo.cpp | 194 +++++++++++
lib/Target/ARM/ARMTargetTransformInfo.h | 6 +
test/Transforms/HardwareLoops/ARM/calls.ll | 404 ++++++++++++++++++++++
test/Transforms/HardwareLoops/ARM/counter.ll | 35 ++
test/Transforms/HardwareLoops/ARM/do-rem.ll | 259 ++++++++++++++
test/Transforms/HardwareLoops/ARM/fp-emulation.ll | 207 +++++++++++
test/Transforms/HardwareLoops/ARM/simple-do.ll | 155 +++++++++
test/Transforms/HardwareLoops/ARM/structure.ll | 72 ++++
13 files changed, 1429 insertions(+), 84 deletions(-)
create mode 100644 test/Transforms/HardwareLoops/ARM/calls.ll
create mode 100644 test/Transforms/HardwareLoops/ARM/counter.ll
create mode 100644 test/Transforms/HardwareLoops/ARM/do-rem.ll
create mode 100644 test/Transforms/HardwareLoops/ARM/fp-emulation.ll
create mode 100644 test/Transforms/HardwareLoops/ARM/simple-do.ll
create mode 100644 test/Transforms/HardwareLoops/ARM/structure.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-tools-extra.
from 6604dcaf [clangd] Fix typo in GUARDED_BY()
new 2e39f6f9 [clangd] Return TextEdits from ClangdServer::applyTweak
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/ClangdLSPServer.cpp | 4 ++--
clangd/ClangdServer.cpp | 15 +++++++++------
clangd/ClangdServer.h | 2 +-
3 files changed, 12 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 2ecbbba5390 Share /machine: handling code with llvm-cvtres too
new 6db02473395 [docs][llvm-symbolizer] Fix typo and grammar error
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:
docs/CommandGuide/llvm-symbolizer.rst | 5 +++--
1 file changed, 3 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 lldb.
from 1362c4157 DWARF: Share line tables of type units
new db91eb883 Recognise debug_types.dwo as a debug info section
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/lldb/lldb-enumerations.h | 1 +
lit/Modules/ELF/section-types.yaml | 7 +++++++
source/Core/Section.cpp | 2 ++
source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 1 +
source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 1 +
source/Symbol/ObjectFile.cpp | 1 +
6 files changed, 13 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 llvm.
from 0276d515947 [XCore] CombineSTORE - Use allowsMemoryAccess wrapper. NFCI.
new 02e2d229a68 [DOC] Fix `load` instructions' syntax, function definition.
new 2ecbbba5390 Share /machine: handling code with llvm-cvtres too
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/GetElementPtr.rst | 18 ++++-----
.../LibDriver.h => Object/WindowsMachineFlag.h} | 15 +++-----
include/llvm/ToolDrivers/llvm-lib/LibDriver.h | 14 -------
lib/Object/CMakeLists.txt | 1 +
lib/Object/WindowsMachineFlag.cpp | 44 ++++++++++++++++++++++
lib/ToolDrivers/llvm-lib/LibDriver.cpp | 26 +------------
tools/llvm-cvtres/llvm-cvtres.cpp | 39 ++++++-------------
utils/gn/secondary/llvm/lib/Object/BUILD.gn | 1 +
8 files changed, 72 insertions(+), 86 deletions(-)
copy include/llvm/{ToolDrivers/llvm-lib/LibDriver.h => Object/WindowsMachineFlag.h} (64%)
create mode 100644 lib/Object/WindowsMachineFlag.cpp
--
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 lldb.
from f85b3a6ba [LLDB] Fix FreeBSD build
new 1362c4157 DWARF: Share line tables of type units
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:
lit/SymbolFile/DWARF/debug-types-line-tables.s | 185 +++++++++++++++++++++
lit/SymbolFile/DWARF/forward-declarations.s | 111 +++++++++++++
.../SymbolFile/DWARF/DWARFASTParserClang.cpp | 80 ++++-----
.../Plugins/SymbolFile/DWARF/DWARFASTParserClang.h | 9 +-
source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.cpp | 7 -
source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.h | 2 -
source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h | 2 +
source/Plugins/SymbolFile/DWARF/DWARFTypeUnit.h | 4 +-
source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp | 105 +++++++++---
source/Plugins/SymbolFile/DWARF/DWARFUnit.h | 12 +-
.../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 61 +++++--
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 7 +
12 files changed, 480 insertions(+), 105 deletions(-)
create mode 100644 lit/SymbolFile/DWARF/debug-types-line-tables.s
create mode 100644 lit/SymbolFile/DWARF/forward-declarations.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.