[sil-combine] Add a 'sil_combine_*' prefix to some sil combine tests.
-
add: test/SILOptimizer/sil_combine_simp_enum.sil
-
delete: test/SILOptimizer/pure_apply.swift
-
delete: test/SILOptimizer/pa_removal.sil
-
add: test/SILOptimizer/sil_combine_pa_removal.sil
-
add: test/SILOptimizer/sil_combine_pure_apply.sil
-
delete: test/SILOptimizer/simp_enum.sil
-
Commit 37b17338e55dc701cc6ac6e65ba27185df395e92 by maustinstar:
[SR-11711] Single-expression returns for #if declarations within functions
-
edit: lib/AST/Decl.cpp
-
add: test/Parse/omit_return_ifdecl.swift
-
edit: lib/IDE/CodeCompletion.cpp
-
edit: lib/IDE/ExprContextAnalysis.cpp
-
edit: test/FixCode/fixits-omit-return.swift
-
edit: test/Parse/omit_return_fail.swift
-
edit: lib/Sema/TypeCheckStmt.cpp
-
edit: lib/Parse/ParseDecl.cpp
-
edit: test/Parse/omit_return_objc.swift
-
edit: lib/AST/Expr.cpp
-
Commit 3913c3168854063370a1003588c594f48e33fa31 by maustinstar:
[SR-11711] Single-expression returns for #if declarations within closures
-
add: test/expr/closure/single_expr_ifdecl.swift
-
edit: lib/Sema/CSClosure.cpp
-
edit: lib/Parse/ParseExpr.cpp
-
edit: test/FixCode/fixits-omit-return.swift
-
Commit 037edf3a8cdf37cc74457d76d7409a95fbd0f8f2 by maustinstar:
[SR-11711] Refactor shared parser code for single-expression returns
-
edit: lib/AST/Expr.cpp
-
edit: lib/Parse/Parser.cpp
-
edit: include/swift/Parse/Parser.h
-
edit: lib/IDE/ExprContextAnalysis.cpp
-
edit: lib/Parse/ParseExpr.cpp
-
edit: lib/Parse/ParseDecl.cpp
-
Commit f6c9769bf0acbc40acadc2e87bce57c0b146d86f by maustinstar:
Statement setter for last element
-
edit: lib/IDE/CodeCompletion.cpp
-
edit: include/swift/AST/Stmt.h
-
edit: lib/Parse/ParseDecl.cpp
-
edit: lib/AST/Decl.cpp
-
edit: lib/Sema/TypeCheckStmt.cpp
-
Commit 85947ca4d306ed53c48f29aa25d31d3ee716a5f9 by rwidmann:
[NFC] Pull addAllDefinedDeclsOfAGivenType into its Base Class
-
edit: lib/AST/FrontendSourceFileDepGraphFactory.cpp
-
edit: lib/AST/FrontendSourceFileDepGraphFactory.h
-
edit: include/swift/AST/AbstractSourceFileDepGraphFactory.h
-
Commit d0f8c96f43db39104c5aaf91901b1b53150ee290 by maustinstar:
[SR-11711] Check active clause element is last expression.
-
edit: lib/Parse/Parser.cpp
-
Commit c291eb596b7af96c4d186710a5fe87d87c706369 by dgregor:
[Concurrency] Add cancelAsyncTask() builtin.
-
edit: include/swift/ABI/Task.h
-
edit: lib/SILGen/SILGenBuiltin.cpp
-
edit: lib/SIL/IR/ValueOwnership.cpp
-
edit: lib/AST/Builtins.cpp
-
edit: lib/IRGen/GenCall.cpp
-
edit: lib/IRGen/GenBuiltin.cpp
-
edit: lib/IRGen/GenCall.h
-
edit: lib/SIL/IR/OperandOwnership.cpp
-
edit: include/swift/Runtime/RuntimeFunctions.def
-
edit: include/swift/AST/Builtins.def
-
edit: lib/SIL/Utils/MemAccessUtils.cpp
-
edit: test/IRGen/async/builtins.sil
-
edit: stdlib/public/Concurrency/Task.swift
-
edit: test/SILGen/async_builtins.swift
-
edit: lib/SILOptimizer/Transforms/AccessEnforcementReleaseSinking.cpp
-
edit: stdlib/public/Concurrency/TaskStatus.cpp
-
Commit 49c6ae3da574e6a58f7329b6bcc850d44e50199a by konrad_malawski:
[Concurrency] Nurseries are now Task.Groups
-
add: stdlib/public/Concurrency/TaskGroup.swift
-
edit: include/swift/ABI/TaskStatus.h
-
edit: stdlib/public/Concurrency/CMakeLists.txt
-
delete: test/Concurrency/async_nurseries.swift
-
delete: stdlib/public/Concurrency/TaskNurseries.swift
-
add: test/Concurrency/async_task_groups.swift
-
Commit 7cee600bcdc342be608b2966ce110d875fb6aaae by ben_barham:
[SILGen] Add flag to skip typechecking and SIL gen for function bodies
-
edit: include/swift/Basic/LangOptions.h
-
edit: include/swift/AST/DiagnosticsFrontend.def
-
delete: test/Frontend/skip-non-inlinable-function-bodies.swift
-
edit: include/swift/Option/Options.td
-
edit: lib/Frontend/Frontend.cpp
-
edit: include/swift/AST/SILOptions.h
-
edit: include/swift/Option/FrontendOptions.td
-
edit: include/swift/AST/Decl.h
-
add: lib/SILOptimizer/UtilityPasses/SILSkippingChecker.cpp
-
edit: lib/Sema/TypeCheckDeclPrimary.cpp
-
add: include/swift/Basic/FunctionBodySkipping.h
-
add: test/Frontend/skip-function-bodies.swift
-
edit: lib/SILOptimizer/UtilityPasses/CMakeLists.txt
-
edit: lib/SILGen/SILGen.cpp
-
edit: lib/Frontend/CompilerInvocation.cpp
-
delete: lib/SILOptimizer/UtilityPasses/NonInlinableFunctionSkippingChecker.cpp
-
edit: lib/SILOptimizer/PassManager/PassPipeline.cpp
-
edit: include/swift/SILOptimizer/PassManager/Passes.def
-
edit: lib/Frontend/ArgsToFrontendOptionsConverter.cpp
-
edit: lib/Frontend/ArgsToFrontendInputsConverter.cpp
-
Commit 88a6f15dd27bb27b2503b144523e52b61d55be4e by github:
[re-apply][cxx-interop] Support class templates containing typedefs. (#34601)
-
edit: test/Interop/Cxx/templates/Inputs/module.modulemap
-
add: test/Interop/Cxx/templates/Inputs/class-template-with-typedef.h
-
edit: lib/ClangImporter/ImportDecl.cpp
-
add: test/Interop/Cxx/templates/class-template-with-typedef-module-interface.swift
-
Commit 173756d6f33eee039eaeccdbc1152142d2538b83 by compnerd:
TSCBasic: repair the Windows build
-
edit: Sources/TSCBasic/Lock.swift
-
Commit 1776442099df820e08c21bcf4c4f81cdbead7776 by jonas:
[dwarfdump] Recognize __apple sections as debug info sections
-
edit: llvm/test/tools/llvm-dwarfdump/X86/section_sizes_macho.test
-
edit: llvm/lib/Object/MachOObjectFile.cpp
-
Commit 8a4ca43471c910d9b30f074d18f5448e67df891f by jonas:
[MachO] Also recongize __swift_ast as a debug info section
-
edit: llvm/lib/Object/MachOObjectFile.cpp
-
edit: llvm/test/tools/dsymutil/X86/swift-ast-x86_64.test
-
Commit 5ad2592b5dc039608eab8a07ce3bd0d8923f0516 by tstellar:
[X86] Fix cpu name typos
-
edit: llvm/lib/Support/Host.cpp
-
Commit 701addff1b713ee13d85daa0e3f7a0504d84b1af by tstellar:
[clang][Sema] Fix PR47676: Handle dependent AltiVec C-style cast
-
edit: clang/lib/Sema/SemaExpr.cpp
-
add: clang/test/SemaTemplate/pr47676.cpp
-
Commit 3c687677678c382e8d13d6583c3f8cdf3fd301dd by tstellar:
DeferredDiagnosticsEmitter crashes
-
edit: clang/lib/Sema/UsedDeclVisitor.h
-
Commit ef4ffcafbb2deeb30ccc30ebcdf9a5a843a27ec1 by tstellar:
[DAE] MarkLive in MarkValue(MaybeLive) if any use is live
-
add: llvm/test/Transforms/DeadArgElim/preserve-used-ret.ll
-
edit: llvm/lib/Transforms/IPO/DeadArgumentElimination.cpp
-
edit: llvm/include/llvm/Transforms/IPO/DeadArgumentElimination.h
-
Commit e9aa87857e96db2d1d90406c271240c54530dd2f by github:
Revert "Use a better workaround for rdar://problem/25587546"
-
edit: lldb/test/API/commands/frame/diagnose/virtual-method-call/TestDiagnoseDereferenceVirtualMethodCall.py
-
edit: lldb/test/API/commands/frame/diagnose/dereference-argument/TestDiagnoseDereferenceArgument.py
-
edit: lldb/test/API/commands/settings/TestSettings.py
-
edit: lldb/test/API/types/TestRecursiveTypes.py
-
edit: lldb/test/API/functionalities/data-formatter/data-formatter-objc/cmtime/TestDataFormatterCMTime.py
-
edit: lldb/packages/Python/lldbsuite/test/lldbtest.py
-
edit: lldb/test/API/commands/frame/diagnose/local-variable/TestLocalVariable.py
-
edit: lldb/test/API/commands/frame/diagnose/complicated-expression/TestComplicatedExpression.py
-
edit: lldb/test/API/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjCNSError.py
-
edit: lldb/test/API/lang/cpp/constructors/TestCppConstructors.py
-
edit: lldb/test/API/driver/batch_mode/TestBatchMode.py
-
edit: lldb/test/API/functionalities/breakpoint/breakpoint_by_line_and_column/TestBreakpointByLineAndColumn.py
-
delete: lldb/test/API/assert_messages_test/TestAssertMessages.py
-
edit: lldb/test/API/commands/frame/diagnose/inheritance/TestDiagnoseInheritance.py
-
edit: lldb/test/API/commands/frame/diagnose/bad-reference/TestBadReference.py
-
edit: lldb/test/API/commands/frame/diagnose/dereference-this/TestDiagnoseDereferenceThis.py
-
edit: lldb/test/API/macosx/macCatalyst/TestMacCatalyst.py
-
Commit eebb52b712e46957857d7501fbbf7d481b4685e0 by arphaman:
Address ABI issues introduced with CXCursor_CXXAddrspaceCastExpr
-
edit: clang/include/clang-c/Index.h
-
Commit 5cd85d086d7f7bc1bc0b691e5cb99baadd5307e2 by flo:
[ScheduleDAGRRList] Limit number of candidates to explore.
-
add: llvm/test/CodeGen/X86/stress-scheduledagrrlist.ll
-
edit: llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
-
Commit 7ef283ad575a73f6df918edf60b5dfec8535a32b by flo:
DADCombiner: Don't simplify the token factor if the node's number of operands already exceeds TokenFactorInlineLimit
-
add: llvm/test/CodeGen/AMDGPU/token-factor-inline-limit-test.ll
-
edit: llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
-
Commit 33ddbb97a11d89d9ab9be6b438d712d4c4860dea by vsk:
[TargetList] Simplify dummy target creation
-
edit: lldb/source/Core/Debugger.cpp
-
edit: lldb/source/Target/TargetList.cpp
-
edit: lldb/include/lldb/Target/Target.h
-
edit: lldb/include/lldb/Target/TargetList.h
-
Commit 612d51388259d02d9e8af7ad122dc55c776b6392 by pp_adams:
Sort targets for outputting to xcodeproj.
-
edit: Sources/Xcodeproj/pbxproj.swift
-
edit: Sources/Xcodeproj/SchemesGenerator.swift
-
Commit 2390c033844aec966a26d9b5e2bdc4327ece2efc by anders:
Adjust to addition of cachesDirectory property in FileSystem
-
edit: Sources/SourceControl/GitRepository.swift
-
edit: Sources/SPMTestSupport/InMemoryGitRepository.swift
-
Commit 575308d0c6d8d36b86ba52c60782f1c42b422f04 by anders:
Sync vendored copy of TSC up to 58a3ddb4a8b810a43cfc25be1f806e0a1ad330bc
-
edit: swift-tools-support-core/Sources/TSCUtility/Versioning.swift
-
edit: swift-tools-support-core/Sources/TSCUtility/PersistenceCache.swift
-
edit: swift-tools-support-core/Tests/TSCUtilityTests/PkgConfigParserTests.swift
-
edit: swift-tools-support-core/Tests/TSCBasicTests/PathTests.swift
-
edit: swift-tools-support-core/Sources/TSCBasic/CMakeLists.txt
-
edit: swift-tools-support-core/Sources/TSCBasic/Path.swift
-
edit: swift-tools-support-core/Sources/TSCBasic/Process.swift
-
edit: swift-tools-support-core/Sources/TSCUtility/PkgConfig.swift
-
delete: swift-tools-support-core/Tests/TSCBasicTests/processInputs/in-to-out
-
edit: swift-tools-support-core/Package.swift
-
edit: swift-tools-support-core/Sources/TSCLibc/CMakeLists.txt
-
edit: swift-tools-support-core/Tests/TSCUtilityTests/DownloaderTests.swift
-
edit: swift-tools-support-core/Sources/TSCLibc/libc.swift
-
edit: swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift
-
edit: swift-tools-support-core/Tests/TSCBasicTests/LockTests.swift
-
edit: swift-tools-support-core/Sources/TSCUtility/CMakeLists.txt
-
edit: swift-tools-support-core/Tests/TSCBasicTests/ProcessTests.swift
-
edit: swift-tools-support-core/Sources/TSCUtility/IndexStore.swift
-
edit: swift-tools-support-core/Sources/TSCBasic/FileSystem.swift
-
add: swift-tools-support-core/Sources/TSCBasic/Closable.swift
-
Commit 36206ad57c7dce8fa9cf0ff3cd93f98bfe6bcd79 by github:
add Basics module to place common utilities such as FileSystem extensions (#3025)
-
edit: Package.swift
-
add: Sources/Basics/CMakeLists.txt
-
add: Sources/Basics/FileSystem+Extensions.swift
-
Commit aaab85550b18d83429100b5df89e87cbb5cca281 by github:
package-collections storage (#3017)
-
edit: Sources/SourceControl/Repository.swift
-
add: Tests/PackageCollectionsTests/Utility.swift
-
add: Sources/PackageCollections/Utility.swift
-
add: Tests/PackageCollectionsTests/PackageCollectionsProfileStorageTest.swift
-
edit: Package.swift
-
edit: Sources/PackageCollections/Model/PackageSet.swift
-
edit: Sources/PackageCollections/Model/License.swift
-
add: Tests/PackageCollectionsTests/PackageCollectionsStorageTests.swift
-
edit: Sources/PackageCollections/Model/Package.swift
-
add: Sources/PackageCollections/Storage/PackageCollectionsProfileStorage.swift
-
delete: Sources/PackageCollections/ModelExtensions.swift
-
edit: Sources/PackageCollections/Model/Profile.swift
-
add: Sources/PackageCollections/Storage/PackageCollectionsStorage.swift