This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from b6c6b38192 Recommit [Object] Change object::SectionRef::getContents() t [...]
new 5fc5440be8 [clang] Handle lround/llround builtins
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/CodeGen/CGBuiltin.cpp | 21 +++++++++++++++++++++
test/CodeGen/builtins.c | 10 ++++++++++
test/CodeGen/math-builtins.c | 12 ++++++------
test/CodeGen/math-libcalls.c | 12 ++++++------
4 files changed, 43 insertions(+), 12 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-stable-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 3148e19678 Automatic date update in version.in
adds 35c8c05dcc 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_kernel/gnu-release-arm-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 7dceda68 0: update: binutils-gcc-linux: all
new 7540c425 0: update: binutils-gcc-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 (7dceda68)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-s [...]
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 | 52 +-
02-prepare_abe/console.log | 182 +-
03-build_abe-binutils/console.log | 10830 +++++++-------
04-build_abe-stage1/console.log | 17414 +++++++++++----------
05-build_linux/console.log | 754 +-
06-boot_linux/console.log | 2 +-
console.log | 29131 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 29191 insertions(+), 29186 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 51646414dae [CodeGen] Add lround/llround builtins
new 7287acf23f8 Recommit [Object] Change object::SectionRef::getContents() [...]
new 1071db33550 [llvm-objdump]Improve testing of some switches #1
new eb02a3bc905 [AArch64] Handle ISD::LROUND and ISD::LLROUND
new 1b881de7627 [tests][go]Add -stdlib=libc++ to build GO test if LLVM is b [...]
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/Object/ObjectFile.h | 9 +-
include/llvm/Target/TargetSelectionDAG.td | 3 +
lib/DebugInfo/DWARF/DWARFContext.cpp | 10 +-
lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp | 8 +-
lib/DebugInfo/Symbolize/Symbolize.cpp | 9 +-
.../JITLink/MachOAtomGraphBuilder.cpp | 10 +-
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp | 6 +-
lib/Object/ELFObjectFile.cpp | 11 +-
lib/Object/IRObjectFile.cpp | 10 +-
lib/Object/Object.cpp | 8 +-
lib/ProfileData/Coverage/CoverageMappingReader.cpp | 13 +-
lib/Target/AArch64/AArch64ISelLowering.cpp | 2 +
lib/Target/AArch64/AArch64InstrInfo.td | 9 +
lib/XRay/InstrumentationMap.cpp | 7 +-
test/CodeGen/AArch64/llround-conv.ll | 12 +-
test/CodeGen/AArch64/lround-conv.ll | 12 +-
test/tools/llvm-objdump/Inputs/section-filter.obj | Bin 441 -> 0 bytes
test/tools/llvm-objdump/all-headers.test | 7 +-
test/tools/llvm-objdump/full-contents.test | 34 ++-
test/tools/llvm-objdump/section-filter.test | 248 +++++++++++++++++++--
tools/dsymutil/DwarfLinker.cpp | 10 +-
tools/dsymutil/DwarfStreamer.cpp | 10 +-
tools/llvm-cfi-verify/lib/FileAnalysis.cpp | 10 +-
tools/llvm-cov/TestingSupport.cpp | 13 +-
tools/llvm-cxxdump/llvm-cxxdump.cpp | 17 +-
tools/llvm-dwp/llvm-dwp.cpp | 7 +-
tools/llvm-go/llvm-go.go | 8 +-
tools/llvm-objdump/MachODump.cpp | 35 ++-
tools/llvm-objdump/llvm-objdump.cpp | 17 +-
tools/llvm-pdbutil/DumpOutputStyle.cpp | 8 +-
tools/llvm-pdbutil/InputFile.cpp | 9 +-
tools/llvm-readobj/COFFDumper.cpp | 26 +--
tools/llvm-readobj/MachODumper.cpp | 14 +-
tools/llvm-readobj/ObjDumper.cpp | 6 +-
tools/sancov/sancov.cpp | 6 +-
35 files changed, 443 insertions(+), 181 deletions(-)
delete mode 100644 test/tools/llvm-objdump/Inputs/section-filter.obj
--
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 2b469b71cb Reland "[analyzer] Add an example plugin for checker depende [...]
new b6c6b38192 Recommit [Object] Change object::SectionRef::getContents() t [...]
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/CodeGen/ObjectFilePCHContainerOperations.cpp | 10 ++++++++--
tools/clang-offload-bundler/ClangOffloadBundler.cpp | 11 +++++++----
2 files changed, 15 insertions(+), 6 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 release/2.29/master
in repository glibc.
from c6177be4b9 Fix crash in _IO_wfile_sync (bug 20568)
new e3f828b8bd dlfcn: Guard __dlerror_main_freeres with __libc_once_get (on [...]
new 980cb43f15 Update NEWS for BZ#24476 Guard __dlerror_main_freeres.
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:
ChangeLog | 8 ++++++++
NEWS | 1 +
dlfcn/dlerror.c | 29 +++++++++++++++++++++--------
3 files changed, 30 insertions(+), 8 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-next-allnoconfig
in repository toolchain/ci/binutils-gdb.
from 905f5b3f1d GAS (doc): Fix misaligned menu entry.
adds 7bede82892 Don't crash if dwarf_decode_macro_bytes's 'body' is NULL
adds 95008a8828 S12Z: New option -mreg-prefix
adds 9ddc1af18c linux-thread-db.c: use bool where possible in thread_db code
adds 14237686d7 gdb/fortran: Add sizeof tests for indexed and sliced arrays
adds 4d8d49e80a Automatic date update in version.in
new a2699ef206 Revert "ARM STM32L4XX erratum test failure"
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:
bfd/ChangeLog | 4 ++
bfd/elf32-arm.c | 9 ++--
bfd/version.h | 2 +-
gas/ChangeLog | 10 ++++
gas/config/tc-s12z.c | 49 +++++++++++++++---
gas/doc/c-s12z.texi | 86 ++++++++++++++++++++++++++++----
gas/testsuite/gas/s12z/reg-prefix.d | 17 +++++++
gas/testsuite/gas/s12z/reg-prefix.s | 6 +++
gas/testsuite/gas/s12z/s12z.exp | 4 ++
gdb/ChangeLog | 19 +++++++
gdb/dwarf2read.c | 19 ++++++-
gdb/linux-thread-db.c | 82 +++++++++++++++---------------
gdb/testsuite/ChangeLog | 5 ++
gdb/testsuite/gdb.fortran/vla-sizeof.exp | 23 +++++++--
14 files changed, 265 insertions(+), 70 deletions(-)
create mode 100644 gas/testsuite/gas/s12z/reg-prefix.d
create mode 100644 gas/testsuite/gas/s12z/reg-prefix.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.