swift
Merging swift-DEVELOPMENT-SNAPSHOT-2018-11-26-a into tensorflow
#22034
Merged

Commits
  • [NFC][stdlib] Add FIXME markers to simplify audit
    moiseev committed 7 years ago
  • Add the implicit dynamic attribute in the IsDynamicRequest query
    aschwaighofer committed 7 years ago
  • Add isNativeDynamic() and use it
    aschwaighofer committed 7 years ago
  • Hide irreleveant command line options of lldb-moduleimport-test
    adrian-prantl committed 7 years ago
  • Rename try_swift4.swift back to try.swift.
    bjhomer committed 7 years ago
  • Update the plist information for swift toolchains
    shahmishal committed 7 years ago
  • [viewcfg] Add two options sil-view-cfg-only-function{,s} in order to enable compiler developers to limit cfg dumping to specific functions.
    gottesmm committed 7 years ago
  • audit ArrayCasts @inlinable attributes
    Lance Parker committed 7 years ago
  • update ABI checker test
    Lance Parker committed 7 years ago
  • Merge pull request #20392 from vinivendra/ast-dump-to-files
    jrose-apple committed 7 years ago
  • Merge pull request #20576 from moiseev/inlinable-audit-markers
    moiseev committed 7 years ago
  • Update the plist to use DefaultBuildSettings not OverrideBuildSettings for SWIFT_USE_DEVELOPMENT_TOOLCHAIN_RUNTIME
    shahmishal committed 7 years ago
  • [ModuleInterface] <rdar://46073729> Temporarily disable module-cache-diagnostics test.
    graydon committed 7 years ago
  • Merge pull request #20581 from graydon/rdar-46073729-disable-module-cache-diagnostics-test
    eeckstein committed 7 years ago
  • Fix ClusteredBitVector::fromAPInt for zero-sized vectors.
    jckarter committed 7 years ago
  • Merge pull request #20570 from aschwaighofer/synthesize_accessors_dynamic_globals
    aschwaighofer committed 7 years ago
  • Merge pull request #20566 from weissi/jw-uni-decoder-doc-fix
    swift-ci committed 7 years ago
  • Improve an explanatory comment in Dictionary (#20540)
    beccadax committed 7 years ago
  • Merge pull request #20578 from apple/update-toolchain-plist
    shahmishal committed 7 years ago
  • Fix abi_v7k.swift test
    moiseev committed 7 years ago
  • Merge branch 'master' of https://github.com/apple/swift into swift5-verison
    tkremenek committed 7 years ago
  • Merge pull request #20582 from jckarter/multi-payload-xi-empty
    jckarter committed 7 years ago
  • [inliner] Treat inline_always as meaning truly inline_always even in situations where we have large caller CFGs.
    gottesmm committed 7 years ago
  • tools: remove unnecessary LLVM_COMPONENT linkage
    compnerd committed 7 years ago
  • Incorporate changes for Swift 5 version mode.
    tkremenek committed 7 years ago
  • Merge pull request #20587 from moiseev/v7k-fix
    moiseev committed 7 years ago
  • [Runtime] Allow overrides or swift_getAssociated(Type|Conformance)Witness.
    DougGregor committed 7 years ago
  • [GSB] NFC: Couple of minor cleanups
    xedin committed 7 years ago
  • [stdlib] Make _NSDictionaryCore, _NSDictionary internal
    lorentey committed 7 years ago
  • [stdlib] Make _NSSetCore, _NSSet internal
    lorentey committed 7 years ago
  • [stdlib] Make protocol _NSNumber internal
    lorentey committed 7 years ago
  • [stdlib] Make protocol _NSArrayCore internal
    lorentey committed 7 years ago
  • [stdlib] _SliceBuffer: Make the order of fields a bit more sensible
    lorentey committed 7 years ago
  • [stdlib] _BridgeStorage: Remove second type parameter (ObjCClass)
    lorentey committed 7 years ago
  • [stdlib] Make the rest of the shadow protocols internal
    lorentey committed 7 years ago
  • [stdlib] Re-add dummy versions of _NSSetCore and _NSDictionaryCore on non-ObjC platforms
    lorentey committed 7 years ago
  • [test] Fix outdated reference to _NSArrayCore
    lorentey committed 7 years ago
  • [test] Remove spurious ABI change (?)
    lorentey committed 7 years ago
  • Don't add implicit dynamic to variables to local and implicit vars
    aschwaighofer committed 7 years ago
  • [IRGen] Record the Swift major/minor version in the top two bytes of the objc_image_info flags field.
    mikeash committed 7 years ago
  • [Character] Permit tagged emoji Character literals
    milseman committed 7 years ago
  • Merge pull request #20598 from aschwaighofer/no_implicit_dynamic_local_implicit_vars
    aschwaighofer committed 7 years ago
  • [String] Remove some unneeded inlinable annotations
    milseman committed 7 years ago
  • Don't implicitly add dynamic to stored properties
    aschwaighofer committed 7 years ago
  • [Runtime] Update unit test for swift_getAssociated(Type|Conformance)Slow.
    DougGregor committed 7 years ago
  • Merge pull request #20369 from lancep/ArrayCastInlinableAudit
    GitHub committed 7 years ago
  • Fix test
    aschwaighofer committed 7 years ago
  • Merge pull request #20592 from DougGregor/runtime-get-assoc-typeconformance-override
    swift-ci committed 7 years ago
  • Re-enable iterator benchmarks, remove longSharedPrefix from hashing benchmarks
    Lance Parker committed 7 years ago
  • Merge pull request #20590 from compnerd/link-deps
    compnerd committed 7 years ago
  • IRGen: force lazy metadata initialization for PE/COFF
    compnerd committed 7 years ago
  • [String] DCE and drop inlinable
    milseman committed 7 years ago
  • [Unicode] Publish Unicode ABI
    milseman committed 7 years ago
  • [String] Audit and publish the rest of the ABI
    milseman committed 7 years ago
  • [Standard library] Drop _typeByMangledName().
    DougGregor committed 7 years ago
  • [Runtime] Remove code for handling “flat” generic argument indices.
    DougGregor committed 7 years ago
  • [Standard library] Eliminate some newly-introduced warnings.
    DougGregor committed 7 years ago
  • [Runtime] Eliminate more dead code for flat generic argument indices.
    DougGregor committed 7 years ago
  • [test] Update the API and ABI expected checks
    milseman committed 7 years ago
  • SIL: Non-final public methods of resilient classes don't need public linkage
    slavapestov committed 7 years ago
  • SILGen: The storage of a resilient global variable does not need to be public
    slavapestov committed 7 years ago
  • Evolution: Tweak existing tests to not remove public symbols
    slavapestov committed 7 years ago
  • IRGen: Assert that we only reference valid property descriptors
    slavapestov committed 7 years ago
  • Move the isImplicitDynamicEnabled into addImplicitDynamicAttribute
    aschwaighofer committed 7 years ago
  • Merge pull request #20601 from milseman/stringinable
    swift-ci committed 7 years ago
  • Merge pull request #20509 from lorentey/not-quite-shadowy-enough
    lorentey committed 7 years ago
  • Merge pull request #20469 from tinysun212/pr-os-macro-cygwin-2
    compnerd committed 7 years ago
  • AST: Fast path for requiresNewVTableEntry() when called on non-class members
    slavapestov committed 7 years ago
  • SILGen: add tests for @inline(__always)
    slavapestov committed 7 years ago
  • Merge pull request #20569 from mikeash/record-swift-major-minor-versions
    mikeash committed 7 years ago
  • Merge pull request #20589 from gottesmm/pr-37958925c26b34b09c8e6638f5f45e8763af2110
    gottesmm committed 7 years ago
  • Merge pull request #20599 from milseman/emoji_tag
    milseman committed 7 years ago
  • Fix compile error
    aschwaighofer committed 7 years ago
  • Support the explicit representation of self-conformances.
    rjmccall committed 7 years ago
  • Merge pull request #20604 from lancep/postUTF8BenchmarkChanges
    GitHub committed 7 years ago
  • Merge pull request #20577 from adrian-prantl/cl
    swift-ci committed 7 years ago
  • Merge pull request #20605 from milseman/abi_publishing
    milseman committed 7 years ago
  • Implement SE-0221: Character Properties (#20520)
    airspeedswift committed 7 years ago
  • Merge pull request #20602 from aschwaighofer/no_implicit_dynamic_stored_property
    aschwaighofer committed 7 years ago
  • [Runtime] Accept Nil in the patched bundleForClass:.
    mikeash committed 7 years ago
  • Merge pull request #20607 from rjmccall/self-protocol-conformance
    rjmccall committed 7 years ago
  • [ABI] Ensure that symbolic references to accessor functions are 2-byte aligned
    DougGregor committed 7 years ago
  • [NFC] Add PrettyStackTraceConformance and use it
    rjmccall committed 7 years ago
  • [Runtime] Consolidate runtime functions used for demangle-to-metadata.
    DougGregor committed 7 years ago
  • [Standard library] Simplify _getTypeByMangledName.
    DougGregor committed 7 years ago
  • Merge pull request #20574 from compnerd/lazy-metadata
    compnerd committed 7 years ago
  • Merge pull request #20594 from xedin/minor-gsb-cleanups
    xedin committed 7 years ago
  • Merge pull request #20609 from rjmccall/pretty-stack-trace-conformance
    rjmccall committed 7 years ago
  • [Runtime] Make swift_getTypeByMangled(Name|Node) overridable.
    DougGregor committed 7 years ago
  • Evolution: Compare symbols before and after
    slavapestov committed 7 years ago
  • Require @usableFromInline on witnesses for non-type requirements too (#20485)
    jrose-apple committed 7 years ago
  • Use super trampolines to let us override several more NSString methods (-UTF8String, -cStringUsingEncoding:, and -getCString:maxLength:encoding:) for performance
    Catfish-Man committed 7 years ago
  • Merge pull request #20612 from DougGregor/runtime-demangle-to-metadata-overriode
    swift-ci committed 7 years ago
  • Merge pull request #20610 from DougGregor/abi-symbolic-accessor-ref-2-byte
    swift-ci committed 7 years ago
  • [ConstraintSystem] When we have multiple conversions/fixes, make equality favored.
    Mark Lacey committed 7 years ago
  • Merge pull request #20562 from slavapestov/evolution-symbol-diff
    slavapestov committed 7 years ago
  • Merge pull request #20452 from Catfish-Man/stringtrampolines
    swift-ci committed 7 years ago
  • [ABI/doc] NFC: Fix typo `Elemenent` -> `Element`
    xedin committed 7 years ago
  • Merge pull request #20579 from gottesmm/pr-d6d8c3aee3f4ab4ca03a73c3968b409c541c081c
    gottesmm committed 7 years ago
  • [ConstraintSystem] When we have multiple conversions/fixes, make equality favored.
    Mark Lacey committed 7 years ago
  • + more commits ...
Loading