This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 4a1e3574262 [AArch64][RegisterBankInfo] Change the default mapping of f [...]
new f019c6b2199 [CodeView] Add support for random access type visitors.
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/DebugInfo/CodeView/CVTypeVisitor.h | 4 ++
include/llvm/DebugInfo/CodeView/TypeDatabase.h | 29 +++++++-
.../llvm/DebugInfo/CodeView/TypeDatabaseVisitor.h | 15 ++++-
.../CodeView/TypeVisitorCallbackPipeline.h | 8 +++
.../llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h | 9 ++-
lib/DebugInfo/CodeView/CVTypeVisitor.cpp | 36 ++++++++--
lib/DebugInfo/CodeView/TypeDatabase.cpp | 53 +++++++++++++--
lib/DebugInfo/CodeView/TypeDatabaseVisitor.cpp | 78 ++++++++++++++++------
8 files changed, 197 insertions(+), 35 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 6e21b9b989c 2017-05-08 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new 7344fb0016f Bump C++ ABI version.
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/c-family/ChangeLog | 5 +++++
gcc/c-family/c-opts.c | 6 +++---
gcc/testsuite/g++.dg/abi/macro0.C | 2 +-
3 files changed, 9 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 gcc.
from 93a0f2207e8 * decl.c (builtin_function_1): Set DCL_ANTICIPATED before [...]
new 6e21b9b989c 2017-05-08 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 | 8 ++
gcc/fortran/frontend-passes.c | 77 +++++++++++++++++-
gcc/testsuite/ChangeLog | 10 +++
gcc/testsuite/gfortran.dg/inline_matmul_14.f90 | 95 ++++++++++++++++++++++
.../{matmul_5.f90 => inline_matmul_15.f90} | 3 +-
gcc/testsuite/gfortran.dg/inline_transpose_1.f90 | 2 +-
gcc/testsuite/gfortran.dg/matmul_5.f90 | 1 +
gcc/testsuite/gfortran.dg/vect/vect-8.f90 | 1 +
8 files changed, 192 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/inline_matmul_14.f90
copy gcc/testsuite/gfortran.dg/{matmul_5.f90 => inline_matmul_15.f90} (71%)
--
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 3f67904aa9f [ARM] Use a Changed flag to avoid making a pass's return va [...]
new d6b71950dae [InstCombine] move/add tests for not(shr (not X), Y); NFC
new 3343d80c50e [AArch64][RegisterBankInfo] Fix mapping cost for GPR.
new 4a1e3574262 [AArch64][RegisterBankInfo] Change the default mapping of f [...]
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:
lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 16 +++++-
.../AArch64/GlobalISel/arm64-regbankselect.mir | 50 ++++++++++++++++
test/Transforms/InstCombine/not.ll | 66 ++++++++++++++++++++--
test/Transforms/InstCombine/xor2.ll | 11 ----
4 files changed, 125 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 llvm.
from 0f7e2baed53 [SCEV] Make setRange take ConstantRange by value instead of [...]
new 3f67904aa9f [ARM] Use a Changed flag to avoid making a pass's return va [...]
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/ARMOptimizeBarriersPass.cpp | 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 gcc.
from 5e9a50c116c 2017-05-08 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
new adf347c7ead * name-lookup.h (pushdecl_with_scope): Replace with ... ( [...]
new 65a1b327b17 2017-05-08 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new 93a0f2207e8 * decl.c (builtin_function_1): Set DCL_ANTICIPATED before [...]
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:
gcc/cp/ChangeLog | 12 ++++++
gcc/cp/decl.c | 42 ++++++++------------
gcc/cp/lambda.c | 15 +------
gcc/cp/name-lookup.c | 20 +++++++---
gcc/cp/name-lookup.h | 2 +-
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gfortran.dg/matmul_15.f90 | 34 ++++++++++++++++
libgfortran/ChangeLog | 19 +++++++++
libgfortran/Makefile.in | 5 ++-
libgfortran/generated/matmul_c10.c | 70 ++++++++++++++++++++++++++++-----
libgfortran/generated/matmul_c16.c | 70 ++++++++++++++++++++++++++++-----
libgfortran/generated/matmul_c4.c | 70 ++++++++++++++++++++++++++++-----
libgfortran/generated/matmul_c8.c | 70 ++++++++++++++++++++++++++++-----
libgfortran/generated/matmul_i1.c | 70 ++++++++++++++++++++++++++++-----
libgfortran/generated/matmul_i16.c | 70 ++++++++++++++++++++++++++++-----
libgfortran/generated/matmul_i2.c | 70 ++++++++++++++++++++++++++++-----
libgfortran/generated/matmul_i4.c | 70 ++++++++++++++++++++++++++++-----
libgfortran/generated/matmul_i8.c | 70 ++++++++++++++++++++++++++++-----
libgfortran/generated/matmul_r10.c | 70 ++++++++++++++++++++++++++++-----
libgfortran/generated/matmul_r16.c | 70 ++++++++++++++++++++++++++++-----
libgfortran/generated/matmul_r4.c | 70 ++++++++++++++++++++++++++++-----
libgfortran/generated/matmul_r8.c | 70 ++++++++++++++++++++++++++++-----
libgfortran/m4/matmul_internal.m4 | 14 ++++++-
23 files changed, 899 insertions(+), 179 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/matmul_15.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 d99549318e6 [ValueTracking] Use KnownOnes to provide a better bound on [...]
new 30725541b4e ConstantFold: Fold getelementptr (i32, i32* null, i64 unde [...]
new 8517c8ec97d ConstantFold: Handle gep nonnull, undef as well
new d81950e9778 [SCEV] Don't use std::move on both inputs to APInt::operato [...]
new 0f7e2baed53 [SCEV] Make setRange take ConstantRange by value instead of [...]
The 4 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 | 2 +-
lib/Analysis/ScalarEvolution.cpp | 8 ++++----
lib/IR/ConstantFold.cpp | 10 ++++++----
test/Transforms/GVN/PRE/2011-06-01-NonLocalMemdepMiscompile.ll | 7 +++----
test/Transforms/IndVarSimplify/2011-10-27-lftrnull.ll | 2 +-
.../Inline/inline-constexpr-addrspacecast-argument.ll | 2 +-
6 files changed, 16 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 binutils-gdb.
from f604c2a2a5 i386: Improve PLT generation and synthetic PLT symbols
new d7ab4911f8 S/390: Fix ifunc missing runtime reloc
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/elf-s390-common.c | 4 +---
bfd/elf32-s390.c | 2 +-
bfd/elf64-s390.c | 7 ++++---
3 files changed, 6 insertions(+), 7 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 497d987dcaf Tweak static assertions in std::optional
new 5e9a50c116c 2017-05-08 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
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 | 13 +++++++++++++
gcc/config/arm/arm.c | 34 +++++++++++++++++++++++++---------
gcc/doc/tm.texi | 9 +++++++++
gcc/doc/tm.texi.in | 2 ++
gcc/lra-eliminations.c | 2 ++
gcc/reload1.c | 2 ++
gcc/target.def | 12 ++++++++++++
7 files changed, 65 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 llvm.
from fc7bb1b7b3c [X86] Split test configurations. NFC.
new d99549318e6 [ValueTracking] Use KnownOnes to provide a better bound on [...]
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/Analysis/ValueTracking.cpp | 19 ++++++++++++++++---
test/Transforms/InstCombine/intrinsics.ll | 29 +++++++++++++++++++++++++----
2 files changed, 41 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.