This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from fdfb455fef1 ARM: Use the proper swifterror CSR list on platforms other [...]
new c0f59399924 [ARM] Fix -Wdangling-else warning.
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/ARMBaseRegisterInfo.cpp | 12 ++++--------
1 file changed, 4 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 clang.
from 1d3c5c3304 [Clang] Adding missing feature to goldmont
new 51797d878f [Sema] Null check in BuildDeclarationNameExpr
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/Sema/SemaExpr.cpp | 2 ++
test/SemaCXX/typo-correction-crash.cpp | 4 +++-
2 files changed, 5 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 gcc.
from 749920a0789 BRIGFE fixes:
new 232624e03d1 PR tree-optimization/82163 * tree-ssa-loop-manip.h (verif [...]
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 | 12 +++++
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gcc.dg/tree-ssa/pr82163.c | 23 +++++++++
gcc/tree-ssa-loop-manip.c | 88 +++++++++++++++++++--------------
gcc/tree-ssa-loop-manip.h | 6 +--
5 files changed, 94 insertions(+), 40 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr82163.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 26f60ee8f1a revert r314117 because there are bogus clang tests that dep [...]
new fdfb455fef1 ARM: Use the proper swifterror CSR list on platforms other [...]
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/ARMBaseRegisterInfo.cpp | 10 +++-
lib/Target/ARM/ARMCallingConv.td | 3 ++
test/CodeGen/ARM/swifterror.ll | 84 +++++++++++++++++-----------------
3 files changed, 53 insertions(+), 44 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 lld.
from 437d1e4dd [ELF][fix] Using statically linked lld leads to segmentation [...]
new f2e773438 Use a temporary varaible to improve readability. 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:
ELF/LinkerScript.cpp | 12 ++++--------
1 file changed, 4 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 clang-tools-extra.
from 384242bb Fix clangd when built with LLVM_LINK_LLVM_DYLIB=ON
new 22043955 [clangd] Fix missing "message" key when responding with unsup [...]
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/JSONRPCDispatcher.cpp | 2 +-
test/clangd/unsupported-method.test | 19 +++++++++++++++++++
2 files changed, 20 insertions(+), 1 deletion(-)
create mode 100644 test/clangd/unsupported-method.test
--
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 3eaed19a289 2017-09-25 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new 749920a0789 BRIGFE fixes:
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 | 5 +++++
gcc/brig-builtins.def | 6 +++---
gcc/brig/ChangeLog | 5 +++++
gcc/brig/brigfrontend/brig-to-generic.cc | 22 +++++++++++++++++++---
libhsail-rt/ChangeLog | 4 ++++
libhsail-rt/rt/workitems.c | 23 -----------------------
6 files changed, 36 insertions(+), 29 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 752909f8e3f [InstCombine] remove extract-of-select vector transform
new 26f60ee8f1a revert r314117 because there are bogus clang tests that dep [...]
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:
.../InstCombine/InstCombineVectorOps.cpp | 33 ++++++++++++
.../InstCombine/select-extractelement.ll | 55 +++++++++++---------
test/Transforms/LoopVectorize/minmax_reduction.ll | 58 +++++++++++-----------
3 files changed, 94 insertions(+), 52 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 579d67ba429 Turn CONSTANT_ALIGNMENT into a hook
new 3eaed19a289 2017-09-25 Thomas Koenig <tkoenig(a)gcc.gnu.org>
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 | 22 ++
gcc/fortran/frontend-passes.c | 350 ++++++++++++++++++++++++++-
gcc/fortran/invoke.texi | 23 +-
gcc/fortran/lang.opt | 4 +
gcc/testsuite/ChangeLog | 8 +
gcc/testsuite/gfortran.dg/do_subscript_1.f90 | 57 +++++
gcc/testsuite/gfortran.dg/do_subscript_2.f90 | 23 ++
7 files changed, 471 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/do_subscript_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/do_subscript_2.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 61389a6da0b Remove trailing whitespaces.
new 752909f8e3f [InstCombine] remove extract-of-select vector transform
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:
.../InstCombine/InstCombineVectorOps.cpp | 33 ------------
.../InstCombine/select-extractelement.ll | 55 +++++++++-----------
test/Transforms/LoopVectorize/minmax_reduction.ll | 58 +++++++++++-----------
3 files changed, 52 insertions(+), 94 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.