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 026a917 Fix PR gdb/19828: gdb -p <process from a container>: internal error
new 224f10c PR gdb/19194 - fix typo in the manual
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/doc/ChangeLog | 5 +++++
gdb/doc/gdb.texinfo | 2 +-
2 files changed, 6 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 clang-tools-extra.
from 3cc93df [clang-tidy] modernize-pass-by-value bugfix. Reverting lit-st [...]
new 818ca80 [include-fixer][find-all-symbols] removed unused const member [...]
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-fixer/find-all-symbols/tool/FindAllSymbolsMain.cpp | 2 --
1 file changed, 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 9daeb0c Handle terminator .eh_frame when creating the index.
new ea6a246 Do not start over relocation search from beginning.
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/OutputSections.cpp | 25 ++++++++++++++++---------
ELF/OutputSections.h | 4 ++--
2 files changed, 18 insertions(+), 11 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 23edc6d 2016-05-24 Richard Biener <rguenther(a)suse.de>
new ca97a2c * config/i386/i386.c (ix86_preferred_reload_class): Use IS_ [...]
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 | 17 +++++++++--------
gcc/config/i386/i386.c | 9 +++++----
2 files changed, 14 insertions(+), 12 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 lldb.
from dd9effe [LLDB][MIPS] Fix floating point handling in case of thread step-out
new ea9bfec Add a missing include to ItaniumABILanguageRuntime.h
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:
.../LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.h | 1 +
1 file changed, 1 insertion(+)
--
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 e571983 [ValueTracking, InstSimplify] extend isKnownNonZero() to hand [...]
new 93b640c Recommit r270070 ([llvm-mc] - Teach llvm-mc to generate compr [...]
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/MC/MCContext.h | 2 --
include/llvm/MC/MCSectionELF.h | 3 +--
lib/MC/ELFObjectWriter.cpp | 44 ++++++++++++++++++++----------------------
lib/MC/MCContext.cpp | 16 ---------------
test/MC/ELF/compression.s | 15 +++++++++-----
5 files changed, 32 insertions(+), 48 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 a23115c Fix crash in .eh_frame marker section.
new 9daeb0c Handle terminator .eh_frame when creating the index.
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/OutputSections.cpp | 4 ++++
test/ELF/eh-frame-marker.s | 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 clang-tools-extra.
from 43756df [clang-tidy] modernize-pass-by-value bugfix
new 921e5ad [find-all-symbols] Added hardcode header mapping from header [...]
new 3cc93df [clang-tidy] modernize-pass-by-value bugfix. Reverting lit-st [...]
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-fixer/find-all-symbols/CMakeLists.txt | 2 +
include-fixer/find-all-symbols/FindAllMacros.cpp | 6 +-
include-fixer/find-all-symbols/FindAllSymbols.cpp | 6 +-
.../find-all-symbols/FindAllSymbolsAction.cpp | 32 ++
.../find-all-symbols/FindAllSymbolsAction.h | 61 ++++
.../find-all-symbols/HeaderMapCollector.cpp | 34 ++
.../find-all-symbols/HeaderMapCollector.h | 20 +-
include-fixer/find-all-symbols/tool/CMakeLists.txt | 5 +-
.../find-all-symbols/tool/FindAllSymbolsMain.cpp | 60 +---
.../find-all-symbols/tool/STLPostfixHeaderMap.cpp | 358 +++++++++++++++++++++
.../find-all-symbols/tool/STLPostfixHeaderMap.h | 23 ++
test/clang-tidy/modernize-pass-by-value.cpp | 34 +-
.../find-all-symbols/FindAllSymbolsTests.cpp | 61 ++--
13 files changed, 585 insertions(+), 117 deletions(-)
create mode 100644 include-fixer/find-all-symbols/FindAllSymbolsAction.cpp
create mode 100644 include-fixer/find-all-symbols/FindAllSymbolsAction.h
create mode 100644 include-fixer/find-all-symbols/HeaderMapCollector.cpp
create mode 100644 include-fixer/find-all-symbols/tool/STLPostfixHeaderMap.cpp
create mode 100644 include-fixer/find-all-symbols/tool/STLPostfixHeaderMap.h
--
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 de7f6bd Commiting for http://reviews.llvm.org/D20365
new 43756df [clang-tidy] modernize-pass-by-value bugfix
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/modernize/PassByValueCheck.cpp | 5 ++++
test/clang-tidy/modernize-pass-by-value.cpp | 40 ++++++++++++++++++-----------
2 files changed, 30 insertions(+), 15 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 lldb.
from f1ab474 Make sure TestRedefinitionsInInlines.py actually inlines.
new dd9effe [LLDB][MIPS] Fix floating point handling in case of thread step-out
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/lldb/Core/ArchSpec.h | 14 +++
source/Plugins/ABI/SysV-mips/ABISysV_mips.cpp | 121 ++++++++++++++++++----
source/Plugins/ABI/SysV-mips/ABISysV_mips.h | 3 +
source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp | 90 +++++++++++++---
source/Plugins/ABI/SysV-mips64/ABISysV_mips64.h | 3 +
source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 36 ++++++-
6 files changed, 229 insertions(+), 38 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.