This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from ed8ae46bed Avoid gcc warnings on cygwin
new e65a5644e6 manual: fix finite description [BZ #22596]
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 | 6 ++++++
manual/arith.texi | 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 lld.
from 4f68fad54 Detemplate isCompatible(). NFC.
new 40e60ef33 [ELF] - Allow using PLT relocations when "-z notext" is given.
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:
ELF/Relocations.cpp | 66 ++++++++++++++++++-------------
test/ELF/Inputs/znotext-plt-relocations.s | 10 +++++
test/ELF/znotext-plt-relocations.s | 20 ++++++++++
3 files changed, 68 insertions(+), 28 deletions(-)
create mode 100644 test/ELF/Inputs/znotext-plt-relocations.s
create mode 100644 test/ELF/znotext-plt-relocations.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 gcc.
from de10a5f6011 Daily bump.
new 779086e2639 PR c++/83553 * fold-const.c (struct contains_label_data): [...]
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/fold-const.c | 41 +++++++++++++++++++++++-----
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/c-c++-common/torture/pr83553.c | 29 ++++++++++++++++++++
4 files changed, 78 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/torture/pr83553.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 gcc-7-branch
in repository gcc.
from 5b095a12022 Daily bump.
new 35375fe0128 PR c++/83553 * fold-const.c (struct contains_label_data): [...]
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/fold-const.c | 41 +++++++++++++++++++++++-----
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/c-c++-common/torture/pr83553.c | 29 ++++++++++++++++++++
4 files changed, 78 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/torture/pr83553.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 893a41656b5 [X86] Use SelectionDAG::getZeroExtendInReg instead of imple [...]
new 9363e85e02d [X86] Pass the right VT to the getZeroExtendInReg introduce [...]
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/X86/X86ISelLowering.cpp | 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 e1b8f14c6dd [DAG] Add missing case check from findbaseoffset merge from [...]
new 3a056544bbb [SelectionDAG][X86] Don't use ->getValueType(0) after a cal [...]
new 893a41656b5 [X86] Use SelectionDAG::getZeroExtendInReg instead of imple [...]
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 | 6 +++---
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp | 2 +-
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 6 +++---
lib/Target/X86/X86ISelLowering.cpp | 26 +++++++++---------------
4 files changed, 17 insertions(+), 23 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 2532eb8b47 [ODRHash] Support ODR violation detection in functions.
new d87ab96067 [ODRHash] Disable hashing on methods.
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/ODRHash.cpp | 3 +++
1 file changed, 3 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 clang.
from c4dbfb41a7 Add an explicit `LLVM_FALLTHROUGH` annotation to an intentio [...]
new 2532eb8b47 [ODRHash] Support ODR violation detection in functions.
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 | 14 +-
include/clang/AST/ODRHash.h | 4 +
.../clang/Basic/DiagnosticSerializationKinds.td | 23 ++
include/clang/Serialization/ASTReader.h | 4 +
lib/AST/Decl.cpp | 20 ++
lib/AST/ODRHash.cpp | 30 +++
lib/Serialization/ASTReader.cpp | 244 ++++++++++++++++++---
lib/Serialization/ASTReaderDecl.cpp | 3 +
lib/Serialization/ASTWriterDecl.cpp | 3 +
test/Modules/odr_hash.cpp | 160 +++++++++++++-
10 files changed, 456 insertions(+), 49 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 compiler-rt.
from 4d53d6d10 Reland "[mips][compiler-rt] Provide 64bit atomic add and sub"
new d86233428 [Sanitizers] Export aligned new/delete from runtimes.
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/sanitizer_common/scripts/gen_dynamic_list.py | 20 +++++++++++++
test/asan/TestCases/Linux/aligned_delete_test.cc | 34 ++--------------------
.../TestCases/Linux/new_delete_test.cc | 6 ++--
3 files changed, 26 insertions(+), 34 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 be7ed04dd8c PR debug/83550 * c-decl.c (finish_struct): Set DECL_SOURC [...]
new de10a5f6011 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.