This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from d9c498a88 Replaced more boilerplate code with CompletionRequest (NFC)
new aa83fa405 Add includes for CompletionRequest to every file that uses it
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/lldb/Interpreter/CommandAlias.h | 1 +
include/lldb/Interpreter/CommandInterpreter.h | 1 +
include/lldb/Interpreter/CommandObject.h | 3 +--
include/lldb/Interpreter/CommandObjectMultiword.h | 1 +
include/lldb/Interpreter/CommandObjectRegexCommand.h | 1 +
include/lldb/Interpreter/OptionValueArch.h | 1 +
include/lldb/Interpreter/Options.h | 1 +
include/lldb/Symbol/Variable.h | 1 +
8 files changed, 8 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 azanella/c11-threads
in repository glibc.
discards 7d704b20e0 Add manual documentation for threads.h
discards 2ab90d837e nptl: Add test cases for ISO C11 threads
discards 8a8e105b32 nptl: Add abilist symbols for C11 threads
discards ea3b1db89d nptl: Add C11 threads tss_* functions
discards 5c12caa679 nptl: Add C11 threads cnd_* functions
discards 1665982bf3 nptl: Add C11 threads call_once functions
new 5cb253d1c4 nptl: Add C11 threads call_once functions
new 3293a352d5 nptl: Add C11 threads cnd_* functions
new 4cd2294048 nptl: Add C11 threads tss_* functions
new fc5521f94c nptl: Add abilist symbols for C11 threads
new 524bfe7f4b nptl: Add test cases for ISO C11 threads
new 7278509756 Add manual documentation for threads.h
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (7d704b20e0)
\
N -- N -- N refs/heads/azanella/c11-threads (7278509756)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 6 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:
manual/isothreads.texi | 3 +++
nptl/threads.h | 6 +++---
2 files changed, 6 insertions(+), 3 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 67a2ed754ea compiler: fix parsing of composite literals with omitte [...]
new 4aa098beb8d [gcc]
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 | 8 +++++++
gcc/config/rs6000/emmintrin.h | 25 ++++++++++++++++++++++
gcc/testsuite/ChangeLog | 8 +++++++
.../powerpc/{sse2-paddb-1.c => sse2-pand-1.c} | 7 +++---
.../powerpc/{sse2-paddb-1.c => sse2-pandn-1.c} | 7 +++---
.../powerpc/{sse2-psubw-1.c => sse2-por-1.c} | 9 ++++----
.../powerpc/{sse2-pavgb-1.c => sse2-pxor-1.c} | 12 +++++------
7 files changed, 58 insertions(+), 18 deletions(-)
copy gcc/testsuite/gcc.target/powerpc/{sse2-paddb-1.c => sse2-pand-1.c} (84%)
copy gcc/testsuite/gcc.target/powerpc/{sse2-paddb-1.c => sse2-pandn-1.c} (84%)
copy gcc/testsuite/gcc.target/powerpc/{sse2-psubw-1.c => sse2-por-1.c} (83%)
copy gcc/testsuite/gcc.target/powerpc/{sse2-pavgb-1.c => sse2-pxor-1.c} (83%)
--
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 2e88eb47b34 [PR c++/86374] Name lookup failure in enclosing template
new 67a2ed754ea compiler: fix parsing of composite literals with omitte [...]
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/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/expressions.cc | 1 +
2 files changed, 2 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 lldb.
from 36839c9d2 Fix TestAttachDenied on macOS Mojave
new 77757f2a4 No longer pass a StringRef to the Python API
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/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | 5 +++--
1 file changed, 3 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 lldb.
from d9899ad86 Adjust thread name column width depending on real name length.
new 36839c9d2 Fix TestAttachDenied on macOS Mojave
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/functionalities/process_attach/attach_denied/Makefile | 7 +++++++
.../process_attach/attach_denied/entitlements.plist | 0
2 files changed, 7 insertions(+)
copy resources/debugserver-macosx-entitlements.plist => packages/Python/lldbsuite/ [...]
--
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 e585baf37 Shot in the dark to fix gcc 4.9 / c++11 build
new 1548d77c8 wrap _LIBCPP_HAS_NO_CXX14_CONSTEXPR in defined(...)
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/__config | 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 b6e0532b347 [llvm-mca][BtVer2] Add tests for dependency breaking instructions.
new 6ab694dd51e [dwarfdump] Add pretty printer for accelerator table based [...]
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/BinaryFormat/Dwarf.h | 4 ++++
lib/BinaryFormat/Dwarf.cpp | 11 +++++++++++
lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp | 12 +++++++++---
test/tools/dsymutil/X86/objc.test | 2 +-
4 files changed, 25 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 libcxx.
from c005c7e34 Make internal class __wrap_iter constexpr when not using libc [...]
new e585baf37 Shot in the dark to fix gcc 4.9 / c++11 build
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/__config | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.