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-allnoconfig
in repository toolchain/ci/base-artifacts.
discards ab18d0564 0: update: llvm-linux: boot
new 83d0a2770 0: update: linux-fd1594eb706427cc0d88fdfc2c1dbecd5abe7a83: 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 (ab18d0564)
\
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:
01-reset_artifacts/console.log | 192 +-
02-build_llvm/console.log | 11841 +++++++++++++++++------------------
03-build_linux/console.log | 748 +--
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 25 -
console.log | 12812 +++++++++++++++++++-------------------
jenkins/manifest.sh | 9 +-
7 files changed, 12616 insertions(+), 13017 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 a6326da30a6 This reverts r365061 and r365062 (test update)
new a71113c59d2 Revert r365198 as this accidentally commited something that [...]
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/CodeGen/MachineBasicBlock.h | 22 +
lib/CodeGen/MachineBasicBlock.cpp | 9 +-
lib/Target/X86/X86AvoidStoreForwardingBlocks.cpp | 8 +-
...b-g-no-change.mir => avoid-sfb-ignore-meta.mir} | 85 +-
test/CodeGen/X86/fixup-lea-g-no-change.mir | 996 ---------------------
test/CodeGen/X86/pr38743.ll | 16 +-
6 files changed, 45 insertions(+), 1091 deletions(-)
copy test/CodeGen/X86/{avoid-sfb-g-no-change.mir => avoid-sfb-ignore-meta.mir} (66%)
delete mode 100644 test/CodeGen/X86/fixup-lea-g-no-change.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 llvm.
from b7043cc6c9b [FileCheck] Fix comment in parseNumericVariableUse
new f230bb86398 [llvm-objcopy] Allow strip symtab from executables and DSOs
new 507c594d4e2 Fix MSVC/cppcheck Use::Next isn't initialized warning. NFCI.
new 1a7747f8cfa [RISCV][NFC] Replace hard-coded CSR duplication with symbol [...]
new a6326da30a6 This reverts r365061 and r365062 (test update)
The 4 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/CodeGen/MachineBasicBlock.h | 22 -
include/llvm/IR/Use.h | 2 +-
lib/CodeGen/MachineBasicBlock.cpp | 9 +-
lib/Target/RISCV/RISCV.td | 12 +-
lib/Target/RISCV/RISCVInstrInfo.td | 14 +-
lib/Target/RISCV/RISCVInstrInfoF.td | 31 +-
lib/Target/RISCV/RISCVSystemOperands.td | 18 +-
lib/Target/X86/X86AvoidStoreForwardingBlocks.cpp | 8 +-
test/CodeGen/X86/avoid-sfb-ignore-meta.mir | 155 ----
test/CodeGen/X86/fixup-lea-g-no-change.mir | 996 +++++++++++++++++++++
test/CodeGen/X86/pr38743.ll | 16 +-
.../llvm-objcopy/ELF/no-symbol-relocation.test | 2 +-
.../ELF/preserve-segment-contents-ehdr-phdrs.test | 2 +-
.../llvm-objcopy/ELF/remove-multiple-sections.test | 28 -
.../ELF/segment-shift-section-remove.test | 30 +-
.../ELF/segment-test-remove-section.test | 30 +-
.../ELF/strip-unneeded-all-symbols.test | 21 +
tools/llvm-objcopy/ELF/ELFObjcopy.cpp | 2 +-
tools/llvm-objcopy/ELF/Object.cpp | 21 +
tools/llvm-objcopy/ELF/Object.h | 3 +
20 files changed, 1102 insertions(+), 320 deletions(-)
delete mode 100644 test/CodeGen/X86/avoid-sfb-ignore-meta.mir
create mode 100644 test/CodeGen/X86/fixup-lea-g-no-change.mir
create mode 100644 test/tools/llvm-objcopy/ELF/strip-unneeded-all-symbols.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.
from 85b66e10c8 [NFC] Test commit access
new f204f0a947 [analyzer][IDF] Add a control dependency calculator + a new [...]
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/Analysis/Analyses/Dominators.h | 97 ++++++++++++++++++++++-
include/clang/Analysis/CFG.h | 12 +++
include/clang/StaticAnalyzer/Checkers/Checkers.td | 4 +
lib/StaticAnalyzer/Checkers/DebugCheckers.cpp | 37 +++++++--
test/Analysis/domtest.c | 92 ++++++++++++++++++---
test/Analysis/domtest.cpp | 21 +++--
unittests/Analysis/CFGDominatorTree.cpp | 91 +++++++++++++++++++++
7 files changed, 326 insertions(+), 28 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 lnt.
from 08b26c0 in test_suite run_test function, opt and self.opt is same object
new 28e0b97 Fix runtest test-suite pgo + multisampling.
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:
lnt/tests/test_suite.py | 7 ++++++-
tests/runtest/test_suite-pgo.shtest | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 40 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards c93fb01da 2: update: llvm-linux: 17398
new f1a61d086 2: update: llvm-linux: 17398
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 (c93fb01da)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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 | 220 +-
02-build_llvm/console.log | 11634 ++++++++++++++---------------
03-build_linux/console.log | 3222 ++++----
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 20 +-
console.log | 15102 +++++++++++++++++++-------------------
jenkins/manifest.sh | 6 +-
7 files changed, 15105 insertions(+), 15105 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 69d43aeac43 [ThinLTO] Attempt to recommit r365040 after caching fix
new f233b978ff2 [FileCheck] Add missing final dot in comment
new b9421952a92 [FileCheck] Factor some parsing checks out
new b7043cc6c9b [FileCheck] Fix comment in parseNumericVariableUse
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:
lib/Support/FileCheck.cpp | 63 +++++++++-----------------
test/FileCheck/numeric-defines-diagnostics.txt | 4 +-
2 files changed, 23 insertions(+), 44 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 9b8a3282fc Make joined instances of JoinedOrSeparate flags point to the [...]
new 85b66e10c8 [NFC] Test commit access
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/ASTImporter.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.
unknown user pushed a change to branch master
in repository llvm.
from d0b7e4c4642 Make joined instances of JoinedOrSeparate flags point to th [...]
new 1fa2d68de31 [docs][llvm-objcopy] Improve some wording.
new 69d43aeac43 [ThinLTO] Attempt to recommit r365040 after caching fix
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/CommandGuide/llvm-objcopy.rst | 8 +-
include/llvm/IR/ModuleSummaryIndex.h | 65 +++++++---
lib/Analysis/ModuleSummaryAnalysis.cpp | 122 ++++++++++++++----
lib/AsmParser/LLParser.cpp | 57 ++++++---
lib/Bitcode/Reader/BitcodeReader.cpp | 47 +++++--
lib/Bitcode/Writer/BitcodeWriter.cpp | 32 +++--
lib/IR/AsmWriter.cpp | 5 +-
lib/IR/ModuleSummaryIndex.cpp | 141 +++++++++++++--------
lib/LTO/LTO.cpp | 21 +--
lib/Transforms/IPO/FunctionImport.cpp | 12 +-
lib/Transforms/Utils/FunctionImportUtils.cpp | 13 +-
test/Assembler/thinlto-summary.ll | 14 +-
test/Assembler/thinlto-vtable-summary.ll | 4 +-
test/Bitcode/summary_version.ll | 2 +-
test/Bitcode/thinlto-alias.ll | 4 +-
test/Bitcode/thinlto-alias2.ll | 2 +-
.../thinlto-function-summary-callgraph-cast.ll | 4 +-
.../thinlto-function-summary-callgraph-pgo.ll | 4 +-
...o-function-summary-callgraph-profile-summary.ll | 4 +-
.../thinlto-function-summary-callgraph-relbf.ll | 2 +-
...ion-summary-callgraph-sample-profile-summary.ll | 4 +-
test/Bitcode/thinlto-function-summary-callgraph.ll | 2 +-
test/Bitcode/thinlto-function-summary-refgraph.ll | 16 +--
test/ThinLTO/X86/Inputs/dot-dumper2.ll | 4 +
test/ThinLTO/X86/dot-dumper2.ll | 43 +++++++
test/ThinLTO/X86/index-const-prop2.ll | 44 ++++++-
test/ThinLTO/X86/load-store-caching.ll | 26 ++++
test/ThinLTO/X86/writeonly.ll | 41 ++++++
test/ThinLTO/X86/writeonly2.ll | 50 ++++++++
29 files changed, 598 insertions(+), 195 deletions(-)
create mode 100644 test/ThinLTO/X86/Inputs/dot-dumper2.ll
create mode 100644 test/ThinLTO/X86/dot-dumper2.ll
create mode 100644 test/ThinLTO/X86/load-store-caching.ll
create mode 100644 test/ThinLTO/X86/writeonly.ll
create mode 100644 test/ThinLTO/X86/writeonly2.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
from 8fd636a71 1: reset: linux-764dd163ac922f8683b5bcd3007251ce7b26cd33: 16850
new cfe39e010 2: update: linux-f9ca7f5a1eb9c24a5c0eb01090c7176b52fdcb3e: 17055
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 | 89 +-
02-build_llvm/console.log | 11610 +++++++++++++--------------
03-build_linux/console.log | 4296 +++++-----
05-check_regression/console.log | 20 +-
06-update_baseline/console.log | 47 +
console.log | 16062 ++++++++++++++++++--------------------
jenkins/manifest.sh | 12 +-
reset-baseline | 0
results | 2 +-
9 files changed, 15413 insertions(+), 16725 deletions(-)
delete mode 100644 reset-baseline
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.