This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_27-branch
in repository binutils-gdb.
from 432da49 Automatic date update in version.in
new 8bf14d1 Automatic date update in version.in
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:
bfd/version.h | 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 libcxx.
from 42a87db Change a couple of 'template <typename's to 'template <class' [...]
new 1770a8c Mark a couple more Issaquah issues as done: 2578 and 2738
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:
www/upcoming_meeting.html | 8 ++++----
1 file 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 165c9ce Modernize some code related to Args usage / implementation.
new b25be25 Changes to the std::multimap formatter to make it work agains [...]
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/Language/CPlusPlus/LibCxxMap.cpp | 60 ++++++++++++++++++++-----
1 file changed, 50 insertions(+), 10 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 7d06a50 Mark a couple issues as done (2742 and 2760)
new ec81081 Add tests to make sure that is_constructible<cv-void> is fals [...]
new 42a87db Change a couple of 'template <typename's to 'template <class' [...]
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:
include/string | 6 +++---
.../meta/meta.unary/meta.unary.prop/is_constructible.pass.cpp | 3 +++
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 llvm.
from 3f22f87 [WebAssembly] Update to more stack-machine-oriented terminology.
new e602ff9 [MSSA] Allow unittests to use BasicAA when building.
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:
unittests/Transforms/Utils/MemorySSA.cpp | 49 ++++++++++++++++++++++++--------
1 file changed, 37 insertions(+), 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 lldb.
from 5539ea9 Refactor the Args class.
new 165c9ce Modernize some code related to Args usage / implementation.
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/Args.h | 4 +-
source/Interpreter/Args.cpp | 133 ++++++++----------
source/Interpreter/CommandAlias.cpp | 77 ++++++-----
source/Interpreter/CommandInterpreter.cpp | 217 +++++++++++++++---------------
4 files changed, 206 insertions(+), 225 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 bafb9a4 [WebAssemby] Clean up an obsolete comment.
new 3f22f87 [WebAssembly] Update to more stack-machine-oriented terminology.
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/Target/WebAssembly/README.txt | 18 +++++++++++++-----
lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp | 2 +-
lib/Target/WebAssembly/WebAssemblyInstrControl.td | 6 +++---
.../WebAssembly/WebAssemblyLowerBrUnless.cpp | 2 +-
lib/Target/WebAssembly/WebAssemblyRegStackify.cpp | 22 +++++++++++-----------
lib/Target/WebAssembly/WebAssemblyRegisterInfo.td | 6 +++---
.../WebAssembly/WebAssemblyReplacePhysRegs.cpp | 2 +-
.../WebAssembly/WebAssemblyTargetMachine.cpp | 6 +++---
8 files changed, 36 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 ec061a2 Fix regex in lldb lit test TestCallStopAndContinue
new 96cd3ed add a simple test case to validate test id()
new 5539ea9 Refactor the Args class.
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:
include/lldb/Interpreter/Args.h | 84 +---
.../test/functionalities/testid/TestTestId.py | 17 +
source/Core/Logging.cpp | 2 +-
source/Core/StringList.cpp | 35 +-
source/Interpreter/Args.cpp | 501 +++++++++------------
unittests/Interpreter/TestArgs.cpp | 103 +++++
6 files changed, 362 insertions(+), 380 deletions(-)
create mode 100644 packages/Python/lldbsuite/test/functionalities/testid/TestTestId.py
--
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 4abceaa ObjectiveC: fix a seg fault when deserialing redeclaration of [...]
new f7aae83 [coroutines] Adding builtins for coroutine intrinsics and bac [...]
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/LanguageExtensions.rst | 76 ++++++++++++++++++++++
include/clang/Basic/Builtins.def | 16 +++++
lib/CodeGen/BackendUtil.cpp | 4 ++
lib/CodeGen/CGBuiltin.cpp | 33 ++++++++++
lib/CodeGen/CGCoroutine.cpp | 100 +++++++++++++++++++++++++++++
lib/CodeGen/CMakeLists.txt | 2 +
lib/CodeGen/CodeGenFunction.h | 13 ++++
test/CodeGenCoroutines/coro-builtins-err.c | 10 +++
test/CodeGenCoroutines/coro-builtins.c | 56 ++++++++++++++++
9 files changed, 310 insertions(+)
create mode 100644 lib/CodeGen/CGCoroutine.cpp
create mode 100644 test/CodeGenCoroutines/coro-builtins-err.c
create mode 100644 test/CodeGenCoroutines/coro-builtins.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 llvm.
from 6eb10d9 [lit] Use argparse instead of optparse
new bafb9a4 [WebAssemby] Clean up an obsolete comment.
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/Target/WebAssembly/WebAssemblyRegStackify.cpp | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.