Skip to content

[pull] swiftwasm from main #2345

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 20 commits into from
Dec 15, 2020
Merged

[pull] swiftwasm from main #2345

merged 20 commits into from
Dec 15, 2020

Conversation

pull[bot]
Copy link

@pull pull bot commented Dec 15, 2020

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

keith and others added 20 commits October 19, 2020 09:15
It doesn't look like this script gets run much, but it should be
executable so it can be.
As a step towards making binding inference more incremental, let's
make producer responsible for adding hole type binding instead of
doing so in `finalize`.
This commit depends on changes to the coroutine-splitting pass in LLVM.  Shadow
copies are also turned off for async function arguments, because they make it
impossible to track debug info during coroutine splitting. Instead we are
relying on LLVM's CoroSplit.cpp to emit shadow copies. The Swift frontend gives
CoroSplit license to move do this by describing the arguments using a
dbg.declare intrinsic, even though it points to chain of load/GEP/bitcase
instructions into the Swift context function argument.

rdar://71866936
… to check conformances in reverse order.

rdar://problem/72049977
…l actor references

Non-actor isolated synchronous functions were previously
allowed to call & reference global-actor isolated declarations.
This patch puts a stop to that.

Resolves rdar://71548470
[CSBindings] Let producer record a binding for a hole
Add debug info support for function arguments in async functions.
…iteration-order-workaround

[Runtime] Add a disabled workaround for protocol conformance checking to check conformances in reverse order.
…cript-executable

Make python_format script executable
Add -sil-verify-all and -sil-verify-none to the sil-opt tool.
…er' and '@GlobalActorType'

Currently, we don't have a fix-it to insert 'async', so I've marked those places
as not expecting a fix-it, until someone goes and implements that (rdar://72313654)
[swift-driver Incremental] Fix test to be more compatible with swift-driver
[sourcekit] Identify xpc service by toolchain instead of sdk
@pull pull bot merged commit 4c26b26 into swiftwasm Dec 15, 2020
pull bot pushed a commit that referenced this pull request Aug 2, 2021
…east) (swiftlang#38686)

The usage of constexpr was disabled in 2016 in #2345, but using NDK 19c,
it seems that the usage doesn't fail compiling at the moment.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.