This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 2215e9b add tests for icmp vector folds
new 7416201 add tests for icmp vector folds
new e5b8fbc [SLPVectorizer] Vectorize reverse-order loads in horizontal r [...]
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/Vectorize/SLPVectorizer.cpp | 69 +++++++++++++++++-----
test/Transforms/InstCombine/icmp.ll | 24 ++++++++
.../SLPVectorizer/X86/reduction_loads.ll | 49 +++++++++++++++
3 files changed, 126 insertions(+), 16 deletions(-)
create mode 100644 test/Transforms/SLPVectorizer/X86/reduction_loads.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 759cf24 [Coverage] Mark more methods const (NFC)
new 2215e9b add tests for icmp vector folds
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/Transforms/InstCombine/icmp.ll | 24 ++++++++++++++++++++++++
1 file changed, 24 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 b5911c2 add tests for icmp vector folds
new 759cf24 [Coverage] Mark more methods const (NFC)
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/ProfileData/Coverage/CoverageMapping.h | 12 ++++++++----
1 file changed, 8 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 clang.
from 6f236a8 Add regression test for PR27699.
new bce52ae [modules] Teach the ASTWriter to ignore mutations coming from [...]
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/Serialization/ASTReader.h | 22 ++++++++++++++++++++++
lib/Serialization/ASTReader.cpp | 2 ++
lib/Serialization/ASTReaderDecl.cpp | 13 ++++---------
lib/Serialization/ASTWriter.cpp | 18 +++++++++++++++++-
test/Modules/Inputs/PR28332/TextualInclude.h | 7 +++++++
test/Modules/Inputs/PR28332/a.h | 8 ++++++++
test/Modules/Inputs/PR28332/b.h | 3 +++
test/Modules/Inputs/PR28332/c.h | 2 ++
test/Modules/Inputs/PR28332/module.modulemap | 3 +++
test/Modules/pr28332.cpp | 8 ++++++++
10 files changed, 76 insertions(+), 10 deletions(-)
create mode 100644 test/Modules/Inputs/PR28332/TextualInclude.h
create mode 100644 test/Modules/Inputs/PR28332/a.h
create mode 100644 test/Modules/Inputs/PR28332/b.h
create mode 100644 test/Modules/Inputs/PR28332/c.h
create mode 100644 test/Modules/Inputs/PR28332/module.modulemap
create mode 100644 test/Modules/pr28332.cpp
--
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 d12f372 [llvm-cov] Don't copy stylesheets into index files
new 2b421e1 Use RValue refs in APInt add/sub methods.
new 3b6613c Add invariant start call creation in IRBuilder.NFC
new b5911c2 add tests for icmp vector folds
The 3 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/ADT/APInt.h | 83 ++++++++++++------
include/llvm/IR/IRBuilder.h | 5 ++
lib/IR/IRBuilder.cpp | 20 +++++
lib/Support/APInt.cpp | 54 ++++--------
test/Transforms/InstCombine/add.ll | 37 ++++++++
test/Transforms/InstCombine/xor.ll | 38 +++++++--
unittests/ADT/APIntTest.cpp | 169 +++++++++++++++++++++++++++++++++++++
7 files changed, 337 insertions(+), 69 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 e61393a update to use FileCheck and auto-generate checks
new c119b4e [SCEV] Extract out a helper function; NFC
new d12f372 [llvm-cov] Don't copy stylesheets into index files
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/llvm/Analysis/ScalarEvolution.h | 9 +++++++++
lib/Analysis/ScalarEvolution.cpp | 21 ++++++++++++++-------
test/tools/llvm-cov/style.test | 11 ++++++-----
tools/llvm-cov/SourceCoverageViewHTML.cpp | 3 ++-
4 files changed, 31 insertions(+), 13 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 459f422 Add .rgba syntax extension to ext_vector_type types
new 6f236a8 Add regression test for PR27699.
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/Modules/Inputs/PR27699/Subdir/a.h | 1 +
test/Modules/Inputs/PR27699/Subdir/b.h | 1 +
test/Modules/Inputs/PR27699/module.modulemap | 1 +
test/Modules/Inputs/PR27699/streambuf | 7 +++++++
test/Modules/pr27699.cpp | 9 +++++++++
5 files changed, 19 insertions(+)
create mode 100644 test/Modules/Inputs/PR27699/Subdir/a.h
create mode 100644 test/Modules/Inputs/PR27699/Subdir/b.h
create mode 100644 test/Modules/Inputs/PR27699/module.modulemap
create mode 100644 test/Modules/Inputs/PR27699/streambuf
create mode 100644 test/Modules/pr27699.cpp
--
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 aede87e Fix include case. NFC.
new e61393a update to use FileCheck and auto-generate checks
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/Transforms/InstCombine/add.ll | 499 +++++++++++++++++++++++++------------
1 file changed, 338 insertions(+), 161 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 86728a0 add tests for icmp vector folds
new aede87e Fix include case. NFC.
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/AArch64/AArch64MachineLegalizer.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.