This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 653bfcb Fixing bug committed in rev. 278321
new 1b85e47 [LoopStrenghtReduce] Refactoring and addition of a new target [...]
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/Analysis/TargetTransformInfo.h | 10 +
include/llvm/Analysis/TargetTransformInfoImpl.h | 2 +
include/llvm/CodeGen/BasicTTIImpl.h | 4 +
include/llvm/Target/TargetLowering.h | 4 +
lib/Analysis/TargetTransformInfo.cpp | 5 +
lib/Target/SystemZ/SystemZISelLowering.cpp | 23 ++
lib/Target/SystemZ/SystemZISelLowering.h | 1 +
lib/Transforms/Scalar/LoopStrengthReduce.cpp | 434 ++++++++++++------------
test/CodeGen/SystemZ/loop-01.ll | 117 +++++++
9 files changed, 375 insertions(+), 225 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 0fc13f4 Add missing tests
new 301bc62 Add an AST matcher for external formal linkage.
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:
docs/LibASTMatchersReference.html | 20 ++++++++++++++++++
include/clang/ASTMatchers/ASTMatchers.h | 24 ++++++++++++++++++++++
lib/ASTMatchers/Dynamic/Registry.cpp | 1 +
unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp | 16 +++++++++++++++
4 files changed, 61 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 glibc.
from c208097 Fix soft-fp extended.h unpacking (GCC bug 77265).
new d9067fc Do not override objects in libc.a in other static libraries [ [...]
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:
ChangeLog | 34 +++++++++++++++++++++++++++++
sysdeps/ia64/nptl/Makefile | 1 +
sysdeps/mips/Makefile | 1 +
sysdeps/mips/nptl/Makefile | 1 +
sysdeps/s390/nptl/Makefile | 1 +
sysdeps/unix/alpha/Makefile | 1 +
sysdeps/unix/sysv/linux/alpha/Makefile | 1 +
sysdeps/unix/sysv/linux/i386/Makefile | 1 +
sysdeps/unix/sysv/linux/ia64/Makefile | 1 +
sysdeps/unix/sysv/linux/microblaze/Makefile | 3 ++-
sysdeps/unix/sysv/linux/powerpc/Makefile | 2 ++
sysdeps/unix/sysv/linux/s390/Makefile | 1 +
sysdeps/unix/sysv/linux/sparc/Makefile | 2 ++
sysdeps/unix/sysv/linux/tile/Makefile | 1 +
14 files changed, 50 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 7104d1a 2016-08-17 Richard Biener <rguenther(a)suse.de>
new f7896ff 2016-08-17 Chung-Lin Tang <cltang(a)codesourcery.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 | 5 +++
gcc/omp-low.c | 15 +++++--
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/c-c++-common/goacc/reduction-6.c | 58 ++++++++++++++++++++++++++
4 files changed, 79 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/goacc/reduction-6.c
--
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 lldb.
from caa3459 Fix unittest compilation error in r278915
new 09445c4 Remove cmake legacy code
new 275de12 Fix unittests on windows after r278915
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:
cmake/modules/AddLLDB.cmake | 6 +++---
cmake/modules/LLDBConfig.cmake | 10 ----------
source/API/CMakeLists.txt | 2 +-
.../Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp | 8 ++++----
4 files changed, 8 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 cc3d0da 2016-08-17 Thomas Preud'homme <thomas.preudhomme(a)arm.com>
new 7104d1a 2016-08-17 Richard Biener <rguenther(a)suse.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 | 15 +++++++
gcc/testsuite/ChangeLog | 6 +++
gcc/testsuite/gcc.dg/pr52904.c | 2 +-
.../gfortran.fortran-torture/compile/pr76490.f90 | 23 +++++++++++
gcc/tree-vrp.c | 46 ++++++++++++++--------
5 files changed, 75 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/gfortran.fortran-torture/compile/pr76490.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 ae33160 [AMDGPU] llvm-objdump: Skip amd_kernel_code_t only at the beg [...]
new 653bfcb Fixing bug committed in rev. 278321
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/Target/TargetRegisterInfo.h | 6 ++++++
lib/CodeGen/ExecutionDepsFix.cpp | 9 ++++++---
2 files changed, 12 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 clang-tools-extra.
from 0eb9139 Remove most instances of REQUIRES: shell from the tools/extra tests
new 9e082db [include-fixer] Update -help message.
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-fixer/tool/ClangIncludeFixer.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 f0508ea mark_spam.py: Mark as spam all comments done by a creator
new cc3d0da 2016-08-17 Thomas Preud'homme <thomas.preudhomme(a)arm.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 | 6 ++++++
gcc/config/arm/t-aprofile | 48 +++++++++++++++++++++--------------------------
2 files changed, 27 insertions(+), 27 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 d0393c6 016-08-17 Stanislaw Halik <sthalik(a)misaki.pl>
new 7e7b096 Document branch_changer.py script
new f0508ea mark_spam.py: Mark as spam all comments done by a creator
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:
contrib/ChangeLog | 4 ++++
contrib/mark_spam.py | 20 +++++++++++--------
maintainer-scripts/ChangeLog | 5 +++++
maintainer-scripts/branch_changer.py | 38 ++++++++++++++++++++++++++++++++----
4 files changed, 55 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.