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 aefd8b33d9 Implement proper "startup-with-shell" support on gdbserver
new 3030551ec5 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-8.0-branch
in repository binutils-gdb.
from 1453200901 Automatic date update in version.in
new 879a8f251b 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_28-branch
in repository binutils-gdb.
from 1898f46886 Import a fix from upstream that allows the ARM ADR pseudo-in [...]
new 2ddebb3216 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 96e2a9955b7 GlobalsModRef: Ensure optnone+readonly/readnone attributes [...]
new 643c0a43677 [CodeGen] Fix some Clang-tidy modernize-use-using and Inclu [...]
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/CodeGen/DFAPacketizer.h | 37 ++++++------
include/llvm/CodeGen/ExecutionDepsFix.h | 42 ++++++++------
include/llvm/CodeGen/FastISel.h | 37 ++++++++++--
include/llvm/CodeGen/FunctionLoweringInfo.h | 33 ++++++-----
include/llvm/CodeGen/GCMetadata.h | 38 ++++++-------
include/llvm/CodeGen/GCMetadataPrinter.h | 25 +++++----
include/llvm/CodeGen/GCStrategy.h | 2 +-
include/llvm/CodeGen/LexicalScopes.h | 3 +-
include/llvm/CodeGen/RegAllocRegistry.h | 17 +++---
include/llvm/CodeGen/StackProtector.h | 11 ++--
include/llvm/CodeGen/TailDuplicator.h | 37 +++++++-----
include/llvm/CodeGen/TargetSchedule.h | 3 +-
lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp | 21 ++++---
lib/CodeGen/DFAPacketizer.cpp | 81 +++++++++++++--------------
lib/CodeGen/GCMetadata.cpp | 16 ++++--
lib/CodeGen/GCMetadataPrinter.cpp | 7 ++-
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 15 +++--
lib/CodeGen/StackProtector.cpp | 4 +-
lib/CodeGen/TailDuplication.cpp | 14 +++--
lib/CodeGen/TailDuplicator.cpp | 38 ++++++++-----
20 files changed, 286 insertions(+), 195 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 ce43b3d0fc When determining the target function of an explicit instanti [...]
new 23a6e4b63a Reapply r304929 [mips] Add runtime options to enable/disable [...]
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/Driver/Options.td | 4 ++
lib/Basic/Targets.cpp | 8 +++-
lib/Driver/ToolChains/Arch/Mips.cpp | 7 +++
test/CodeGen/mips-madd4.c | 87 +++++++++++++++++++++++++++++++++++++
test/Preprocessor/init.c | 10 +++++
5 files changed, 115 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/mips-madd4.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 gcc.
from da31e631113 gcc/ChangeLog:
new 7a15cb80e16 2017-06-07 Tony Reix <tony.reix(a)atos.net> Mat [...]
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 | 7 +++
libiberty/simple-object-xcoff.c | 130 +++++++++++++++++++++++++++++++++++++---
2 files changed, 128 insertions(+), 9 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 410ea620fd [c++1z] Support deducing B in noexcept(B).
new ce43b3d0fc When determining the target function of an explicit instanti [...]
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/Sema/SemaTemplate.cpp | 44 ++++++++++++++++++--------------
test/CXX/temp/temp.decls/temp.mem/p5.cpp | 13 ++++++++++
2 files changed, 38 insertions(+), 19 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 bb125b4c6 Delete dead code.
new 66f51640e Use OutputSectionCommands in assignOffsets.
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 | 7 +++++--
ELF/Writer.cpp | 12 ++++++------
2 files changed, 11 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 lld.
from 8d5411b87 Move clearOutputSections earlier. NFC.
new bb125b4c6 Delete dead code.
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/Writer.cpp | 3 ---
1 file changed, 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.