This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch aldyh/threader
in repository gcc.
from b903f857502 Merge remote-tracking branch 'remotes/svn/range-gen3' into [...]
new dd3d396ded8 relax conditon and allow 2 ssa names on a range stmt always [...]
new fd3d0e95072 Aldy's fix for setting global ranges
new 2cb1a2872f6 Merge remote-tracking branch 'remotes/svn/range-gen3' into [...]
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/range.h | 2 ++
gcc/ssa-def-chain.c | 5 ++---
gcc/ssa-range-stmt.c | 40 +++++++++++++++++++++++++---------------
gcc/ssa-range-stmt.h | 3 ++-
4 files changed, 31 insertions(+), 19 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 9157aac43e9 [IRCE] Remove folding of two range checks into RANGE_CHECK_BOTH
new 0d1dc56a252 [SelectionDAG] Allow custom vector widening through Replace [...]
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/CodeGen/SelectionDAG/LegalizeTypes.cpp | 9 +++++++--
1 file changed, 7 insertions(+), 2 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 6b6cd3cd665 AMDGPU: Replace list of SMEM buffer opcodes
new 9157aac43e9 [IRCE] Remove folding of two range checks into RANGE_CHECK_BOTH
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:
.../Scalar/InductiveRangeCheckElimination.cpp | 31 +++-------------------
test/Transforms/IRCE/single-access-with-preloop.ll | 23 +++++++++++-----
2 files changed, 20 insertions(+), 34 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 12e06ff3b4d Enable option -mprefer-avx256 as default for Intel Skylake [...]
new f331f5555bf 2017-11-15 Qing Zhao <qing.zhao(a)oracle.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 | 7 +++++++
gcc/gimple-fold.c | 15 +++++++++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/strcmpopt_1.c | 28 ++++++++++++++++++++++++++++
4 files changed, 55 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/strcmpopt_1.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 gcc.
from ec8e39498ba Add nds32 vector modes.
new 92b4ba25cd1 [NDS32] Reserve more register numbers for new registers in [...]
new 12e06ff3b4d Enable option -mprefer-avx256 as default for Intel Skylake [...]
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 | 17 +++++
gcc/config/i386/i386.c | 8 ++-
gcc/config/i386/x86-tune.def | 4 ++
gcc/config/nds32/nds32.h | 157 ++++++++++++++++++++++++++++---------------
4 files changed, 132 insertions(+), 54 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 4ef617afeae Daily bump.
new ec8e39498ba Add nds32 vector modes.
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 | 7 +++++++
gcc/config/nds32/iterators.md | 17 ++++++++++++++++-
gcc/config/nds32/nds32-modes.def | 4 +++-
3 files changed, 26 insertions(+), 2 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 8b6bdf8c07 [PCH+Modules] Improve diagnosticts to help out users pass an [...]
new 834733e54c Change path used in a test from r318503 to work on windows
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/Modules/module-imported-by-pch-path.m | 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 0ff70a666fc [llvm-profdata] Fix a dangling reference to an error string
new 5c9a14c058d AMDGPU: Fix breaking SMEM clauses
new 6b6cd3cd665 AMDGPU: Replace list of SMEM buffer opcodes
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:
lib/Target/AMDGPU/GCNHazardRecognizer.cpp | 65 ++---
lib/Target/AMDGPU/GCNHazardRecognizer.h | 16 ++
lib/Target/AMDGPU/SIInstrInfo.h | 13 +
test/CodeGen/AMDGPU/break-smem-soft-clauses.mir | 351 +++++++++++++++++++++++
test/CodeGen/AMDGPU/immv216.ll | 2 +-
test/CodeGen/AMDGPU/insert_vector_elt.v2i16.ll | 9 +-
test/CodeGen/AMDGPU/llvm.amdgcn.div.fixup.f16.ll | 12 +-
test/CodeGen/AMDGPU/use-sgpr-multiple-times.ll | 10 +-
8 files changed, 429 insertions(+), 49 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/break-smem-soft-clauses.mir
--
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 bb26a53b7 Update xcode project file to build new ppc64le files.
new 575913868 Fix LLDB build.
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:
source/Utility/StructuredData.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 bd68768a38 [CUDA] Remove implementations of nexttoward.
new 8b6bdf8c07 [PCH+Modules] Improve diagnosticts to help out users pass an [...]
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/clang/Basic/DiagnosticSerializationKinds.td | 2 ++
lib/Serialization/ASTReader.cpp | 11 +++++++++--
test/Modules/module-imported-by-pch-path.m | 17 +++++++++++++++++
3 files changed, 28 insertions(+), 2 deletions(-)
create mode 100644 test/Modules/module-imported-by-pch-path.m
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.