forked from swiftlang/swift
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Merge main 2020-10-20 #2037
Merged
+5,190
−873
Merged
Merge main 2020-10-20 #2037
Changes from all commits
Commits
Show all changes
65 commits
Select commit
Hold shift + click to select a range
69d04aa
[linux] remove absolute rpath of /usr/lib/swift/linux added to many s…
finagolfin 3364c51
SIL: Verify invariants of async_continuation instructions.
jckarter 17f7ad8
[CSBindings] Record all of the protocol requirements (not just literal)
xedin 0c51159
[CSBindings] Record constraint associated with a subtype relationship
xedin a9cce60
[CSBindings] Shrink binding "sources" to supertype and equivalence only
xedin d011bf3
[CSBindings] Implement transtive protocol requirement inference
xedin 5dc9919
[ConstraintSystem] NFC: Make `SemaTest` a friend of `ConstraintSystem`
xedin 1aecea1
[unittest/Sema] Add a helper method to infer bindings for a given typ…
xedin a243831
[unittest/Sema] Add a test-case for a single hop protocol requirement…
xedin 8024b7b
[CSBindings] Improve equivalence class handling in transitive protoco…
xedin a3c3981
[unittest/Sema] NFC: Add a way to create a protocol with a given name…
xedin 9598f19
[unittest/Sema] Cover transitive protocol inference with unit tests
xedin 85ff15a
Add indexTrieRoot to the SILModule to share across Analyses.
atrick 7774f06
Change IndexTrie to allow signed indices
atrick 2767b51
Change Projection to support signed indices.
atrick 7554a6a
Fix a pointer addition bug in SwiftReflectionTest.
atrick 92a1816
Fix ValueTracking isUniquelyIdentified to use AccessedStorage.
atrick cc0aa2f
Add an AccessPath abstraction and formalize memory access
atrick 1e9c4d1
Update LoadCopyToLoadBorrow for MemAccessUtils API.
atrick 7e435fa
Add AccessPath support to the AccessedStorageDumper pass.
atrick b2d1ac1
Add AccessPathVerification pass and run it in the pipeline.
atrick 800c061
accessed_storage.sil tests
atrick b8f3f9c
accesspath_uses.sil tests
atrick 0f428c2
alias-analysis test
atrick 391b06d
RLE tests for boundary Projection indices.
atrick 712e1ab
AccessedStorage and AccessPath documentation.
atrick 9c69d02
MemAccessUtils comment
atrick 6f2cda1
Add AccessUseVisitor and cleanup related APIs.
atrick b272dc5
Cache 'isLet' within AccessedStorage.
atrick f6b32ae
Add AccessedStorageWithBase to conviently recover the base's VarDecl
atrick 53eebdd
Temporarily disable the load-borrow checker.
atrick 5e0c8f9
The verifier should only output to llvm::errs()
atrick 3ce7899
Add check for Xcode version compatibility
keith 6111319
Improve messaging
keith 58924f0
Add comment
keith 15937f4
Update to 12.2b3
keith 40ef504
[Index] Don't report extensions with nothing to index in system modules
xymus b87fd12
[Index] Update test related to reporting extensions in system modules
xymus f6931c8
[Index] Test records of extensions in sources and modules
xymus 68b790f
Merge pull request #34338 from xymus/indexing-empty-extensions
xymus 3c4ffcf
Fix python lint
keith fd8f723
Merge pull request #34126 from atrick/add-accesspath
atrick f2f7cc6
[docs] Fix a typo in CppInteroperabilityManifesto.md (#34345)
TheHarcker c4a615e
Merge pull request #34227 from keith/ks/add-check-for-xcode-version-c…
swift-ci 86b7bac
Merge pull request #34023 from buttaface/rpath
gottesmm 15f5222
[CodeCompletion][Sema] Allow missing args when solving if the complet…
6fc78d5
Switch To target-swiftc_driver
CodaFi 6a5684a
Sema: Allow duplicate internal parameter names on protocol requirements
slavapestov c39bb89
Add regression test for https://bugs.swift.org/browse/SR-8456
slavapestov a5034bc
Correct path in Windows build guide
texasmichelle 59e8043
Merge pull request #34278 from xedin/transitive-protocol-inference
xedin 340d1e8
[ConstraintSystem] Record trailing choice match choice when arguments…
xedin 27b152c
[Gardening] Drop Trailing Commas
CodaFi bcd0cb6
Use Relative Path to Test Inputs
CodaFi aef8f50
Merge pull request #34210 from jckarter/async-await-sil-verifier
jckarter b654008
Merge pull request #34337 from nathawes/allow-missing-args-when-type-…
swift-ci a0a37d2
Merge pull request #34356 from xedin/record-trailing-even-if-types-ar…
xedin c4e5233
Merge pull request #34352 from slavapestov/local-redeclaration-check-…
slavapestov 50e6ae0
Merge pull request #34353 from slavapestov/regression-test-sr-8456
slavapestov c80fc84
Merge remote-tracking branch 'apple/main' into katei/merge-main-2020-…
kateinoigakukun e93e56f
[WASM] Update Xcode version and disable version check due to GHA limit
kateinoigakukun bce6620
Merge pull request #34355 from texasmichelle/windows_typo
compnerd cfb4a0f
Merge pull request #34284 from CodaFi/testable-hypotheses
CodaFi 9bc7e22
Merge branch 'main' of github.com:swiftwasm/swift into katei/merge-ma…
MaxDesiatov a245772
Merge branch 'swiftwasm' of github.com:swiftwasm/swift into katei/mer…
MaxDesiatov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Xcode 12.2 Beta 3 is going to be included in GHA images soon after actions/runner-images#1851 is merged, so maybe we should wait until then and turn off the check?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I want to merge this as soon as possible to avoid making diff large if CI will pass before actions/runner-images#1851 merged. And I'm not sure the virtual-environments PR will be merged quickly.