This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_60
in repository llvm.
from 29a8dcdf238 Merging r322623: ------------------------------------------ [...]
new c51141594fd Merging r321993: ------------------------------------------ [...]
new 338216c337e Merging r321991: ------------------------------------------ [...]
new 433754d0db4 Merging r321791 and r321862: ------------------------------ [...]
new a1e0ced878e Merging r322473: ------------------------------------------ [...]
new 9a1cf21b577 Merging r321870, r321872, and r321994:
new 56c600d7e68 Merging r322272: ------------------------------------------ [...]
new 7f0f287f2bc Merging r322106: ------------------------------------------ [...]
new 489cae9d77d Merging r322223: ------------------------------------------ [...]
The 8 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/Transforms/Vectorize/SLPVectorizer.h | 7 +-
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 28 ++-
lib/CodeGen/TargetLoweringBase.cpp | 15 +-
lib/Target/X86/X86ISelLowering.cpp | 5 +
lib/Target/X86/X86TargetTransformInfo.cpp | 3 +-
lib/Transforms/Vectorize/LoopVectorize.cpp | 9 +-
lib/Transforms/Vectorize/SLPVectorizer.cpp | 61 +-----
test/CodeGen/ARM/and-load-combine.ll | 14 +-
test/CodeGen/X86/darwin-bzero.ll | 9 +-
test/CodeGen/X86/pr35761.ll | 36 ++++
test/CodeGen/X86/pr37563.ll | 42 ++++
test/CodeGen/X86/var-permute-256.ll | 180 +++++++++++++++++
test/Transforms/LoopVectorize/pr35773.ll | 53 +++++
test/Transforms/SLPVectorizer/X86/PR35628_1.ll | 74 +++++++
test/Transforms/SLPVectorizer/X86/PR35628_2.ll | 64 ++++++
test/Transforms/SLPVectorizer/X86/PR35777.ll | 48 +++++
test/Transforms/SLPVectorizer/X86/PR35865.ll | 27 +++
.../X86/insert-element-build-vector.ll | 220 ++++++++++-----------
test/Transforms/SLPVectorizer/X86/insertvalue.ll | 162 ++++++++++++---
test/Transforms/SLPVectorizer/X86/value-bug.ll | 48 ++++-
20 files changed, 883 insertions(+), 222 deletions(-)
create mode 100644 test/CodeGen/X86/pr35761.ll
create mode 100644 test/CodeGen/X86/pr37563.ll
create mode 100644 test/Transforms/LoopVectorize/pr35773.ll
create mode 100644 test/Transforms/SLPVectorizer/X86/PR35628_1.ll
create mode 100644 test/Transforms/SLPVectorizer/X86/PR35628_2.ll
create mode 100644 test/Transforms/SLPVectorizer/X86/PR35777.ll
create mode 100644 test/Transforms/SLPVectorizer/X86/PR35865.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 8dfab7e453f [ARM GlobalISel] Rename local variable. NFC
new 13467f82dc9 Add tests for ConstantFoldTerminator preserving DomTree
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:
unittests/Transforms/Utils/Local.cpp | 125 +++++++++++++++++++++++++++++++++++
1 file changed, 125 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 clang.
from 9bf6180c8c Attempt to fix test/Driver/masm.c on the ARM bots.
new 7966228c1f [clang-format] adds enclosing function detection to raw stri [...]
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/ClangFormatStyleOptions.rst | 57 +++++++++++++++++-----------
include/clang/Format/Format.h | 22 ++++++++---
lib/Format/ContinuationIndenter.cpp | 63 ++++++++++++++++++++++++-------
lib/Format/ContinuationIndenter.h | 6 ++-
lib/Format/Format.cpp | 7 ++++
unittests/Format/FormatTest.cpp | 20 ++++++++--
unittests/Format/FormatTestRawStrings.cpp | 48 +++++++++++++++++++----
7 files changed, 170 insertions(+), 53 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 release_60
in repository clang.
from 27eb4d05f0 Merging r322390: ------------------------------------------- [...]
new 2dfe2bdba5 Merging r321777: ------------------------------------------- [...]
new ca189f00af Merging r321779: ------------------------------------------- [...]
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:
include/clang/Basic/Attr.td | 1 +
lib/Sema/SemaTemplateDeduction.cpp | 4 ++++
test/SemaCXX/cxx1z-class-template-argument-deduction.cpp | 11 +++++++++++
test/SemaTemplate/alignas.cpp | 11 +++++++++++
4 files changed, 27 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 clang.
from 01869f299e [Index] Fix GCC warning. This is silly, but no llvm_unreacha [...]
new 9bf6180c8c Attempt to fix test/Driver/masm.c on the ARM bots.
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/Driver/masm.c | 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 40f2a9a2af5 [C++/83739] bogus error tsubsting range for in generic lambda
new d78e2177761 Fix failure building LLVM with location wrapper nodes (PR c [...]
new 2b248b38982 * config/i386/i386.c (indirect_thunk_name): Declare regno [...]
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 | 11 +++++++++-
gcc/config/i386/i386.c | 30 +++++++++++++-------------
gcc/cp/ChangeLog | 8 +++++++
gcc/cp/pt.c | 38 +++++++++++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/wrappers/pr83799.C | 18 ++++++++++++++++
6 files changed, 94 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/wrappers/pr83799.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 clang.
from 2ac973d583 [Sema] Add visited contexts to CodeCompleteContext
new 01869f299e [Index] Fix GCC warning. This is silly, but no llvm_unreacha [...]
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/c-index-test/c-index-test.c | 4 +++-
1 file 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 f517c1805a configure: Fix test for fs_base/gs_base in <sys/user.h>
new 4bfce12836 Update Ukranian and Russian translations in bfd library
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 | 5 +
bfd/po/ru.po | 7177 +++++++++++++++++++++++++++++++++++++++++----------------
bfd/po/uk.po | 10 +-
3 files changed, 5178 insertions(+), 2014 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_30-branch
in repository binutils-gdb.
from 44922c0e1b Automatic date update in version.in
new af8eb8d29a Update Ukranian and Russian translations in bfd library
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 | 5 +
bfd/po/ru.po | 7177 +++++++++++++++++++++++++++++++++++++++++----------------
bfd/po/uk.po | 10 +-
3 files changed, 5178 insertions(+), 2014 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 a38180cfd8e libgo: update to Go1.10beta2 release
new 40f2a9a2af5 [C++/83739] bogus error tsubsting range for in generic lambda
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 | 36 +++++++++++++++++++++++++-----------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp1y/pr83739.C | 16 ++++++++++++++++
4 files changed, 52 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr83739.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.