swift
Merge tensorflow-merge into tensorflow
#27751
Merged

Merge tensorflow-merge into tensorflow #27751

rxwei merged 4218 commits into tensorflow from asuhan/tensorflow
asuhan
swift-ci Merge remote-tracking branch 'origin/master' into master-rebranch
3aba2e7f
ravikandhadai [SIL Optimization][OSLogOptimization] Improve the logic for
b2c1540c
swift-ci Merge remote-tracking branch 'origin/master' into master-rebranch
5ef7e504
hamishknight [Changelog] Add entry for SR-11429
f051ac59
AnthonyLatsis Add a regression test for SR-5252
6260b450
hamishknight [CS] Define locator path elements with macros
9121a6e3
hamishknight [CS] Have `isLastElement` take a locator path elt class
6d8b7987
hamishknight [CS] Rename LocatorPathElt::Requirement
b6b492d7
swift-ci Merge remote-tracking branch 'origin/master' into master-rebranch
e901234d
swift-ci Merge remote-tracking branch 'origin/master' into master-rebranch
26a8bf8e
swift-ci Merge remote-tracking branch 'origin/master' into master-rebranch
4e5ee3c6
swift-ci Merge remote-tracking branch 'origin/master' into master-rebranch
2795f40f
swift-ci Merge remote-tracking branch 'origin/master' into master-rebranch
339e84da
shahmishal Merge branch 'master' into master-rebranch
dd59ce58
[Deserialization] Allow lookup into decls that don't have an interfac…
67683d88
drodriguez [windows][test] Use regexes for some path separators.
b802a399
hborla Merge pull request #27431 from AnthonyLatsis/sr-5252-test
7b4f4e0a
CodaFi [NFC] Adopt TypeBase-isms for GenericSignature
5a8d0744
hamishknight Merge pull request #27433 from hamishknight/a-touch-of-class
28bd0933
CodaFi Merge pull request #27436 from CodaFi/signed-sealed-delivered
75670c17
swift-ci Merge pull request #27429 from hamishknight/coercion-indirection-chan…
07f2e535
gottesmm [simplify-cfg] Add option sil-simplify-cfg-simplify-unconditional-bra…
fab77529
gottesmm [simplify-cfg] Add a visitedBlocks set to hasSameUltimateSuccessor to…
aa008657
owenv [Docs] Add a section to Diagnostics.md on -verify mode
f749e855
drodriguez Merge pull request #27442 from drodriguez/windows-fix-test-paths
02e1d6e8
jrose-apple [Driver] Include more info in "crash because TMPDIR is borked" errors…
632399e0
beccadax [NFC] Explicitly control alignment of Identifiers
dee631bb
Merge pull request #27410 from harlanhaskins/compute-type-before-sett…
2da742e8
eeckstein MemoryLifetimeVerifier: fix a false alarm reported in an unreachable-…
1a07c74a
swift-ci Merge pull request #27457 from eeckstein/fix-memory-lifetime
d5adbe2c
benrimmington Update table of contents in CHANGELOG.md
c3c9e3a0
compnerd build: correct the build type for XCTest
a9a178cd
rintaro Merge pull request #27416 from rintaro/syntaxparse-declassociatedtype
5726179d
shahmishal Merge pull request #27396 from shahmishal/master-rebranch
2f86d675
swift-ci Merge pull request #27459 from compnerd/xctest-build-type
829df919
jrose-apple Merge pull request #27448 from owenv/verifier_docs
3afbe31f
gottesmm [ownership] Emit a PrettyStackTrace msg telling to re-run with -sil-v…
b0e947b0
jckarter swift-reflection-dump: Base ObjectMemoryReader address space on image…
5d3ee68f
gottesmm Merge pull request #27449 from gottesmm/pr-65212fe82c5dfab8b4f1b86bdd…
1a1f731a
jckarter RemoteMirror: Work around flaw in C interface
263bbbb8
jckarter Misc spot fixes
8add25a6
jckarter swift-reflection-dump: Mach-O binding list support
bce16360
jckarter IRGen: Always use symbolic references in mangled names (on Mach-O pla…
c39a2aeb
jinlin-bayarea [IRGen] Use llvm.used for __objc_protorefs and __objc_protolist and a…
9e414dae
edymtt Revert "[XFAIL] Disable runtime/backtrace.swift (55490694)"
8b7cdfdb
edymtt Revert "[XFail] Disable Runtime/linux-fatal-backtrace (55490694)"
e946cd51
rintaro [SyntaxParse] Finish type parsing
7b31d2b4
rintaro [SyntaxParse] Dump leaking node in assertion
de0f000e
rintaro [SyntaxParse] Code styling
0264687b
rintaro [ASTGen] Remove unused cache for types
97267043
rintaro [SyntaxParse] Construct CodeCompletionType for CC token at the beginning
0b61cc62
rintaro [SyntaxParse] Modify parseTypeCollection()
dc3f110f
rintaro [SyntaxParse] Attach 'inout' to the type in tuple type parsing
e7e45fd3
rintaro [SyntaxParse] Invoke type completion in ASTGen
5dceb395
beccadax Fix StringInterpolationProtocol validation crasher
6456b396
rintaro [SyntaxParse] Mark a SIL crasher test case "fixed"
f88fb20a
slavapestov Sema: Don't visit local types when computing captures
6d6fba57
jrose-apple [docs] CToSwift: Finish swift_name section
dfe0085a
jrose-apple [docs] CToSwiftName: Add the section on ObjC properties
1bb666a3
gottesmm [global-string-table] Fix for ownership.
534781ef
slavapestov Merge pull request #27481 from slavapestov/local-types-captures
b24f7172
swift-ci Merge pull request #27484 from gottesmm/pr-54e65bb7df68949c5e764280c8…
88ecae4b
rintaro Merge pull request #27466 from rintaro/syntaxparse-type
a4fcd26b
benrimmington Update table of contents in CHANGELOG.md
c5c7422c
beccadax Merge pull request #27480 from brentdax/absence-of-results
14477a76
aschwaighofer Revert "IRGen: Leave frame pointers off SIL functions marked [thunk]."
6a23ed54
akyrtzi [AST/ASTMangler] Fix linker error for `SWIFT_BUILD_ONLY_SYNTAXPARSERL…
483d835a
hamishknight [CSDiagnostics] Find argument lists for key path subscripts
c108dae5
swift-ci Merge pull request #27489 from akyrtzi/parser-lib-link-error
9220febb
aschwaighofer Merge pull request #27488 from aschwaighofer/revert_no_frame_pointer_…
2b790a96
jrose-apple Merge pull request #27465 from jrose-apple/properties-of-properties
a59f4385
jrose-apple Improve swift::TransformRange enough to delete TransformArrayRef
8b8c88e2
jrose-apple Remove unused swift::FilterIterator and swift::FilterRange
262f6864
akyrtzi [utils/build-parser-lib] Add capability for cross-compiling the parse…
0c8dd889
beccadax Merge pull request #27414 from brentdax/identify-yourself
c7129383
compnerd AST: remove `dump` for GSB
85b6a054
gottesmm Merge pull request #27463 from gottesmm/pr-cab8832ce5d2768bd6581460dc…
e2e114f1
jrose-apple [ClangImporter] Include -Xcc options in the PCH hash (#27482)
58833455
compnerd Update WindowsBuild.md
1e0d9274
atrick Organize SILOptimizer/Utils headers. Remove Local.h.
bddc69c8
atrick Update the coding style for all code moved in the previous commit.
22500e7e
[ModuleInterfaces] Combine the normalized target triple into the cach…
c0908160
gottesmm [gardening] Eliminate unneeded include of <string>.
7f24c992
gottesmm [ownership] Allow for the ownership verifier to be run in non-asserts…
d535e3e6
own2pwn Update FloatingPointTypes.swift.gyb (#27461)
3ec5e76e
jckarter swift-reflection-dump: Create ReflectionContext with correct target p…
8821c6cf
nate-chandler [csvcolumn_to_scurve] Avoid division by zero.
da385bd9
hamishknight [CSDiagnostics] Find argument lists for key path subscripts (#27492)
fc635cf8
compnerd Merge pull request #27495 from apple/compnerd-lldb-windows
da100202
swift-ci Merge pull request #27498 from gottesmm/pr-2874f8dc3187fa660c8b043dc8…
3db3525b
swift-ci Merge pull request #27417 from atrick/cleanup-cfg-utils
62ccf81f
jckarter swift-reflection-dump: Use a 32-bit friendly multi-image VM mapping.
b93096c8
shahmishal [XFAIL] Disable Sanitizers/tsan-norace-deinit-run-time.swift (55880585)
351c4cc7
edymtt Merge pull request #27470 from edymtt/reenable-runtime-tests
28189a74
swift-ci Merge pull request #27500 from nate-chandler/scurve-avoid-zero-division
ef64b135
akyrtzi [lib/IDE] Improve error message outputted from `getPlistEntry` functi…
4f07dcbb
rintaro [SyntaxParse] Parse typealias declaration
5914325a
jrose-apple [ClangImporter] Remove unused variable
967be8b4
jrose-apple Merge pull request #26830 from owenv/diag_child_notes_refactor
5f269580
swift-ci Merge pull request #27502 from akyrtzi/improve-getPlistEntry-err
03edea34
drodriguez [windows] Adapt Windows build script to latest changes.
7c1c58eb
gottesmm Merge pull request #27499 from gottesmm/pr-dc6371871f1797246355f4fc67…
6d789e36
swift-ci Merge pull request #27503 from jrose-apple/fielding-questions
13deb3b9
Catfish-Man Fix the new Swift NSMutableArray subclass to match edge case behavior…
3d321c19
jckarter Merge pull request #27467 from jckarter/symbolic-reference-all-the-th…
414a4e2a
jrose-apple Merge pull request #27493 from jrose-apple/this-isnt-even-my-final-form
0746d1e8
CodaFi Requestify the Raw Value Accessor
2fe3ce8a
CodaFi Switch up @objc enum printing
6f3d6105
ravikandhadai Merge pull request #27419 from ravikandhadai/oslog-backward-dependenc…
af5eda5d
rintaro [SyntaxParse] Parse IdentifierExpr syntax
597538ca
rintaro Merge pull request #27485 from rintaro/syntaxparse-decltypealias
8c5dcc0f
CodaFi Merge pull request #27403 from CodaFi/thursday-night-raw
9b7ab6bf
swift-ci Merge pull request #27458 from benrimmington/changelog-toc-5.2
dd45f563
hamishknight Requestify whether a decl is an ABI compatible override
934d4d1d
Merge pull request #27469 from harlanhaskins/target-acquired
ce531be1
aschwaighofer SILGen: Fix setting variables with property wrappers marked objc dynamic
e0ce37e0
compnerd Merge pull request #27494 from compnerd/dump-gsb
2f3ec72c
compnerd Merge pull request #27475 from drodriguez/batch-script-lldb-fixes
bb4f46fc
compnerd SILOptimizer: rename `cdecl` to `ctor` (NFC)
08543978
compnerd build: stage libdispatch exports target usage
c7d80f20
rajbarik Merge pull request #27346 from jinlin-bayarea/llvm_used
333f0db8
jckarter Remove unused imaginary 'friend' declaration
67ff8182
swift-ci Merge pull request #27517 from compnerd/decltype
4b646bff
cyndyishida [update-checkout] remove master-rebranch
357b7427
shahmishal Merge pull request #27522 from cyndyishida/master
dad83661
drodriguez [windows] Allow EXE and exe capitalizations in tests.
70b1d913
JDevlieghere [update-checkout] Update master-20190619
e621be09
shahmishal Merge pull request #27525 from JDevlieghere/update-checkout-master-20…
dac7467a
Catfish-Man Merge pull request #27504 from Catfish-Man/hifi-masquerade
55743724
[build-script-impl] Fix cross-compilation of swift.
0996da0e
compnerd Merge pull request #27438 from compnerd/libdispatch-export-targets
f58f68dc
jckarter Merge pull request #27519 from apple/no-imaginary-friends
a2e0d088
rintaro [SyntaxParse] Fix attribute generation in ASTGen
edbf24c5
gottesmm [ownership] Fix no-asserts build.
49327556
rintaro [SyntaxParse] Adjust parseMatchingToken()
c022ff23
AndrewLitteken adding space engine changes
d7e977bf
dcci Merge pull request #27526 from dcci/openupyoureyes
33770fa6
slavapestov Frontend: -emit-silgen exits with non-zero status code if a diagnosti…
55a6693d
slavapestov Sema: Don't synthesize null bodies for invalid accessors
044204a5
slavapestov Sema: Remove unnecessary circularity breaks
6828a124
slavapestov Sema: Remove most calls to Decl::setValidationToChecked()
6702d38d
jckarter swift-reflection-dump: ELF ObjectMemoryReader support for relocations
ce6de7e8
shahmishal [Version] Bump the Swift version to 5.1.1
fff1a393
rintaro Merge pull request #27528 from rintaro/syntaxparse-rdar55952739
2ddba9cf
rintaro [SyntaxParse] Remove unused overload of parseMatchingTokenSyntax()
9f26b561
hamishknight NFC: Move ArgumentMismatchFailure down a bit
12c1db9c
hamishknight Have ArgumentMismatchFailure store FunctionArgApplyInfo
b5a0d58d
hamishknight Use hasAppliedSelf in getFunctionArgApplyInfo
ec45b24b
hamishknight Make getFunctionArgApplyInfo more lenient with CSDiag
f03d210b
hamishknight [CSDiagnostics] Tweak candidate note text for arg mismatch
e2096ae3
hamishknight Move FunctionArgApplyInfo up the header
6e3671da
gottesmm Merge pull request #27527 from gottesmm/pr-1abc9e6927939511bbfbed96d9…
d2c668ba
shahmishal Merge pull request #27533 from apple/master-bump-swift-version-5-1-1
951c6261
slavapestov Merge pull request #27379 from slavapestov/circular-validation-cleanu…
a5116229
shahmishal Remove Ubuntu 14.04 bot link from README.md
078ef804
hamishknight Requestify whether a decl is an ABI compatible override (#27524)
013c4f15
hamishknight Requestify needsNewVTableEntry
c1a1ddd4
hamishknight Check for stubs in NeedsNewVTableEntryRequest
3f66608c
davezarzycki NFC: silence a few warnings
df078830
jckarter Merge pull request #27532 from jckarter/elf-object-reader-relocations
a0f04ada
CodaFi Merge pull request #26754 from AndrewLitteken/SR-11159-SpaceEngine
cb3f9e6e
aschwaighofer IRGen: Strip a bitcast that might be there because a runtime function…
8fbe089e
rintaro [SyntaxParse] Fix crasher for generic parameter with attributes
d2971fa1
jrose-apple More idiomatic use of llvm::hash_combine in many places (#27497)
b32e82c7
varungandhi-apple Remove special case for swift-ci in update-checkout.
76aeffc0
varungandhi-apple [NFC] Add a short note on what USRs are and what they're used for.
ca7e8094
slavapestov AST: Convert ValueDecl::getOpaqueResultTypeDecl() into a request
e334e5d6
slavapestov AST: Lazier opaque type validation
cdcb8e4f
slavapestov Sema: Remove unused TypeResolution::Resolver variable
204276cf
slavapestov Parse: Fudge a test case to work around non-deterministic behavior (r…
d1735599
slavapestov IDE: Eliminate typeCheckCompletionDecl()
7063ecd3
varungandhi-apple Add minimal test case for rdar://problem/55519276.
d4bafdf9
varungandhi-apple [AST] Get the ObjC accessor name, not the one parsed from Swift.
3b9dbd57
mikeash [build-script-impl] Handle multiple version directories in TOOLCHAIN/…
91c95019
mikeash [build-script-impl] Echo commands that are executed when in verbose m…
afb904f9
compnerd test: make multithread_module pass on Windows
5b5d316e
hamishknight Remove now unnecessary const_cast
a57e6cc3
compnerd tests: make Driver.driver-compile pass on Windows again
45545c6a
aschwaighofer Merge pull request #27516 from aschwaighofer/silgen_fix_assignment_pr…
dbddb0d8
vedantk [SILProfiler] Skip exprs with invalid locations
aff6d6e6
ahoppen [build-script] Pass updated arguments to SwiftSyntax's build script
c4814cbd
rintaro Merge pull request #27544 from rintaro/syntaxparse-attrincomplete
071a7134
swift-ci Merge pull request #27568 from vedantk/master
e8afc449
shahmishal Update alias for LLVM Project to support swift/master
18f2b976
rintaro Merge pull request #27531 from rintaro/syntaxparse-matchingtoken
2035658c
varungandhi-apple [NFC] Replace new getAccessor calls with getOpaqueAccessor calls.
0d727d06
bulbazord [CMake] Correctly export SWIFT_LIBRARY_DIRS
c07d02ef
dan-zheng [AutoDiff upstream] Add `-enable-experimental-differentiable-programm…
f6226d92
slavapestov AST: Compute FuncDecl::isStatic() using a request
6bfe5183
slavapestov Sema: Move a few more things from validateDecl() to typeCheckDecl()
7baf6a2a
slavapestov AST: Add ValueDecl::isRecursiveValidation()
1d809801
slavapestov Sema: Simplify validateDecl()
52cf3659
compnerd Merge pull request #27510 from drodriguez/windows-exe-capitalization
e9035959
rintaro [Syntax] Consolidate 'TupleElement' and 'FunctionCallArgument' kinds
f42f60f2
slavapestov Merge pull request #27546 from slavapestov/circular-validation-cleanu…
e7c0172c
hamishknight [CSDiagnostics] Store FunctionArgApplyInfo on ArgumentMismatch… (#27537)
2b044471
hamishknight Merge branch 'master' into id-like-to-request-a-table
91a792b3
slavapestov AST: getInterfaceType() returns ErrorType instead of Type() on circul…
a260d0a4
slavapestov Sema: checkRedeclaration() doesn't need a type checker instance
5669b9ec
slavapestov Sema: Always use interface types in typeCheckParameterList()
fac36f95
davezarzycki Merge pull request #27539 from davezarzycki/pr27539
5b878ac8
hamishknight Requestify needsNewVTableEntry (#27541)
a947f340
aschwaighofer Merge pull request #27543 from aschwaighofer/irgen_remove_runtime_fn_…
d20418e1
slavapestov Merge pull request #27553 from slavapestov/circular-validation-cleanu…
64224cad
rintaro Merge pull request #27564 from rintaro/tupleelement-functioncallargument
45d3b254
compnerd Merge pull request #27562 from compnerd/driver-tests
5251736f
compnerd Merge pull request #27561 from compnerd/multithread_module
bc6ba22b
compnerd Merge pull request #27570 from xiaobai/donde-esta-la-biblioteca
98d358cf
vedantk [SILProfiler] Add debug output for {push,pop}Region operations
907a8c37
vedantk [SILProfiler] Do not visit closure bodies twice
0cef7b05
mikeash Merge pull request #27550 from mikeash/compiler-retweet
14985a85
varungandhi-apple Merge pull request #27557 from varungandhi-apple/vg-fix-selector-names
04ce7bf7
rintaro Merge pull request #27508 from rintaro/syntaxparse-expridentifier
dfe962f1
varungandhi-apple Merge pull request #27548 from varungandhi-apple/vg-document-USR
5ce10d1e
varungandhi-apple Merge pull request #27538 from varungandhi-apple/vg-update-update-che…
8f55e427
jrose-apple [ClangImporter] Save a bit of malloc traffic with BumpPtrAllocator (#…
5d817d9d
uraimo Update assert on SymbolicValue size (#27515)
40555302
swift-ci Merge pull request #27573 from vedantk/master
91669cec
[build-script] Introduce an option to skip local build.
b2a1e1c1
ahoppen Merge pull request #27566 from ahoppen/install-swiftsyntax-module
f2229c48
[Build System: build-script-impl] Fix the copy logic in build-script-…
e40a6fd4
ahoppen [build-script] Fix issue with installing SwiftSyntax if target dir do…
36a7e932
swift-ci Merge pull request #27575 from mikeash/compiler-retweet-nonexistent-ls
f2b43e4b
swift-ci Merge pull request #27567 from dcci/skip-local-build
f692420e
ahoppen Merge pull request #27576 from ahoppen/install-swiftsyntax-module
1d7d58a3
asuhan Merge branch 'master_1' into tensorflow
31313dd8
asuhan Fix merge damage
e936fb99
asuhan Merge branch 'master_2' into tensorflow
ff931770
asuhan Update the llvm and clang versions
d0c2b73d
asuhan Remove now broken llvm/IR/TypeBuilder.h include
5884af5f
asuhan Fix ClangImporter
65813f2e
asuhan Merge branch 'master_3' into tensorflow
5ce6f170
asuhan Merge branch 'master_4' into tensorflow
36921672
dan-zheng Fix conformance lookup within `DifferentiableActivityInfo`.
6cc8406c
dan-zheng Mark test/SILOptimizer/diagnostic_constant_propagation.swift as XFAIL.
a9ad8467
fix @differentiable(linear) type attr parsing (#27669)
29562c91
asuhan Merge branch 'master_5' into tensorflow-merge
14ba7c07
asuhan Fix more merge damage
c8c7c1f9
asuhan Merge branch 'master_6' into tensorflow-merge
3236d2df
asuhan Merge branch 'master_final' into tensorflow-merge
d49bcb97
asuhan Fix more merge damage
aac5aefa
asuhan Update lldb dependency
0474bbff
asuhan Merge pull request #27693 from apple/asuhan/tensorflow-merge
ac4af411
asuhan Update lldb dependency
28c9c346
asuhan Merge pull request #27710 from apple/asuhan/tensorflow-merge
cf1906cc
asuhan Merge branch 'tensorflow' into tensorflow-merge
117cf399
dan-zheng Merge pull request #27745 from apple/asuhan/tensorflow-merge
26c8f072
asuhan Merge branch 'tensorflow-merge' into asuhan/tensorflow
d732fba1
asuhan asuhan requested a review from rxwei rxwei 6 years ago
asuhan asuhan requested a review from dan-zheng dan-zheng 6 years ago
asuhan
rxwei
dan-zheng
dan-zheng approved these changes on 2019-10-17
asuhan
dan-zheng
asuhan Merge branch 'tensorflow' into asuhan/tensorflow
8a16dea3
asuhan
rxwei
rxwei
rxwei
rxwei rxwei merged fe96839f into tensorflow 6 years ago
asuhan asuhan deleted the asuhan/tensorflow branch 6 years ago

Login to write a write a comment.

Login via GitHub

Reviewers
Assignees
No one assigned
Labels
Milestone