This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e2a16fd Re-commit: [mips][fastisel] Handle 0-4 arguments without Sele [...]
new 4f328be [Hexagon] Implement DFA based hazard recognizer
new 6b032c6 Add missing files to r277143
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/Target/Hexagon/CMakeLists.txt | 1 +
lib/Target/Hexagon/HexagonHazardRecognizer.cpp | 138 +++++++++++++++++++++++++
lib/Target/Hexagon/HexagonHazardRecognizer.h | 75 ++++++++++++++
lib/Target/Hexagon/HexagonInstrInfo.cpp | 13 ++-
4 files changed, 224 insertions(+), 3 deletions(-)
create mode 100644 lib/Target/Hexagon/HexagonHazardRecognizer.cpp
create mode 100644 lib/Target/Hexagon/HexagonHazardRecognizer.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.
from 003e6f4 Add missing '-no-canonical-prefixes' in test.
new e1aebba [ASTMatcher] Add hasTemplateArgument/hasAnyTemplateArgument s [...]
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 | 86 ++++++++++++++++++++--
include/clang/ASTMatchers/ASTMatchers.h | 29 ++++++--
include/clang/ASTMatchers/ASTMatchersInternal.h | 7 ++
unittests/ASTMatchers/ASTMatchersTraversalTest.cpp | 13 ++++
4 files changed, 121 insertions(+), 14 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 f90fc43 Make test not fail on hosts where the default omp library is gomp.
new 003e6f4 Add missing '-no-canonical-prefixes' in test.
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/Driver/offloading-interoperability.c | 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 lldb.
from d337908 Rewrite gdb-remote's SendContinuePacketAndWaitForResponse
new 109a39c Add/fix support for i386 elf core files
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:
.../postmortem/linux-core/TestLinuxCore.py | 1 -
source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 20 +++-
source/Plugins/Process/elf-core/ProcessElfCore.cpp | 20 +++-
source/Plugins/Process/elf-core/ProcessElfCore.h | 6 +-
source/Plugins/Process/elf-core/ThreadElfCore.cpp | 111 +++++++++++++++++++--
source/Plugins/Process/elf-core/ThreadElfCore.h | 28 +++++-
6 files changed, 158 insertions(+), 28 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 c45ded6 Fixup r277011 - wrong use of infinite timeout
new d337908 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, 1168 insertions(+), 895 deletions(-)
create mode 100644 source/Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp
create mode 100644 source/Plugins/Process/gdb-remote/GDBRemoteClientBase.h
create mode 100644 unittests/Process/CMakeLists.txt
create mode 100644 unittests/Process/gdb-remote/CMakeLists.txt
create 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 clang.
from edaa431 [GCC] Support for __final specifier
new f90fc43 Make test not fail on hosts where the default omp library is gomp.
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/Driver/offloading-interoperability.c | 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 compiler-rt.
from 7a19aeb [compiler-rt][XRay] Address follow-up comments to initial int [...]
new ceb8b23 tsan: Enable 48-bit VMA support on aarch64
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/tsan/rtl/tsan_platform.h | 111 ++++++++++++++++++++++++------------
lib/tsan/rtl/tsan_platform_linux.cc | 4 +-
lib/tsan/rtl/tsan_rtl.cc | 4 ++
lib/tsan/rtl/tsan_sync.h | 8 +--
4 files changed, 85 insertions(+), 42 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 322d418 PR c/71969 * c-decl.c (finish_function): Only set DECL_DISR [...]
new 3addff4 gcc/ PR rtl-optimization/71976 * combine.c (get_last_value) [...]
new 5034d13 PR c/7652 * config/i386/i386.c (ix86_expand_args_builtin): [...]
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 | 15 ++++++++++++++-
gcc/combine.c | 6 ++++++
gcc/config/i386/i386.c | 2 ++
3 files changed, 22 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 gcc-6-branch
in repository gcc.
from 0827510 PR c/7652 * config/rs6000/rs6000.c (altivec_expand_ld_built [...]
new b6ad14f * config/i386/i386.c (ix86_expand_args_builtin): Add break. [...]
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 | 4 +++-
gcc/config/i386/i386.c | 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 gcc-5-branch
in repository gcc.
from 634c40d PR c/7652 * config/rs6000/rs6000.c (altivec_expand_ld_built [...]
new dce34b4 * config/i386/i386.c (ix86_expand_args_builtin): Add break. [...]
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 | 4 +++-
gcc/config/i386/i386.c | 2 ++
2 files changed, 5 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.