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-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 9902576e 0: update: binutils-gcc-linux: all
new ea3a13f4 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 (9902576e)
\
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 | 131 +-
02-prepare_abe/console.log | 429 +-
03-build_abe-binutils/console.log | 10580 +++++++-------
04-build_abe-stage1/console.log | 16450 ++++++++++-----------
05-build_linux/console.log | 860 +-
06-boot_linux/console.log | 2 +-
console.log | 28470 ++++++++++++++++++------------------
jenkins/manifest.sh | 18 +-
8 files changed, 28488 insertions(+), 28452 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 ee186844a Delete unnecessary copy ctors
new 289d63d4a DWARF: Introduce DWARFTypeUnit class
new ebb769e33 DWARFDebugInfoEntry: remove unused variable
new 086c38c66 Add AST logging
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/lldb/Utility/Logging.h | 1 +
lit/SymbolFile/DWARF/Inputs/debug-types-basic.cpp | 13 ++++++
.../DWARF/Inputs/debug-types-expressions.cpp | 25 ++++++++++++
lit/SymbolFile/DWARF/debug-types-basic.test | 46 ++++++++++++++++++++++
lit/SymbolFile/DWARF/debug-types-expressions.test | 28 +++++++++++++
lit/SymbolFile/DWARF/lit.local.cfg | 2 +-
source/Plugins/SymbolFile/DWARF/CMakeLists.txt | 1 +
source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h | 9 ++---
source/Plugins/SymbolFile/DWARF/DWARFContext.cpp | 5 +++
source/Plugins/SymbolFile/DWARF/DWARFContext.h | 2 +
source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp | 30 ++++++++------
.../SymbolFile/DWARF/DWARFDebugInfoEntry.cpp | 5 +--
.../{DWARFCompileUnit.cpp => DWARFTypeUnit.cpp} | 10 +++--
source/Plugins/SymbolFile/DWARF/DWARFTypeUnit.h | 29 ++++++++++++++
source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp | 30 ++++++++------
source/Plugins/SymbolFile/DWARF/DWARFUnit.h | 14 +++++--
.../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 14 -------
source/Symbol/ClangASTImporter.cpp | 22 +++++++++++
source/Utility/Logging.cpp | 1 +
19 files changed, 231 insertions(+), 56 deletions(-)
create mode 100644 lit/SymbolFile/DWARF/Inputs/debug-types-basic.cpp
create mode 100644 lit/SymbolFile/DWARF/Inputs/debug-types-expressions.cpp
create mode 100644 lit/SymbolFile/DWARF/debug-types-basic.test
create mode 100644 lit/SymbolFile/DWARF/debug-types-expressions.test
copy source/Plugins/SymbolFile/DWARF/{DWARFCompileUnit.cpp => DWARFTypeUnit.cpp} (72%)
create mode 100644 source/Plugins/SymbolFile/DWARF/DWARFTypeUnit.h
--
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 fb27bcb7d Simplify the logic to instantiate Symbols. Should be NFC.
new 48a603b07 [ELF] Improve error message for relocations to symbols define [...]
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:
ELF/InputFiles.cpp | 41 ++++++++++++++++-----------
ELF/InputFiles.h | 16 ++++++-----
ELF/Relocations.cpp | 56 +++++++++++++++++++++++++++++++------
ELF/SymbolTable.cpp | 8 ++++--
ELF/SymbolTable.h | 5 ++++
ELF/Symbols.h | 8 ++++--
test/ELF/comdat-discarded-error.s | 18 ++++++++++++
test/ELF/exclude-discarded-error.s | 15 ++++++++++
test/ELF/exclude-discarded-error2.s | 14 ++++++++++
9 files changed, 144 insertions(+), 37 deletions(-)
create mode 100644 test/ELF/comdat-discarded-error.s
create mode 100644 test/ELF/exclude-discarded-error.s
create mode 100644 test/ELF/exclude-discarded-error2.s
--
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 22c6ccb89e S12Z: GAS: New option --mdollar-hex.
new 4decd602d8 bfdtest1 segfaults on hppa-hp-hpux10
new 9ec2f606ce vms-alpha gas segfault
new b0f4fbf81a ARM STM32L4XX erratum test failure with MALLOC_PERTURB_
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:
bfd/ChangeLog | 15 +++++++++++++++
bfd/elf32-arm.c | 2 +-
bfd/som.c | 30 +++++++++++++++---------------
bfd/vms-alpha.c | 5 ++++-
4 files changed, 35 insertions(+), 17 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_bmk
in repository toolchain/ci/interesting-commits.
from 7ba3d9f Add commits from https://ci.linaro.org/job/tcwg_bmk-bisect-gn [...]
new 83ea708 Add commits from https://ci.linaro.org/job/tcwg_bmk-bisect-gn [...]
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:
gcc | 2 ++
1 file changed, 2 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 1b2b4a2d 0: update: llvm-linux: all
new ff5d4d6d 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 (1b2b4a2d)
\
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 | 107 +-
02-build_llvm/console.log | 11796 +++++++++++++++---------------
03-build_linux/console.log | 2938 ++++----
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 8 +-
console.log | 14857 +++++++++++++++++++-------------------
jenkins/manifest.sh | 14 +-
8 files changed, 14887 insertions(+), 14841 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 918a866f8 [Symbol] Remove dead code
new ee186844a Delete unnecessary copy ctors
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/SearchFilter.h | 2 --
include/lldb/Utility/FileSpec.h | 8 --------
include/lldb/Utility/Scalar.h | 1 -
source/Core/SearchFilter.cpp | 3 ---
.../ScriptInterpreter/Python/PythonDataObjects.cpp | 22 ----------------------
.../ScriptInterpreter/Python/PythonDataObjects.h | 9 ---------
source/Utility/FileSpec.cpp | 5 -----
source/Utility/Scalar.cpp | 3 ---
tools/debugserver/source/StdStringExtractor.cpp | 14 --------------
tools/debugserver/source/StdStringExtractor.h | 4 ----
tools/intel-features/intel-pt/PTDecoder.cpp | 12 ------------
tools/intel-features/intel-pt/PTDecoder.h | 10 ----------
12 files changed, 93 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.