This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 92388ae [AArch64] Fix test triplet
new 4d5121c MachineInstr: Fix comment typo, further refine comment; NFC
new 3911695 Statistic: Only print statistics on exit for -stats
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:
include/llvm/CodeGen/MachineInstr.h | 6 ++++--
lib/Support/Statistic.cpp | 17 +++++++++--------
2 files changed, 13 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 gcc.
from 140cd7f Fix PR77719 gcc/testsuite/ChangeLog:
new 85527e8 2016-09-26 Steven G. Kargl <kargl(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/trans-common.c | 14 +++++++++++---
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gfortran.dg/pr77420_1.f90 | 15 +++++++++++++++
gcc/testsuite/gfortran.dg/pr77420_2.f90 | 15 +++++++++++++++
gcc/testsuite/gfortran.dg/pr77420_3.f90 | 9 +++++++++
gcc/testsuite/gfortran.dg/pr77420_4.f90 | 8 ++++++++
7 files changed, 72 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr77420_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr77420_2.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr77420_3.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr77420_4.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.
charles.baylis pushed a change to branch master
in repository toolchain/abe-tests.
from 11e6694 Online check improvements.
new 2f7b53d Use correct URL for gcc-linaro sources.
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:
validate-manifest.pl | 2 +-
1 file changed, 1 insertion(+), 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 llvm.
from 64f3b51 [llvm-cov] Silence a warning from the MSVC runtime (NFC)
new 92388ae [AArch64] Fix test triplet
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/AArch64/max-jump-table.ll | 8 ++++----
1 file changed, 4 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 ea36272 2016-09-26 Thomas Preud'homme <thomas.preudhomme(a)arm.com>
new 140cd7f Fix PR77719 gcc/testsuite/ChangeLog:
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr77719.f90 | 26 ++++++++++++++++++++++++++
gcc/tree-ssa-reassoc.c | 2 +-
4 files changed, 38 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr77719.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 c9e7be5 Update MemorySSA unittest to account for non-pruned SSA form
new 64f3b51 [llvm-cov] Silence a warning from the MSVC runtime (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:
tools/llvm-cov/CoverageReport.cpp | 10 ++++++----
1 file changed, 6 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 llvm.
from ccb1190 AMDGPU/SI: Don't crash on anonymous GlobalValues
new c9e7be5 Update MemorySSA unittest to account for non-pruned SSA form
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/Transforms/Utils/MemorySSA.cpp | 16 ++++++----------
1 file changed, 6 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 0749c8e [LV] Scalarize instructions marked scalar after vectorization
new a50e80e Remove pruning of phi nodes in MemorySSA - it makes updating harder
new ccb1190 AMDGPU/SI: Don't crash on anonymous GlobalValues
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:
include/llvm/Transforms/Utils/MemorySSA.h | 3 +-
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 5 +--
lib/Target/AMDGPU/AMDGPUMCInstLower.cpp | 11 ++++---
lib/Target/AMDGPU/AMDGPUMCInstLower.h | 5 ++-
lib/Transforms/Utils/MemorySSA.cpp | 45 +++-----------------------
test/CodeGen/AMDGPU/anonymous-gv.ll | 18 +++++++++++
test/Transforms/Util/MemorySSA/livein.ll | 53 -------------------------------
7 files changed, 38 insertions(+), 102 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/anonymous-gv.ll
delete mode 100644 test/Transforms/Util/MemorySSA/livein.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 gcc.
from d4d58fc 2016-09-26 Thomas Preud'homme <thomas.preudhomme(a)arm.com>
new ea36272 2016-09-26 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 | 24 +++++++++++++
gcc/builtins.c | 1 +
gcc/c-family/ChangeLog | 4 +++
gcc/c-family/c-common.c | 1 +
gcc/config/aarch64/aarch64.c | 1 +
gcc/config/alpha/alpha.c | 1 +
gcc/config/arm/arm.c | 1 +
gcc/config/i386/i386.c | 1 +
gcc/config/ia64/ia64.c | 1 +
gcc/config/mips/mips.c | 1 +
gcc/config/rs6000/rs6000.c | 1 +
gcc/config/sparc/sparc.c | 1 +
gcc/genconditions.c | 1 +
gcc/genemit.c | 1 +
gcc/genoutput.c | 1 +
gcc/genpeep.c | 1 +
gcc/genpreds.c | 1 +
gcc/genrecog.c | 1 +
gcc/memmodel.h | 86 ++++++++++++++++++++++++++++++++++++++++++++
gcc/optabs.c | 1 +
gcc/tree.h | 63 --------------------------------
gcc/tsan.c | 1 +
22 files changed, 132 insertions(+), 63 deletions(-)
create mode 100644 gcc/memmodel.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 8a7cd49 [Coroutines] Part14: Handle coroutines with no suspend points.
new 0749c8e [LV] Scalarize instructions marked scalar after vectorization
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/LoopVectorize.cpp | 9 +++
.../LoopVectorize/PowerPC/small-loop-rdx.ll | 4 +-
.../LoopVectorize/PowerPC/vsx-tsvc-s173.ll | 2 +-
test/Transforms/LoopVectorize/global_alias.ll | 6 +-
test/Transforms/LoopVectorize/induction_plus.ll | 4 +-
.../LoopVectorize/scalar_after_vectorization.ll | 74 ++++++++++++++++++++++
6 files changed, 92 insertions(+), 7 deletions(-)
create mode 100644 test/Transforms/LoopVectorize/scalar_after_vectorization.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.