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