This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c2b6a16 AVX-512 Loop Vectorizer: Cost calculation for interleave load [...]
new 6c20767 Fixed shuffle-reverse cost on AVX-512.
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/X86TargetTransformInfo.cpp | 1 +
test/Analysis/CostModel/X86/shuffle-reverse.ll | 3 ++-
2 files changed, 3 insertions(+), 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 binutils-gdb.
from 2571583a Update year range in copyright notice of all files.
new 5b86074 PR20989, sparc GOT sequence optimisation
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:
bfd/ChangeLog | 7 +++++++
bfd/elfxx-sparc.c | 31 +++++++++++++++++++++++++++++--
2 files changed, 36 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 binutils-2_28-branch
in repository binutils-gdb.
from f5a2e27 Update year range in copyright notice of all files.
new 567e353 PR20989, sparc GOT sequence optimisation
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:
bfd/ChangeLog | 7 +++++++
bfd/elfxx-sparc.c | 31 +++++++++++++++++++++++++++++--
2 files changed, 36 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 clang.
from 1c79362 DR1391: Check for implicit conversion sequences for non-depen [...]
new 60fb868 Revert "DR1391: Check for implicit conversion sequences for n [...]
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/Sema/Overload.h | 68 +++------
include/clang/Sema/Sema.h | 39 ++----
lib/Sema/SemaOverload.cpp | 257 ++++++++++------------------------
lib/Sema/SemaTemplateDeduction.cpp | 36 ++---
test/CXX/drs/dr13xx.cpp | 78 -----------
test/Misc/diag-template-diffing.cpp | 2 +-
test/SemaCXX/overload-call.cpp | 2 +-
test/SemaCXX/overload-member-call.cpp | 2 +-
www/cxx_dr_status.html | 2 +-
9 files changed, 124 insertions(+), 362 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 e345a27 Reapply "[CodeGen] Fix invalid DWARF info on Win64"
new c2b6a16 AVX-512 Loop Vectorizer: Cost calculation for interleave load [...]
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/Analysis/TargetTransformInfo.h | 6 +-
include/llvm/CodeGen/BasicTTIImpl.h | 10 +-
lib/Analysis/CostModel.cpp | 32 +++
lib/Target/X86/X86TargetTransformInfo.cpp | 252 ++++++++++++++++++++-
lib/Target/X86/X86TargetTransformInfo.h | 7 +
test/Analysis/CostModel/X86/interleave-load-i32.ll | 85 +++++++
.../Analysis/CostModel/X86/interleave-store-i32.ll | 85 +++++++
test/Analysis/CostModel/X86/shuffle-broadcast.ll | 18 +-
test/Analysis/CostModel/X86/shuffle-single-src.ll | 94 ++++++++
test/Analysis/CostModel/X86/shuffle-two-src.ll | 68 ++++++
test/Analysis/CostModel/X86/strided-load-i16.ll | 113 +++++++++
test/Analysis/CostModel/X86/strided-load-i32.ll | 110 +++++++++
test/Analysis/CostModel/X86/strided-load-i64.ll | 81 +++++++
test/Analysis/CostModel/X86/strided-load-i8.ll | 117 ++++++++++
14 files changed, 1055 insertions(+), 23 deletions(-)
create mode 100755 test/Analysis/CostModel/X86/interleave-load-i32.ll
create mode 100755 test/Analysis/CostModel/X86/interleave-store-i32.ll
create mode 100644 test/Analysis/CostModel/X86/shuffle-single-src.ll
create mode 100644 test/Analysis/CostModel/X86/shuffle-two-src.ll
create mode 100755 test/Analysis/CostModel/X86/strided-load-i16.ll
create mode 100755 test/Analysis/CostModel/X86/strided-load-i32.ll
create mode 100755 test/Analysis/CostModel/X86/strided-load-i64.ll
create mode 100755 test/Analysis/CostModel/X86/strided-load-i8.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 llvm.
from 5b08d83 [InstCombine] add explanatory comment to test; NFC
new e345a27 Reapply "[CodeGen] Fix invalid DWARF info on Win64"
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:
docs/Extensions.rst | 2 +-
include/llvm/MC/MCStreamer.h | 2 +-
include/llvm/MC/MCWinCOFFStreamer.h | 2 +-
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 4 ++-
lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp | 2 +-
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 4 +--
lib/CodeGen/AsmPrinter/DIE.cpp | 5 ++--
lib/MC/MCAsmStreamer.cpp | 6 ++--
lib/MC/MCCodeView.cpp | 2 +-
lib/MC/MCParser/COFFAsmParser.cpp | 15 +++++++++-
lib/MC/MCStreamer.cpp | 5 ++--
lib/MC/WinCOFFStreamer.cpp | 15 ++++++++--
test/DebugInfo/X86/ref_addr_relocation.ll | 48 +++++++++++++++++++-----------
13 files changed, 76 insertions(+), 36 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 f34626d Address post-commit review comments.
new 1c79362 DR1391: Check for implicit conversion sequences for non-depen [...]
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/Sema/Overload.h | 68 ++++++---
include/clang/Sema/Sema.h | 39 ++++--
lib/Sema/SemaOverload.cpp | 257 ++++++++++++++++++++++++----------
lib/Sema/SemaTemplateDeduction.cpp | 36 +++--
test/CXX/drs/dr13xx.cpp | 78 +++++++++++
test/Misc/diag-template-diffing.cpp | 2 +-
test/SemaCXX/overload-call.cpp | 2 +-
test/SemaCXX/overload-member-call.cpp | 2 +-
www/cxx_dr_status.html | 2 +-
9 files changed, 362 insertions(+), 124 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.