This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 907565571c1 [DAGCombiner] allow undef elts in vector fma matching
new 772e632e254 [AArch64] add tests for fmul x, -2.0 with undef elts; NFC
new 9e0d834cc56 [DAGCombiner] refactor folds for fadd (fmul X, -2.0), Y; NFCI
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/DAGCombiner.cpp | 34 ++++++++++----------
test/CodeGen/AArch64/fadd-combines.ll | 55 ++++++++++++++++++++++++++------
2 files changed, 63 insertions(+), 26 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-tools-extra.
from 06c813cc [clangd] Add createIndex in dexp
new e2f46822 [clangd] Revert include path change in Dexp. 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:
clangd/index/dex/dexp/CMakeLists.txt | 2 --
clangd/index/dex/dexp/Dexp.cpp | 4 ++--
2 files changed, 2 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 2dd88da7458 PR target/87572 * common/config/i386/i386-common.c (OPTIO [...]
new c5ba71bc7c7 2018-10-15 Paul Thomas <pault(a)gcc.gnu.org> Tobias Bu [...]
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 | 13 +++++++++
gcc/fortran/resolve.c | 33 ++++++++++++++++++++--
gcc/fortran/trans-expr.c | 5 ++--
gcc/testsuite/ChangeLog | 7 +++++
gcc/testsuite/gfortran.dg/associate_42.f90 | 41 +++++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/select_type_44.f90 | 42 ++++++++++++++++++++++++++++
6 files changed, 136 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/associate_42.f90
create mode 100644 gcc/testsuite/gfortran.dg/select_type_44.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 gcc.
from 16b9ec20987 Adjust test to pass with latest glibc
new 2dd88da7458 PR target/87572 * common/config/i386/i386-common.c (OPTIO [...]
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/common/config/i386/i386-common.c | 2 --
2 files 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 clang.
from 6451fb5953 Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"
new ed7f88d2ab [Fixed Point Arithmetic] FixedPointCast
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/AST/OperationKinds.def | 4 +
include/clang/AST/Type.h | 3 +-
include/clang/Basic/DiagnosticCommonKinds.td | 2 +
lib/AST/Expr.cpp | 1 +
lib/AST/ExprConstant.cpp | 2 +
lib/AST/Type.cpp | 1 +
lib/CodeGen/CGExpr.cpp | 1 +
lib/CodeGen/CGExprAgg.cpp | 1 +
lib/CodeGen/CGExprComplex.cpp | 1 +
lib/CodeGen/CGExprConstant.cpp | 1 +
lib/CodeGen/CGExprScalar.cpp | 111 +++++++++-
lib/Edit/RewriteObjCFoundationAPI.cpp | 3 +
lib/Sema/Sema.cpp | 2 +
lib/Sema/SemaExpr.cpp | 52 +++++
lib/StaticAnalyzer/Core/ExprEngineC.cpp | 3 +-
test/Frontend/fixed_point_conversions.c | 283 ++++++++++++++++++++++++
test/Frontend/fixed_point_unknown_conversions.c | 50 +++++
17 files changed, 517 insertions(+), 4 deletions(-)
create mode 100644 test/Frontend/fixed_point_conversions.c
create mode 100644 test/Frontend/fixed_point_unknown_conversions.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.