swift
Merge 2020-11-21 into tensorflow
#34875
Merged

Merge 2020-11-21 into tensorflow #34875

shabalind merged 161 commits into tensorflow from tensorflow-merge
shabalind
zoecarver [cxx-interop] Add support for benchmarks with C++ interop.
01b12cfe
rintaro [DerivedConformance] Correctly set access of derived 'hash(into:)'
fa7b6719
shahmishal Add support to use Xcode 12.2 Release Candidate
d575c0a2
[CodeCompletion][Sema][Parse] Migrate unresolved member completion to…
ca7fb37a
cltnschlosser Modify driver tests to support swift-driver json and path differences
95c5ccc2
cltnschlosser Add missing backslash. Lost it in the conversion to regex
59a3271b
cltnschlosser Update validation-test/Driver/Dependencies/rdar25405605.swift
85c7a9c4
[test] Re-enable now-passing IDE/complete_unresolved_members.swift ru…
c777b257
mikeash [Runtime] Change ProtocolCache, NominalCache, and HashableConformance…
c8f1a538
tbkka Fix back-deployment tests
affca544
slavapestov Sema: Fix source range of 'lazy' property getter
756357b8
atrick Fix SimplifyCFG CheckedCastBrJumpThreading.
71acf8dc
atrick Merge pull request #34779 from atrick/fix-simplify-cfg
0e6d4f70
ainu-bot Merge branch 'main' of github.com:apple/swift into tensorflow-stage
7a08b6c4
DougGregor [Concurrency] Stop runDetached from actually printing/running the task.
a1284d06
DougGregor [Concurrency] Add an async call into our async task for basic futures…
95edef70
atrick Merge pull request #34770 from tbkka/tbkka/numericParsingTest
beeefbc8
ainu-bot Merge branch 'main' of github.com:apple/swift into tensorflow-stage
be7d49e1
gottesmm [sil] Add a small helper to SILBuilder to get the loc of the builder'…
f8d0d02e
nate-chandler [Async CC] Find wtable in async context in thunk.
e06d316f
slavapestov Sema: Still diagnose '@objc' even if Foundation was imported
96c9456e
slavapestov Fix test/IRGen/objc_generic_class_stub.swift for 32-bit platforms
9355f8d1
ainu-bot Merge branch 'tensorflow' of github.com:apple/swift into tensorflow-s…
b18fa123
benlangmuir [test] Disable test failing rarely in CI until we can fix
9b93b540
slavapestov Merge pull request #34773 from slavapestov/fix-objc-attr-diagnostic
9a510b8f
ainu-bot Merge branch 'main' of github.com:apple/swift into tensorflow-stage
5d5219b0
slavapestov Merge pull request #34772 from slavapestov/fix-lazy-getter-source-range
fe5be636
ainu-bot Merge branch 'main' of github.com:apple/swift into tensorflow-stage
ef324800
gottesmm Merge pull request #34783 from gottesmm/pr-247c2c443ee86e229635adc8b9…
04dfa5bc
rxwei [AutoDiff] Fix crasher on property getter in library evolution mode. …
35aa99bc
ainu-bot Merge branch 'main' of github.com:apple/swift into tensorflow-stage
535442e9
nate-chandler Merge pull request #34784 from nate-chandler/concurrency/irgen/rdar71…
84f92a3f
ainu-bot Merge branch 'main' of github.com:apple/swift into tensorflow-stage
4fffb3b1
compnerd Demangling: avoid implicit fallthrough
b2535b23
DougGregor Merge pull request #34776 from DougGregor/concurrency-basic-future
a9f5107b
aschwaighofer IRGen: Allow calling a pre-defined async silgen_name function using t…
fbfcaabb
ainu-bot Merge branch 'main' of github.com:apple/swift into tensorflow-stage
a42a9443
shahmishal Update utils/build-script
429dcef8
shahmishal Merge pull request #34702 from apple/shahmishal/test/xcode12.2-rc
806e0b51
ainu-bot Merge branch 'main' of github.com:apple/swift into tensorflow-stage
9df88589
CodaFi Serialize Fingerprints in Swift Modules
9f79fd5d
benlangmuir Merge pull request #34790 from benlangmuir/71468441
f219b4a4
ainu-bot Merge branch 'main' of github.com:apple/swift into tensorflow-stage
7b6f8427
drodriguez [android] Mark Interpreter/async as an executable test.
17aece4d
drodriguez [windows] Set TMP and TEMP, as well as TMPDIR.
b66b112e
bnbarham [Serialization] Fix crashes when allowing compiler errors in modules
b07c06e8
slavapestov Merge pull request #34788 from slavapestov/fix-irgen-test-rdar71476765
582fb841
ainu-bot Merge branch 'main' of github.com:apple/swift into tensorflow-stage
7d80b192
cltnschlosser Merge pull request #34751 from cltnschlosser/cs_swiftDriverTestDiffer…
24444293
Fix misspellings
a0f07472
bnbarham [Gardening] Fix up order-dependent batch code complete tests
54bc17ee
gottesmm [allocbox-to-stack] Eliminate temporary dominance issue and fix impro…
a9ca793f
CodaFi XFAIL Flaky Incremental Tests Harder
baaa035b
gottesmm [sil] Element shadowing of SILInstruction::getKind() by renaming Mark…
611284fc
DougGregor [Clang importer] Make sure we mirror protocol decls for all names.
d249b5cc
gottesmm Merge pull request #34801 from gottesmm/pr-2ae1a4ac00c1d5f605999fa609…
989505df
swift-ci Merge pull request #34802 from CodaFi/xfail-harder
54144acf
DougGregor [Clang importer] Narrow mirrored-import fixes to only consider 'async'.
c7c0fedb
DougGregor [Concurrency] Emit @asyncHandler bodies as traps.
97c5e248
ktoso Merge pull request #34805 from DougGregor/asynchandler-trap
4a9ab668
DougGregor Merge pull request #34804 from DougGregor/concurrency-import-mirrored…
5286d9c4
compnerd Merge pull request #34792 from compnerd/implicit-fallthrough
f82d2975
drodriguez Merge pull request #34797 from drodriguez/windows-temp-tmp-and-tmpdir
32dac8b9
drodriguez Merge pull request #34796 from drodriguez/android-async-requires-exec…
4b6dcf6b
natecook1000 Fix issues with discontiguous-slice assignment (#34708)
cae81eec
tbkka Remove old swift_dynamicCast implementation (#34789)
ef050159
akyrtzi Merge pull request #34798 from bnbarham/allow-errors-asserts
07bc5ef8
gottesmm Merge pull request #34803 from gottesmm/pr-859299a3855ec8453c6129e100…
03646bea
DougGregor Merge pull request #34793 from aschwaighofer/irgen_async_silgen_name
632c9ff2
mikeash Merge pull request #34769 from mikeash/concurrentmap-misc-to-concurre…
5ea3bb2b
CodaFi Add a Fingerprint Currency Type
8e5d64fa
CodaFi [NFC] Traffic in Fingerprints
27d29262
CodaFi [NFC] Use Fingerprints When Computing the Interface Hash
912ed271
CodaFi Migrate loadFingerprint onto ModuleDecl and Friends
88390241
CodaFi Migrate Swiftdeps-based Tests with Poorly-Formatted Fingerprints
316005d8
gottesmm [ownership] Add a subclass for all OwnershipForwarding instructions a…
c35ff33a
gottesmm [sil] Add a non-const version of SILPhiArgument *BranchInst::getArgFo…
0f29b671
compnerd Merge branch 'main' of github.com:apple/swift into tensorflow-stage
76776285
ainu-bot Merge branch 'main' of github.com:apple/swift into tensorflow-stage
aa0423e8
CodaFi Migrate Driver Unit Tests to Fingerprints
91f4c8c4
[Sema] Extract out expression-contains-completion-loc check into a me…
86ddd522
rintaro Merge pull request #34800 from bnbarham/fixup-batch-test
5aab24be
ainu-bot Merge branch 'main' of github.com:apple/swift into tensorflow-stage
6c386309
CodaFi Address Review Comments
d2a98f3b
jckarter SILGen: Update emitForeignToNativeThunk to handle async methods.
81b8cdcf
[CodeCompletion] Rename isSingleExpressionBody to isImplicitSingleExp…
240a2624
CodaFi Merge pull request #34808 from CodaFi/read-eval-fingerprint-loop
b50dfef5
ainu-bot Merge branch 'main' of github.com:apple/swift into tensorflow-stage
494422b4
DougGregor [Concurrency] Implement Task.Handle.get() in terms of an async runtim…
89452806
DougGregor [Concurrency] Remove the C++ runtime test for swift_future_task_wait.
a015e4cf
gottesmm Merge pull request #34809 from gottesmm/pr-584924e29ff9f53ce445cbfbe8…
638d5e7b
ainu-bot Merge branch 'main' of github.com:apple/swift into tensorflow-stage
134c7db1
nate-chandler [IRGen] Pack extra data pattern structs.
4dfaa779
nate-chandler [NFC] Assert that extra data size matches extra data pattern and offset.
8b6ff9cb
Merge pull request #34733 from nathawes/migrate-unresolved-completion
1eb05b77
eeckstein [concurrency] SILGen: emit hop_to_executor instructions in actor-isol…
a3026a39
eeckstein [concurrency] Correctly handle dead-end and unreachable blocks in Opt…
a19ae5c1
swift-ci Merge pull request #34825 from eeckstein/fix-opt-hte
0360fe63
stephentyrone Make Float16 available for macOS on Apple Silicon (#34821)
abea46ea
eeckstein SILVerifier: don't enforce that there must be an unreachable after a …
5ccf3a85
eeckstein SILVerifier: don't dump the whole module in case of a verifier failure.
80d6e6c4
DougGregor Merge pull request #34818 from DougGregor/future-async-wait
328bd475
jckarter Merge pull request #34819 from jckarter/silgen-foreign-to-native-thunk
6722d71a
nate-chandler [Runtime] Check that extraDataSize matches extraDataPattern.
e09e4a72
compnerd Merge branch 'main' of github.com:apple/swift into tensorflow-stage
3e30dab3
ainu-bot Merge branch 'main' of github.com:apple/swift into tensorflow-stage
15aedcf2
eeckstein Merge pull request #34824 from eeckstein/hop_to_executor_in_closures
b6b99f6a
ainu-bot Merge branch 'main' of github.com:apple/swift into tensorflow-stage
765d272f
eeckstein Merge pull request #34827 from eeckstein/fix-verifier
eef89eb0
compnerd Merge branch 'main' of github.com:apple/swift into tensorflow-stage
8c0b08ca
nate-chandler Merge pull request #34822 from nate-chandler/rdar68997282
d8e73085
ainu-bot Merge branch 'main' of github.com:apple/swift into tensorflow-stage
9aa2541d
gottesmm Merge pull request #34811 from gottesmm/pr-81ab56860285486f13f9c56ac7…
84360d9d
ainu-bot Merge branch 'main' of github.com:apple/swift into tensorflow-stage
5a3638a5
gottesmm [semantic-arc-opts] Let the simple lifetime join optimization handle …
5a2d63d1
slavapestov Fix test/IRGen/objc_generic_class_stub.swift again
4d7b923d
ktoso +task Implement Task.currentPriority
261f0d2d
rintaro Merge pull request #34586 from rintaro/ide-completion-rdar71005827
e066d435
ainu-bot Merge branch 'main' of github.com:apple/swift into tensorflow-stage
283585fa
drodriguez [windows][msvc2017] Avoid initializer list constructor ambiguity.
42e0d33f
kavon infrastructure to record whether an ApplyExpr is implicitly async
146f19ce
kavon Mark certian actor-isolated ApplyExps as ImplicitlyAsync
0b140a0c
kavon extra test case targeting implicitly-async calls to actor methods
3650b5eb
kavon update existing tests for new implicitly-async calls.
9cba8557
kavon improve and fix diagnostic for implicitly async calls
eb665f6d
swift-ci Merge pull request #34837 from ktoso/wip-task-current-prio
110dff53
ainu-bot Merge branch 'main' of github.com:apple/swift into tensorflow-stage
85e44106
gottesmm Merge pull request #34820 from gottesmm/simple-lifetime-join
546039fc
ainu-bot Merge branch 'main' of github.com:apple/swift into tensorflow-stage
a6fd841c
atrick Restrict CopyForwarding (and destroy hoisting) to OSSA SIL.
39db7662
gottesmm [semantic-arc] Eliminate simple recursive copy without borrows involved.
1fd40034
DougGregor [Concurrency] Limit futures test to x86_64 for now.
93d3eb6f
DougGregor [SIL] Fix ownership of GetCurrentAsyncTask builtin
c42add92
DougGregor [IRGen] Don't mark calls to swift_task_alloc as 'readnone'.
307959e7
ktoso [Concurrency] Fix priority implementation
7615c707
ktoso fix properly, by using Task.JobFlags which does conversions
7126f32f
ktoso not owned
fd8097c2
gottesmm Merge pull request #34812 from gottesmm/pr-b1ab03067e8684c69df8ad5231…
7bb9aa7f
ainu-bot Merge branch 'main' of github.com:apple/swift into tensorflow-stage
a783f318
swift-ci Merge pull request #34842 from DougGregor/worlds-slowest-fibonacci
3b4b1c3e
ainu-bot Merge branch 'main' of github.com:apple/swift into tensorflow-stage
cbf8d901
swift-ci Merge pull request #34841 from atrick/disable-cpf
aa8ce550
ainu-bot Merge branch 'main' of github.com:apple/swift into tensorflow-stage
c4dee312
xwu Merge pull request #34799 from kkshinkai/main
59f1f10b
ainu-bot Merge branch 'main' of github.com:apple/swift into tensorflow-stage
0f98441a
zoecarver Merge pull request #32721 from zoecarver/cxx/benchmark/create-objects
aa04872a
ainu-bot Merge branch 'main' of github.com:apple/swift into tensorflow-stage
01237f97
kavon update async-let test for implicitly async
3e613a26
drodriguez Merge pull request #34839 from drodriguez/windows-msvc2017-constructo…
33210474
ainu-bot Merge branch 'main' of github.com:apple/swift into tensorflow-stage
21dfa408
swift-ci Merge pull request #34678 from kavon/actor-method-promotion
382cb854
ainu-bot Merge branch 'main' of github.com:apple/swift into tensorflow-stage
13a58518
benlangmuir Merge pull request #34836 from slavapestov/fix-rdar71560719
273ed984
ainu-bot Merge branch 'main' of github.com:apple/swift into tensorflow-stage
b3744d6e
benlangmuir [test] Update SILOptimizer/OSLogFullOptTest.swift
08f4e15b
benlangmuir Merge pull request #34851 from benlangmuir/rdar71641343
489870e8
ainu-bot Merge branch 'main' of github.com:apple/swift into tensorflow-stage
9537e219
benlangmuir [test] Temporarily disable AutoDiff tests failing with optimizations
a0c5ffba
benlangmuir Merge pull request #34856 from benlangmuir/rdar71642726
887464b7
ainu-bot Merge branch 'main' of github.com:apple/swift into tensorflow-stage
e39e4617
shabalind update-checkout-config.json: adjust for tensorflow merge
a1201ce1
shabalind shabalind requested a review from compnerd compnerd 5 years ago
shabalind shabalind requested a review from saeta saeta 5 years ago
shabalind
saeta
saeta approved these changes on 2020-11-25
shabalind shabalind merged fdc8ca42 into tensorflow 5 years ago
shabalind shabalind deleted the tensorflow-merge branch 5 years ago

Login to write a write a comment.

Login via GitHub

Reviewers
Assignees
No one assigned
Labels
Milestone