This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ca40007b1fa [X86] Remove GCCBuiltin from deprecated avx512 scatter intr [...]
new 017cb3b47a4 Revert "[WebAssembly] Parse llvm.ident into producers section"
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/BinaryFormat/Wasm.h | 6 ---
include/llvm/Object/Wasm.h | 4 +-
include/llvm/ObjectYAML/WasmYAML.h | 23 -----------
lib/MC/WasmObjectWriter.cpp | 47 ++++++++--------------
lib/Object/WasmObjectFile.cpp | 45 ---------------------
lib/ObjectYAML/WasmYAML.cpp | 18 ---------
lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp | 30 --------------
test/CodeGen/WebAssembly/custom-sections.ll | 13 ------
test/MC/WebAssembly/custom-sections.ll | 9 -----
test/MC/WebAssembly/debug-info.ll | 6 ---
test/ObjectYAML/wasm/producers_section.yaml | 29 -------------
test/ObjectYAML/wasm/producers_section_repeat.yaml | 14 -------
tools/obj2yaml/wasm2yaml.cpp | 23 -----------
tools/yaml2obj/yaml2wasm.cpp | 27 -------------
14 files changed, 18 insertions(+), 276 deletions(-)
delete mode 100644 test/ObjectYAML/wasm/producers_section.yaml
delete mode 100644 test/ObjectYAML/wasm/producers_section_repeat.yaml
--
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 0981c63e496 [SEH] [ARM64] Retrieve the frame pointer from SEH funclets
new c6f4c7e8bc7 [FunctionComparator] Consider tail call kinds
new c938c3e6047 [docs] Fix formatting.
new ca40007b1fa [X86] Remove GCCBuiltin from deprecated avx512 scatter intr [...]
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:
docs/CompilerWriterInfo.rst | 2 +-
include/llvm/IR/IntrinsicsX86.td | 32 +++++++---------------------
lib/Transforms/Utils/FunctionComparator.cpp | 33 ++++++++++-------------------
test/Transforms/MergeFunc/tailcall.ll | 21 ++++++++++++++++++
4 files changed, 41 insertions(+), 47 deletions(-)
create mode 100644 test/Transforms/MergeFunc/tailcall.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 clang.
from 5d313d9af5 [Frontend] Make WrapperFrontendAction call WrappedAction.Pre [...]
new f4826f7322 [X86] Add custom emission for the avx512 scatter builtins to [...]
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 | 108 +++++++++++++++++++++++++++++++++++++++
test/CodeGen/avx512f-builtins.c | 32 ++++++------
test/CodeGen/avx512vl-builtins.c | 64 +++++++++++------------
3 files changed, 156 insertions(+), 48 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 lld.
from 742f48c94 [WebAssembly] Merge producers section
new 73e01cecf Revert "[WebAssembly] Merge producers section"
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:
wasm/InputFiles.cpp | 2 --
wasm/InputFiles.h | 3 +--
wasm/Writer.cpp | 47 +----------------------------------------------
3 files changed, 2 insertions(+), 50 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-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards d1a098340 gcc-4dfb886147d3e37b40bd0a20cb56860ab925554d: all
new b9e3a1890 linux-cbeb3db684f72d744e74c567542faac796d9cbd8: 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 (d1a098340)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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:
1-reset_artifacts/console.log | 50 +-
2-prepare_abe/console.log | 6 +-
3-build_abe-binutils/console.log | 3375 +++++++--------
4-build_abe-stage1/console.log | 4571 ++++++++++-----------
5-count_linux_objs/console.log | 259 +-
5-count_linux_objs/kernel.release | 1 +
console.log | 8199 +++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
11 files changed, 8298 insertions(+), 8183 deletions(-)
create mode 100644 5-count_linux_objs/kernel.release
--
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 19ea6650b4c [WebAssembly] Parse llvm.ident into producers section
new 2298dcc0122 [docs] Add more ARM/AArch64 links to CompilerWriterInfo.rst .
new 0981c63e496 [SEH] [ARM64] Retrieve the frame pointer from SEH funclets
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:
docs/CompilerWriterInfo.rst | 22 ++++-
lib/Target/AArch64/AArch64FrameLowering.cpp | 11 +++
test/CodeGen/AArch64/seh_funclet_x1.ll | 121 ++++++++++++++++++++++++++++
3 files changed, 150 insertions(+), 4 deletions(-)
create mode 100644 test/CodeGen/AArch64/seh_funclet_x1.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 clang.
from a7fd64ae21 [analyzer] Another RetainCountChecker cleanup
new 5d313d9af5 [Frontend] Make WrapperFrontendAction call WrappedAction.Pre [...]
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/clang/Frontend/FrontendAction.h | 1 +
lib/Frontend/FrontendAction.cpp | 3 +++
2 files changed, 4 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 gcc.
from 93478c9fa2c Fix failing filesystem tests on mingw targets
new af0ac1f562d [libbacktrace] Read .gnu_debugaltlink
new 477b4e4c711 [libbacktrace] Return struct dwarf_data pointer from elf_add
new 7ad450d17aa [libbacktrace] Add altlink field to struct dwarf_data
new 151e535016d [libbacktrace] Handle alt FORMS without .gnu_debugaltlink
new 48da990d800 [libbacktrace] Handle DW_FORM_GNU_strp_alt
new 620f4ae9fc8 Daily bump.
The 6 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/DATESTAMP | 2 +-
libbacktrace/ChangeLog | 42 +++++++++++++++++++
libbacktrace/Makefile.in | 2 +-
libbacktrace/dwarf.c | 70 +++++++++++++++++++++++---------
libbacktrace/elf.c | 102 ++++++++++++++++++++++++++++++++++++++++++++---
libbacktrace/internal.h | 6 ++-
libbacktrace/pecoff.c | 4 +-
libbacktrace/xcoff.c | 4 +-
8 files changed, 202 insertions(+), 30 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 gcc-7-branch
in repository gcc.
from 33fdf1708d2 Fix diagnostics for never-defined inline and nested functio [...]
new 1a0b5af21ca Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.