This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from fdcf2b70e0c 2018-01-09 Richard Biener <rguenther(a)suse.de>
new c8040004902 Fix permute handling when vectorising scatters
new dc5936e2296 [AArch64] Reject (high (const (plus anchor offset)))
new dacc8387597 [AArch64] Use vec_perm_indices helper routines
The 3 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 | 27 +++++++
gcc/config/aarch64/aarch64.c | 177 +++++++++++++------------------------------
gcc/tree-vect-stmts.c | 6 +-
3 files changed, 84 insertions(+), 126 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 0d0979698a3 Reverted r322073 because of AddressSanitizer failure on san [...]
new 5646bdb21b9 [InstCombine] Check for out of range ashr values using APIn [...]
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/InstCombine/InstCombineShifts.cpp | 8 +++++---
test/Transforms/InstCombine/shift.ll | 23 +++++++++++++++++++++++
2 files changed, 28 insertions(+), 3 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 de3473e38c Track in the AST whether the operand to a UnaryOperator can [...]
new a73e142753 [ASTImporter] Fix missing SourceLoc import for ObjCMethodDec [...]
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 | 6 +++++-
test/ASTMerge/interface/Inputs/interface1.m | 4 +++-
2 files changed, 8 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 llvm.
from b9261dc3594 [X86][AVX] Add v2i64/v2f64 load tests
new 0d0979698a3 Reverted r322073 because of AddressSanitizer failure on san [...]
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/AArch64SVEInstrInfo.td | 3 -
.../AArch64/Disassembler/AArch64Disassembler.cpp | 6 +-
lib/Target/AArch64/SVEInstrFormats.td | 31 -------
test/MC/AArch64/SVE/add-diagnostics.s | 35 --------
test/MC/AArch64/SVE/add.s | 96 ----------------------
test/MC/AArch64/SVE/sub-diagnostics.s | 35 --------
test/MC/AArch64/SVE/sub.s | 96 ----------------------
7 files changed, 3 insertions(+), 299 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 38f4caae0c9 Fix folding of Inf/NaN comparisons for -ftrapping-math (PR [...]
new fdcf2b70e0c 2018-01-09 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 | 10 ++++++++++
gcc/graphite.c | 32 +++++++++++++++++++++++--------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/graphite/pr83668.c | 34 +++++++++++++++++++++++++++++++++
4 files changed, 73 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/graphite/pr83668.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 8e2f4b41a12 [AArch64][SVE] Asm: Add predicated ADD/SUB instructions
new b9261dc3594 [X86][AVX] Add v2i64/v2f64 load 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/masked_memop.ll | 29 +++++++++++++++++++++++++++++
1 file changed, 29 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 e56a070cadd Add gcc_assert about stack alignment (PR sanitizer/82517).
new 38f4caae0c9 Fix folding of Inf/NaN comparisons for -ftrapping-math (PR [...]
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/match.pd | 27 ++++++++++++----------
gcc/testsuite/ChangeLog | 10 ++++++++
.../execute/ieee/{compare-fp-3.x => fp-cmp-7.x} | 0
gcc/testsuite/gcc.dg/torture/inf-compare-1.c | 19 +++++++++++++++
gcc/testsuite/gcc.dg/torture/inf-compare-2.c | 19 +++++++++++++++
gcc/testsuite/gcc.dg/torture/inf-compare-3.c | 19 +++++++++++++++
gcc/testsuite/gcc.dg/torture/inf-compare-4.c | 19 +++++++++++++++
gcc/testsuite/gcc.dg/torture/inf-compare-5.c | 19 +++++++++++++++
gcc/testsuite/gcc.dg/torture/inf-compare-6.c | 19 +++++++++++++++
gcc/testsuite/gcc.dg/torture/inf-compare-7.c | 19 +++++++++++++++
gcc/testsuite/gcc.dg/torture/inf-compare-8.c | 19 +++++++++++++++
12 files changed, 183 insertions(+), 12 deletions(-)
copy gcc/testsuite/gcc.c-torture/execute/ieee/{compare-fp-3.x => fp-cmp-7.x} (100%)
create mode 100644 gcc/testsuite/gcc.dg/torture/inf-compare-1.c
create mode 100644 gcc/testsuite/gcc.dg/torture/inf-compare-2.c
create mode 100644 gcc/testsuite/gcc.dg/torture/inf-compare-3.c
create mode 100644 gcc/testsuite/gcc.dg/torture/inf-compare-4.c
create mode 100644 gcc/testsuite/gcc.dg/torture/inf-compare-5.c
create mode 100644 gcc/testsuite/gcc.dg/torture/inf-compare-6.c
create mode 100644 gcc/testsuite/gcc.dg/torture/inf-compare-7.c
create mode 100644 gcc/testsuite/gcc.dg/torture/inf-compare-8.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 lldb.
from e8661240d Cut and paste error - I wasn't actually running both tests...
new 512d17bbd TestConflictingSymbols: simplify test by using run_break_set_ [...]
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:
.../c/conflicting-symbol/TestConflictingSymbol.py | 22 ++++++++--------------
1 file changed, 8 insertions(+), 14 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 87bfdf90ba Avoid assumption that lit tests are writable (in a couple mo [...]
new de3473e38c Track in the AST whether the operand to a UnaryOperator can [...]
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/Expr.h | 29 ++++++----
lib/AST/ASTDumper.cpp | 14 +++--
lib/AST/ASTImporter.cpp | 11 ++--
lib/AST/ExprConstant.cpp | 89 ++++++++++++++----------------
lib/Analysis/BodyFarm.cpp | 9 ++-
lib/CodeGen/CGExprScalar.cpp | 48 ++++++++--------
lib/CodeGen/CGObjC.cpp | 6 +-
lib/CodeGen/CGStmtOpenMP.cpp | 2 +-
lib/Frontend/Rewrite/RewriteModernObjC.cpp | 25 +++++----
lib/Frontend/Rewrite/RewriteObjC.cpp | 28 +++++-----
lib/Sema/SemaDeclCXX.cpp | 26 +++++----
lib/Sema/SemaExpr.cpp | 18 +++++-
lib/Sema/SemaExprObjC.cpp | 6 +-
lib/Sema/SemaOverload.cpp | 6 +-
lib/Sema/SemaPseudoObject.cpp | 44 ++++++++-------
lib/Serialization/ASTReaderStmt.cpp | 13 +++--
lib/Serialization/ASTWriterStmt.cpp | 13 +++--
test/Misc/ast-dump-stmt.c | 38 ++++++++++++-
18 files changed, 245 insertions(+), 180 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.