This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ab3320388a6 Remove the static initialize introduced in r365099
new 69aa934fb40 Fix typo in r366494. Spotted by Yuanfang Chen.
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/IR/Constants.cpp | 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-master-aarch64-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 356e3d75 0: update: binutils-gcc-linux: all
new beb511f7 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 (356e3d75)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 130 +-
02-prepare_abe/console.log | 418 +-
03-build_abe-binutils/console.log | 11192 +++++++-------
04-build_abe-stage1/console.log | 15644 ++++++++++----------
05-build_linux/console.log | 838 +-
06-boot_linux/console.log | 6 +-
console.log | 28228 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 28264 insertions(+), 28204 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 ec94b5a917c gn build: Merge r366458.
new b8abe69f7d2 IR: Teach Constant::needsRelocation() that relative pointer [...]
new ab3320388a6 Remove the static initialize introduced in r365099
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/IR/Constants.cpp | 34 +++++++++++++++++++++++-----------
lib/Object/MachOObjectFile.cpp | 20 +++++++++++---------
test/CodeGen/X86/relptr-rodata.ll | 21 +++++++++++++++++++++
3 files changed, 55 insertions(+), 20 deletions(-)
create mode 100644 test/CodeGen/X86/relptr-rodata.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 lldb.
from a34dd5949 [FileSpecList] Add EmplaceBack method (NFC)
new 48a57bc85 Fall back to dyld's _dyld_start when no LC_MAIN / main() func [...]
new 436a31131 [Breakpoint] Replace use of ClangASTContext with TypeSystem
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:
include/lldb/Target/Target.h | 18 ++++++++++
source/Breakpoint/Watchpoint.cpp | 5 +--
.../Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 19 ++++++++++-
source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h | 2 ++
source/Target/Target.cpp | 38 ++++++++++++++++++++++
source/Target/ThreadPlanCallFunction.cpp | 37 +++++----------------
6 files changed, 87 insertions(+), 32 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/llvm-master-aarch64-next-allmodconfig
in repository toolchain/ci/base-artifacts.
from 9a410673 4: update: llvm-abc744d2631fd8467c342a05c7c3bc83ad9de54f: 18684
new dc6cd0c7 5: reset: linux-192f0f8e9db7efe4ac98d47f5fa4334e43c1204d: 18598
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 | 179 +-
02-build_llvm/console.log | 11866 +++++++++++++++---------------
03-build_linux/console.log | 2681 ++++---
05-check_regression/console.log | 20 +-
06-update_baseline/console.log | 71 -
console.log | 14817 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
reset-baseline | 0
results | 2 +-
9 files changed, 15212 insertions(+), 14434 deletions(-)
create mode 100644 reset-baseline
--
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 cf8e045fb26 FileSystem: Check for DTTOIF alone, not _DIRENT_HAVE_D_TYPE
new ec94b5a917c gn build: Merge r366458.
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:
utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn | 1 +
1 file changed, 1 insertion(+)
--
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 3ad0515cc [lldb][swig] Fix autodocs flag parsing
new a34dd5949 [FileSpecList] Add EmplaceBack method (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:
include/lldb/Core/FileSpecList.h | 9 +++++++++
source/Core/SearchFilter.cpp | 6 +++---
.../CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp | 4 ++--
source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp | 4 ++--
source/Plugins/Platform/MacOSX/PlatformDarwin.cpp | 2 +-
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 2 +-
6 files changed, 18 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.