This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 2cd0afaeb3 [ASTImporter] Refactor Decl creation
new 9432413567 [ASTImporter] Fix infinite recursion on function import with [...]
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/AST/ASTImporter.cpp | 20 +++++++-
unittests/AST/ASTImporterTest.cpp | 98 +++++++++++++++++++++++++++++++--------
2 files changed, 98 insertions(+), 20 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 4b042734801 2018-07-12 Richard Biener <rguenther(a)suse.de>
new d118e371234 * gcc.dg/torture/20180712-1.c: New 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:
gcc/testsuite/ChangeLog | 2 +
gcc/testsuite/gcc.dg/torture/20180712-1.c | 76 +++++++++++++++++++++++++++++++
2 files changed, 78 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/torture/20180712-1.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 8bda54e5087 Fix -Wdocumentation warnings. NFCI.
new ecc246961c8 [UnJ] Use SmallPtrSets for block collections. 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/Transforms/Utils/LoopUnrollAndJam.cpp | 57 +++++++++++++++----------------
1 file changed, 27 insertions(+), 30 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 binutils-2_31-branch
in repository binutils-gdb.
from 3b5e60a4e0 Add remainder of Em16 restrictions for AArch64 gas.
new ec468ac4ef Add support for the ARM speculation barrier instructions SSB [...]
new 2d73c24636 Resolve merge conflicts.
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:
gas/ChangeLog | 10 ++++++++++
gas/config/tc-arm.c | 2 ++
gas/testsuite/gas/arm/barrier-thumb.d | 2 +-
gas/testsuite/gas/arm/barrier.d | 2 +-
gas/testsuite/gas/arm/csdb.d | 9 ++++++---
gas/testsuite/gas/arm/csdb.s | 4 ++++
gas/testsuite/gas/arm/thumb2_it_bad.l | 2 ++
gas/testsuite/gas/arm/thumb2_it_bad.s | 4 +++-
opcodes/ChangeLog | 6 ++++++
opcodes/arm-dis.c | 16 ++++++++++------
10 files changed, 45 insertions(+), 12 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 c7b16284d1c PR tree-optimization/86492 * gimple-ssa-store-merging.c [...]
new 4b042734801 2018-07-12 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 | 5 +++++
gcc/tree-ssa-sccvn.c | 13 ++-----------
2 files changed, 7 insertions(+), 11 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 binutils-2_31-branch
in repository binutils-gdb.
from e87681ac38 Automatic date update in version.in
new 3b5e60a4e0 Add remainder of Em16 restrictions for AArch64 gas.
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:
gas/ChangeLog | 7 ++
gas/testsuite/gas/aarch64/illegal-by-element.d | 3 +
gas/testsuite/gas/aarch64/illegal-by-element.l | 133 +++++++++++++++++++++++++
gas/testsuite/gas/aarch64/illegal-by-element.s | 62 ++++++++++++
opcodes/ChangeLog | 8 ++
opcodes/aarch64-tbl.h | 52 +++++-----
6 files changed, 239 insertions(+), 26 deletions(-)
create mode 100644 gas/testsuite/gas/aarch64/illegal-by-element.d
create mode 100644 gas/testsuite/gas/aarch64/illegal-by-element.l
create mode 100644 gas/testsuite/gas/aarch64/illegal-by-element.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.
unknown user pushed a change to branch master
in repository clang.
from ce51829da0 Fix deduction for conversion function templates converting t [...]
new 2cd0afaeb3 [ASTImporter] Refactor Decl creation
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/ASTImporter.h | 10 +-
include/clang/AST/ASTStructuralEquivalence.h | 13 +-
include/clang/AST/DeclBase.h | 2 +-
lib/AST/ASTImporter.cpp | 904 +++++++++++++++------------
lib/AST/ASTStructuralEquivalence.cpp | 9 +
lib/AST/ExternalASTMerger.cpp | 8 +-
lib/Sema/SemaType.cpp | 1 +
unittests/AST/ASTImporterTest.cpp | 102 ++-
unittests/AST/StructuralEquivalenceTest.cpp | 5 +-
9 files changed, 594 insertions(+), 460 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 binutils-gdb.
from 55cc53e98b readelf: Don't print section type twice for --section-details
new 45a28947f3 Add remainder of Em16 restrictions for AArch64 gas.
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:
gas/ChangeLog | 7 ++
gas/testsuite/gas/aarch64/illegal-by-element.d | 3 +
gas/testsuite/gas/aarch64/illegal-by-element.l | 133 +++++++++++++++++++++++++
gas/testsuite/gas/aarch64/illegal-by-element.s | 62 ++++++++++++
opcodes/ChangeLog | 8 ++
opcodes/aarch64-tbl.h | 52 +++++-----
6 files changed, 239 insertions(+), 26 deletions(-)
create mode 100644 gas/testsuite/gas/aarch64/illegal-by-element.d
create mode 100644 gas/testsuite/gas/aarch64/illegal-by-element.l
create mode 100644 gas/testsuite/gas/aarch64/illegal-by-element.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.
unknown user pushed a change to branch master
in repository llvm.
from 2a6ae651e56 [X86] Add UDIV by uniform/non-uniform constant tests
new 8bda54e5087 Fix -Wdocumentation warnings. NFCI.
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/AsmParser/Parser.h | 8 ++++----
1 file changed, 4 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 llvm.
from f35639b8448 [mips] Mark standard encoded instructions as not being in MIPS16e
new 2a6ae651e56 [X86] Add UDIV by uniform/non-uniform constant tests
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/combine-udiv.ll | 126 +++++++++++++++++++++++++++++++++++++++
1 file changed, 126 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.