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 a24bb4f Enhance objdump so that it will use .got, .plt and .plt.got s [...]
new 16c85b5 testsuite: Use standard_output_file
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:
gdb/testsuite/ChangeLog | 6 ++++++
gdb/testsuite/gdb.arch/powerpc-prologue.exp | 2 +-
gdb/testsuite/gdb.arch/ppc64-symtab-cordic.exp | 4 ++--
gdb/testsuite/gdb.arch/vsx-regs.exp | 2 +-
4 files changed, 10 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 8a60c21 [DAG] hoist DL(N) and fix formatting; NFC
new b3c22e4 [DAG] simplify logic; 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/CodeGen/SelectionDAG/DAGCombiner.cpp | 14 ++++++--------
1 file changed, 6 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 glibc.
from 4d5940f Avoid M_NAN + M_NAN in complex functions.
new bf8c542 resolv: Compile without -Wno-write-strings
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:
ChangeLog | 7 +++
resolv/Makefile | 3 -
resolv/herror.c | 4 +-
resolv/res_debug.c | 159 +++++++++++++++++++++++++++--------------------------
4 files changed, 89 insertions(+), 84 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 bea517c configure: redirect -fsplit-stack compilation to dev/null
new d937e47 2016-10-11 Michael Meissner <meissner(a)linux.vnet.ibm.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 | 7 +++++++
gcc/config/rs6000/rs6000.c | 8 ++++----
2 files changed, 11 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 ecea8e1 [X86][SSE] Regenerate vector load-trunc test
new 53927c2 [X86][SSE] Regenerate scalar i64 uitofp test
new 8a60c21 [DAG] hoist DL(N) and fix formatting; NFC
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:
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 57 ++++++++++++++++++--------------
test/CodeGen/X86/uint64-to-float.ll | 57 +++++++++++++++++++++++---------
2 files changed, 73 insertions(+), 41 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 4566b7e [DAG] fix formatting; NFC
new b46e570 [X86][SSE] Regenerate vsplit and tests
new ecea8e1 [X86][SSE] Regenerate vector load-trunc test
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:
test/CodeGen/X86/vec-trunc-store.ll | 21 ++++++++++++-
test/CodeGen/X86/vsplit-and.ll | 59 +++++++++++++++++++++++++++++++++----
2 files changed, 73 insertions(+), 7 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 87d6d42 Revert "[Driver][Diagnostics] Make 'show option names' defaul [...]
new 079f316 [modules] PR28752: Do not instantiate variable declarations w [...]
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/Decl.h | 26 ++++++++++-
lib/AST/Decl.cpp | 53 ++++++++++++++++++++++
lib/Sema/SemaDecl.cpp | 15 ++++++
lib/Sema/SemaTemplate.cpp | 47 +++++++++++++------
lib/Sema/SemaTemplateInstantiateDecl.cpp | 40 ++++++++--------
lib/Sema/SemaType.cpp | 4 ++
lib/Serialization/ASTReaderDecl.cpp | 29 ++++++++++++
lib/Serialization/ASTWriterDecl.cpp | 4 ++
test/Modules/Inputs/PR28752/Subdir1/b.h | 1 +
.../Modules/Inputs/PR28752/Subdir1/c.h | 0
.../Inputs/PR28752/Subdir1/module.modulemap | 5 ++
test/Modules/Inputs/PR28752/a.h | 1 +
.../Inputs/{cxx-dtor => PR28752}/module.modulemap | 1 -
test/Modules/Inputs/PR28752/vector | 28 ++++++++++++
test/Modules/pr28752.cpp | 19 ++++++++
15 files changed, 236 insertions(+), 37 deletions(-)
create mode 100644 test/Modules/Inputs/PR28752/Subdir1/b.h
copy bindings/python/tests/__init__.py => test/Modules/Inputs/PR28752/Subdir1/c.h (100%)
create mode 100644 test/Modules/Inputs/PR28752/Subdir1/module.modulemap
create mode 100644 test/Modules/Inputs/PR28752/a.h
copy test/Modules/Inputs/{cxx-dtor => PR28752}/module.modulemap (50%)
create mode 100644 test/Modules/Inputs/PR28752/vector
create mode 100644 test/Modules/pr28752.cpp
--
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 00eb3c9 [LCSSA] Implement linear algorithm for the isRecursivelyLCSSAForm
new 4566b7e [DAG] fix formatting; 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/CodeGen/SelectionDAG/DAGCombiner.cpp | 140 +++++++++++++++----------------
1 file changed, 68 insertions(+), 72 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 c949cec [clang-tidy] readability-avoid-const-params-in-decls template [...]
new ce4c2b2 [clang-tidy] Fix template agrument false positives in unused- [...]
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:
clang-tidy/misc/UnusedUsingDeclsCheck.cpp | 14 ++++++++++++++
test/clang-tidy/misc-unused-using-decls.cpp | 30 +++++++++++++++++++++++++++++
2 files changed, 44 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 188a521 [Support/ELF] - Add OpenBSD PT_OPENBSD_RANDOMIZE, PT_OPENBSD_ [...]
new 5988ab8 [x86] update test to use FileCheck and auto-generate checks
new 00eb3c9 [LCSSA] Implement linear algorithm for the isRecursivelyLCSSAForm
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:
include/llvm/Analysis/LoopInfo.h | 2 +-
lib/Analysis/LoopInfo.cpp | 66 +++++++++++++++-------------
lib/Transforms/Scalar/IndVarSimplify.cpp | 9 ++--
lib/Transforms/Utils/LCSSA.cpp | 3 +-
lib/Transforms/Utils/LoopSimplify.cpp | 10 ++---
test/CodeGen/X86/2008-02-14-BitMiscompile.ll | 20 ++++++---
6 files changed, 65 insertions(+), 45 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.