Skip to content
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
merged 65 commits into from Oct 20, 2020
Merged
Show file tree
Hide file tree
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 Sep 22, 2020
3364c51
SIL: Verify invariants of async_continuation instructions.
jckarter Oct 6, 2020
17f7ad8
[CSBindings] Record all of the protocol requirements (not just literal)
xedin Oct 1, 2020
0c51159
[CSBindings] Record constraint associated with a subtype relationship
xedin Oct 2, 2020
a9cce60
[CSBindings] Shrink binding "sources" to supertype and equivalence only
xedin Oct 2, 2020
d011bf3
[CSBindings] Implement transtive protocol requirement inference
xedin Oct 3, 2020
5dc9919
[ConstraintSystem] NFC: Make `SemaTest` a friend of `ConstraintSystem`
xedin Oct 14, 2020
1aecea1
[unittest/Sema] Add a helper method to infer bindings for a given typ…
xedin Oct 14, 2020
a243831
[unittest/Sema] Add a test-case for a single hop protocol requirement…
xedin Oct 14, 2020
8024b7b
[CSBindings] Improve equivalence class handling in transitive protoco…
xedin Oct 15, 2020
a3c3981
[unittest/Sema] NFC: Add a way to create a protocol with a given name…
xedin Oct 15, 2020
9598f19
[unittest/Sema] Cover transitive protocol inference with unit tests
xedin Oct 15, 2020
85ff15a
Add indexTrieRoot to the SILModule to share across Analyses.
atrick Apr 6, 2020
7774f06
Change IndexTrie to allow signed indices
atrick Aug 28, 2020
2767b51
Change Projection to support signed indices.
atrick Apr 6, 2020
7554a6a
Fix a pointer addition bug in SwiftReflectionTest.
atrick Aug 27, 2020
92a1816
Fix ValueTracking isUniquelyIdentified to use AccessedStorage.
atrick Aug 28, 2020
cc0aa2f
Add an AccessPath abstraction and formalize memory access
atrick Aug 28, 2020
1e9c4d1
Update LoadCopyToLoadBorrow for MemAccessUtils API.
atrick Sep 3, 2020
7e435fa
Add AccessPath support to the AccessedStorageDumper pass.
atrick Aug 28, 2020
b2d1ac1
Add AccessPathVerification pass and run it in the pipeline.
atrick Aug 28, 2020
800c061
accessed_storage.sil tests
atrick Aug 28, 2020
b8f3f9c
accesspath_uses.sil tests
atrick Aug 28, 2020
0f428c2
alias-analysis test
atrick Aug 31, 2020
391b06d
RLE tests for boundary Projection indices.
atrick Sep 2, 2020
712e1ab
AccessedStorage and AccessPath documentation.
atrick Sep 14, 2020
9c69d02
MemAccessUtils comment
atrick Oct 8, 2020
6f2cda1
Add AccessUseVisitor and cleanup related APIs.
atrick Oct 15, 2020
b272dc5
Cache 'isLet' within AccessedStorage.
atrick Sep 26, 2020
f6b32ae
Add AccessedStorageWithBase to conviently recover the base's VarDecl
atrick Sep 28, 2020
53eebdd
Temporarily disable the load-borrow checker.
atrick Oct 14, 2020
5e0c8f9
The verifier should only output to llvm::errs()
atrick Oct 16, 2020
3ce7899
Add check for Xcode version compatibility
keith Oct 7, 2020
6111319
Improve messaging
keith Oct 7, 2020
58924f0
Add comment
keith Oct 12, 2020
15937f4
Update to 12.2b3
keith Oct 17, 2020
40ef504
[Index] Don't report extensions with nothing to index in system modules
xymus Oct 16, 2020
b87fd12
[Index] Update test related to reporting extensions in system modules
xymus Oct 16, 2020
f6931c8
[Index] Test records of extensions in sources and modules
xymus Oct 17, 2020
68b790f
Merge pull request #34338 from xymus/indexing-empty-extensions
xymus Oct 19, 2020
3c4ffcf
Fix python lint
keith Oct 19, 2020
fd8f723
Merge pull request #34126 from atrick/add-accesspath
atrick Oct 19, 2020
f2f7cc6
[docs] Fix a typo in CppInteroperabilityManifesto.md (#34345)
TheHarcker Oct 19, 2020
c4a615e
Merge pull request #34227 from keith/ks/add-check-for-xcode-version-c…
swift-ci Oct 19, 2020
86b7bac
Merge pull request #34023 from buttaface/rpath
gottesmm Oct 19, 2020
15f5222
[CodeCompletion][Sema] Allow missing args when solving if the complet…
nathawes Oct 14, 2020
6fc78d5
Switch To target-swiftc_driver
CodaFi Oct 12, 2020
6a5684a
Sema: Allow duplicate internal parameter names on protocol requirements
slavapestov Oct 19, 2020
c39bb89
Add regression test for https://bugs.swift.org/browse/SR-8456
slavapestov Oct 16, 2020
a5034bc
Correct path in Windows build guide
texasmichelle Oct 19, 2020
59e8043
Merge pull request #34278 from xedin/transitive-protocol-inference
xedin Oct 19, 2020
340d1e8
[ConstraintSystem] Record trailing choice match choice when arguments…
xedin Oct 19, 2020
27b152c
[Gardening] Drop Trailing Commas
CodaFi Oct 19, 2020
bcd0cb6
Use Relative Path to Test Inputs
CodaFi Oct 19, 2020
aef8f50
Merge pull request #34210 from jckarter/async-await-sil-verifier
jckarter Oct 19, 2020
b654008
Merge pull request #34337 from nathawes/allow-missing-args-when-type-…
swift-ci Oct 19, 2020
a0a37d2
Merge pull request #34356 from xedin/record-trailing-even-if-types-ar…
xedin Oct 19, 2020
c4e5233
Merge pull request #34352 from slavapestov/local-redeclaration-check-…
slavapestov Oct 20, 2020
50e6ae0
Merge pull request #34353 from slavapestov/regression-test-sr-8456
slavapestov Oct 20, 2020
c80fc84
Merge remote-tracking branch 'apple/main' into katei/merge-main-2020-…
kateinoigakukun Oct 20, 2020
e93e56f
[WASM] Update Xcode version and disable version check due to GHA limit
kateinoigakukun Oct 20, 2020
bce6620
Merge pull request #34355 from texasmichelle/windows_typo
compnerd Oct 20, 2020
cfb4a0f
Merge pull request #34284 from CodaFi/testable-hypotheses
CodaFi Oct 20, 2020
9bc7e22
Merge branch 'main' of github.com:swiftwasm/swift into katei/merge-ma…
MaxDesiatov Oct 20, 2020
a245772
Merge branch 'swiftwasm' of github.com:swiftwasm/swift into katei/mer…
MaxDesiatov Oct 20, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Expand Up @@ -126,8 +126,10 @@ jobs:
${{ runner.os }}-sccache-v10-
- name: Build macOS installable archive
run: |
sudo xcode-select --switch /Applications/Xcode_12.app/Contents/Developer/
sudo xcode-select --switch /Applications/Xcode_12.2.0.app/Contents/Developer/
./utils/webassembly/ci.sh
env:
SKIP_XCODE_VERSION_CHECK: 1

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?

Copy link
Member Author

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.

- name: Upload macOS installable archive
uses: actions/upload-artifact@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/AddSwift.cmake
Expand Up @@ -473,7 +473,7 @@ function(add_swift_host_library name)
INSTALL_NAME_DIR "@rpath")
elseif(SWIFT_HOST_VARIANT_SDK STREQUAL LINUX)
set_target_properties(${name} PROPERTIES
INSTALL_RPATH "$ORIGIN:/usr/lib/swift/linux")
INSTALL_RPATH "$ORIGIN")
elseif(SWIFT_HOST_VARIANT_SDK STREQUAL CYGWIN)
set_target_properties(${name} PROPERTIES
INSTALL_RPATH "$ORIGIN:/usr/lib/swift/cygwin")
Expand Down
2 changes: 1 addition & 1 deletion docs/CppInteroperabilityManifesto.md
Expand Up @@ -3197,7 +3197,7 @@ UTF-8 data.
class Employee {
public:
std::string DebugDescription() const;
[[swift::import_as_std_string]] std::string SeriaziledAsProtobuf() const;
[[swift::import_as_std_string]] std::string SerializedAsProtobuf() const;
};
```

Expand Down