This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 9c4d4a489e6 * gcc.target/i386/avx512f-vaddsd-2.c: Test fixed. * gcc.t [...]
new df98e412166 /cp 2017-05-09 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/cp/ChangeLog | 6 ++++++
gcc/cp/pt.c | 4 ++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/template/crash126.C | 13 +++++++++++++
4 files changed, 26 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/template/crash126.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 0e5156e98f8 [X86] Add more patterns for BZHI isel
new 954e86756ae NewGVN: Make all of symbolic evaluation logically const.
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/Scalar/NewGVN.cpp | 138 +++++++++++++++++++++------------------
1 file changed, 74 insertions(+), 64 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 5c355ea7dcd [InstCombineCasts] Fix checks in sext->lshr->trunc pattern.
new 0e5156e98f8 [X86] Add more patterns for BZHI isel
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/Target/X86/X86InstrInfo.td | 32 ++++++++++++++++++
test/CodeGen/X86/bmi.ll | 76 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 108 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 a610a6eaf32 VX512] Only look at lower bit in constant scalar masks
new 5c355ea7dcd [InstCombineCasts] Fix checks in sext->lshr->trunc pattern.
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/InstCombine/InstCombineCasts.cpp | 20 ++++++++++++++------
test/Transforms/InstCombine/cast.ll | 12 ++++++------
2 files changed, 20 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 clang.
from 89098a4dac [CodeCompletion] Complete platform names in @available expressions
new 94670e82be [mips] Impose a threshold for coercion of aggregates
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/TargetInfo.cpp | 8 ++++++++
test/CodeGen/mips-aggregate-arg.c | 38 ++++++++++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
create mode 100644 test/CodeGen/mips-aggregate-arg.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 7dfa1736546 Re-land "Use the frame index side table for byval and inall [...]
new a610a6eaf32 VX512] Only look at lower bit in constant scalar masks
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/Target/X86/X86ISelLowering.cpp | 6 ++++--
test/CodeGen/X86/avx512-scalar_mask.ll | 12 ++++++------
2 files changed, 10 insertions(+), 8 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 f52671da9b4 [Atomic] Remove IsStore/IsLoad in the interface, and pass t [...]
new d3285d0ce43 Re-land "Don't add DBG_VALUE instructions for static alloca [...]
new 7dfa1736546 Re-land "Use the frame index side table for byval and inall [...]
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/CodeGen/SelectionDAG/FastISel.cpp | 18 +--
lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp | 33 +----
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 24 ++--
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 48 +++++++
test/CodeGen/X86/2010-01-18-DbgValue.ll | 13 +-
test/CodeGen/X86/2012-11-30-handlemove-dbg.ll | 51 -------
test/CodeGen/X86/2012-11-30-misched-dbg.ll | 142 -------------------
test/CodeGen/X86/2012-11-30-regpres-dbg.ll | 47 -------
test/CodeGen/X86/dbg-baseptr.ll | 62 +++++++--
test/DebugInfo/COFF/local-variables.ll | 5 -
test/DebugInfo/X86/dbg-declare-inalloca.ll | 158 ++++++++++++++++++++++
11 files changed, 285 insertions(+), 316 deletions(-)
delete mode 100644 test/CodeGen/X86/2012-11-30-handlemove-dbg.ll
delete mode 100644 test/CodeGen/X86/2012-11-30-misched-dbg.ll
delete mode 100644 test/CodeGen/X86/2012-11-30-regpres-dbg.ll
create mode 100644 test/DebugInfo/X86/dbg-declare-inalloca.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 42751e34f6 Revert r302476 "Update testcase for upstream LLVM changes."
new 89098a4dac [CodeCompletion] Complete platform names in @available expressions
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/Sema/Sema.h | 1 +
lib/Parse/ParseExpr.cpp | 5 +++++
lib/Sema/SemaCodeComplete.cpp | 17 +++++++++++++++++
test/Index/complete-available.m | 20 ++++++++++++++++++++
4 files changed, 43 insertions(+)
create mode 100644 test/Index/complete-available.m
--
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 7e0401617db gcc/ChangeLog:
new 4e4f929af03 Add PR number.
new 9c4d4a489e6 * gcc.target/i386/avx512f-vaddsd-2.c: Test fixed. * gcc.t [...]
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/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/i386/avx512f-vaddsd-2.c | 19 +++++++++----------
gcc/testsuite/gcc.target/i386/avx512f-vaddss-2.c | 18 ++++++++++--------
gcc/testsuite/gcc.target/i386/avx512f-vsubsd-2.c | 17 ++++++++---------
gcc/testsuite/gcc.target/i386/avx512f-vsubss-2.c | 17 +++++++++--------
5 files changed, 44 insertions(+), 35 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 919b7c6542 Add support for pretty platform names to `@available`/ `__bu [...]
new 42751e34f6 Revert r302476 "Update testcase for upstream LLVM changes."
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/CodeGenCXX/linetable-virtual-variadic.cpp | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.