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-next-defconfig
in repository toolchain/ci/base-artifacts.
discards c0c9dea7 0: update: llvm-linux: boot
new 86d85ad0 0: update: llvm-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 (c0c9dea7)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-n [...]
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 | 162 +-
02-build_llvm/console.log | 12241 +++++++++++++++----------------
03-build_linux/console.log | 2593 +------
04-boot_linux/console.log | 480 +-
console.log | 15476 +++++++++++++++++----------------------
jenkins/manifest.sh | 12 +-
6 files changed, 13592 insertions(+), 17372 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 adac5062671 Add tests for rotate with demanded bits. NFC
new 56a15930fae [mips] Fix code indentation. NFC
new b40beba15ea [AArch64][GlobalISel] Support lowering variadic musttail calls
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:
lib/CodeGen/GlobalISel/IRTranslator.cpp | 22 ++
lib/Target/AArch64/AArch64CallLowering.cpp | 80 +++++++-
lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h | 6 +-
.../call-translator-variadic-musttail.ll | 223 +++++++++++++++++++++
4 files changed, 317 insertions(+), 14 deletions(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/call-translator-variadic-musttail.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 zorg.
from 8cbacb27 Remove sanitizer-aarch64-linux-mte bot.
new 62167df5 [LLDB] Only sent e-mail when the status changed
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:
zorg/jenkins/jobs/jobs/lldb-cmake | 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 gcc.
from 501736437f7 Hide regs_invalidated_by_call etc.
new 4d846c5e204 Make ira call df_set_regs_ever_live for extra call-clobbered regs
new f7da26ac2b1 [AArch64] Allow shrink-wrapping of non-leaf vector PCS functions
new 7085fc55d30 [AArch64] Make more use of function_abi
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:
gcc/ChangeLog | 33 +++++++++++
gcc/config/aarch64/aarch64-protos.h | 1 -
gcc/config/aarch64/aarch64.c | 69 ++++++++++------------
gcc/config/aarch64/aarch64.md | 2 +-
gcc/function-abi.cc | 36 +++++++++++
gcc/function-abi.h | 21 +++++++
gcc/ira.c | 41 ++++++++++---
gcc/testsuite/ChangeLog | 4 ++
.../aarch64/torture/{simd-abi-3.c => simd-abi-9.c} | 38 ++++++++----
9 files changed, 183 insertions(+), 62 deletions(-)
copy gcc/testsuite/gcc.target/aarch64/torture/{simd-abi-3.c => simd-abi-9.c} (52%)
--
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 7a54a9380 Use llvm for dumping DWARF expressions
new afa272589 Remove unused "append" parameter from FindTypes 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:
include/lldb/Core/Module.h | 4 +-
include/lldb/Symbol/SymbolFile.h | 5 +-
source/Core/Module.cpp | 21 ++--
.../SymbolFile/Breakpad/SymbolFileBreakpad.cpp | 15 +--
.../SymbolFile/Breakpad/SymbolFileBreakpad.h | 4 +-
.../SymbolFile/DWARF/DWARFASTParserClang.cpp | 6 +-
.../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 110 +++++++++------------
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 4 +-
.../SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp | 7 +-
.../SymbolFile/DWARF/SymbolFileDWARFDebugMap.h | 2 +-
.../SymbolFile/NativePDB/SymbolFileNativePDB.cpp | 9 +-
.../SymbolFile/NativePDB/SymbolFileNativePDB.h | 4 +-
source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 8 +-
source/Plugins/SymbolFile/PDB/SymbolFilePDB.h | 4 +-
source/Symbol/SymbolFile.cpp | 9 +-
tools/lldb-test/lldb-test.cpp | 6 +-
16 files changed, 87 insertions(+), 131 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 c7ee338a2d Improve some comments about msymbol handling
new 4a56a52007 Disable all warnings in gdb.rust/traits.rs
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/testsuite/ChangeLog | 4 ++++
gdb/testsuite/gdb.rust/traits.rs | 4 +---
2 files changed, 5 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 llvm.
from f6170f844da [InstCombine] add tests for negate disguised as mul; NFC
new adac5062671 Add tests for rotate with demanded bits. NFC
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/CodeGen/X86/rot16.ll | 54 +++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 54 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 binutils-gdb.
from 703a86c2fa gdb: re-write add_psymbol_to_list doc, move it to header file
new c7ee338a2d Improve some comments about msymbol handling
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 | 7 +++++++
gdb/minsyms.h | 3 ++-
gdb/objfiles.h | 14 ++++++++------
3 files changed, 17 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.