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 f8ad251375 Import latest fixes to libiberty from GCC.
new 7e8b60085e Prevent an address violation parsing corrupt DWARF informati [...]
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/ChangeLog | 6 ++++++
bfd/dwarf2.c | 6 +++---
2 files changed, 9 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 binutils-2_29-branch
in repository binutils-gdb.
from d4ea9548f3 Import latest bug fixes for the libiberty sources from GCC m [...]
new 6bdd626984 Prevent an address violation parsing corrupt DWARF informati [...]
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/ChangeLog | 6 ++++++
bfd/dwarf2.c | 6 +++---
2 files changed, 9 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 llvm.
from 707fb1cf0ca Debug info for variables whose type is shrinked to bool
new db15069f47b [ARM] GlobalISel: More tests. 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:
.../CodeGen/ARM/GlobalISel/arm-isel-globals-pic.ll | 60 +++++++++++++++++++++-
.../ARM/GlobalISel/arm-select-globals-pic.mir | 58 +++++++++++++++++++++
2 files changed, 116 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 1a4fd5c74c7 Revert "[MergeICmps] MergeICmps is a new optimization pass [...]
new 707fb1cf0ca Debug info for variables whose type is shrinked to bool
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/AsmPrinter/DwarfExpression.cpp | 1 +
lib/IR/DebugInfoMetadata.cpp | 1 +
lib/Transforms/IPO/GlobalOpt.cpp | 38 +++++++++++++++++++++++++++++-
3 files changed, 39 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 2a143b99fc Fix buffer overrun when parsing an ELF attribute string that [...]
new f8ad251375 Import latest fixes to libiberty from GCC.
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:
libiberty/ChangeLog | 77 +++++-
libiberty/simple-object-coff.c | 3 +-
libiberty/simple-object-common.h | 6 +
libiberty/simple-object-elf.c | 489 +++++++++++++++++++++++++++++++++++++--
libiberty/simple-object-mach-o.c | 3 +-
libiberty/simple-object-xcoff.c | 177 +++++++++++++-
libiberty/simple-object.c | 83 ++++++-
7 files changed, 802 insertions(+), 36 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_29-branch
in repository binutils-gdb.
from 30326b094b Check for an invalid note size when parsing ELF notes.
new d4ea9548f3 Import latest bug fixes for the libiberty sources from GCC m [...]
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:
libiberty/ChangeLog | 77 +++++-
libiberty/simple-object-coff.c | 3 +-
libiberty/simple-object-common.h | 6 +
libiberty/simple-object-elf.c | 489 +++++++++++++++++++++++++++++++++++++--
libiberty/simple-object-mach-o.c | 3 +-
libiberty/simple-object-xcoff.c | 177 +++++++++++++-
libiberty/simple-object.c | 83 ++++++-
7 files changed, 802 insertions(+), 36 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 930b028c653 [MergeICmps] MergeICmps is a new optimization pass that tur [...]
new 1a4fd5c74c7 Revert "[MergeICmps] MergeICmps is a new optimization pass [...]
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/InitializePasses.h | 1 -
include/llvm/LinkAllPasses.h | 1 -
include/llvm/Transforms/Scalar.h | 6 -
lib/CodeGen/TargetPassConfig.cpp | 8 -
lib/Transforms/Scalar/CMakeLists.txt | 1 -
lib/Transforms/Scalar/MergeICmps.cpp | 641 -------------------------
lib/Transforms/Scalar/Scalar.cpp | 1 -
test/Transforms/MergeICmps/pair-int32-int32.ll | 87 ----
test/Transforms/MergeICmps/tuple-four-int8.ll | 73 ---
test/Transforms/MergeICmps/volatile.ll | 30 --
10 files changed, 849 deletions(-)
delete mode 100644 lib/Transforms/Scalar/MergeICmps.cpp
delete mode 100644 test/Transforms/MergeICmps/pair-int32-int32.ll
delete mode 100644 test/Transforms/MergeICmps/tuple-four-int8.ll
delete mode 100644 test/Transforms/MergeICmps/volatile.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 gcc.
from 70764430063 Daily bump.
new e55400ddb65 PR c++/82040 * typeck.c (cp_build_unary_op): Avoid re-ent [...]
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/cp/ChangeLog | 5 +++++
gcc/cp/typeck.c | 1 +
gcc/testsuite/ChangeLog | 7 ++++++-
gcc/testsuite/g++.dg/warn/Wbool-operation-1.C | 11 +++++++++++
4 files changed, 23 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Wbool-operation-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 gcc-7-branch
in repository gcc.
from c676f576cc9 Daily bump.
new de099eba2c5 PR c++/82040 * typeck.c (cp_build_unary_op): Avoid re-ent [...]
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/cp/ChangeLog | 8 ++++++++
gcc/cp/typeck.c | 1 +
gcc/testsuite/g++.dg/warn/Wbool-operation-1.C | 11 +++++++++++
3 files changed, 20 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/warn/Wbool-operation-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 clang.
from 618f522e3f Reland r312224 - [ItaniumCXXABI] Always use linkonce_odr lin [...]
new 9b13d907c5 [refactor] Use a RefactoringResultConsumer instead of tagged [...]
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:
.../Tooling/Refactoring/RefactoringActionRule.h | 39 ++----------
.../Tooling/Refactoring/RefactoringActionRules.h | 9 +--
.../Refactoring/RefactoringActionRulesInternal.h | 52 +++++++---------
.../Refactoring/RefactoringResultConsumer.h | 70 ++++++++++++++++++++++
unittests/Tooling/RefactoringActionRulesTest.cpp | 45 +++++++++-----
5 files changed, 129 insertions(+), 86 deletions(-)
create mode 100644 include/clang/Tooling/Refactoring/RefactoringResultConsumer.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.