This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 39812314f7e [WebAssembly] Target features section
new f2fd5784992 AMDGPU: Don't look for constant in insert/extract_vector_el [...]
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/AMDGPU/AMDGPURegisterBankInfo.cpp | 63 +++-------
.../regbankselect-extract-vector-elt.mir | 69 +++++++---
.../GlobalISel/regbankselect-insert-vector-elt.mir | 140 ++++++++++++---------
3 files changed, 153 insertions(+), 119 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 gcc.
from f374a5347b4 S/390: Fix PR89775. Stackpointer save/restore instructions removed
new 0f86e901b85 PR c++/87480 - decltype of member access in default template arg
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/cp/ChangeLog | 6 ++++++
gcc/cp/pt.c | 9 ++++++++-
gcc/testsuite/g++.dg/cpp0x/fntmpdefarg11.C | 15 +++++++++++++++
3 files changed, 29 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/fntmpdefarg11.C
--
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 4dc029cbf0f [AMDGPU] Fix clamp bit DAG operand
new 39812314f7e [WebAssembly] Target features 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 | 12 ++++
include/llvm/Object/Wasm.h | 7 +++
include/llvm/ObjectYAML/WasmYAML.h | 26 +++++++++
lib/MC/MCParser/WasmAsmParser.cpp | 7 ++-
lib/MC/WasmObjectWriter.cpp | 11 +++-
lib/Object/WasmObjectFile.cpp | 37 ++++++++++++-
lib/ObjectYAML/WasmYAML.cpp | 25 +++++++++
lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp | 58 ++++++++++++++++++++
lib/Target/WebAssembly/WebAssemblyAsmPrinter.h | 1 +
test/CodeGen/WebAssembly/target-features.ll | 67 +++++++++++++++++++++++
test/MC/WebAssembly/array-fill.ll | 5 ++
test/MC/WebAssembly/assembler-binary.ll | 5 ++
test/MC/WebAssembly/bss.ll | 5 ++
test/MC/WebAssembly/comdat.ll | 5 ++
test/MC/WebAssembly/debug-info.ll | 6 ++
test/MC/WebAssembly/explicit-sections.ll | 5 ++
test/MC/WebAssembly/global-ctor-dtor.ll | 5 ++
test/MC/WebAssembly/visibility.ll | 5 ++
test/MC/WebAssembly/weak-alias.ll | 5 ++
test/MC/WebAssembly/weak.ll | 5 ++
test/ObjectYAML/wasm/target-features-section.yaml | 25 +++++++++
tools/obj2yaml/wasm2yaml.cpp | 10 ++++
tools/yaml2obj/yaml2wasm.cpp | 16 ++++++
23 files changed, 348 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGen/WebAssembly/target-features.ll
create mode 100644 test/ObjectYAML/wasm/target-features-section.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-release-aarch64-spec2k6-Os_LTO
in repository toolchain/ci/gcc.
from 0602ce522a3 2019-03-19 Richard Biener <rguenther(a)suse.de>
adds 604b7f77930 Daily bump.
adds d4d3a069c0a PR libgcc/60790: x86: Do not assume ELF constructors run be [...]
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
libatomic/ChangeLog | 15 +++++++++++++++
libatomic/config/x86/host-config.h | 34 ++++++++++++++++++++++++++++++----
libatomic/config/x86/init.c | 14 +++++++++-----
4 files changed, 55 insertions(+), 10 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 clang.
from da1812dcb1 [OPENMP]Improve detection of omp_allocator_handle_t type and [...]
new fdd0567e39 [X86] Add __crc32b/__crc32w/__crc32d/__crc32q intrinsics 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/Headers/ia32intrin.h | 86 +++++++++++++++++++++++++++++++++++++++++
test/CodeGen/x86-crc-builtins.c | 30 ++++++++++++++
2 files changed, 116 insertions(+)
create mode 100644 test/CodeGen/x86-crc-builtins.c
--
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 48418be1c [TailCallElim] Update tests for LTO pipeline change
new 1ce70bebd [WebAssembly] Target features 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:
test/wasm/Inputs/disallow-feature-foo.yaml | 13 ++++++
test/wasm/Inputs/no-feature-foo.yaml | 11 +++++
test/wasm/Inputs/require-feature-foo.yaml | 13 ++++++
test/wasm/Inputs/use-feature-foo.yaml | 13 ++++++
test/wasm/target-feature-disallowed.yaml | 44 ++++++++++++++++++
test/wasm/target-feature-required.yaml | 42 ++++++++++++++++++
test/wasm/target-feature-used.yaml | 58 ++++++++++++++++++++++++
wasm/InputFiles.cpp | 2 -
wasm/InputFiles.h | 1 -
wasm/Writer.cpp | 71 +++++++++++++++++++++++++++++-
10 files changed, 263 insertions(+), 5 deletions(-)
create mode 100644 test/wasm/Inputs/disallow-feature-foo.yaml
create mode 100644 test/wasm/Inputs/no-feature-foo.yaml
create mode 100644 test/wasm/Inputs/require-feature-foo.yaml
create mode 100644 test/wasm/Inputs/use-feature-foo.yaml
create mode 100644 test/wasm/target-feature-disallowed.yaml
create mode 100644 test/wasm/target-feature-required.yaml
create mode 100644 test/wasm/target-feature-used.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-release-aarch64-spec2k6-Os_LTO
in repository toolchain/ci/binutils-gdb.
from 205f067ea6 Automatic date update in version.in
adds d1639b6f06 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_bmk/llvm-release-aarch64-spec2k6-Os_LTO
in repository toolchain/ci/base-artifacts.
discards 75794a9f 0: good: binutils-gcc-glibc-llvm: -1
new b85a5147 0: good: binutils-gcc-glibc-llvm: -1
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 (75794a9f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/llvm-release-aarch64 [...]
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 | 62 +-
02-prepare_abe/console.log | 28 +-
03-build_abe-binutils/console.log | 6389 ++--
04-build_abe-stage1/console.log | 8448 ++---
05-build_abe-linux/console.log | 62 +-
06-build_abe-glibc/console.log | 22425 ++++++------
07-build_abe-stage2/console.log | 23141 ++++++------
08-build_llvm-true/console.log | 10558 +++---
09-benchmark/benchmark.log | 14 +-
09-benchmark/console.log | 40 +-
11-update_baseline/console.log | 2 +-
console.log | 71151 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
13 files changed, 71379 insertions(+), 70953 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 b82e24e53fc [ARC] Add ARCOptAddrMode pass to generate postincrement loa [...]
new 4dc029cbf0f [AMDGPU] Fix clamp bit DAG operand
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/AMDGPU/AMDGPUISelDAGToDAG.cpp | 13 ++++++++-----
test/CodeGen/AMDGPU/uaddo.ll | 22 ++++++++++++++++++++++
2 files changed, 30 insertions(+), 5 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 clang.
from 4f7e7882e9 Fix implicit ios -> watchOS availability version mapping for [...]
new da1812dcb1 [OPENMP]Improve detection of omp_allocator_handle_t type and [...]
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/Basic/Attr.td | 17 +++-
include/clang/Sema/Sema.h | 2 -
lib/Sema/SemaOpenMP.cpp | 131 ++++++++++++++++++++++------
lib/Serialization/ASTReaderDecl.cpp | 9 +-
lib/Serialization/ASTWriter.cpp | 9 +-
test/OpenMP/allocate_allocator_messages.cpp | 10 ++-
test/PCH/chain-openmp-allocate.cpp | 7 ++
7 files changed, 148 insertions(+), 37 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.