This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e25a279 [InstCombine][XOP] The instructions for the scalar frcz intri [...]
new b226b5d [SCEVExpand] do not hoist divisions by zero (PR30935)
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/Analysis/ScalarEvolution.cpp | 2 +-
lib/Analysis/ScalarEvolutionExpander.cpp | 88 ++++++++++++++++++----------
test/Transforms/LoopIdiom/pr30935.ll | 94 ++++++++++++++++++++++++++++++
unittests/Analysis/ScalarEvolutionTest.cpp | 76 ++++++++++++++++++++++++
4 files changed, 229 insertions(+), 31 deletions(-)
create mode 100644 test/Transforms/LoopIdiom/pr30935.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.
from f89729f [CrashReproducer] Setup a module collector callback for Heade [...]
new 0601f89 Add two new AST nodes to represent initialization of an array [...]
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 | 92 ++++++++++++++++++
include/clang/AST/RecursiveASTVisitor.h | 2 +
include/clang/Basic/StmtNodes.td | 2 +
include/clang/Sema/Initialization.h | 46 +++++++--
include/clang/Serialization/ASTBitCodes.h | 8 +-
lib/AST/ASTDumper.cpp | 10 ++
lib/AST/Expr.cpp | 2 +
lib/AST/ExprClassification.cpp | 2 +
lib/AST/ExprConstant.cpp | 60 ++++++++++++
lib/AST/ItaniumMangle.cpp | 2 +
lib/AST/StmtPrinter.cpp | 12 +++
lib/AST/StmtProfile.cpp | 8 ++
lib/CodeGen/CGExprAgg.cpp | 80 ++++++++++++++++
lib/CodeGen/CGExprScalar.cpp | 6 ++
lib/CodeGen/CodeGenFunction.h | 35 +++++++
lib/Sema/SemaExceptionSpec.cpp | 2 +
lib/Sema/SemaInit.cpp | 154 ++++++++++++++++++++++++++----
lib/Sema/TreeTransform.h | 17 ++++
lib/Serialization/ASTReaderStmt.cpp | 18 ++++
lib/Serialization/ASTWriterStmt.cpp | 12 +++
lib/StaticAnalyzer/Core/ExprEngine.cpp | 2 +
tools/libclang/CXCursor.cpp | 2 +
22 files changed, 545 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 binutils-gdb.
from e83563a Regenerate Makefile.in to get rid of annoying diffs caused by [...]
new 5d9f66c Fix problems with bss handling in linker scripts.
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:
gold/ChangeLog | 33 +++++++++++++++++++-
gold/output.cc | 65 +++++++++++++++++++++++++++++----------
gold/output.h | 4 +--
gold/script-sections.cc | 65 +++++++++++++++++++++++++++------------
gold/testsuite/Makefile.am | 27 ++++++++++++++++
gold/testsuite/Makefile.in | 38 +++++++++++++++++++++--
gold/testsuite/script_test_15.c | 10 ++++++
gold/testsuite/script_test_15a.sh | 41 ++++++++++++++++++++++++
gold/testsuite/script_test_15a.t | 40 ++++++++++++++++++++++++
gold/testsuite/script_test_15b.sh | 42 +++++++++++++++++++++++++
gold/testsuite/script_test_15b.t | 49 +++++++++++++++++++++++++++++
gold/testsuite/script_test_15c.sh | 42 +++++++++++++++++++++++++
gold/testsuite/script_test_15c.t | 41 ++++++++++++++++++++++++
gold/testsuite/script_test_2.cc | 18 +++++------
14 files changed, 463 insertions(+), 52 deletions(-)
create mode 100644 gold/testsuite/script_test_15.c
create mode 100755 gold/testsuite/script_test_15a.sh
create mode 100644 gold/testsuite/script_test_15a.t
create mode 100755 gold/testsuite/script_test_15b.sh
create mode 100644 gold/testsuite/script_test_15b.t
create mode 100755 gold/testsuite/script_test_15c.sh
create mode 100644 gold/testsuite/script_test_15c.t
--
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 98fdf25 Automatic date update in version.in
new e83563a Regenerate Makefile.in to get rid of annoying diffs caused by [...]
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:
gold/ChangeLog | 4 ++++
gold/Makefile.in | 2 +-
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 binutils-gdb.
from ec6f610 Automatic date update in version.in
new 98fdf25 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 gdb-7.12-branch
in repository binutils-gdb.
from 0ce8264 Automatic date update in version.in
new a3c5766 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 binutils-2_27-branch
in repository binutils-gdb.
from 53b7fdb Automatic date update in version.in
new 5e226a8 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 llvm.
from f47a06e [X86][SSE] Add support for combining target shuffles to SHUFPD.
new e25a279 [InstCombine][XOP] The instructions for the scalar frcz intri [...]
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/InstCombineSimplifyDemanded.cpp | 16 ++++++++++++++--
test/Transforms/InstCombine/x86-xop.ll | 4 ++--
2 files changed, 16 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 lld.
from 423b3a5 Fix TBAA metadata
new 7a48ded COFF: Use a bit in SymbolBody to track which symbols are writ [...]
new 327b8ba COFF: Load inputs immediately instead of adding them to a queue.
new ff5d2c1 COFF: Use CachedHashStringRef in the symbol table.
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:
COFF/Driver.cpp | 90 ++++++++++++++++++----------------------------------
COFF/SymbolTable.cpp | 85 ++++++++++++-------------------------------------
COFF/SymbolTable.h | 14 ++------
COFF/Symbols.h | 7 +++-
COFF/Writer.cpp | 5 +--
test/COFF/order.test | 2 +-
6 files changed, 63 insertions(+), 140 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.