This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from f40dc6e UriParser cleanup
new b173efc Fix darwin and windows builds broken by r294736
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/MacOSX-Kernel/ProcessKDPLog.cpp | 5 +++--
source/Plugins/Process/MacOSX-Kernel/ProcessKDPLog.h | 8 ++++----
source/Plugins/Process/Windows/Common/ProcessWindowsLog.cpp | 5 +++--
source/Plugins/Process/Windows/Common/ProcessWindowsLog.h | 7 ++++---
4 files changed, 14 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 d4d349d PR tree-optimization/79411 * tree-ssa-reassoc.c (is_reassoc [...]
new b91919b 2017-02-10 Prasad Ghangal <prasad.ghangal(a)gmail.com> Richa [...]
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/c/ChangeLog | 13 +++++++++++
gcc/c/gimple-parser.c | 38 ++++++++++++++++++++-------------
gcc/testsuite/ChangeLog | 7 ++++++
gcc/testsuite/gcc.dg/gimplefe-error-1.c | 11 ++++++++++
gcc/testsuite/gcc.dg/gimplefe-error-2.c | 21 ++++++++++++++++++
gcc/testsuite/gcc.dg/gimplefe-error-3.c | 17 +++++++++++++++
6 files changed, 92 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/gimplefe-error-1.c
create mode 100644 gcc/testsuite/gcc.dg/gimplefe-error-2.c
create mode 100644 gcc/testsuite/gcc.dg/gimplefe-error-3.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 lldb.
from 387423f Switch TestPacketSpeedJSON to use the llvm chrono formatter
new f40dc6e UriParser cleanup
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 => include/lldb}/Utility/UriParser.h | 8 ++---
.../Plugins/Platform/Android/PlatformAndroid.cpp | 5 +--
.../Android/PlatformAndroidRemoteGDBServer.cpp | 2 +-
.../gdb-server/PlatformRemoteGDBServer.cpp | 3 +-
.../GDBRemoteCommunicationServerLLGS.cpp | 2 +-
.../GDBRemoteCommunicationServerPlatform.cpp | 2 +-
source/Utility/UriParser.cpp | 11 +-----
tools/lldb-server/Acceptor.cpp | 3 +-
unittests/Utility/UriParserTest.cpp | 40 ++++++++++------------
9 files changed, 28 insertions(+), 48 deletions(-)
rename {source => include/lldb}/Utility/UriParser.h (91%)
--
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 lnt.
from bb7e660 Update run pages to use new baselines
new 467191c Remove unused parameter from lnt runtest test-suite run method.
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:
lnt/tests/test_suite.py | 4 ++--
1 file changed, 2 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 clang.
from f84b85b Temporarily revert "For X86-64 linux and PPC64 linux align in [...]
new a871648 Wdocumentation fixes
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/CodeGen/MacroPPCallbacks.h | 3 +--
1 file changed, 1 insertion(+), 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 lldb.
from 24de543 Make sure we only load the OS plug-in once.
new cd541d6 Convert Log class to llvm streams
new a6a151a Improve asserts in TestWatchpointIgnoreCount
new ac8da53 Add a format_provider for the Timeout class
new 387423f Switch TestPacketSpeedJSON to use the llvm chrono formatter
The 4 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/Debugger.h | 5 +-
include/lldb/Core/Log.h | 32 ++++++-----
include/lldb/Core/Logging.h | 10 ++--
include/lldb/Core/StreamCallback.h | 21 +++-----
include/lldb/Utility/Timeout.h | 18 ++++++-
.../watchpoint/TestWatchpointIgnoreCount.py | 16 +++---
source/Core/Communication.cpp | 11 ++--
source/Core/Debugger.cpp | 28 ++++++----
source/Core/Listener.cpp | 6 +--
source/Core/Log.cpp | 24 +++++----
source/Core/Logging.cpp | 7 +--
source/Core/StreamCallback.cpp | 37 ++-----------
.../Host/posix/ConnectionFileDescriptorPosix.cpp | 5 +-
source/Plugins/Process/POSIX/ProcessPOSIXLog.cpp | 5 +-
source/Plugins/Process/POSIX/ProcessPOSIXLog.h | 7 +--
.../Process/gdb-remote/GDBRemoteCommunication.cpp | 5 +-
.../gdb-remote/GDBRemoteCommunicationClient.cpp | 43 +++++++--------
.../Process/gdb-remote/ProcessGDBRemoteLog.cpp | 7 ++-
.../Process/gdb-remote/ProcessGDBRemoteLog.h | 5 +-
.../Plugins/SymbolFile/DWARF/LogChannelDWARF.cpp | 3 +-
source/Plugins/SymbolFile/DWARF/LogChannelDWARF.h | 3 +-
source/Target/Process.cpp | 62 ++++++----------------
tools/lldb-server/LLDBServerUtilities.cpp | 29 ++++++----
unittests/Core/CMakeLists.txt | 1 +
unittests/Core/LogTest.cpp | 6 ++-
unittests/Core/StreamCallbackTest.cpp | 28 ++++++++++
.../GDBRemoteCommunicationClientTest.cpp | 1 +
unittests/Utility/TimeoutTest.cpp | 18 +++++--
28 files changed, 221 insertions(+), 222 deletions(-)
create mode 100644 unittests/Core/StreamCallbackTest.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 libcxx.
from f2dbd02 Attempt to fix Apple buildit bots
new 00d9a94 Fix yet another Apple buildit bug
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:
src/typeinfo.cpp | 4 +++-
1 file changed, 3 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 libcxx.
from 1edf316 Recommit "Split exception.cpp and new.cpp implementation into [...]
new f2dbd02 Attempt to fix Apple buildit bots
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:
src/new.cpp | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.