This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 793458895a Print registered targets in clang's version information
new bc04990c1f [DOXYGEN] Corrected several typos and incorrect parameters d [...]
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/Headers/avxintrin.h | 2 +-
lib/Headers/bmiintrin.h | 8 ++++----
lib/Headers/emmintrin.h | 32 +++++++++++++++++++++++++++++---
lib/Headers/xmmintrin.h | 2 +-
4 files changed, 35 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 gcc-7-branch
in repository gcc.
from 097bb179d18 sparc: Fix stack references in return delay slot.
new 47d29fd97e2 2017-06-06 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new f02610630fb Back port from mainline
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 | 10 +
gcc/config/rs6000/vsx.md | 13 +-
gcc/testsuite/ChangeLog | 15 ++
gcc/testsuite/gcc.target/powerpc/pr80718.c | 298 +++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/inline_matmul_18.f90 | 16 ++
gcc/testsuite/gfortran.dg/matmul_16.f90 | 13 ++
libgfortran/ChangeLog | 19 ++
libgfortran/Makefile.in | 5 +-
libgfortran/generated/matmul_c10.c | 40 ++--
libgfortran/generated/matmul_c16.c | 40 ++--
libgfortran/generated/matmul_c4.c | 40 ++--
libgfortran/generated/matmul_c8.c | 40 ++--
libgfortran/generated/matmul_i1.c | 40 ++--
libgfortran/generated/matmul_i16.c | 40 ++--
libgfortran/generated/matmul_i2.c | 40 ++--
libgfortran/generated/matmul_i4.c | 40 ++--
libgfortran/generated/matmul_i8.c | 40 ++--
libgfortran/generated/matmul_r10.c | 40 ++--
libgfortran/generated/matmul_r16.c | 40 ++--
libgfortran/generated/matmul_r4.c | 40 ++--
libgfortran/generated/matmul_r8.c | 40 ++--
libgfortran/m4/matmul_internal.m4 | 8 +-
22 files changed, 647 insertions(+), 270 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr80718.c
create mode 100644 gcc/testsuite/gfortran.dg/inline_matmul_18.f90
create mode 100644 gcc/testsuite/gfortran.dg/matmul_16.f90
--
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 e11fbd18ccb [PowerPC] auto-generate full checks and increase test coverage
new e74c436b705 [CodeGen] Fix some Clang-tidy modernize-use-using and Inclu [...]
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/CodeGen/RegisterPressure.h | 10 +++-
include/llvm/CodeGen/RegisterUsageInfo.h | 17 +++---
include/llvm/CodeGen/SchedulerRegistry.h | 17 +++---
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 72 +++++++++++++++++++-----
lib/CodeGen/AsmPrinter/CodeViewDebug.h | 51 +++++++++++------
lib/CodeGen/BranchFolding.cpp | 36 +++++++++---
lib/CodeGen/MIRParser/MIParser.cpp | 44 +++++++++++++--
lib/CodeGen/MIRParser/MIParser.h | 16 +++---
lib/CodeGen/MIRPrinter.cpp | 54 +++++++++++++-----
lib/CodeGen/RegAllocGreedy.cpp | 96 ++++++++++++++++++++------------
lib/CodeGen/RegisterUsageInfo.cpp | 15 ++++-
lib/CodeGen/TargetFrameLoweringImpl.cpp | 14 +++--
lib/CodeGen/XRayInstrumentation.cpp | 21 ++++---
lib/Target/ARM/Thumb2InstrInfo.cpp | 20 +++++--
14 files changed, 339 insertions(+), 144 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 4a03a9f0896 Allow VersionPrinter to print to arbitrary raw_ostreams
new e11fbd18ccb [PowerPC] auto-generate full checks and increase test coverage
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:
.../PowerPC/memCmpUsedInZeroEqualityComparison.ll | 237 ++++++++++++++-------
1 file changed, 160 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 llvm.
from fdb83c86c85 Added tests for X86InterleavedStore.
new 4a03a9f0896 Allow VersionPrinter to print to arbitrary raw_ostreams
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/Support/CommandLine.h | 7 +++++--
include/llvm/Support/TargetRegistry.h | 2 +-
lib/Support/CommandLine.cpp | 18 ++++++++----------
lib/Support/TargetRegistry.cpp | 3 +--
4 files changed, 15 insertions(+), 15 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 befb667456 [clang] Remove double semicolons. NFC.
new 793458895a Print registered targets in clang's version information
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/Driver/Driver.cpp | 5 +++++
tools/clang-format/ClangFormat.cpp | 3 +--
tools/clang-offload-bundler/ClangOffloadBundler.cpp | 3 +--
3 files changed, 7 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-tools-extra.
from d2bd4757 [clang-tidy] misc-inaccurate-erase: support call by pointer
new bdc214d0 Adjust SetVersionPrinter call for D33899
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:
clang-apply-replacements/tool/ClangApplyReplacementsMain.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 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 3aa7f808633 GlobalsModRef+OptNone: Don't prove readnone/other propertie [...]
new fdb83c86c85 Added tests for X86InterleavedStore.
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/x86-interleaved-access.ll | 93 ++++++++++++++++++++++
.../X86/interleaved-accesses-64bits-avx.ll | 61 +++++++++++++-
2 files changed, 153 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 f4a6504277 Remove declaration of set_register_cache from regdef.h
new 78e8a2ff5f bfd: support section groups with preceding SHF_GROUP sections
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 | 8 ++++++++
bfd/elf.c | 33 +++++----------------------------
2 files changed, 13 insertions(+), 28 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 47922733611 2017-06-06 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new db122cb9f30 compiler: typing fixes for Interface_mtable_expression
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/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/expressions.cc | 47 ++++++++++++++++++++++++++++++++--------
gcc/go/gofrontend/expressions.h | 2 +-
3 files changed, 40 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.