This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 68076440bf ClangCodeGenTests: Update libdeps.
new 462390a3e0 Don't see through 'using member-declarations' when determini [...]
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/Sema/SemaExprMember.cpp | 14 +++++++-------
test/CXX/class/class.mfct/class.mfct.non-static/p3.cpp | 17 ++++++++++++++---
2 files changed, 21 insertions(+), 10 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 a183d6cf2a6 [LV] Fix PR34248 - recommit D32871 after revert r311304
new 75f84acf16b [ARM] Tidy-up ARMAsmParser. 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/ARM/AsmParser/ARMAsmParser.cpp | 28 +++++-----------------------
1 file changed, 5 insertions(+), 23 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 binutils-gdb.
from a5b4ee9451 Disallow copy relocation against protected data symbol
new 596dc58f33 x86: Initialize def_protected
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 | 6 ++++++
bfd/elf32-i386.c | 1 +
bfd/elf64-x86-64.c | 1 +
3 files changed, 8 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 6e17a3e9dbe [X86] Adding more tests for horizontal [F]HADD/[F]SUB for A [...]
new a183d6cf2a6 [LV] Fix PR34248 - recommit D32871 after revert r311304
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/Transforms/Vectorize/CMakeLists.txt | 1 +
lib/Transforms/Vectorize/LoopVectorize.cpp | 1585 +++++++++++++-------
lib/Transforms/Vectorize/VPlan.cpp | 401 +++++
lib/Transforms/Vectorize/VPlan.h | 789 ++++++++++
.../LoopVectorize/AArch64/aarch64-predication.ll | 12 +-
.../LoopVectorize/AArch64/predication_costs.ll | 22 +-
.../SystemZ/load-store-scalarization-cost.ll | 6 +-
.../LoopVectorize/first-order-recurrence.ll | 7 -
test/Transforms/LoopVectorize/if-pred-non-void.ll | 36 +-
9 files changed, 2300 insertions(+), 559 deletions(-)
create mode 100644 lib/Transforms/Vectorize/VPlan.cpp
create mode 100644 lib/Transforms/Vectorize/VPlan.h
--
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 395cdbc9b5f [X86] Add a target-specific DAG combine to combine extract_ [...]
new 6e17a3e9dbe [X86] Adding more tests for horizontal [F]HADD/[F]SUB for A [...]
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/CodeGen/X86/avx512-hadd-hsub.ll | 84 +++++++++++++++++++++++++++++++++++-
1 file changed, 82 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 028eecc62d Add forgotten file in r311844.
new 68076440bf ClangCodeGenTests: Update libdeps.
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/CodeGen/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
--
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 8d20c96f45 D34059: Get the file name for the symbol from the Module, no [...]
new 028eecc62d Add forgotten file in r311844.
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/CodeGen/IncrementalProcessingTest.cpp | 174 ++++++++++++++++++++++++
1 file changed, 174 insertions(+)
create mode 100644 unittests/CodeGen/IncrementalProcessingTest.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 clang.
from 105edcf926 D34444: Teach codegen to work in incremental processing mode.
new 8d20c96f45 D34059: Get the file name for the symbol from the Module, no [...]
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/CGDeclCXX.cpp | 14 +++++---------
unittests/CodeGen/CMakeLists.txt | 1 +
2 files changed, 6 insertions(+), 9 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 dd86f7d428 Pass the correct object argument when a member call to an 'u [...]
new 105edcf926 D34444: Teach codegen to work in incremental processing mode.
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/CodeGen/ModuleBuilder.h | 4 ++++
lib/CodeGen/ModuleBuilder.cpp | 13 +++++++++++++
2 files changed, 17 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 gcc.
from 4b2c8ec013e Daily bump.
new 12c75f42fe1 2017-08-27 Thomas Koenig <tkoenig(a)gcc.gnu.org>
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/fortran/ChangeLog | 6 +++++
gcc/fortran/frontend-passes.c | 21 ++++++++++++----
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gfortran.dg/inline_matmul_19.f90 | 34 ++++++++++++++++++++++++++
4 files changed, 61 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/inline_matmul_19.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.