This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from c9ddb9349 Revert "[swig] Define attribute(ref) instead of accessing swi [...]
new 7c5647142 [Symbol] Add DeclVendor::FindTypes
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/Symbol/DeclVendor.h | 13 +++++++
source/API/SBTarget.cpp | 26 ++++---------
source/Plugins/Language/ObjC/ObjCLanguage.cpp | 44 ++++++++--------------
.../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp | 10 ++---
.../AppleObjCTypeEncodingParser.cpp | 14 ++-----
source/Symbol/CMakeLists.txt | 1 +
source/Symbol/DeclVendor.cpp | 29 ++++++++++++++
7 files changed, 73 insertions(+), 64 deletions(-)
create mode 100644 source/Symbol/DeclVendor.cpp
--
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-tools-extra.
from 4cc46eb2 [clang-doc] Fix segfault in comment sorting
new d0fd727a [clang-doc] Serialize child namespaces and records
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:
clang-doc/Mapper.cpp | 9 ++-
clang-doc/Serialize.cpp | 96 ++++++++++++++++++--------
clang-doc/Serialize.h | 34 +++++++---
unittests/clang-doc/ClangDocTest.cpp | 7 +-
unittests/clang-doc/SerializeTest.cpp | 123 ++++++++++++++++++++--------------
5 files changed, 176 insertions(+), 93 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-lts-defconfig
in repository toolchain/ci/gcc.
from 01056071c28 Daily bump.
adds 824376db1f2 Daily bump.
adds fc0fef93fb1 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 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-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 8047a3bda 0: update: binutils-gcc-linux: boot
new 2757b7f69 0: update: binutils-gcc-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 (8047a3bda)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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 | 130 +-
02-prepare_abe/console.log | 372 +-
03-build_abe-binutils/console.log | 10973 +++++++-------
04-build_abe-stage1/console.log | 16687 ++++++++++----------
05-build_linux/console.log | 788 +-
06-boot_linux/console.log | 394 +-
console.log | 29399 ++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
8 files changed, 29418 insertions(+), 29339 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 7a71aab3301 [ThinLTO] Add summary entries for index-based WPD
new 969224b117b [AArch64][GlobalISel] Teach tryOptSelect to handle G_ICMP
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/Target/AArch64/AArch64InstructionSelector.cpp | 245 ++++++++++++---------
test/CodeGen/AArch64/GlobalISel/fold-fp-select.mir | 7 +-
test/CodeGen/AArch64/GlobalISel/fold-select.mir | 68 ++++++
test/CodeGen/AArch64/GlobalISel/opt-fold-cmn.mir | 24 +-
4 files changed, 212 insertions(+), 132 deletions(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/fold-select.mir
--
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 60090044fa2 AMDGPU: Custom lower vector_shuffle for v4i16/v4f16
new 7a71aab3301 [ThinLTO] Add summary entries for index-based WPD
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/Bitcode/LLVMBitCodes.h | 21 ++++
include/llvm/IR/ModuleSummaryIndex.h | 82 +++++++++++++-
lib/Analysis/ModuleSummaryAnalysis.cpp | 113 +++++++++++++++++-
lib/AsmParser/LLLexer.cpp | 3 +
lib/AsmParser/LLParser.cpp | 170 +++++++++++++++++++++++++++-
lib/AsmParser/LLParser.h | 2 +
lib/AsmParser/LLToken.h | 3 +
lib/Bitcode/Reader/BitcodeReader.cpp | 56 +++++++++
lib/Bitcode/Writer/BitcodeWriter.cpp | 72 +++++++++++-
lib/IR/AsmWriter.cpp | 39 +++++++
lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp | 43 +++++--
test/Assembler/thinlto-vtable-summary.ll | 38 +++++++
test/ThinLTO/X86/devirt.ll | 146 ++++++++++++++++++++++++
tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp | 2 +
14 files changed, 765 insertions(+), 25 deletions(-)
create mode 100644 test/Assembler/thinlto-vtable-summary.ll
create mode 100644 test/ThinLTO/X86/devirt.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 506308d0b 2: update: llvm-linux: 19523
new 8fdca1c75 2: update: llvm-linux: 19523
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 (506308d0b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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-build_llvm/console.log | 11638 ++++++++++++++++-----------------
03-build_linux/console.log | 1944 +++---
console.log | 13712 +++++++++++++++++++--------------------
jenkins/manifest.sh | 6 +-
5 files changed, 13713 insertions(+), 13717 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.