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-arm-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards baa6a72a 0: update: llvm-linux: all
new 13bb715d 0: update: llvm-linux: 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 (baa6a72a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-l [...]
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 | 11948 +++++++++++++++++-----------------
03-build_linux/console.log | 826 ++-
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 8 +-
console.log | 13012 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 13014 insertions(+), 13018 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 1f983cdc402 [AArch64] Implement initial SVE calling convention support
new c51c1b3754e [yaml2obj] - Allow overriding sh_entsize for SHT_GNU_versym [...]
new e1c95d270d9 Revert "Changing representation of .cv_def_range directives [...]
new 79dc0bc8bee [yaml2obj][tests] Fix overly restrictive od output check
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/DebugInfo/CodeView/SymbolRecord.h | 6 +-
include/llvm/MC/MCStreamer.h | 17 ----
include/llvm/Object/ELF.h | 5 +-
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 23 +++--
lib/DebugInfo/CodeView/SymbolDumper.cpp | 2 +-
lib/DebugInfo/CodeView/SymbolRecordMapping.cpp | 2 +-
lib/MC/MCAsmStreamer.cpp | 63 ++------------
lib/MC/MCParser/AsmParser.cpp | 114 ++-----------------------
lib/MC/MCStreamer.cpp | 46 ----------
lib/ObjectYAML/CodeViewYAMLSymbols.cpp | 2 +-
test/DebugInfo/COFF/fp-stack.ll | 2 +-
test/DebugInfo/COFF/local-variable-gap.ll | 2 +-
test/DebugInfo/COFF/local-variables.ll | 10 +--
test/DebugInfo/COFF/nrvo.ll | 2 +-
test/DebugInfo/COFF/pieces.ll | 18 ++--
test/DebugInfo/COFF/register-variables.ll | 14 +--
test/MC/COFF/cv-def-range-align.s | 4 +-
test/MC/COFF/cv-def-range-gap.s | 4 +-
test/MC/COFF/cv-def-range.s | 2 +-
test/Object/invalid.test | 25 ++++++
test/tools/yaml2obj/elf-header-sh-fields.yaml | 8 +-
test/tools/yaml2obj/versym-section.yaml | 28 +++++-
tools/llvm-pdbutil/MinimalSymbolDumper.cpp | 5 +-
tools/yaml2obj/yaml2elf.cpp | 2 +-
24 files changed, 124 insertions(+), 282 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 540626e85 [lldb][NFC] Fix documentation for ClangPersistentVariables::m [...]
new 27a8610c9 Revert "Changing representation of .cv_def_range directives i [...]
new 82cb47e9f [lldb][clang] Reflect LangStandard.h move to clang/Basic
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:
lit/SymbolFile/NativePDB/Inputs/s_constant.s | 4 +--
source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp | 4 +--
source/Symbol/ClangASTContext.cpp | 39 +++++++++++++------------
3 files changed, 24 insertions(+), 23 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 206dbe5515 [clang][NFC] Remove unused private variable 'CI' in CrossTra [...]
new e3656d7fcf Move LangStandard*, InputKind::Language to Basic
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/{Frontend => Basic}/LangStandard.h | 69 ++++++----
.../clang/{Frontend => Basic}/LangStandards.def | 2 +-
include/clang/Driver/Options.td | 2 +-
include/clang/Frontend/CompilerInvocation.h | 2 +-
include/clang/Frontend/FrontendOptions.h | 43 ++----
include/clang/module.modulemap | 2 +-
lib/Basic/CMakeLists.txt | 1 +
lib/{Frontend => Basic}/LangStandards.cpp | 25 ++--
lib/CodeGen/CodeGenAction.cpp | 3 +-
lib/Frontend/ASTUnit.cpp | 19 +--
lib/Frontend/CMakeLists.txt | 1 -
lib/Frontend/CompilerInstance.cpp | 11 +-
lib/Frontend/CompilerInvocation.cpp | 149 ++++++++++-----------
lib/Frontend/FrontendAction.cpp | 3 +-
lib/Frontend/FrontendActions.cpp | 23 ++--
lib/Frontend/FrontendOptions.cpp | 37 ++---
lib/Frontend/PrecompiledPreamble.cpp | 3 +-
lib/Frontend/Rewrite/FrontendActions.cpp | 3 +-
lib/StaticAnalyzer/Frontend/ModelInjector.cpp | 3 +-
lib/Tooling/InterpolatingCompilationDatabase.cpp | 23 ++--
unittests/Frontend/CodeGenActionTest.cpp | 5 +-
unittests/Frontend/FrontendActionTest.cpp | 13 +-
unittests/Frontend/OutputStreamTest.cpp | 3 +-
23 files changed, 222 insertions(+), 223 deletions(-)
rename include/clang/{Frontend => Basic}/LangStandard.h (60%)
rename include/clang/{Frontend => Basic}/LangStandards.def (98%)
rename lib/{Frontend => Basic}/LangStandards.cpp (60%)
--
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 b0b058b69 Changing representation of .cv_def_range directives in Codevi [...]
new 2353c0a26 Revert "Changing representation of .cv_def_range directives i [...]
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:
test/COFF/s_udt.s | 6 +++---
1 file changed, 3 insertions(+), 3 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 glibc.
from a6c1ce778e elf: tst-ldconfig-bad-aux-cache: use support_capture_subprocess
new 1a7fe2ebe5 login: Remove utmp backend jump tables [BZ #23518]
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:
ChangeLog | 40 +++++++++++++++++
login/getutent_r.c | 108 ++--------------------------------------------
login/getutid_r.c | 2 +-
login/getutline_r.c | 2 +-
login/updwtmp.c | 2 +-
login/utmp-private.h | 29 +++++--------
login/utmp_file.c | 89 ++++++++++++++------------------------
login/utmpname.c | 3 +-
manual/users.texi | 20 ++++-----
sysdeps/unix/getlogin_r.c | 7 ++-
10 files changed, 105 insertions(+), 197 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 ca995d3d136 [MCA][doc] Add a section for the 'Bottleneck Analysis'.
new 1f983cdc402 [AArch64] Implement initial SVE calling convention support
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/IR/CallingConv.h | 3 +
lib/Target/AArch64/AArch64CallingConvention.td | 28 +++++-
lib/Target/AArch64/AArch64ISelLowering.cpp | 54 +++++++++++
lib/Target/AArch64/AArch64RegisterInfo.cpp | 2 +
test/CodeGen/AArch64/sve-calling-convention.ll | 121 +++++++++++++++++++++++++
5 files changed, 207 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/AArch64/sve-calling-convention.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.