This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f980300b624 [X86][Broadwell] Added the instruction scheduling informati [...]
new 3defffe969d Fix LLVM_LINK_LLVM_DYLIB=On build of llvm-cfi-verify
new 58a8315339f Delete unused instantiations of DIBuilder. NFC
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/Transforms/Utils/Local.cpp | 2 --
tools/llvm-cfi-verify/CMakeLists.txt | 2 +-
unittests/tools/llvm-cfi-verify/CMakeLists.txt | 1 -
3 files changed, 1 insertion(+), 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 llvm.
from 7e8095025bc [llvm-cov] Use a stable sort on sub-views
new f980300b624 [X86][Broadwell] Added the instruction scheduling informati [...]
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/X86/X86.td | 2 +-
lib/Target/X86/X86SchedBroadwell.td | 4076 +++++++++++++++++++++++++++++++++++
lib/Target/X86/X86Schedule.td | 2 +-
test/CodeGen/X86/aes-schedule.ll | 24 +-
test/CodeGen/X86/avx-schedule.ll | 364 ++--
test/CodeGen/X86/avx2-schedule.ll | 630 +++---
test/CodeGen/X86/bmi-schedule.ll | 56 +-
test/CodeGen/X86/bmi2-schedule.ll | 60 +-
test/CodeGen/X86/f16c-schedule.ll | 14 +-
test/CodeGen/X86/fma-schedule.ll | 128 +-
test/CodeGen/X86/lea32-schedule.ll | 22 +-
test/CodeGen/X86/lea64-schedule.ll | 22 +-
test/CodeGen/X86/lzcnt-schedule.ll | 12 +-
test/CodeGen/X86/mmx-schedule.ll | 344 +--
test/CodeGen/X86/movbe-schedule.ll | 18 +-
test/CodeGen/X86/popcnt-schedule.ll | 12 +-
test/CodeGen/X86/sse-schedule.ll | 198 +-
test/CodeGen/X86/sse2-schedule.ll | 480 ++---
test/CodeGen/X86/sse3-schedule.ll | 46 +-
test/CodeGen/X86/sse41-schedule.ll | 204 +-
test/CodeGen/X86/sse42-schedule.ll | 46 +-
test/CodeGen/X86/ssse3-schedule.ll | 64 +-
22 files changed, 5450 insertions(+), 1374 deletions(-)
create mode 100755 lib/Target/X86/X86SchedBroadwell.td
--
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 2ed8b7616 Improve comment.
new 14176db4d Move comment to the place where it makes more sense.
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:
ELF/Arch/X86.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 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 aa354152445 Use range-based-for. NFC
new 7e8095025bc [llvm-cov] Use a stable sort on sub-views
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:
tools/llvm-cov/SourceCoverageView.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 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 b98dd52b8 Simplify.
new 2ed8b7616 Improve comment.
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:
ELF/Writer.cpp | 14 ++++++++------
1 file changed, 8 insertions(+), 6 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 c7d0ffff68 CodeGen: Fix missing debug loc due to alloca
new 3692af84ce [OPENMP] Fix PR35013: Fix passing VLAs captures to outlined [...]
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/CGStmtOpenMP.cpp | 8 +++++++-
test/OpenMP/for_reduction_codegen.cpp | 4 ++--
test/OpenMP/for_reduction_codegen_UDR.cpp | 4 ++--
test/OpenMP/parallel_codegen.cpp | 6 +++---
test/OpenMP/target_firstprivate_codegen.cpp | 2 +-
test/OpenMP/target_parallel_codegen.cpp | 4 ++--
test/OpenMP/target_teams_codegen.cpp | 4 ++--
test/OpenMP/vla_crash.c | 22 +++++++++++++++++++++-
8 files changed, 40 insertions(+), 14 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 d6513c032 LLD/ELF/AMDGPU: Process AMDGPU-specific e_flags
new b98dd52b8 Simplify.
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:
ELF/Arch/AMDGPU.cpp | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 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 compiler-rt.
from e9b5a2559 [asan] Add more x86 prologue decodings to handle x64 VC 2017 CRT
new f49c63699 On FreeBSD, skip the first entry in the dl_iterate_phdr list.
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/asan/asan_linux.cc | 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.
unknown user pushed a change to branch master
in repository gcc.
from 41ca0095ec3 2017-10-24 Paolo Carlini <paolo.carlini(a)oracle.com>
new c5c4c95dbe7 PR target/82370 * config/i386/sse.md (VIMAX_AVX2): Remove [...]
new 3225e6c2ac1 PR target/82460 * config/i386/sse.md (UNSPEC_VPERMI2, UNS [...]
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 | 37 +++
gcc/config/i386/i386.c | 60 ++--
gcc/config/i386/sse.md | 349 ++++++---------------
gcc/testsuite/ChangeLog | 22 ++
.../gcc.target/i386/avx512bw-vpermt2w-1.c | 18 +-
gcc/testsuite/gcc.target/i386/avx512f-vpermt2d-1.c | 6 +-
.../gcc.target/i386/avx512f-vpermt2pd-1.c | 4 +-
.../gcc.target/i386/avx512f-vpermt2ps-1.c | 4 +-
gcc/testsuite/gcc.target/i386/avx512f-vpermt2q-1.c | 6 +-
.../gcc.target/i386/avx512vbmi-vpermt2b-1.c | 18 +-
.../gcc.target/i386/avx512vl-vpermt2d-1.c | 12 +-
.../gcc.target/i386/avx512vl-vpermt2pd-1.c | 8 +-
.../gcc.target/i386/avx512vl-vpermt2ps-1.c | 8 +-
.../gcc.target/i386/avx512vl-vpermt2q-1.c | 12 +-
gcc/testsuite/gcc.target/i386/pr82370.c | 18 ++
gcc/testsuite/gcc.target/i386/pr82460-1.c | 30 ++
gcc/testsuite/gcc.target/i386/pr82460-2.c | 17 +
gcc/testsuite/gcc.target/i386/vect-pack-trunc-2.c | 2 +-
18 files changed, 294 insertions(+), 337 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr82370.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr82460-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr82460-2.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.