forked from swiftlang/swift
-
Notifications
You must be signed in to change notification settings - Fork 30
[pull] swiftwasm from master #1133
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Using a SetVector fixes an issue where many source files imported the same SPI group from the same module, the emitted private textual interfaces superfluously repeated the `@_spi` attribute on the import. rdar://problem/63681845
…e in another process. rdar://problem/55481578
…symbols from libswiftCore. rdar://problem/55481578
…mbols and read the contents of Conformances. rdar://problem/55481578
rdar://problem/55481578
rdar://problem/55481578
…running. rdar://problem/55481578
rdar://problem/55481578
rdar://problem/55481578
rdar://problem/55481578
rdar://problem/55481578
… conformance cache by type descriptor
…nce cache keys are always metadata pointers.
…terate and inspect. rdar://problem/55481578
…umb them through swiftdt. rdar://problem/55481578
…h an environment variable. Expose _swift_debug variables for Remote Mirror to use for tracking metadata allocation, and adopt them in Remote Mirror. rdar://problem/55481578
…iable. Have Remote Mirror look that up instead of the C++ mangled name. rdar://problem/55481578
rdar://problem/55481578
Move the internal runtime structures into RuntimeInternals.h. Remove leftover methods. Comment the new methods. rdar://problem/55481578
… inspected. rdar://problem/55481578
rdar://problem/55481578
Keep the initial metadata pool to be all zeroes. Remove the hardcoded trailer at the end. Write a trailer into it when we check the environment variable the first time we allocate.
Adjust the python imports to be python2 and python3 compatible to enable gyb to be switched over to python3.
[Tools] Create swift-inspect, a debugging tool for dumping Swift runtime data from another process
build: remove unnecessary `CXX_STANDARD` for Windows
…ation runtime: extract `swiftDemangling` into a support library
…802036 [CodeCompletion] Skip to '=' after completion in 'if'/'guard' pattern
Some tests introduced with generic metadata prespecialization for classes were sometimes failing because they were incorrectly checking for specific numbers associated with some functions. Here, those checks are replaced with checks for patterns.
[ModuleInterface] Print the SPI attribute only once per group and import
…adbf30b79b0b1c4b33ff9e5 [cmake] Move ar linking optimization rule into UnixCompileRules.cmake and only run it on Unix-like platforms.
…a-prespecialization-components/remote-test-constants
Python 2/3 compat: gyb, gyb_sourcekit_support, gyb_syntax_support, li…
…ferZeroingNSStringAPI
…up-without-marie-kondo Get rid of #includes that do not spark joy
…list-source-loc AST: Don't set source location on cloned parameter lists
MaxDesiatov
approved these changes
Jun 2, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot]. Want to support this open source service? Please star it : )