This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6c411526560 [ARM] Check for assembler instructions in test.
new 631020137d6 [globalisel][tablegen] Add support for ImmLeaf without SDNodeXForm
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:
.../llvm/CodeGen/GlobalISel/InstructionSelector.h | 7 ++
.../CodeGen/GlobalISel/InstructionSelectorImpl.h | 28 +++++
.../AArch64/GlobalISel/select-neon-vcvtfxu2fp.mir | 37 ++++++
test/TableGen/GlobalISelEmitter.td | 44 ++++++-
utils/TableGen/GlobalISelEmitter.cpp | 137 +++++++++++++++++++--
5 files changed, 234 insertions(+), 19 deletions(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/select-neon-vcvtfxu2fp.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 5865bc946c1 2017-08-23 Tamar Christina <tamar.christina(a)arm.com>
new d6c70e3e514 2017-08-23 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 | 6 ++++++
gcc/dwarf2out.c | 5 ++++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/lto/pr81940_0.C | 5 +++++
4 files changed, 20 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/lto/pr81940_0.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 2d810c27ff3 [ARM] Add missing patterns for insert_subvector.
new 6c411526560 [ARM] Check for assembler instructions in test.
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/ARM/arm-insert-subvector.ll | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 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 zack/anon-unions
in repository glibc.
at 38395be6ca RFC: Use anonymous union for siginfo_t
This branch includes the following new commits:
new 38395be6ca RFC: Use anonymous union for siginfo_t
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.
--
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 3aa2a10ca97 2017-08-23 Tamar Christina <tamar.christina(a)arm.com>
new 5865bc946c1 2017-08-23 Tamar Christina <tamar.christina(a)arm.com>
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 | 6 ++++++
gcc/doc/sourcebuild.texi | 3 +++
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/lib/target-supports.exp | 22 ++++++++++++++++++++++
4 files changed, 37 insertions(+)
--
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 c85275b4b94 Fix broken MinGW build of gcc.c
new 3aa2a10ca97 2017-08-23 Tamar Christina <tamar.christina(a)arm.com>
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 | 6 ++++++
gcc/tree-ssa-math-opts.c | 7 +++----
2 files changed, 9 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 clang.
from 4d26b24b68 [clang-format] Align trailing comments if ColumnLimit is 0
new ba1ec3c54a Fix typos, remove unused private members of CommonOptionsPar [...]
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/RecursiveASTVisitor.h | 2 +-
include/clang/AST/TypeNodes.def | 2 +-
include/clang/ASTMatchers/ASTMatchers.h | 2 +-
include/clang/Analysis/CloneDetection.h | 2 +-
include/clang/Tooling/CommonOptionsParser.h | 4 +---
include/clang/Tooling/CompilationDatabase.h | 2 +-
lib/Sema/SemaExpr.cpp | 2 +-
7 files changed, 7 insertions(+), 9 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 85bd8032f83 Daily bump.
new c85275b4b94 Fix broken MinGW build of gcc.c
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 | 4 ++++
gcc/gcc.c | 5 +++++
2 files changed, 9 insertions(+)
--
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 c2086906b5a [globalisel][tablegen] Add tests for FeatureBitsets and Com [...]
new 2d810c27ff3 [ARM] Add missing patterns for insert_subvector.
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/ARMInstrNEON.td | 16 ++++++++++++++++
test/CodeGen/ARM/arm-insert-subvector.ll | 33 ++++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+)
create mode 100644 test/CodeGen/ARM/arm-insert-subvector.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.