This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 978eb7c50b5 [LoopIdiom] check for safety while expanding
new 776b058abe4 [X86][SSE] Add 128/256/512 bit vector build vector from reg [...]
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/CodeGen/X86/build-vector-128.ll | 428 +++++++++++++++++++++
test/CodeGen/X86/build-vector-256.ll | 434 +++++++++++++++++++++
test/CodeGen/X86/build-vector-512.ll | 712 +++++++++++++++++++++++++++++++++++
3 files changed, 1574 insertions(+)
create mode 100644 test/CodeGen/X86/build-vector-128.ll
create mode 100644 test/CodeGen/X86/build-vector-256.ll
create mode 100644 test/CodeGen/X86/build-vector-512.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 gcc.
from 211cb67b8b8 Kill walk_namespaces. * cp-tree.h (walk_namespaces_fn, wa [...]
new a869c476adc [ARM] PR71607: Fix ICE when loading constant
new 561c0488303 PR tree-optimization/80558 * tree-vrp.c (extract_range_fr [...]
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:
gcc/ChangeLog | 23 ++++++++++
gcc/config/arm/arm.c | 21 +++++++--
gcc/config/arm/arm.md | 9 ++--
gcc/config/arm/vfp.md | 37 +++++++++++++++
gcc/testsuite/ChangeLog | 18 ++++++++
gcc/testsuite/gcc.dg/tree-ssa/vrp115.c | 50 ++++++++++++++++++++
...low-flash-data.c => thumb2-slow-flash-data-1.c} | 0
.../gcc.target/arm/thumb2-slow-flash-data-2.c | 28 ++++++++++++
.../gcc.target/arm/thumb2-slow-flash-data-3.c | 25 ++++++++++
.../gcc.target/arm/thumb2-slow-flash-data-4.c | 26 +++++++++++
.../gcc.target/arm/thumb2-slow-flash-data-5.c | 14 ++++++
.../gcc.target/arm/tls-disable-literal-pool.c | 15 ++++++
gcc/tree-vrp.c | 53 +++++++++++++++++++++-
13 files changed, 307 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/vrp115.c
rename gcc/testsuite/gcc.target/arm/{thumb2-slow-flash-data.c => thumb2-slow-flash [...]
create mode 100644 gcc/testsuite/gcc.target/arm/thumb2-slow-flash-data-2.c
create mode 100644 gcc/testsuite/gcc.target/arm/thumb2-slow-flash-data-3.c
create mode 100644 gcc/testsuite/gcc.target/arm/thumb2-slow-flash-data-4.c
create mode 100644 gcc/testsuite/gcc.target/arm/thumb2-slow-flash-data-5.c
create mode 100644 gcc/testsuite/gcc.target/arm/tls-disable-literal-pool.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 gcc-6-branch
in repository gcc.
from 79b75422895 Daily bump.
new d78508fb2d0 PR target/77728 * config/arm/arm.c: Include gimple.h. (a [...]
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/ChangeLog | 19 ++++
gcc/config/arm/arm.c | 78 ++++++++++++----
gcc/testsuite/ChangeLog | 7 ++
gcc/testsuite/g++.dg/abi/pr77728-1.C | 171 +++++++++++++++++++++++++++++++++++
4 files changed, 258 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/abi/pr77728-1.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.
Renato Golin pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 130d57a tcwg-llvm-testsuite.sh: removing depth from clone
new 6324314 tcwg-llvm-*: Move toolchain name logic to toolchain_file
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:
tcwg-llvm-build.sh | 21 +++++++++++++++++++--
tcwg-llvm-release.sh | 21 +++++++++++++++++++--
2 files changed, 38 insertions(+), 4 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 613bb2757 Remember archive name when creating LazyObjectFile.
new df9884eb5 Use the archive offset with --whole-archive.
new cf642d79a Remember OffsetInArchive in LazyObjectFile.
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:
ELF/Driver.cpp | 18 +++++++++---------
ELF/InputFiles.cpp | 2 +-
ELF/InputFiles.h | 6 ++++--
test/ELF/lto/thin-archivecollision.ll | 19 +++++++++++++------
4 files changed, 27 insertions(+), 18 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 da5cb894af4 2017-05-05 Prathamesh Kulkarni <prathamesh.kulkarni(a)linaro.org>
new 211cb67b8b8 Kill walk_namespaces. * cp-tree.h (walk_namespaces_fn, wa [...]
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 | 4 ++++
gcc/cp/cp-tree.h | 3 ---
gcc/cp/decl.c | 27 ---------------------------
3 files changed, 4 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 master
in repository clang.
from 1b373f4999 [Tooling] Remove redundant check, NFCi
new efcdd0646b [Driver] Add a "-mmacos_version_min" option that's an alias [...]
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/Driver/Options.td | 2 ++
test/Driver/darwin-version.c | 4 ++++
2 files changed, 6 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 compiler-rt.
from b5fcaaae0 [powerpc] Mark coverage-sample.cc as XFAIL on powerpc64le
new 5c7827db1 [ubsan]: temporarily disable print_stack_trace.cc test
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/ubsan/TestCases/Misc/Linux/print_stack_trace.cc | 3 +++
1 file changed, 3 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 llvm.
from 4df50595db9 [X86][AVX512] Improve support and testing for CTLZ of 512-b [...]
new 978eb7c50b5 [LoopIdiom] check for safety while expanding
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/Transforms/Scalar/LoopIdiomRecognize.cpp | 10 +++++
test/Transforms/LoopIdiom/unsafe.ll | 55 ++++++++++++++++++++++++++++
2 files changed, 65 insertions(+)
create mode 100644 test/Transforms/LoopIdiom/unsafe.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 compiler-rt.
from 4ff00356c [ubsan] Implement __sanitizer_print_stack_trace for standalon [...]
new b5fcaaae0 [powerpc] Mark coverage-sample.cc as XFAIL on powerpc64le
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/xray/TestCases/Linux/coverage-sample.cc | 3 +++
1 file changed, 3 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.