This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ea0279549d5 [x86] add tests for select-of-fp-constants; NFC
new d604b8cf93a [x86] limit transform for select-of-fp-constants
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/llvm/CodeGen/TargetLowering.h | 8 ++++++++
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 3 +++
lib/Target/X86/X86ISelLowering.cpp | 8 ++++++++
lib/Target/X86/X86ISelLowering.h | 2 ++
test/CodeGen/X86/avx512-cmp.ll | 6 +++---
test/CodeGen/X86/avx512-schedule.ll | 10 ++++++----
test/CodeGen/X86/select-of-fp-constants.ll | 12 ++++++------
test/CodeGen/X86/vselect-zero.ll | 6 +++---
8 files changed, 39 insertions(+), 16 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-stable-allmodconfig
in repository toolchain/ci/llvm-monorepo.
from ece5b4ae1e8 [analyzer] INT50-CPP. Do not cast to an out-of-range enumer [...]
adds 5fb3989b9e0 [llvm-mca] InstrBuilder: warnings for call/ret instructions [...]
adds 20c3f1a1932 [InstCombine] Determine demanded and known bits for funnel shifts
adds dc717735794 [X86][compiler-rt] Attempt to fix a warning about a shift a [...]
adds 959ffa49ecd [X86] Make conversion of feature bits into a mask explicitl [...]
adds dc37f5dfa82 [X86] Synchronize a macro in getAvailableFeatures in Host.c [...]
adds 4813f0b5840 [X86][compiler-rt] Add missing semicolon
adds a4fe7201db6 A bit of AST matcher cleanup, NFC.
adds 5ba271b25cf add Kang Zhang(shkzhang(a)cn.ibm.com) to the CREDITS.TXT
adds af0f232d609 [llvm-mca] Add support for instructions with a variadic num [...]
new a2243ad680a [SelectionDAG] move constant or splat functions to common location
new e44347d824a [IPSCCP] Use input operand instead of OriginalOp for ssa_copy.
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:
.../change-namespace/ChangeNamespace.cpp | 17 ++--
.../BoolPointerImplicitConversionCheck.cpp | 10 +-
.../clang-tidy/bugprone/ExceptionEscapeCheck.cpp | 12 +--
.../MisplacedOperatorInStrlenInAllocCheck.cpp | 12 +--
.../bugprone/SuspiciousEnumUsageCheck.cpp | 18 ++--
.../clang-tidy/bugprone/UseAfterMoveCheck.cpp | 4 +-
.../InterfacesGlobalInitCheck.cpp | 16 +--
.../cppcoreguidelines/OwningMemoryCheck.cpp | 54 +++++------
.../fuchsia/StaticallyConstructedObjectsCheck.cpp | 23 +++--
.../clang-tidy/fuchsia/TrailingReturnCheck.cpp | 6 +-
.../clang-tidy/google/OverloadedUnaryAndCheck.cpp | 10 +-
.../clang-tidy/hicpp/ExceptionBaseclassCheck.cpp | 31 +++---
.../clang-tidy/hicpp/MultiwayPathsCoveredCheck.cpp | 9 +-
.../clang-tidy/hicpp/SignedBitwiseCheck.cpp | 38 ++++----
.../NonPrivateMemberVariablesInClassesCheck.cpp | 14 ++-
.../clang-tidy/modernize/LoopConvertCheck.cpp | 2 +-
.../clang-tidy/modernize/ReplaceAutoPtrCheck.cpp | 2 +-
.../clang-tidy/modernize/UseAutoCheck.cpp | 6 +-
.../clang-tidy/modernize/UseEqualsDefaultCheck.cpp | 38 ++++----
.../modernize/UseUncaughtExceptionsCheck.cpp | 26 +++--
.../performance/MoveConstructorInitCheck.cpp | 14 ++-
.../performance/UnnecessaryCopyInitialization.cpp | 14 +--
.../performance/UnnecessaryValueParamCheck.cpp | 4 +-
.../clang-tidy/portability/SIMDIntrinsicsCheck.cpp | 4 +-
.../readability/IsolateDeclarationCheck.cpp | 9 +-
.../readability/SimplifyBooleanExprCheck.cpp | 10 +-
.../readability/UppercaseLiteralSuffixCheck.cpp | 10 +-
.../clang-tidy/zircon/TemporaryObjectsCheck.cpp | 6 +-
compiler-rt/lib/builtins/cpu_model.c | 12 +--
llvm/CREDITS.TXT | 4 +
llvm/include/llvm/CodeGen/SelectionDAGNodes.h | 14 ++-
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 49 +++-------
llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 18 +++-
llvm/lib/Support/Host.cpp | 6 +-
.../InstCombine/InstCombineSimplifyDemanded.cpp | 24 +++++
llvm/lib/Transforms/Scalar/SCCP.cpp | 10 +-
llvm/test/Transforms/InstCombine/fsh.ll | 53 ++++++----
.../SCCP/ipsccp-ssa-copy-nested-conds.ll | 50 ++++++++++
llvm/test/tools/llvm-mca/ARM/memcpy-ldm-stm.s | 65 +++++++++++++
llvm/tools/llvm-mca/include/InstrBuilder.h | 9 +-
llvm/tools/llvm-mca/lib/InstrBuilder.cpp | 108 +++++++++++++++++----
41 files changed, 524 insertions(+), 317 deletions(-)
create mode 100644 llvm/test/Transforms/SCCP/ipsccp-ssa-copy-nested-conds.ll
create mode 100644 llvm/test/tools/llvm-mca/ARM/memcpy-ldm-stm.s
--
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-stable-defconfig
in repository toolchain/gcc.
from 63d054f3ae3 gcc/d/ChangeLog:
adds 1c6acf3a488 Daily bump.
adds 21fcb11bdcf 2018-11-25 Vladimir Makarov <vmakarov(a)redhat.com>
adds b47f701d7a1 Disable gdc execution tests without libphobos
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 11 +++++++++++
gcc/DATESTAMP | 2 +-
gcc/doc/sourcebuild.texi | 3 +++
gcc/ira-costs.c | 1 +
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/gdc.dg/lto/lto.exp | 5 +++++
gcc/testsuite/gdc.dg/runnable.d | 1 +
gcc/testsuite/lib/gdc-dg.exp | 13 +++++++++++++
gcc/testsuite/lib/target-supports.exp | 15 +++++++++++++++
9 files changed, 59 insertions(+), 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-stable-allnoconfig
in repository toolchain/gcc.
from f3f71789229 Daily bump.
adds 3a65885ff92 2018-11-24 Paul Thomas <pault(a)gcc.gnu.org>
adds 01a481090b8 Daily bump.
adds 91d8b4b3b1b 2018-11-25 Thomas Koenig <tkoenig(a)gcc.gnu.org>
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 14 ++++++++++++++
gcc/fortran/frontend-passes.c | 4 ++++
gcc/fortran/resolve.c | 2 +-
gcc/testsuite/ChangeLog | 12 ++++++++++++
gcc/testsuite/gfortran.dg/where_7.f90 | 25 +++++++++++++++++++++++++
6 files changed, 57 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/where_7.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 a00149b863b [IPSCCP] Use input operand instead of OriginalOp for ssa_copy.
new ea0279549d5 [x86] add tests for select-of-fp-constants; 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:
test/CodeGen/X86/2009-03-07-FPConstSelect.ll | 18 ------
test/CodeGen/X86/select-of-fp-constants.ll | 96 ++++++++++++++++++++++++++++
2 files changed, 96 insertions(+), 18 deletions(-)
delete mode 100644 test/CodeGen/X86/2009-03-07-FPConstSelect.ll
create mode 100644 test/CodeGen/X86/select-of-fp-constants.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-stable-allmodconfig
in repository toolchain/gcc.
from 63d054f3ae3 gcc/d/ChangeLog:
adds 1c6acf3a488 Daily bump.
adds 21fcb11bdcf 2018-11-25 Vladimir Makarov <vmakarov(a)redhat.com>
adds b47f701d7a1 Disable gdc execution tests without libphobos
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 11 +++++++++++
gcc/DATESTAMP | 2 +-
gcc/doc/sourcebuild.texi | 3 +++
gcc/ira-costs.c | 1 +
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/gdc.dg/lto/lto.exp | 5 +++++
gcc/testsuite/gdc.dg/runnable.d | 1 +
gcc/testsuite/lib/gdc-dg.exp | 13 +++++++++++++
gcc/testsuite/lib/target-supports.exp | 15 +++++++++++++++
9 files changed, 59 insertions(+), 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 3ca25530426 [SelectionDAG] move constant or splat functions to common location
new a00149b863b [IPSCCP] Use input operand instead of OriginalOp for ssa_copy.
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/SCCP.cpp | 10 ++---
.../SCCP/ipsccp-ssa-copy-nested-conds.ll | 50 ++++++++++++++++++++++
2 files changed, 55 insertions(+), 5 deletions(-)
create mode 100644 test/Transforms/SCCP/ipsccp-ssa-copy-nested-conds.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-next-allmodconfig
in repository toolchain/binutils-gdb.
from 5446094655 Re-fix leak in source.c (open_source_file).
adds bb31d44bb1 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-next-allnoconfig
in repository toolchain/binutils-gdb.
from fe77f74232 Automatic date update in version.in
adds ee2341b5dd Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.