This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7f8e9fa4597 [mips] Support `long_call/far/near` attributes passed by front-end
new c4f0a66a85a [ARM] Simplify ExpandPseudoInst. 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:
lib/Target/ARM/ARMExpandPseudoInsts.cpp | 12 ++----------
1 file changed, 2 insertions(+), 10 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 glibc.
from ee8c6cc5f9 Update sparc ulps
new 747d9c2224 Fix int_select international_call_prefixes
new ed6a854cf6 Added int_select international_call_prefixes
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:
localedata/ChangeLog | 29 +++++++++++++++++++++++++++++
localedata/locales/ar_KW | 3 ++-
localedata/locales/ar_LY | 3 ++-
localedata/locales/ar_QA | 3 ++-
localedata/locales/ar_SA | 2 ++
localedata/locales/ar_SD | 3 ++-
localedata/locales/ar_SS | 3 ++-
localedata/locales/ar_SY | 3 ++-
localedata/locales/ar_TN | 3 ++-
localedata/locales/ar_YE | 3 ++-
localedata/locales/ca_AD | 2 ++
localedata/locales/es_MX | 2 ++
localedata/locales/es_NI | 2 ++
localedata/locales/es_PE | 2 ++
localedata/locales/es_PR | 2 ++
localedata/locales/es_PY | 1 +
localedata/locales/es_VE | 2 ++
localedata/locales/fo_FO | 2 ++
localedata/locales/fr_CH | 2 ++
localedata/locales/fr_LU | 2 ++
localedata/locales/ga_IE | 2 ++
localedata/locales/gl_ES | 2 ++
localedata/locales/gv_GB | 2 ++
23 files changed, 72 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 bacda5f6878 Revert "GlobalISel: select G_EXTRACT and G_INSERT instructi [...]
new 7f8e9fa4597 [mips] Support `long_call/far/near` attributes passed by front-end
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/Mips/MipsISelLowering.cpp | 33 ++++++++++++++++++++--------
test/CodeGen/Mips/long-call-attr.ll | 42 ++++++++++++++++++++++++++++++++++++
2 files changed, 66 insertions(+), 9 deletions(-)
create mode 100644 test/CodeGen/Mips/long-call-attr.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-tools-extra.
from f8b16115 [clangd] Allow specifying -resource-dir
new 1a4aa5af [clang-tidy] Unify the way IncludeStyle and HeaderFileExtesio [...]
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:
.../ProBoundsConstantArrayIndexCheck.cpp | 2 +-
clang-tidy/google/GlobalNamesInHeadersCheck.cpp | 4 ++--
clang-tidy/google/UnnamedNamespaceInHeaderCheck.cpp | 4 ++--
clang-tidy/llvm/HeaderGuardCheck.cpp | 15 +--------------
clang-tidy/llvm/HeaderGuardCheck.h | 6 ------
clang-tidy/misc/DefinitionsInHeadersCheck.cpp | 4 ++--
clang-tidy/misc/MoveConstructorInitCheck.cpp | 2 +-
clang-tidy/modernize/MakeSmartPtrCheck.cpp | 2 +-
clang-tidy/modernize/PassByValueCheck.cpp | 2 +-
clang-tidy/modernize/ReplaceAutoPtrCheck.cpp | 2 +-
clang-tidy/modernize/ReplaceRandomShuffleCheck.cpp | 2 +-
clang-tidy/performance/TypePromotionInMathFnCheck.cpp | 2 +-
clang-tidy/performance/UnnecessaryValueParamCheck.cpp | 2 +-
clang-tidy/utils/HeaderFileExtensionsUtils.h | 4 ++++
clang-tidy/utils/HeaderGuard.h | 4 ++--
15 files changed, 21 insertions(+), 36 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 2438e5540a3 PR middle-end/81030 * cfgbuild.c (find_many_sub_basic_blo [...]
new e38da69c76d PR tree-optimization/81388 Revert r238585: 2016-07-21 B [...]
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/pr81388-1.c | 14 ++++
gcc/testsuite/gcc.dg/tree-ssa/pr81388-2.c | 14 ++++
gcc/tree-ssa-loop-niter.c | 105 ++++++++++++++++++++++--------
5 files changed, 120 insertions(+), 28 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr81388-1.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr81388-2.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 d8f8a921bb clang/module.modulemap: Clang_Diagnostics: Activate "Sema/Se [...]
new c176e5d1cd [vfs] Assert that the status is known in equivalent().
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/Basic/VirtualFileSystem.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 0f6dee58a66 [DAGCombiner] Match ISD::SRL non-uniform constant vectors p [...]
new bacda5f6878 Revert "GlobalISel: select G_EXTRACT and G_INSERT instructi [...]
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/AArch64/AArch64InstructionSelector.cpp | 49 +-------------------
.../AArch64/GlobalISel/select-insert-extract.mir | 54 ----------------------
2 files changed, 1 insertion(+), 102 deletions(-)
delete mode 100644 test/CodeGen/AArch64/GlobalISel/select-insert-extract.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 gcc.
from 6154acba935 2017-07-20 Richard Biener <rguenther(a)suse.de>
new 2438e5540a3 PR middle-end/81030 * cfgbuild.c (find_many_sub_basic_blo [...]
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/cfgbuild.c | 14 +++++++++++---
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr81030.c | 29 +++++++++++++++++++++++++++++
4 files changed, 52 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr81030.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 61658d61fdb 2017-07-20 Richard Biener <rguenther(a)suse.de>
new 6154acba935 2017-07-20 Richard Biener <rguenther(a)suse.de>
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 | 24 +++
gcc/testsuite/ChangeLog | 7 +
gcc/testsuite/g++.dg/vect/pr61171.cc | 23 +++
gcc/testsuite/gcc.dg/vect/vect-reduc-11.c | 46 ++++++
gcc/testsuite/gfortran.dg/vect/pr61171.f | 15 ++
gcc/tree-vect-loop.c | 247 +++++++++++++++++++-----------
gcc/tree-vect-slp.c | 9 +-
gcc/tree-vect-stmts.c | 13 +-
gcc/tree-vectorizer.h | 7 +-
9 files changed, 292 insertions(+), 99 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/vect/pr61171.cc
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-reduc-11.c
create mode 100644 gcc/testsuite/gfortran.dg/vect/pr61171.f
--
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 0c953014bc9 Remove trailing whitespace. NFCI.
new 0f6dee58a66 [DAGCombiner] Match ISD::SRL non-uniform constant vectors p [...]
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/SelectionDAG/DAGCombiner.cpp | 39 ++++++++++++++++--------
test/CodeGen/X86/combine-srl.ll | 52 ++++++--------------------------
2 files changed, 36 insertions(+), 55 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.