This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1629c23be73 [PatternMatch, InstSimplify] fix m_NaN to work with vector [...]
new d9244421860 Fix more spelling mistakes in comments of LLVM Analysis passes
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/AliasAnalysisSummary.h | 2 +-
lib/Analysis/BranchProbabilityInfo.cpp | 2 +-
lib/Analysis/CFLAndersAliasAnalysis.cpp | 4 ++--
lib/Analysis/LazyCallGraph.cpp | 10 +++++-----
lib/Analysis/MemoryBuiltins.cpp | 2 +-
lib/Analysis/ScalarEvolutionExpander.cpp | 6 +++---
lib/Analysis/TypeBasedAliasAnalysis.cpp | 2 +-
lib/Analysis/ValueTracking.cpp | 2 +-
8 files changed, 15 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 llvm.
from b24d041bc8b [X86][BTVER2] Fix throughput of YMM bitwise instructions
new c796919b068 [Hexagon] Handle VACOPY in isel lowering
new 1629c23be73 [PatternMatch, InstSimplify] fix m_NaN to work with vector [...]
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/IR/Constant.h | 4 ++++
include/llvm/IR/PatternMatch.h | 2 +-
lib/Analysis/InstructionSimplify.cpp | 15 ++++++---------
lib/IR/Constants.cpp | 13 +++++++++++++
lib/Target/Hexagon/HexagonISelLowering.cpp | 1 +
test/CodeGen/Hexagon/isel-vacopy.ll | 18 ++++++++++++++++++
6 files changed, 43 insertions(+), 10 deletions(-)
create mode 100644 test/CodeGen/Hexagon/isel-vacopy.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 1df4f13c8b1 2018-03-02 Paolo Carlini <paolo.carlini(a)oracle.com>
new 45fb03af51a * semantics.c (force_paren_expr): Remove redundant test.
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/cp/ChangeLog | 4 ++++
gcc/cp/semantics.c | 3 +--
2 files changed, 5 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 gcc-6-branch
in repository gcc.
from 5eec276cf6e [nvptx] Add support for CUDA 9
new 32355c9ce78 PR c++/84489 - dependent default template argument
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/cp/ChangeLog | 5 +++++
gcc/cp/pt.c | 4 ++--
gcc/testsuite/g++.dg/cpp0x/fntmpdefarg7.C | 10 ++++++++++
3 files changed, 17 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/fntmpdefarg7.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 llvm.
from 5391b3c8a02 [InstCombine] Allow fptrunc (fpext X)) to be reduced to a s [...]
new 5227b3b7225 [X86] Reject xmm16-31 in inline asm constraints when AVX512 [...]
new b24d041bc8b [X86][BTVER2] Fix throughput of YMM bitwise instructions
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/X86/X86ISelLowering.cpp | 9 ++++++++
lib/Target/X86/X86ScheduleBtVer2.td | 20 ++++++++++++++++++
...ct-reg-type-mismatch.ll => asm-reject-xmm16.ll} | 8 ++++----
test/CodeGen/X86/avx-schedule.ll | 24 +++++++++++-----------
4 files changed, 45 insertions(+), 16 deletions(-)
copy test/CodeGen/X86/{asm-reject-reg-type-mismatch.ll => asm-reject-xmm16.ll} (60%)
--
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 73995c3e [clang] Fix use-after-free on code completion
new 9a53af97 [clangd] Use higher timoout values in TUSchedulerTest::Debounce
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/clangd/TUSchedulerTests.cpp | 7 ++++---
1 file changed, 4 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 llvm.
from 442f953b4e2 [X86][x32] Save callee-save register used as base pointer f [...]
new 5391b3c8a02 [InstCombine] Allow fptrunc (fpext X)) to be reduced to a s [...]
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/IR/Instructions.cpp | 8 +-------
.../Transforms/InstCombine/double-float-shrink-2.ll | 21 +++++++--------------
test/Transforms/InstCombine/fpextend.ll | 6 ++----
3 files changed, 10 insertions(+), 25 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 624b4ae0483 PR c++/84664 * typeck.c (cp_perform_integral_promotions): [...]
new 1df4f13c8b1 2018-03-02 Paolo Carlini <paolo.carlini(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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/torture/pr81812.C | 16 ++++++++++++++++
2 files changed, 21 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/torture/pr81812.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 f096a90c8c2 PR c++/84662 * pt.c (tsubst_copy_and_build) <case TEMPLAT [...]
new 76b7321d962 PR c++/84171 * c-warn.c (warn_for_sign_compare): Bail out [...]
new 15a3655caf7 PR c++/84663 * decl.c (cp_complete_array_type): Check err [...]
new 624b4ae0483 PR c++/84664 * typeck.c (cp_perform_integral_promotions): [...]
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/c-family/ChangeLog | 6 ++++++
gcc/c-family/c-warn.c | 3 +++
gcc/cp/ChangeLog | 9 +++++++++
gcc/cp/decl.c | 2 +-
gcc/cp/typeck.c | 2 ++
gcc/testsuite/ChangeLog | 11 +++++++++++
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice28.C | 9 +++++++++
gcc/testsuite/g++.dg/parse/array-size3.C | 7 +++++++
gcc/testsuite/g++.dg/warn/Wsign-compare-8.C | 8 ++++++++
9 files changed, 56 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice28.C
create mode 100644 gcc/testsuite/g++.dg/parse/array-size3.C
create mode 100644 gcc/testsuite/g++.dg/warn/Wsign-compare-8.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 llvm.
from 94497ced3c5 [utils] Add utils/update_cc_test_checks.py
new d4f9b5813a2 [ARM] Fold variable into assert.
new 442f953b4e2 [X86][x32] Save callee-save register used as base pointer f [...]
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/ARM/ThumbRegisterInfo.cpp | 3 +--
lib/Target/X86/X86FrameLowering.cpp | 8 ++++++--
test/CodeGen/X86/x86-64-baseptr.ll | 4 +++-
3 files changed, 10 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.