This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 34f70b6 LoadStoreVectorizer: Skip optnone functions
new 14a454a CodeGen: Use range-based for in LiveVariables, NFC
new a076358 CodeGen: Use MachineInstr& in LocalStackSlotAllocation, 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/CodeGen/LiveVariables.cpp | 10 ++---
lib/CodeGen/LocalStackSlotAllocation.cpp | 64 +++++++++++++++-----------------
2 files changed, 33 insertions(+), 41 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.
Ryan Arnold pushed a change to branch master
in repository toolchain/abe.
from 3f72609 Add a build designator to the manifest file name. Bug #2391
new 82d1d3a Add support for an optional --extraconfig option to pass to ABE.
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:
scripts/MakeRelease.job | 14 ++++++++++----
1 file changed, 10 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 llvm.
from 8a1fda1 CodeGen: Use MachineInstr& in LDVImpl::handleDebugValue, NFC
new 6feb5c9 CodeGen: Use MachineInstr& in HoistSpillHelper, NFC
new 34f70b6 LoadStoreVectorizer: Skip optnone functions
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/CodeGen/InlineSpiller.cpp | 29 +++++++++++-----------
lib/Transforms/Vectorize/LoadStoreVectorizer.cpp | 2 +-
.../LoadStoreVectorizer/AMDGPU/optnone.ll | 12 +++++++++
3 files changed, 28 insertions(+), 15 deletions(-)
create mode 100644 test/Transforms/LoadStoreVectorizer/AMDGPU/optnone.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 a204da2 CodeGen: Use MachineInstr& in TargetLowering, NFC
new 5f0f4b6 [TableGen] Use a SmallVector for Record::Values to avoid debu [...]
new 8b7ef5c Remove non-ASCII characters (silly smart quotes). Thanks to H [...]
new e475645 CodeGen: Use MachineInstr& in IfConversion, NFC
new b6b73f6 CodeGen: Use MachineInstr& in ExpandISelPseudos, NFC
new 8b86030 Add LoadStoreVectorizer pass
new 8a1fda1 CodeGen: Use MachineInstr& in LDVImpl::handleDebugValue, NFC
The 6 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/CodeOfConduct.rst | 12 +-
docs/ReportingGuide.rst | 2 +-
include/llvm/InitializePasses.h | 1 +
include/llvm/LinkAllPasses.h | 1 +
include/llvm/TableGen/Record.h | 6 +-
include/llvm/Transforms/Vectorize.h | 7 +
lib/CodeGen/ExpandISelPseudos.cpp | 6 +-
lib/CodeGen/IfConversion.cpp | 18 +-
lib/CodeGen/LiveDebugVariables.cpp | 27 +-
lib/Transforms/Vectorize/CMakeLists.txt | 3 +-
lib/Transforms/Vectorize/LoadStoreVectorizer.cpp | 824 +++++++++++++++++++++
lib/Transforms/Vectorize/Vectorize.cpp | 1 +
.../LoadStoreVectorizer/AMDGPU/extended-index.ll | 150 ++++
.../LoadStoreVectorizer/AMDGPU/insertion-point.ll | 62 ++
.../AMDGPU/interleaved-mayalias-store.ll | 28 +
.../AMDGPU/lit.local.cfg | 0
.../LoadStoreVectorizer}/AMDGPU/merge-stores.ll | 350 ++++-----
.../LoadStoreVectorizer/AMDGPU/merge-vectors.ll | 91 +++
.../AMDGPU/no-implicit-float.ll | 20 +
19 files changed, 1359 insertions(+), 250 deletions(-)
create mode 100644 lib/Transforms/Vectorize/LoadStoreVectorizer.cpp
create mode 100644 test/Transforms/LoadStoreVectorizer/AMDGPU/extended-index.ll
create mode 100644 test/Transforms/LoadStoreVectorizer/AMDGPU/insertion-point.ll
create mode 100644 test/Transforms/LoadStoreVectorizer/AMDGPU/interleaved-mayalias [...]
copy test/Transforms/{CodeGenPrepare => LoadStoreVectorizer}/AMDGPU/lit.local.cfg (100%)
copy test/{CodeGen => Transforms/LoadStoreVectorizer}/AMDGPU/merge-stores.ll (68%)
create mode 100644 test/Transforms/LoadStoreVectorizer/AMDGPU/merge-vectors.ll
create mode 100644 test/Transforms/LoadStoreVectorizer/AMDGPU/no-implicit-float.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 clang.
from 908ddc5 [OpenMP] Use fopenmp prefix for all options introduced by the [...]
new 1b983cb [Sema] Implement C++14's DR1579: Prefer returning by converti [...]
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/Initialization.h | 3 ++
include/clang/Sema/Sema.h | 4 +-
lib/Sema/SemaStmt.cpp | 91 +++++++++++++++++++++----------------
test/CXX/drs/dr15xx.cpp | 56 +++++++++++++++++++++++
test/SemaCXX/rval-references.cpp | 10 +---
5 files changed, 114 insertions(+), 50 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 libcxx.
from 1a93312 Fix static assert problem on gcc; remove XFAILs that I put in [...]
new a3ccd96 Replace __make_tuple_indices implementation with superior imp [...]
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/__tuple | 99 ++++++++++++++++++++++++++++++++++++++++++---------------
include/utility | 59 ++++------------------------------
2 files changed, 81 insertions(+), 77 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 libcxx.
from 3efb2c9 Fix C++03 build.
new 1a93312 Fix static assert problem on gcc; remove XFAILs that I put in [...]
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/__hash_table | 8 ++++----
include/__tree | 4 ++--
test/std/containers/associative/map/incomplete_type.pass.cpp | 2 --
.../associative/map/map.cons/default_recursive.pass.cpp | 2 --
test/std/containers/associative/multimap/incomplete_type.pass.cpp | 2 --
.../associative/multimap/multimap.cons/default_recursive.pass.cpp | 2 --
test/std/containers/unord/unord.map/incomplete_type.pass.cpp | 2 --
test/std/containers/unord/unord.multimap/incomplete.pass.cpp | 2 --
8 files changed, 6 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 c54ee83 PR tree-optimization/71707 * tree-ssa-strlen.c (get_stridx_ [...]
new bb68935 2016-06-30 Michael Meissner <meissner(a)linux.vnet.ibm.com>
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 | 16 ++++++++++++++++
gcc/config/rs6000/constraints.md | 5 +++++
gcc/config/rs6000/predicates.md | 9 +++++++++
gcc/config/rs6000/rs6000.md | 16 ++++++++--------
4 files changed, 38 insertions(+), 8 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 d560010 Don't use unchecked dyn_cast
new c909aaf Test commit.
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/X86CallFrameOptimization.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.