This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c7fa247 [AArch64] Minor code refactoring. NFC.
new 1dd101b [Guards] Introduce loop-predication pass
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/InitializePasses.h | 1 +
include/llvm/LinkAllPasses.h | 1 +
include/llvm/Transforms/Scalar.h | 6 +
.../Scalar/{LoopDeletion.h => LoopPredication.h} | 19 +-
lib/Passes/PassBuilder.cpp | 1 +
lib/Passes/PassRegistry.def | 1 +
lib/Transforms/Scalar/CMakeLists.txt | 1 +
lib/Transforms/Scalar/LoopPredication.cpp | 280 ++++++++++++
lib/Transforms/Scalar/Scalar.cpp | 1 +
test/Transforms/LoopPredication/basic.ll | 496 +++++++++++++++++++++
test/Transforms/LoopPredication/nested.ll | 160 +++++++
test/Transforms/LoopPredication/visited.ll | 140 ++++++
12 files changed, 1096 insertions(+), 11 deletions(-)
copy include/llvm/Transforms/Scalar/{LoopDeletion.h => LoopPredication.h} (59%)
create mode 100644 lib/Transforms/Scalar/LoopPredication.cpp
create mode 100644 test/Transforms/LoopPredication/basic.ll
create mode 100644 test/Transforms/LoopPredication/nested.ll
create mode 100644 test/Transforms/LoopPredication/visited.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 281837f [clang-format] Implement comment reflowing.
new bf900fb Clarify how to forward-declare __llvm_profile symbols.
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/SourceBasedCodeCoverage.rst | 2 ++
1 file changed, 2 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 compiler-rt.
from c636e2e [compiler-rt] Fix xray compilation errors: errno and size_t
new e4240e6 [powerpc] deactivate ThreadedOneSizeMallocStressTest asan tes [...]
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/asan/tests/asan_noinst_test.cc | 5 +++++
1 file changed, 5 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 cd80532 NFC. Make ScalarEvolution::isMonotonicPredicate public
new c7fa247 [AArch64] Minor code refactoring. 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:
.../AArch64/AArch64RedundantCopyElimination.cpp | 19 ++++++++++---------
1 file changed, 10 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.
Yvan Roux pushed a change to branch linaro-local/releases/linaro-4.9-2017.01
in repository toolchain/gcc.
at b33563f gcc/ * LINARO-VERSION: Bump version number, post release ca [...]
This branch includes the following new commits:
new b33563f gcc/ * LINARO-VERSION: Bump version number, post release ca [...]
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.
--
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.
Yvan Roux pushed a change to annotated tag linaro-4.9-2017.01-rc1
in repository toolchain/gcc.
at 0a6b2f4 (tag)
tagging 7275d1346be4946de23ef7a737ddbb72ae05a02a (commit)
replaces linaro-snapshot-4.9-2017.01
tagged by Yvan Roux
on Wed Jan 25 14:31:35 2017 +0000
- Log -----------------------------------------------------------------
Linaro GCC Release Candidate 4.9-2017.01-rc1
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 7275d13 Make Linaro GCC Release Candidate 4.9-2017.01-rc1.
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.
--
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 6d0a042 Fix "classe" typo in C++ Dialect Options docs
new c8cd62c libhsail-rt: Fix some Autotools issues
new e61c8a5 [ARM][testsuite] Force -mcpu=cortex-a57 for vsel* tests.
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/gcc_update | 4 +
gcc/testsuite/ChangeLog | 20 +++
gcc/testsuite/gcc.target/arm/vseleqdf.c | 3 +-
gcc/testsuite/gcc.target/arm/vseleqsf.c | 3 +-
gcc/testsuite/gcc.target/arm/vselgedf.c | 3 +-
gcc/testsuite/gcc.target/arm/vselgesf.c | 3 +-
gcc/testsuite/gcc.target/arm/vselgtdf.c | 3 +-
gcc/testsuite/gcc.target/arm/vselgtsf.c | 3 +-
gcc/testsuite/gcc.target/arm/vselledf.c | 3 +-
gcc/testsuite/gcc.target/arm/vsellesf.c | 3 +-
gcc/testsuite/gcc.target/arm/vselltdf.c | 3 +-
gcc/testsuite/gcc.target/arm/vselltsf.c | 3 +-
gcc/testsuite/gcc.target/arm/vselnedf.c | 3 +-
gcc/testsuite/gcc.target/arm/vselnesf.c | 3 +-
gcc/testsuite/gcc.target/arm/vselvcdf.c | 3 +-
gcc/testsuite/gcc.target/arm/vselvcsf.c | 3 +-
gcc/testsuite/gcc.target/arm/vselvsdf.c | 3 +-
gcc/testsuite/gcc.target/arm/vselvssf.c | 3 +-
libhsail-rt/ChangeLog | 13 ++
libhsail-rt/config.h.in | 217 --------------------------------
libhsail-rt/configure | 6 +-
libhsail-rt/configure.ac | 2 -
23 files changed, 75 insertions(+), 239 deletions(-)
delete mode 100644 libhsail-rt/config.h.in
--
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 af1a265 * soft-fp/op-common.h (_FP_MUL, _FP_FMA, _FP_DIV): Add /* F [...]
new 5653ab1 string/tst-strcoll-overflow: Do not accept timeout as test result
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 | 14 ++++++++++++++
string/Makefile | 4 +++-
string/tst-strcoll-overflow.c | 38 +++++++++++++++-----------------------
3 files changed, 32 insertions(+), 24 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 c6141d3 [InstCombine] Canonicalize guards for NOT OR condition
new cd80532 NFC. Make ScalarEvolution::isMonotonicPredicate public
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/ScalarEvolution.h | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 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 2785d21 2017-01-25 Richard Biener <rguenther(a)suse.de>
new 9664fec PR libstdc++/70607 make proj(T) and conj(T) return complex<T>
new 6d0a042 Fix "classe" typo in C++ Dialect Options docs
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 | 4 ++++
gcc/doc/invoke.texi | 2 +-
libstdc++-v3/ChangeLog | 12 ++++++++++
libstdc++-v3/include/std/complex | 19 +++++++++------
libstdc++-v3/include/tr1/complex | 12 +---------
.../complex/{dr781_dr1137.cc => dr781.cc} | 28 +++++++++++++++-------
.../complex/value_operations/constexpr2.cc | 4 +++-
7 files changed, 53 insertions(+), 28 deletions(-)
rename libstdc++-v3/testsuite/26_numerics/complex/{dr781_dr1137.cc => dr781.cc} (67%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.