This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6811218 LiveIntervals: add removeRegUnit
new ae33160 [AMDGPU] llvm-objdump: Skip amd_kernel_code_t only at the beg [...]
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/Object/AMDGPU/objdump.s | 8 +++++
tools/llvm-objdump/llvm-objdump.cpp | 67 ++++++++++++++++++++++++++-----------
2 files changed, 55 insertions(+), 20 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 cbfe590 Fix bug in DAGBuilder for getelementptr with expanded vector.
new 6811218 LiveIntervals: add removeRegUnit
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/LiveIntervalAnalysis.h | 7 +++++++
1 file changed, 7 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 gcc.
from fcc0ec6 2016-08-17 Richard Biener <rguenther(a)suse.de>
new d0393c6 016-08-17 Stanislaw Halik <sthalik(a)misaki.pl>
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 | 5 +++++
gcc/config/i386/xm-mingw32.h | 4 ++++
2 files changed, 9 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 compiler-rt.
from 6ea77f0 Rename DescribeHeapAddress to DescribeAddressIfHeap and split [...]
new ce3cbf6 Deal with buildbot fallout from r278917: s/AllocType()/GetAll [...]
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/asan/asan_allocator.cc | 4 ++--
lib/asan/asan_allocator.h | 2 +-
lib/asan/asan_descriptions.cc | 2 +-
3 files changed, 4 insertions(+), 4 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 3124ac1 Move packet construction from GDBRemoteRegisterContext go the [...]
new 5f28b59 Remove manual packet construction from GDBRemoteRegisterConte [...]
new caa3459 Fix unittest compilation error in r278915
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:
.../gdb-remote/GDBRemoteRegisterContext.cpp | 23 +++++-----------------
.../Process/gdb-remote/GDBRemoteTestUtils.cpp | 1 -
unittests/Process/gdb-remote/GDBRemoteTestUtils.h | 1 +
3 files changed, 6 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 compiler-rt.
from b5fd72c Revert "[compiler-rt] Allow c++ abi to be explictly disabled [...]
new 6ea77f0 Rename DescribeHeapAddress to DescribeAddressIfHeap and split [...]
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/asan/asan_allocator.cc | 3 ++
lib/asan/asan_allocator.h | 1 +
lib/asan/asan_descriptions.cc | 120 ++++++++++++++++++++++++++++++++++++++++++
lib/asan/asan_descriptions.h | 31 ++++++++++-
lib/asan/asan_report.cc | 83 +++--------------------------
lib/asan/asan_report.h | 1 -
6 files changed, 162 insertions(+), 77 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 newlib.
from c02ac89 Add -i/--input option to locale(1)
new 8443fcd Add release message for commit c02ac89
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:
winsup/cygwin/release/2.6.0 | 3 +++
winsup/doc/new-features.xml | 5 +++++
2 files changed, 8 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 28c2f6a Fix the RangeMapVector::FindEntryThatContainsOrFollows method [...]
new 3124ac1 Move packet construction from GDBRemoteRegisterContext go the [...]
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-remote/GDBRemoteCommunicationClient.cpp | 51 +++
.../gdb-remote/GDBRemoteCommunicationClient.h | 11 +-
.../gdb-remote/GDBRemoteRegisterContext.cpp | 426 ++++++++-------------
unittests/Process/gdb-remote/CMakeLists.txt | 2 +
.../Process/gdb-remote/GDBRemoteClientBaseTest.cpp | 66 +---
.../GDBRemoteCommunicationClientTest.cpp | 111 ++++++
.../Process/gdb-remote/GDBRemoteTestUtils.cpp | 74 ++++
unittests/Process/gdb-remote/GDBRemoteTestUtils.h | 57 +++
8 files changed, 464 insertions(+), 334 deletions(-)
create mode 100644 unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp
create mode 100644 unittests/Process/gdb-remote/GDBRemoteTestUtils.cpp
create mode 100644 unittests/Process/gdb-remote/GDBRemoteTestUtils.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 newlib.
from b0d3414 Constify __locale_ctype_ptr and __locale_ctype_ptr_l
new c02ac89 Add -i/--input option to locale(1)
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:
winsup/doc/utils.xml | 39 +++++++++++++++++++++++++++------------
winsup/utils/locale.cc | 9 +++++++--
2 files changed, 34 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 gcc.
from cff41b9 2016-08-17 Richard Biener <rguenther(a)suse.de>
new fcc0ec6 2016-08-17 Richard Biener <rguenther(a)suse.de>
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 | 14 ++++++
gcc/ssa-iterators.h | 4 ++
gcc/tree-chkp-opt.c | 2 +
gcc/tree-into-ssa.c | 10 +++++
gcc/tree-ssa.c | 110 +++++++++++++++++++++++++++++++++++++++++++++
gcc/tree-vect-loop-manip.c | 3 ++
6 files changed, 143 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.