- Commit 848278c7bc3fa57ea935e387701e2acca85bcb53 by daniel_dunbar:
[ui] Add support for showing the values in the database.
- edit: products/ui/llbuildui/templates/rule_result.html
- edit: products/ui/llbuildui/model.py
- Commit bddebc58b8a439dad223dcdd555934709a3ca9fd by hughbellars:
Don't define SWIFT_USE_SWIFTCALL if there is no such attribute
- edit: include/swift/Runtime/Config.h
- Commit 3a96ded08551838045acab8f582e45abb261eac0 by hughbellars:
Don't use certain attributes in shims or stubs if the attribute doesn't
- edit: stdlib/public/stubs/Stubs.cpp
- edit: stdlib/public/SwiftShims/Visibility.h
- edit: stdlib/public/SwiftShims/LibcShims.h
- Commit bbd71b987dd55b1f33bcdf096ca73708d353f7b5 by kevin:
[SDK] Convert URLError.Code to a struct and add missing cases
- edit: stdlib/public/SDK/Foundation/NSError.swift
- Commit 387ecad7b5777c6983493bcb0b590e606f6bf093 by hughbellars:
Cleanup redundant #ifdefs working around libc's stdint.h implementation
- edit: stdlib/public/SwiftShims/SwiftStddef.h
- edit: stdlib/public/SwiftShims/SwiftStdint.h
- Commit a6515200f44c1424ba021cb3938f7e96359ebd00 by hughbellars:
Attempt to fix Linux build - __has_attribute(swiftcall) doesn't work on
- edit: include/swift/Runtime/Config.h
- Commit 68fd1648cfdf59d777b480e401e4bf4ce7681e8c by practicalswift:
[swiftc (55 vs. 5456)] Add crasher in
- add: validation-test/compiler_crashers/28699-swift-typebase-getcanonicaltype.swift
- Commit 0bc802e7adbff3768a28525bd2da05c9505fdf36 by spestov:
SourceKit: Fix indexing crash with protocol typealiases
- edit: lib/Sema/TypeChecker.h
- edit: lib/AST/ProtocolConformance.cpp
- edit: lib/AST/Decl.cpp
- edit: lib/Sema/TypeCheckNameLookup.cpp
- edit: include/swift/AST/Decl.h
- edit: lib/Sema/ResilienceDiagnostics.cpp
- edit: include/swift/AST/ProtocolConformance.h
- edit: lib/Sema/TypeCheckProtocol.cpp
- add: test/SourceKit/Indexing/sr_3815.swift
- add: test/SourceKit/Indexing/sr_3815.swift.response
- Commit 52a362270c2e70545a31170c40c2aefe41a19832 by hughbellars:
Attempt to fix Linux build - a clang/ubuntu bug means we can't find
- edit: stdlib/public/SwiftShims/SwiftStddef.h
- edit: stdlib/public/SwiftShims/SwiftStdint.h
- Commit 78b92a56c755feb75d909c8fa7947402ef9266d3 by github:
[Parse] Only one conditional compilation clause can be active (#7627)
- edit: lib/Parse/ParseStmt.cpp
- edit: lib/Parse/ParseDecl.cpp
- add: test/Parse/ConditionalCompilation/decl_in_true_inactive.swift
- Commit a67a4e1a38109f7679b81fbb3dc80904bdf081cc by eeckstein:
Don't de-virtualize in SILCombine.
- edit: lib/SILOptimizer/Transforms/Devirtualizer.cpp
- edit: lib/SILOptimizer/SILCombiner/SILCombiner.h
- edit: lib/SILOptimizer/Utils/Devirtualize.cpp
- edit: test/SILOptimizer/devirt_default_witness_method.sil
- edit: test/SILOptimizer/sil_combine.sil
- edit: test/SILOptimizer/existential_type_propagation.sil
- edit: lib/SILOptimizer/SILCombiner/SILCombinerMiscVisitors.cpp
- edit: include/swift/SILOptimizer/Utils/Devirtualize.h
- edit: test/SILOptimizer/devirt_static_witness_method.sil
- Commit 042e6510c324c699b86e7a8d0d20068b2ee8feb4 by dgregor:
[AST] Drop ProtocolDecl's "inherited protocols" list.
- edit: lib/Sema/ITCDecl.cpp
- edit: lib/AST/Type.cpp
- edit: lib/IRGen/Fulfillment.cpp
- edit: lib/Sema/TypeCheckDecl.cpp
- edit: lib/ClangImporter/ImportDecl.cpp
- edit: lib/Serialization/Deserialization.cpp
- delete: validation-test/compiler_crashers/28599-false-should-have-found-context-by-now.swift
- edit: lib/PrintAsObjC/PrintAsObjC.cpp
- edit: lib/AST/LookupVisibleDecls.cpp
- edit: lib/IRGen/GenClass.cpp
- edit: lib/Sema/TypeChecker.h
- edit: lib/Serialization/Serialization.cpp
- add: validation-test/compiler_crashers_fixed/28604-isinheritedprotocolsvalid.swift
- edit: include/swift/SIL/SILWitnessVisitor.h
- edit: lib/Sema/TypeCheckProtocol.cpp
- edit: include/swift/Serialization/ModuleFormat.h
- edit: test/SILGen/objc_bridging_any.swift
- add: validation-test/compiler_crashers_fixed/28599-false-should-have-found-context-by-now.swift
- delete: validation-test/compiler_crashers/28604-isinheritedprotocolsvalid.swift
- edit: lib/Sema/TypeCheckType.cpp
- edit: include/swift/AST/Decl.h
- edit: lib/IRGen/GenArchetype.cpp
- edit: lib/IRGen/GenMeta.cpp
- edit: lib/IRGen/GenProto.cpp
- edit: lib/AST/SubstitutionMap.cpp
- edit: test/decl/class/circular_inheritance.swift
- edit: lib/AST/Decl.cpp
- edit: test/decl/protocol/protocols.swift
- Commit 205303aa64579b40d20c8e052d24c46a87d3a552 by blangmuir:
Disable round_trip_stdlib.swift temporarily
- edit: test/Syntax/round_trip_stdlib.swift
- Commit cb5bc1fedf1da72e5cb25e529915cce941ad327d by mgottesman:
Disable opaque_values_silgen.swift with a resilient stdlib until I have
- edit: test/SILGen/opaque_values_silgen.swift
- Commit b50f044c3d646abfe2e3264369b9a9b616ff6886 by github:
Disable a part of the Syntax unit tests under no-asserts. (#7644)
- edit: unittests/Syntax/TypeSyntaxTests.cpp
- Commit 0b5b7d057e683a74fb76af36645c3ab5d32d0e3c by github:
ASTPrinter: Expose a utility to print keywords directly by token kinds.
- edit: lib/AST/ASTPrinter.cpp
- edit: include/swift/AST/ASTPrinter.h
- Commit 2be1062cf24daf7c32486b94417eded229b16557 by eeckstein:
Revert "Disable two stdlib tests in optimization mode."
- edit: validation-test/stdlib/Arrays.swift.gyb
- edit: validation-test/stdlib/Lazy.swift.gyb
- Commit e6a85f6602934d35d217f2ea23059660d543b5ff by github:
[ClangImporter] Resolve forward declarations before importing names.
- edit: test/ClangImporter/MixedSource/Inputs/resolve-cross-language/Base.swift
- add: test/ClangImporter/MixedSource/Inputs/import-mixed-framework-with-forward.h
- add: test/ClangImporter/MixedSource/import-mixed-framework-with-forward.swift
- edit: test/ClangImporter/MixedSource/Inputs/mixed-framework/Mixed.framework/Headers/Mixed.h
- edit: lib/ClangImporter/ImportDecl.cpp
- Commit 6e6f55380708487800262528fb6357c05dfd6d66 by dfarler:
Fix egregious typo in swift-syntax-test
- edit: tools/swift-syntax-test/swift-syntax-test.cpp
- Commit ef088e818d964dc671878266e9b9b07d94b6c8ea by rlevenstein:
[sil-performance-inliner] Fix recent performance regressions
- edit: lib/SILOptimizer/Transforms/PerformanceInliner.cpp
- Commit c671717c0e406dbeec46a360a5e03238fb933a1f by eeckstein:
Fix re-mangling of function specialization constant strings which start
- edit: test/Demangle/Inputs/manglings.txt
- edit: lib/Basic/Remangler.cpp
- Commit a35cd0e36c456b86215b348a1ede99300e7677d5 by eeckstein:
Demangler: fix the function specialization de-mangling
- edit: test/Demangle/Inputs/manglings.txt
- edit: include/swift/Basic/Demangler.h
- edit: lib/Basic/Demangler.cpp
- Commit 8542e13bf7c52f85f0c97d8713c0a8d2ac60ebd6 by eeckstein:
Revert "Temporarily disable the re-mangling check."
- edit: lib/Basic/Mangler.cpp
- Commit 1e521c453bcdedfe163534328a7400a85dfb921a by shajrawi:
Add support for Init Existentials for opaque value types
- edit: include/swift/SIL/PatternMatch.h
- edit: lib/SIL/SILOwnershipVerifier.cpp
- edit: lib/SIL/SILInstructions.cpp
- edit: lib/SILGen/SILGenBuilder.cpp
- edit: lib/SIL/SILVerifier.cpp
- edit: lib/SILGen/SILGenBuilder.h
- edit: test/SILGen/opaque_values_silgen.swift
- edit: lib/SIL/SILValue.cpp
- edit: lib/Serialization/SerializeSIL.cpp
- edit: utils/vim/syntax/sil.vim
- edit: include/swift/SIL/SILNodes.def
- edit: include/swift/SIL/SILInstruction.h
- edit: docs/SIL.rst
- edit: lib/IRGen/IRGenSIL.cpp
- edit: lib/SIL/SILPrinter.cpp
- edit: lib/SILGen/SILGenConvert.cpp
- edit: lib/Serialization/DeserializeSIL.cpp
- edit: include/swift/SIL/SILBuilder.h
- edit: lib/SILOptimizer/Utils/SILInliner.cpp
- edit: lib/Parse/ParseSIL.cpp
- edit: include/swift/SIL/SILCloner.h
- edit: utils/sil-mode.el
- Commit 33a8ce6e7bff6fdc7b4b58585c67e998a0153efd by spestov:
AST: Canonicalize types with respect to generic signature when mangling
- edit: include/swift/AST/Mangle.h
- edit: test/SILGen/same_type_abstraction.swift
- edit: test/SourceKit/DocSupport/doc_clang_module.swift.response
- edit: lib/AST/ASTMangler.cpp
- edit: test/SILGen/generic_witness.swift
- edit: test/SILGen/nested_generics.swift
- edit: test/SILGen/constrained_extensions.swift
- edit: test/SILGen/generic_tuples.swift
- edit: include/swift/AST/ASTMangler.h
- edit: lib/AST/Mangle.cpp
- Commit 40b6764e80a71e46531c770851beff0962a51db2 by dgregor:
[Constraint solver] Handle disjunctions as separate connected
- edit: lib/Sema/CSSolver.cpp
- edit: lib/Sema/ConstraintGraph.h
- add: validation-test/Sema/explicit_coercions.swift
- edit: lib/Sema/ConstraintGraph.cpp
- Commit 2578ae3be1d297a316f00e945e36505c89e7839c by dfarler:
[Syntax] Add example object diagram for a return statement
- edit: lib/Syntax/README.md
- add: lib/Syntax/.doc/SyntaxExample.png
- add: lib/Syntax/.doc/SyntaxExample.graffle
- Commit bd6959b274f1a0b4ca23f3c9c7d65069d121cb90 by dfarler:
[Syntax] Fix unconscionable typography
- edit: lib/Syntax/README.md
- Commit 7bcb3227fc1e45fbc514f1e1d653535fdedd2104 by rlevenstein:
Enable inlining of generics
- edit: lib/SILOptimizer/Transforms/PerformanceInliner.cpp
- Commit 6bbde47fe06bdc140577a7a1d290bf66a955cb2a by eeckstein:
Use new mangling for type USRs used by incremental compilation
- edit: test/NameBinding/reference-dependencies-members.swift
- edit: test/NameBinding/reference-dependencies.swift
- edit: lib/FrontendTool/ReferenceDependencies.cpp
- Commit b21f78199211c3fcfa1573935b4d693fbe9e06cf by rlevenstein:
Test fixes after enabling the inlining of generics
- edit: test/SILOptimizer/devirt_covariant_return.swift
- edit: test/SILOptimizer/devirt_unbound_generic.swift
- edit: test/SILGen/collection_cast_crash.swift
- edit: test/SILOptimizer/opened_archetype_operands_tracking.sil
- edit: test/SILOptimizer/prespecialize.swift
- edit: test/SILOptimizer/devirt_protocol_method_invocations.swift
- edit: test/SILOptimizer/devirt_specialized_conformance.swift
- Commit 6564a8b3b5e345bf481f956d80fbd89365e4687e by hughbellars:
Use std::thread::hardware_concurrency instead of our own solution
- edit: stdlib/public/stubs/Stubs.cpp
- Commit 020ac7330ded5dfc041347c036219f9ff06ff308 by daniel:
Fix typos in the Ownership Manifesto
- edit: docs/OwnershipManifesto.md
- Commit c62ec0c116db647dabb70f844afe8196ead11b3b by github:
SourceKit: Introduce a new enum class to describe the kind of resolved
- edit: include/swift/IDE/Utils.h
- edit: lib/IDE/SwiftSourceDocInfo.cpp
- edit: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp
- Commit 7e80364faad9f38fe7654f6796ffd1e8f38a3266 by ahmed.bougacha:
Revert "Fixup failing debuginfo test for change in SimplifyCFG."
- edit: test/DebugInfo/ARM/single-constant-use-preserves-dbgloc.ll
- Commit 0f55921fc142da64df30a0d6c6da90d2ccb44128 by ahmed.bougacha:
Revert "[SimplifyCFG] Be even more conservative in
- edit: lib/Transforms/Utils/SimplifyCFG.cpp
- edit: test/Transforms/SimplifyCFG/inline-asm-sink.ll
- edit: test/Transforms/SimplifyCFG/sink-common-code.ll
- edit: test/Transforms/SimplifyCFG/preserve-llvm-loop-metadata.ll
- Commit 43f2cbb32c49e0c6974beb826642262f03708a6b by ahmed.bougacha:
Revert "[AArch64] Fixup test after r281160"
- edit: test/CodeGen/AArch64/ifcvt-select.ll
- Commit 762bd7afe32dd3716adb4f6d2cfd67a03c6c207b by ahmed.bougacha:
Revert "[SimplifyCFG] Harden up the profitability heuristic for block
- edit: test/Transforms/SimplifyCFG/sink-common-code.ll
- edit: lib/Transforms/Utils/SimplifyCFG.cpp
- Commit 5fc358afb8ec290e8f5313da21b6f0250b9b81ff by ahmed.bougacha:
Revert "[SimplifyCFG] Followup fix to r280790"
- edit: lib/Transforms/Utils/SimplifyCFG.cpp
- Commit 81e2fd7c23ee65a08f63202773f590c2a47c0ea2 by ahmed.bougacha:
Revert "[SimplifyCFG] Update workaround for PR30188 to also include
- edit: test/Transforms/SimplifyCFG/sink-common-code.ll
- edit: lib/Transforms/Utils/SimplifyCFG.cpp
- Commit e3d2caa9ec5fc541b16928955554074bdb0bf9e7 by ahmed.bougacha:
Revert "[SimplifyCFG] Check PHI uses more accurately"
- edit: lib/Transforms/Utils/SimplifyCFG.cpp
- edit: test/Transforms/SimplifyCFG/sink-common-code.ll
- Commit 63a580dd5b3cf47944c29d555b2bdfdbf383f2ea by ahmed.bougacha:
Revert "[SimplifyCFG] Add a workaround to fix PR30188"
- edit: test/Transforms/SimplifyCFG/sink-common-code.ll
- edit: lib/Transforms/Utils/SimplifyCFG.cpp
- Commit 547001ddc09dcdce576cd45f04963e4b5d111a34 by ahmed.bougacha:
Revert "[SimplifyCFG] Handle tail-sinking of more than 2 incoming
- edit: test/CodeGen/AArch64/rm_redundant_cmp.ll
- edit: test/CodeGen/AArch64/arm64-jumptable.ll
- edit: lib/Transforms/Utils/SimplifyCFG.cpp
- edit: test/MC/ARM/data-in-code.ll
- edit: test/CodeGen/AArch64/branch-folder-merge-mmos.ll
- edit: test/Transforms/SimplifyCFG/sink-common-code.ll
- Commit 96065c3d469586a0401e86a780c910ebe41b157c by ahmed.bougacha:
Re-apply "[AArch64] Fixup test after r281160".
- edit: test/CodeGen/AArch64/ifcvt-select.ll
- Commit 1f90d07cbb869ed199e3d0099fc4db4d8f730aff by ahmed.bougacha:
Revert "[SimplifyCFG] Change the algorithm in SinkThenElseCodeToEnd"
- edit: test/Transforms/SimplifyCFG/sink-common-code.ll
- edit: lib/Transforms/Utils/SimplifyCFG.cpp
- Commit ca1f6491d8bf4bb466767719d5c31132af84ecc9 by friss:
AArch64LoadStoreOptimizer: Correctly clear kill flags
- edit: lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
- edit: test/CodeGen/AArch64/ldst-opt.mir
- Commit e8a9985b7a07150ceb6816d4b49ac6e03a97cb9e by vsk:
[llvm-cov] Fix a comment, NFC
- edit: tools/llvm-cov/CodeCoverage.cpp
- Commit 764bc27e393025d29b669867e6c1473e61d3cf07 by vsk:
[llvm-cov] Refactor logic for storing demangled symbols, NFC
- edit: tools/llvm-cov/CodeCoverage.cpp
- edit: tools/llvm-cov/CoverageSummaryInfo.h
- Commit ccebc065db1a1097088973cc6d866b263d659ffb by vsk:
[llvm-cov] Demangle symbols in function summaries (fixes PR31394)
- edit: tools/llvm-cov/CodeCoverage.cpp
- edit: tools/llvm-cov/CoverageReport.h
- edit: tools/llvm-cov/CoverageReport.cpp
- edit: test/tools/llvm-cov/demangle.test
- Commit d41b9636e0953dd43e20f86102acc35dfd8bd90b by vsk:
[llvm-cov] Don't show function summaries when filtering by filename
- edit: test/tools/llvm-cov/demangle.test
- edit: docs/CommandGuide/llvm-cov.rst
- edit: test/tools/llvm-cov/report.cpp
- edit: tools/llvm-cov/CodeCoverage.cpp
- Commit 13b8c356c05d9c3a8f2d947c4a034447bfdb5674 by vsk:
[llvm-cov] Respect Windows line endings when parsing demangled symbols.
- edit: tools/llvm-cov/CodeCoverage.cpp