This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 20a1e3c6aca [TTI] Make TargetTransformInfo::getOperandInfo static. NFCI.
new 8f37d00cdf8 [VPlan] VPlan version of InterleavedAccessInfo.
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/Analysis/VectorUtils.h | 70 +++++++++++++++++-------------
lib/Analysis/VectorUtils.cpp | 34 ++++++++++-----
lib/Transforms/Vectorize/LoopVectorize.cpp | 13 +++---
lib/Transforms/Vectorize/VPlan.cpp | 45 +++++++++++++++++++
lib/Transforms/Vectorize/VPlan.h | 52 ++++++++++++++++++++--
lib/Transforms/Vectorize/VPlanValue.h | 1 +
6 files changed, 166 insertions(+), 49 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 1894412032b * tree-vrp.c (value_range_base::dump): Dump type. Do not [...]
new f04ae234715 -fsave-optimization-record: compress the output using zlib
new d9e39f6cfc0 Fix ICE with -fopt-info-inline (PR ipa/87955)
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 | 14 +++++++++++++
gcc/doc/invoke.texi | 6 +++---
gcc/ipa-inline.c | 14 +++++++------
gcc/optinfo-emit-json.cc | 35 +++++++++++++++++++++++++--------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr87955.c | 10 ++++++++++
6 files changed, 67 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr87955.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 clang.
from 3919b8d983 [clang-format] Do not treat the asm clobber [ as ObjCExpr
new 43f8ad7966 [NFC] Move storage of dispatch-version to GlobalDecl
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/GlobalDecl.h | 28 +++++++++++-
include/clang/Basic/Attr.td | 6 +--
lib/CodeGen/CGBlocks.cpp | 2 +-
lib/CodeGen/CGBuiltin.cpp | 9 ++--
lib/CodeGen/CGCXX.cpp | 2 +-
lib/CodeGen/CGCall.cpp | 15 +++---
lib/CodeGen/CGCall.h | 14 +++---
lib/CodeGen/CGClass.cpp | 4 +-
lib/CodeGen/CGException.cpp | 2 +-
lib/CodeGen/CGExpr.cpp | 14 ++++--
lib/CodeGen/CGExprCXX.cpp | 24 +++++-----
lib/CodeGen/CGNonTrivialStruct.cpp | 2 +-
lib/CodeGen/CGVTables.cpp | 8 ++--
lib/CodeGen/CodeGenFunction.cpp | 2 +-
lib/CodeGen/CodeGenFunction.h | 7 ++-
lib/CodeGen/CodeGenModule.cpp | 93 +++++++++++++++++++-------------------
lib/CodeGen/CodeGenModule.h | 10 ++--
lib/CodeGen/ItaniumCXXABI.cpp | 12 ++---
lib/CodeGen/MicrosoftCXXABI.cpp | 11 +++--
lib/Parse/ParseDeclCXX.cpp | 9 ++--
test/CodeGen/attr-cpuspecific.c | 28 ++++++++++++
21 files changed, 182 insertions(+), 120 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-release-aarch64-mainline-allyesconfig
in repository toolchain/ci/llvm-monorepo.
from b93f16ecbe9 Bump version to 7.0.1
new 27b9ba425ee Merging r340927:
new 0b11fdf2a8e Merging r340931:
new dfc01288688 Merging r340932:
new af74082a51b Merging r341221:
new dc1ecbc031d Merging r341919:
new 1c648253704 Merging r342884:
new ec87910c282 Merging r342946:
The 7 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:
llvm/lib/Target/Mips/MicroMips32r6InstrInfo.td | 2 +-
llvm/lib/Target/Mips/Mips64InstrInfo.td | 5 +-
llvm/lib/Target/Mips/Mips64r6InstrInfo.td | 3 +
llvm/lib/Target/Mips/MipsFastISel.cpp | 5 +
llvm/lib/Target/Mips/MipsInstrFPU.td | 8 +-
llvm/lib/Target/Mips/MipsSEFrameLowering.cpp | 17 +-
llvm/lib/Target/Mips/MipsSEISelDAGToDAG.cpp | 12 ++
llvm/lib/Target/Mips/MipsSEInstrInfo.cpp | 11 +-
llvm/test/CodeGen/Mips/Fast-ISel/bricmpi1.ll | 189 +++++++++++++++++++++
.../buildpairf64-extractelementf64-implicit-sp.ll | 32 ++++
llvm/test/CodeGen/Mips/longbranch.ll | 7 +-
llvm/test/CodeGen/Mips/micromips-b-range.ll | 98 +++++++++++
llvm/test/CodeGen/Mips/micromips-mtc-mfc.ll | 68 ++++++++
.../shrink-wrap-buildpairf64-extractelementf64.mir | 150 ++++++++++++++++
llvm/test/CodeGen/Mips/tls.ll | 8 +-
15 files changed, 592 insertions(+), 23 deletions(-)
create mode 100644 llvm/test/CodeGen/Mips/Fast-ISel/bricmpi1.ll
create mode 100644 llvm/test/CodeGen/Mips/buildpairf64-extractelementf64-implicit-sp.ll
create mode 100644 llvm/test/CodeGen/Mips/micromips-b-range.ll
create mode 100644 llvm/test/CodeGen/Mips/micromips-mtc-mfc.ll
create mode 100644 llvm/test/CodeGen/Mips/shrink-wrap-buildpairf64-extractelementf64.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 clang.
from 27ccc9daf4 UserManual: Tweak the /Zc:dllexportInlines- docs some
new 3919b8d983 [clang-format] Do not treat the asm clobber [ as ObjCExpr
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/Format/TokenAnnotator.cpp | 5 +++--
unittests/Format/FormatTest.cpp | 15 +++++++++++++++
2 files changed, 18 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 gcc.
from adc80ab7801 Move a test-case to a proper folder.
new 1894412032b * tree-vrp.c (value_range_base::dump): Dump type. Do not [...]
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 | 9 +++
gcc/testsuite/ChangeLog | 6 ++
gcc/testsuite/gcc.dg/tree-ssa/pr64130.c | 4 +-
gcc/testsuite/gcc.dg/tree-ssa/vrp92.c | 2 +-
gcc/tree-vrp.c | 98 ++++++++++++++++-----------------
gcc/tree-vrp.h | 3 -
6 files changed, 64 insertions(+), 58 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.