This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 8ac3f45 [ELF] - Linkerscript: Implemented SORT command.
new d2d97fc Remove dead declaration.
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/LinkerScript.h | 1 -
1 file changed, 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 gcc.
from d5e80d9 PR tree-optimization/57558 * tree-vect-loop-manip.c (vect_c [...]
new cfc1ade * gcc.dg/pr59833.c: Use dg-add-options ieee.
new 07ce0c8 * config/avr/avr.c (avr_out_compare): Use const0_rtx instead [...]
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:
gcc/ChangeLog | 5 +++++
gcc/config/avr/avr.c | 2 +-
gcc/testsuite/ChangeLog | 12 ++++++++----
gcc/testsuite/gcc.dg/pr59833.c | 1 +
4 files changed, 15 insertions(+), 5 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 f6f29cb updated Xcode project r277139
new 8d3113f Revert "updated Xcode project r277139"
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:
lldb.xcodeproj/project.pbxproj | 12 ------------
1 file changed, 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 gcc.
from 8516848 * cfgloop.h (struct loop): New field constraints. (LOOP_C_I [...]
new d5e80d9 PR tree-optimization/57558 * tree-vect-loop-manip.c (vect_c [...]
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 | 24 ++++
gcc/testsuite/ChangeLog | 6 +
.../gcc.dg/vect/{vect-bool-1.c => pr57558-1.c} | 12 +-
.../gcc.dg/vect/{vect-123.c => pr57558-2.c} | 12 +-
gcc/tree-vect-loop-manip.c | 68 ++++++++--
gcc/tree-vect-loop.c | 143 ++++++++++++++++-----
gcc/tree-vectorizer.c | 29 ++++-
gcc/tree-vectorizer.h | 14 +-
8 files changed, 248 insertions(+), 60 deletions(-)
copy gcc/testsuite/gcc.dg/vect/{vect-bool-1.c => pr57558-1.c} (51%)
copy gcc/testsuite/gcc.dg/vect/{vect-123.c => pr57558-2.c} (55%)
--
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 3003a21 Revert "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"
new f6f29cb updated Xcode project r277139
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:
lldb.xcodeproj/project.pbxproj | 12 ++++++++++++
1 file changed, 12 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 e1aebba [ASTMatcher] Add hasTemplateArgument/hasAnyTemplateArgument s [...]
new 2e5a2bf [ASTMatcher] Add templateName matcher.
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:
docs/LibASTMatchersReference.html | 24 ++++++++++++++++++
include/clang/AST/ASTTypeTraits.h | 6 +++++
include/clang/ASTMatchers/ASTMatchers.h | 29 ++++++++++++++++++++++
lib/AST/ASTTypeTraits.cpp | 3 +++
lib/ASTMatchers/Dynamic/Registry.cpp | 1 +
unittests/ASTMatchers/ASTMatchersTraversalTest.cpp | 8 ++++++
6 files changed, 71 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 lldb.
from 109a39c Add/fix support for i386 elf core files
new 3003a21 Revert "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"
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:
source/Plugins/Process/gdb-remote/CMakeLists.txt | 1 -
.../Process/gdb-remote/GDBRemoteClientBase.cpp | 378 ----------
.../Process/gdb-remote/GDBRemoteClientBase.h | 153 ----
.../Process/gdb-remote/GDBRemoteCommunication.cpp | 26 +
.../Process/gdb-remote/GDBRemoteCommunication.h | 23 +
.../gdb-remote/GDBRemoteCommunicationClient.cpp | 818 +++++++++++++++++++--
.../gdb-remote/GDBRemoteCommunicationClient.h | 63 +-
.../gdb-remote/GDBRemoteRegisterContext.cpp | 18 +-
.../Process/gdb-remote/ProcessGDBRemote.cpp | 163 +---
.../Plugins/Process/gdb-remote/ProcessGDBRemote.h | 18 +-
source/Utility/StringExtractor.cpp | 1 -
unittests/CMakeLists.txt | 1 -
unittests/Process/CMakeLists.txt | 1 -
unittests/Process/gdb-remote/CMakeLists.txt | 3 -
.../Process/gdb-remote/GDBRemoteClientBaseTest.cpp | 396 ----------
15 files changed, 895 insertions(+), 1168 deletions(-)
delete mode 100644 source/Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp
delete mode 100644 source/Plugins/Process/gdb-remote/GDBRemoteClientBase.h
delete mode 100644 unittests/Process/CMakeLists.txt
delete mode 100644 unittests/Process/gdb-remote/CMakeLists.txt
delete mode 100644 unittests/Process/gdb-remote/GDBRemoteClientBaseTest.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 gcc.
from a4ade42 * decl.c (build_enumerator): Tweak diagnostic.
new c7c713e 2016-07-29 Prathamesh Kulkarni <prathamesh.kulkarni(a)linaro.org>
new 8516848 * cfgloop.h (struct loop): New field constraints. (LOOP_C_I [...]
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:
gcc/ChangeLog | 13 +++++++++++
gcc/cfgloop.c | 1 +
gcc/cfgloop.h | 49 ++++++++++++++++++++++++++++++++++++++++
gcc/cfgloopmanip.c | 1 +
gcc/doc/loop.texi | 26 +++++++++++++++++++++
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.dg/pr70920-4.c | 5 ++--
gcc/tree-ssa-loop-niter.c | 9 ++++++++
8 files changed, 107 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 1f44345 [Hexagon] Improve balancing of address calculation
new a517bf8 Remove inline-comment-2.ll until I can debug why it fails on [...]
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:
test/MC/AsmParser/inline-comments-2.ll | 23 -----------------------
1 file changed, 23 deletions(-)
delete mode 100644 test/MC/AsmParser/inline-comments-2.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 lld.
from 1975e0e [ELF] - Linkerscript: make addSection() global function inste [...]
new 8ac3f45 [ELF] - Linkerscript: Implemented SORT command.
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/LinkerScript.cpp | 38 ++++++++++++---
ELF/LinkerScript.h | 1 +
test/ELF/linkerscript/Inputs/linkerscript-sort.s | 14 ++++++
test/ELF/linkerscript/linkerscript-sort.s | 61 ++++++++++++++++++++++++
4 files changed, 108 insertions(+), 6 deletions(-)
create mode 100644 test/ELF/linkerscript/Inputs/linkerscript-sort.s
create mode 100644 test/ELF/linkerscript/linkerscript-sort.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.