[Swift CI] Build Failure: 1. OSS - Swift (Tools Opt+Assert, Stdlib Opt+DebInfo+Assert, Resilience) - macOS (master) #112

Report

[FAILURE] oss-swift_tools-RA_stdlib-RDA_test-macos-resilience [#112]

Build URL:
https://ci.swift.org/job/oss-swift_tools-RA_stdlib-RDA_test-macos-resilience/112/
Project:
oss-swift_tools-RA_stdlib-RDA_test-macos-resilience
Date of build:
Thu, 16 Feb 2017 03:47:00 -0800
Build duration:
1 hr 26 min

Identified problems:

  • Regression test failed: This build failed because a regression test in the test suite FAILed. Below is a list of all errors:

Changes

  • Commit 1a2687a72eaa0de4ab11e75a0e5862097d6be39f by phausler:
    [Foundation] Convert Data’s SubSequence type to be Data

    • edit: validation-test/stdlib/Data.swift
    • edit: stdlib/public/SDK/Foundation/Data.swift
    • edit: test/stdlib/TestData.swift
  • Commit 8bd6d36d863e1e63b924194df997bbaefe517180 by practicalswift:
    Remove redundant call to get() on smart pointer

    • edit: lib/FrontendTool/FrontendTool.cpp
  • Commit ca906d1e9998763e4691acac7514e986357ef94d by kyrtzidis:
    Add '-Fsystem' framework search option to indicate path for frameworks

    • edit: include/swift/AST/SearchPathOptions.h
    • edit: tools/SourceKit/lib/SwiftLang/SwiftEditorInterfaceGen.cpp
    • edit: tools/swift-ide-test/swift-ide-test.cpp
    • edit: tools/sil-llvm-gen/SILLLVMGen.cpp
    • edit: include/swift/AST/ASTContext.h
    • edit: test/Serialization/search-paths.swift
    • edit: include/swift/ClangImporter/ClangImporter.h
    • edit: lib/Driver/ToolChains.cpp
    • edit: lib/Serialization/Serialization.cpp
    • add: test/ClangImporter/Inputs/systemframeworks/Module.framework/Modules/module.modulemap
    • edit: tools/swift-api-digester/swift-api-digester.cpp
    • edit: test/Serialization/search-paths-relative.swift
    • edit: lib/AST/ASTContext.cpp
    • edit: tools/lldb-moduleimport-test/lldb-moduleimport-test.cpp
    • edit: lib/Serialization/ModuleFile.cpp
    • edit: include/swift/Serialization/ModuleFormat.h
    • edit: include/swift/Serialization/ModuleFile.h
    • edit: include/swift/Frontend/Frontend.h
    • add: test/ClangImporter/Inputs/systemframeworks/Module.framework/Headers/Module.h
    • edit: lib/Immediate/Immediate.cpp
    • edit: lib/ClangImporter/ClangImporter.cpp
    • edit: lib/Frontend/CompilerInvocation.cpp
    • edit: include/swift/AST/ClangModuleLoader.h
    • edit: test/Driver/driver-compile.swift
    • edit: include/swift/Option/Options.td
    • edit: tools/sil-opt/SILOpt.cpp
    • add: test/ClangImporter/system-framework-search-path.swift
    • edit: lib/Serialization/SerializedModuleLoader.cpp
  • Commit 4722c35b932f5de802e3264591dbc219d36893f1 by mracek:
    Fix flaky test/Sanitizers/tsan.swift test.

    • edit: test/Sanitizers/tsan.swift
  • Commit 497cac64d9bcd03d80d7aab87ffcf03534afcdf5 by beanz:
    [CMake] Add support for Swift buildtrees including CMake packages

    • add: cmake/modules/SwiftConfig.cmake.in
    • add: cmake/modules/CMakeLists.txt
    • edit: cmake/modules/AddSwift.cmake
    • edit: CMakeLists.txt
  • Commit 89b038ea7e6db3e289cbd76b8d8a4e4019cd1e96 by beanz:
    [CMake] Include the CMark exports in SwiftConfig.cmake

    • edit: cmake/modules/SwiftConfig.cmake.in
  • Commit e8645f37503202ebdb07e1a725111aa1c13745d6 by beanz:
    [CMake] A few fixups to the Swift CMake package generation

    • edit: cmake/modules/SwiftConfig.cmake.in
    • edit: cmake/modules/CMakeLists.txt
  • Commit c2d07bc2103292cb05025ae6023e799ac5b9f902 by spestov:
    AST: Cache the result of ClassDecl::checkObjCAncestry()

    • edit: lib/AST/Decl.cpp
    • edit: include/swift/AST/Decl.h
  • Commit 32316559f8893221a14e24cd18a6760109e068b8 by spestov:
    AST: Stored property accessors on non-Objective-C derived classes can be

    • edit: test/SILGen/objc_protocols.swift
    • edit: test/SILGen/guaranteed_self.swift
    • edit: test/SILOptimizer/devirt_materializeForSet.swift
    • edit: test/SILGen/addressors.swift
    • edit: test/SILGen/multi_file.swift
    • edit: test/SILGen/specialize_attr.swift
    • edit: test/SILGen/objc_properties.swift
    • edit: lib/Sema/CodeSynthesis.cpp
    • edit: test/SILGen/dynamic.swift
    • edit: test/SILGen/properties.swift
    • edit: test/sil-func-extractor/basic.swift
    • edit: test/SILGen/materializeForSet.swift
    • edit: test/SILGen/objc_extensions.swift
    • edit: test/SILGen/accessibility_warnings.swift
    • edit: test/SILGen/objc_final.swift
    • edit: test/SILGen/objc_witnesses.swift
  • Commit 32e5112874db157b247aa560f25738a173e128dd by kyrtzidis:
    For the -Fsystem option, address feedback by Jordan.

    • edit: lib/Driver/ToolChains.cpp
    • edit: tools/SourceKit/lib/SwiftLang/SwiftEditorInterfaceGen.cpp
    • edit: include/swift/Option/Options.td
    • edit: lib/Frontend/CompilerInvocation.cpp
  • Commit 45c3111d1945195be32232bf58047debb95dbfff by practicalswift:
    Avoid potential dereference of a null pointer

    • edit: lib/Parse/ParseExpr.cpp
  • Commit 3b8424573042a997bf2ba0003aa6721313f1387f by hughbellars:
    Change ClangImporter if check to an assertion

    • edit: lib/ClangImporter/ImportType.cpp
  • Commit a68014bef6a58e7475f4cc8d8722fb90f3db316f by github:
    Fix code sample indentation in String manifesto

    • edit: docs/StringManifesto.md
  • Commit 14bc16417ab67c784cd7dd6805279eb604cb3390 by practicalswift:
    [gardening] Remove REQUIRES lines from fixed crashers

    • edit: validation-test/compiler_crashers_fixed/28654-hastype-e-expected-type-to-have-been-set.swift
    • edit: validation-test/compiler_crashers_fixed/28590-exprtypes-e-isequal-e-gettype-expected-type-in-map-to-be-the-same-type-in-expres.swift
  • Commit 648ef2949aba6649a39055df52770969982cb95d by practicalswift:
    [gardening] Fix incorrect Swift URLs

    • edit: lib/IRGen/NativeConventionSchema.h
    • edit: test/stdlib/SIMDParameterPassing.swift.gyb
    • edit: test/stdlib/ParameterPassing.swift.gyb
  • Commit 87332ab0b4ee40c73917619439c9ddfe7a939d5e by practicalswift:
    [gardening] Fix recently introduced \t:s

    • edit: test/stdlib/SIMDParameterPassing.swift.gyb
    • edit: test/stdlib/ParameterPassing.swift.gyb
  • Commit 67041a0016f294fafa2527be9c8a31279bf6c1f9 by practicalswift:
    [gardening] Fix inconsistent headers

    • edit: lib/IRGen/NativeConventionSchema.h
    • edit: test/stdlib/SIMDParameterPassing.swift.gyb
    • edit: test/stdlib/ParameterPassing.swift.gyb
    • edit: lib/SILGen/FormalEvaluation.h
  • Commit b680cd0a8863c6312010e1c48544e27a3d618cf5 by practicalswift:
    [gardening] Fix a-vs-an typo

    • edit: lib/IRGen/NativeConventionSchema.h
  • Commit 2336b23226fd198e918f6e38a617a93eb0bb3588 by github:
    [docs] Mark one code block as Swift

    • edit: docs/StringManifesto.md
  • Commit 86e7bdeed859b3e3ca5264b0d4184b5613d7e7e0 by eeckstein:
    Demangler: Use a fixed-size array for Word substitutions.

    • edit: lib/Basic/Demangler.cpp
    • edit: include/swift/Basic/Demangler.h
  • Commit 2d127e4192771fd3ebea7ca231e0a7459b6af754 by eeckstein:
    Reinstate ”Use the new mangling for reflection."

    • edit: lib/Basic/Demangle.cpp
    • edit: test/Reflection/typeref_lowering_imported.swift
    • edit: lib/Basic/Remangle.cpp
    • edit: stdlib/public/Reflection/TypeLowering.cpp
    • edit: stdlib/public/Reflection/TypeRefBuilder.cpp
    • edit: include/swift/Reflection/TypeRef.h
    • edit: lib/Basic/Mangler.cpp
    • edit: test/IRGen/generic_classes.sil
    • edit: lib/IRGen/Linking.cpp
    • edit: stdlib/public/runtime/Remangle.cpp
    • edit: test/IRGen/enum.sil
    • edit: include/swift/Basic/Demangle.h
    • edit: tools/swift-demangle/swift-demangle.cpp
    • edit: lib/IRGen/GenMeta.cpp
    • edit: lib/SILOptimizer/Utils/SpecializationMangler.cpp
    • edit: stdlib/public/runtime/Demangle.cpp
    • edit: test/Reflection/typeref_lowering.swift
    • edit: test/Reflection/typeref_lowering_missing.swift
    • edit: test/Interpreter/SDK/archiving_generic_swift_class.swift
    • edit: stdlib/public/Reflection/Demangle.cpp
    • edit: stdlib/public/runtime/Metadata.cpp
    • edit: test/stdlib/RuntimeObjC.swift
    • edit: stdlib/public/Reflection/Remangle.cpp
    • edit: test/IRGen/cf.sil
    • edit: test/Reflection/typeref_lowering_objc.swift
    • edit: lib/IRGen/GenReflection.cpp
    • edit: test/IRGen/generic_structs.sil
    • edit: lib/Basic/Remangler.cpp
  • Commit e6ce2ff388a8da3a14882939132ff1b7279b3cde by beanz:
    [CMake] Fixing up CMark exports to expand at configuration

    • edit: cmake/modules/SwiftConfig.cmake.in
  • Commit 36ec947c061a2c62dda45b9d22fb029f113bb06e by github:
    Fix for the Intents overlay on watchOS (#7493)

    • edit: stdlib/public/SDK/Intents/INRequestRideIntent.swift
  • Commit 385da9dc1911d40f56a6d7e3ac16b781138c2776 by github:
    [ClangImporter] Don't crash when an enum case alias has no name. (#7483)

    • edit: test/Inputs/clang-importer-sdk/usr/include/user_objc.h
    • edit: lib/ClangImporter/ImportDecl.cpp
    • edit: test/ClangImporter/enum.swift
  • Commit 1af4fb401c23723dfa31aaacc1997068a49902aa by aschwaighofer:
    Add missing include

    • edit: stdlib/public/runtime/Leaks.h
  • Commit 36f909114c909f60add13aae5a4851df11efaec8 by vsk:
    Re-enable coverage smoke test (NFC)

    • edit: test/SILGen/coverage_smoke.swift
  • Commit 78c3770d275a3647d9bef757bd570ae837dd5feb by practicalswift:
    Use the py2+py3 compatible way to reduce using functools.reduce(...)

    • edit: benchmark/scripts/perf_test_driver/perf_test_driver.py
  • Commit 0cdc22157c2c4e1577a19e8f787378382b341758 by practicalswift:
    Use the py2+py3 compatible replacement for execfile(...)

    • edit: test/Driver/Dependencies/Inputs/update-dependencies-bad.py
  • Commit 4e9bb3c9b2956c2709b7ba9164cba12673c6f22e by practicalswift:
    Add a py3 compatible workaround for the removed long type

    • edit: tools/SourceKit/bindings/python/sourcekitd/capi.py
  • Commit fccad8d1a00d45df6d9e6a148c0e6f50a5c7ae3d by practicalswift:
    Use proper spacing.

    • edit: benchmark/scripts/perf_test_driver/perf_test_driver.py
  • Commit 41eba98902bbea683bcdb06e02186dd18925ca6f by spestov:
    Gardening: Fix some unused variable warnings in no-assert builds

    • edit: lib/Sema/TypeCheckGeneric.cpp
    • edit: lib/Sema/DerivedConformanceRawRepresentable.cpp
    • edit: lib/AST/DeclContext.cpp
    • edit: lib/SILOptimizer/Utils/Generics.cpp
    • edit: lib/ClangImporter/ImportDecl.cpp
    • edit: lib/AST/SubstitutionMap.cpp
    • edit: lib/AST/GenericSignatureBuilder.cpp
    • edit: lib/SILGen/SILGenConstructor.cpp
    • edit: lib/Serialization/Deserialization.cpp
    • edit: lib/SILGen/SILGenConvert.cpp
    • edit: lib/Serialization/Serialization.cpp
    • edit: lib/AST/Module.cpp
    • edit: lib/IRGen/IRGenDebugInfo.cpp
    • edit: lib/AST/ASTScope.cpp
    • edit: lib/SILGen/SILGenExpr.cpp
  • Commit 84ae3872536653162fa53dbba7125d15f12b58e0 by aschwaighofer:
    Make sure we don't bail in the LLVM thread/address sanitizer pass

    • edit: test/Sanitizers/tsan.swift
    • edit: test/Sanitizers/asan.swift
  • Commit 757125ab10d94873bd9e6a750594a8cff7b4c0b1 by vsk:
    [Coverage] Pass each prof name var to the lowering pass just once

    • edit: lib/IRGen/GenCoverage.cpp
    • edit: lib/IRGen/GenBuiltin.cpp
    • edit: test/IRGen/coverage.swift
  • Commit 9c205c1728233ed91792356523ddcb4d9f543c64 by vsk:
    [Coverage] Prepare for an upcoming llvm fix (NFC)

    • edit: test/IRGen/coverage.swift
  • Commit 91a410b992ac1eed87b4179f69442db112de1c42 by aschwaighofer:
    Mark a code path that I believe is dead (see comment).

    • edit: lib/SILGen/SILGenLValue.cpp
  • Commit ec802fe9cd5b3fd406ac0a27863ddcf3dd0b239a by aschwaighofer:
    SILGen: Thread AccessKind to openExistential()

    • edit: lib/SILGen/SILGenExpr.cpp
    • edit: lib/SILGen/SILGenBridging.cpp
    • edit: lib/SILGen/SILGenPoly.cpp
    • edit: lib/SILGen/SILGenFunction.h
    • edit: lib/SILGen/SILGenConvert.cpp
  • Commit 876cea81aeac494a2bb211d2c4d489116a5a6be6 by aschwaighofer:
    SIL: Add an allowed access kind to the opened value of an

    • edit: include/swift/SIL/SILCloner.h
    • edit: test/SILOptimizer/devirt_try_apply.sil
    • edit: test/Serialization/Inputs/def_basic.sil
    • edit: test/SILOptimizer/allocbox_to_stack.sil
    • edit: lib/SILGen/SILGenLValue.cpp
    • edit: test/SILOptimizer/allocstack_hoisting.sil
    • edit: lib/Serialization/SerializeSIL.cpp
    • edit: test/SILGen/dynamic_self.swift
    • edit: lib/SIL/SILInstructions.cpp
    • edit: test/SIL/Parser/polymorphic_function.sil
    • edit: test/SILGen/protocols.swift
    • edit: lib/SILGen/SILGenConvert.cpp
    • edit: test/IRGen/fixed_size_buffer_peepholes.sil
    • edit: test/Serialization/transparent.swift
    • edit: test/SILGen/generic_property_base_lifetime.swift
    • edit: test/IRGen/dynamic_self.sil
    • edit: test/SIL/Parser/undef.sil
    • edit: test/SILGen/function_conversion.swift
    • edit: test/SILOptimizer/mandatory_inlining.sil
    • edit: test/SILGen/boxed_existentials.swift
    • edit: test/SILOptimizer/existential_type_propagation.sil
    • edit: test/SILOptimizer/escape_analysis.sil
    • edit: test/SILGen/functions.swift
    • edit: test/SILOptimizer/cse.sil
    • edit: test/SILOptimizer/mandatory_inlining_open_existential.sil
    • edit: test/SILOptimizer/opened_archetype_operands_tracking.sil
    • edit: test/SILGen/objc_bridging_any.swift
    • edit: test/SILGen/generic_witness.swift
    • edit: include/swift/Serialization/ModuleFormat.h
    • edit: lib/Serialization/DeserializeSIL.cpp
    • edit: include/swift/SIL/SILBuilder.h
    • edit: lib/SIL/SILPrinter.cpp
    • edit: test/SILOptimizer/sil_combine.sil
    • edit: test/SILGen/existential_erasure.swift
    • edit: lib/Parse/ParseSIL.cpp
    • edit: test/SIL/Parser/basic.sil
    • edit: test/SILOptimizer/closure_specialize_consolidated.sil
    • edit: test/SIL/type_dependent_operands.swift
    • edit: test/SILOptimizer/looprotate.sil
    • edit: test/SILGen/protocol_extensions.swift
    • edit: docs/SIL.rst
    • edit: test/SILGen/address_only_types.swift
    • edit: include/swift/SIL/SILInstruction.h
  • Commit 75af7cbad03d27d9d0d705de7c073ec6a7959896 by vsk:
    [Coverage] Tighten up test case (NFC)

    • edit: test/IRGen/coverage.swift
  • Commit dc79034a6aeac61a033fd7ec46fdee6ff1a23115 by rlevenstein:
    [sil-generic-specializer] Set proper debug scope in the GenericCloner

    • edit: lib/SILOptimizer/Utils/GenericCloner.cpp
  • Commit 58c3959e90dff32ffd5bfb13b5d26381cd7babd8 by mgottesman:
    [silgen] Remove ManagedBorrowedValue in favor of the usage of

    • edit: lib/SILGen/FormalEvaluation.h
    • edit: lib/SILGen/Cleanup.h
    • edit: lib/SILGen/FormalEvaluation.cpp
    • edit: lib/SILGen/SILGenDecl.cpp
    • edit: lib/SILGen/SILGenFunction.h
    • edit: lib/SILGen/SILGenExpr.cpp
    • edit: lib/SILGen/SILGenLValue.cpp
    • edit: lib/SILGen/ManagedValue.cpp
    • edit: lib/SILGen/ManagedValue.h
  • Commit d4ae7a3f8ae6ab0eb5f48a3fae11c2e01635130b by mgottesman:
    [semantic-sil] When calling emitRValueForDecl, borrow the value before

    • edit: test/SILGen/generic_property_base_lifetime.swift
    • edit: test/SILGen/force_cast_chained_optional.swift
    • edit: test/SILGen/protocol_extensions.swift
    • edit: test/SILGen/let_decls.swift
    • edit: test/SILGen/testable-multifile-other.swift
    • edit: test/SILGen/argument_labels.swift
    • edit: test/SILGen/objc_bridging_any.swift
    • edit: test/SILGen/objc_blocks_bridging.swift
    • edit: test/SILGen/accessors.swift
    • edit: test/SILGen/dynamic_self.swift
    • edit: test/SILGen/objc_error.swift
    • edit: test/SILGen/objc_extensions.swift
    • edit: test/SILGen/objc_protocols.swift
    • edit: test/SILGen/cf.swift
    • edit: test/SILGen/expressions.swift
    • edit: lib/SILGen/SILGenExpr.cpp
    • edit: test/SILGen/indirect_enum.swift
    • edit: test/SILGen/optional.swift
    • edit: test/SILGen/switch.swift
    • edit: test/SILGen/existential_erasure.swift
    • edit: test/SILGen/dynamic_lookup_throws.swift
    • edit: test/SILGen/objc_ownership_conventions.swift
    • edit: test/SILGen/final.swift
    • edit: test/SILGen/boxed_existentials.swift
    • edit: test/SILGen/lifetime.swift
    • edit: test/SILGen/function_conversion.swift
    • edit: test/SILGen/objc_bridging.swift
    • edit: test/SILGen/objc_attr_NSManaged_multi.swift
    • edit: test/SILGen/optional-cast.swift
    • edit: test/SILGen/properties.swift
    • edit: test/SILGen/function_conversion_objc.swift
    • edit: test/SILGen/objc_thunks.swift
    • edit: test/SILGen/collection_downcast.swift
    • edit: test/SILGen/implicitly_unwrapped_optional.swift
    • edit: test/SILGen/closures.swift
    • edit: test/SILGen/switch_var.swift
    • edit: test/SILGen/import_as_member.swift
    • edit: test/SILGen/objc_properties.swift
    • edit: test/SILGen/local_recursion.swift
    • edit: test/SILGen/objc_attr_NSManaged.swift
    • edit: test/SILGen/statements.swift
    • edit: test/SILGen/cf_members.swift
    • edit: test/SILGen/extensions_objc.swift
    • edit: test/SILGen/protocol_optional.swift
    • edit: test/SILGen/witnesses_class.swift
    • edit: test/SILGen/objc_bridged_results.swift
    • edit: test/SILGen/newtype.swift
    • edit: test/SILGen/property_abstraction.swift
    • edit: test/SILGen/dynamic.swift
    • edit: test/SILGen/dynamic_lookup.swift
    • edit: test/SILGen/collection_subtype_upcast.swift
    • edit: test/SILGen/errors.swift
    • edit: test/SILGen/multi_file.swift
    • edit: test/SILGen/without_actually_escaping.swift
    • edit: test/SILGen/collection_subtype_downcast.swift
    • edit: test/SILGen/if_while_binding.swift
    • edit: test/SILGen/opaque_values_silgen.swift
    • edit: test/SILGen/objc_currying.swift
    • edit: test/SILGen/class_bound_protocols.swift
    • edit: test/SILGen/unowned.swift
    • edit: test/SILGen/guaranteed_self.swift
    • edit: test/SILGen/objc_imported_generic.swift
    • edit: test/SILGen/foreign_errors.swift
    • edit: test/SILGen/auto_closures.swift
    • edit: test/SILGen/struct_resilience.swift
    • edit: test/SILGen/builtins.swift
    • edit: test/SILGen/collection_upcast.swift
  • Commit 14ca57299e4c0e48c80dc135d215327064886e09 by eeckstein:
    Disable some reflection tests on the asan bots.

    • edit: test/Reflection/typeref_decoding_objc.swift
    • edit: test/Reflection/typeref_lowering_missing.swift
  • Commit 29694722ba5a906b80d12e16a6805520342283f0 by eeckstein:
    Increment the reflection-metadata version number.

    • edit: include/swift/Reflection/Records.h
  • Commit 62b650af83b6f3ca98022585f68f74ea243bea96 by spestov:
    AST: Fix excessive deserialization in GenericSignatureBuilder

    • add: test/Serialization/Inputs/circular-associated-type/a.swift
    • add: test/Serialization/Inputs/circular-associated-type/b.swift
    • edit: lib/AST/GenericSignatureBuilder.cpp
    • add: test/Serialization/multi-file-associated-type-circularity.swift
    • add: test/Serialization/Inputs/circular-associated-type/c.swift
  • Commit 992caba90e3105ecaaf02967b5671e2da78beaeb by shajrawi:
    support stores of non-loadable types under opaque mode

    • edit: lib/SILGen/RValue.cpp
    • edit: test/SILGen/opaque_values_silgen.swift
    • edit: lib/SILGen/SILGenProlog.cpp
    • edit: lib/SIL/TypeLowering.cpp
  • Commit cfe742d1eb3e24046deeceb3f3d2b01f5a78e858 by fs.output:
    [Parse] Minor improvements in conditional compilation block parsing

    • add: test/Parse/ConditionalCompilation/decl_parse_errors-2.swift
    • edit: test/Parse/ConditionalCompilation/decl_parse_errors.swift
    • edit: include/swift/AST/DiagnosticsParse.def
    • edit: lib/Parse/ParseDecl.cpp
  • Commit 3b42894f13a9d37df0b1ba8c22db89fdaa57823c by fs.output:
    [Parse] Fix parsing three-version-components in #if

    • edit: test/Parse/ConditionalCompilation/language_version.swift
    • edit: lib/Parse/ParseStmt.cpp
    • edit: lib/Parse/ParseDecl.cpp
  • Commit 8437819b5a6157191d7837232d86c106a33f0784 by mgottesman:
    [CMake] Revert recent changes.

    • edit: stdlib/public/SDK/AssetsLibrary/CMakeLists.txt
    • edit: stdlib/public/SDK/HomeKit/CMakeLists.txt
    • edit: stdlib/public/SDK/Intents/CMakeLists.txt
    • edit: stdlib/private/StdlibUnicodeUnittest/CMakeLists.txt
    • edit: stdlib/public/SDK/SpriteKit/CMakeLists.txt
    • edit: lib/Driver/CMakeLists.txt
    • edit: stdlib/public/SDK/simd/CMakeLists.txt
    • edit: stdlib/public/SDK/XCTest/CMakeLists.txt
    • edit: lib/SIL/CMakeLists.txt
    • edit: lib/IRGen/CMakeLists.txt
    • edit: lib/Index/CMakeLists.txt
    • edit: stdlib/internal/SwiftExperimental/CMakeLists.txt
    • edit: stdlib/public/runtime/CMakeLists.txt
    • edit: stdlib/public/SDK/CallKit/CMakeLists.txt
    • edit: stdlib/private/SwiftPrivateLibcExtras/CMakeLists.txt
    • edit: lib/LLVMPasses/CMakeLists.txt
    • edit: stdlib/public/SDK/CoreImage/CMakeLists.txt
    • edit: lib/IDE/CMakeLists.txt
    • edit: lib/AST/CMakeLists.txt
    • edit: stdlib/public/SDK/OpenCL/CMakeLists.txt
    • edit: lib/Sema/CMakeLists.txt
    • edit: stdlib/public/SDK/GLKit/CMakeLists.txt
    • edit: stdlib/public/SDK/CoreData/CMakeLists.txt
    • edit: stdlib/public/SDK/AVFoundation/CMakeLists.txt
    • edit: lib/RemoteAST/CMakeLists.txt
    • delete: cmake/modules/CMakeLists.txt
    • edit: stdlib/private/StdlibCollectionUnittest/CMakeLists.txt
    • edit: stdlib/public/Reflection/CMakeLists.txt
    • edit: stdlib/public/SDK/XPC/CMakeLists.txt
    • edit: stdlib/public/SDK/Foundation/CMakeLists.txt
    • edit: stdlib/public/SDK/GameplayKit/CMakeLists.txt
    • edit: stdlib/public/SDK/CryptoTokenKit/CMakeLists.txt
    • edit: stdlib/private/StdlibUnittestFoundationExtras/CMakeLists.txt
    • edit: stdlib/private/SwiftPrivate/CMakeLists.txt
    • edit: lib/Basic/CMakeLists.txt
    • edit: stdlib/private/StdlibUnittest/CMakeLists.txt
    • edit: stdlib/public/SDK/CoreMedia/CMakeLists.txt
    • edit: lib/PrintAsObjC/CMakeLists.txt
    • edit: stdlib/public/SwiftRemoteMirror/CMakeLists.txt
    • edit: stdlib/public/SDK/Contacts/CMakeLists.txt
    • edit: stdlib/public/SDK/os/CMakeLists.txt
    • edit: stdlib/public/SDK/QuartzCore/CMakeLists.txt
    • edit: stdlib/public/SDK/SceneKit/CMakeLists.txt
    • edit: stdlib/public/SDK/AppKit/CMakeLists.txt
    • edit: CMakeLists.txt
    • edit: stdlib/private/SwiftReflectionTest/CMakeLists.txt
    • edit: stdlib/public/SDK/CoreGraphics/CMakeLists.txt
    • edit: stdlib/public/SDK/MapKit/CMakeLists.txt
    • edit: stdlib/public/SDK/IOKit/CMakeLists.txt
    • edit: stdlib/private/SwiftPrivatePthreadExtras/CMakeLists.txt
    • edit: stdlib/public/SDK/ObjectiveC/CMakeLists.txt
    • edit: stdlib/public/SDK/Dispatch/CMakeLists.txt
    • edit: stdlib/public/SDK/UIKit/CMakeLists.txt
    • edit: lib/ClangImporter/CMakeLists.txt
    • edit: lib/Immediate/CMakeLists.txt
    • edit: stdlib/public/stubs/CMakeLists.txt
    • edit: lib/SILOptimizer/CMakeLists.txt
    • edit: lib/Option/CMakeLists.txt
    • edit: lib/Parse/CMakeLists.txt
    • edit: lib/Frontend/CMakeLists.txt
    • edit: lib/Markup/CMakeLists.txt
    • edit: stdlib/public/Platform/CMakeLists.txt
    • edit: stdlib/public/SwiftOnoneSupport/CMakeLists.txt
    • edit: lib/Serialization/CMakeLists.txt
    • edit: stdlib/public/SDK/CloudKit/CMakeLists.txt
    • edit: stdlib/public/SDK/WatchKit/CMakeLists.txt
    • edit: stdlib/public/SDK/CoreLocation/CMakeLists.txt
    • edit: stdlib/public/SDK/Photos/CMakeLists.txt
    • edit: lib/SwiftDemangle/CMakeLists.txt
    • delete: cmake/modules/SwiftConfig.cmake.in
    • edit: stdlib/public/SDK/SafariServices/CMakeLists.txt
    • edit: lib/SILGen/CMakeLists.txt
    • edit: lib/ASTSectionImporter/CMakeLists.txt
    • edit: stdlib/public/SDK/CoreAudio/CMakeLists.txt
    • edit: lib/FrontendTool/CMakeLists.txt
    • edit: stdlib/public/core/CMakeLists.txt
    • edit: cmake/modules/AddSwift.cmake
  • Commit 58b14ffc2da6464fe43f35574096ba53e88bc662 by rudkx:
    Update -debug-constraints to dump the source range immediately.

    • edit: lib/Sema/CSSolver.cpp
  • Commit 470292c1bb287c5bc59407e15cf197728cecdc2c by practicalswift:
    [swiftc (51 vs. 5456)] Add crasher in swift::Type::findIf

    • add: validation-test/compiler_crashers/28695-unreachable-executed-at-swift-lib-ast-type-cpp-1351.swift
  • Commit 1c6719e1710ffad9f3159f9d01ef9fe76578f377 by oren.ben.simhon:
    Added a section about Regcall and Vectorcall calling convention changes.

    • edit: docs/ReleaseNotes.rst
  • Commit 59b3179b2635f731d583402462436b03a20774d4 by aschwaighofer:
    ThreadSanitizer: don't track swifterror memory addresses

    • edit: test/Instrumentation/ThreadSanitizer/tsan_basic.ll
    • edit: lib/Transforms/Instrumentation/ThreadSanitizer.cpp
  • Commit f0610d1aac0650c33a63192fd24026d71430690e by hans:
    Merging r294982:

    • edit: test/CodeGen/ARM/swifterror.ll
    • edit: test/CodeGen/AArch64/swifterror.ll
    • edit: test/CodeGen/X86/swifterror.ll
    • edit: lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  • Commit bf661853f6c189c211a2ec8f58a47d62a97dd982 by aschwaighofer:
    AddressSanitizer: don't track swifterror memory addresses

    • edit: test/Instrumentation/AddressSanitizer/basic.ll
    • edit: lib/Transforms/Instrumentation/AddressSanitizer.cpp
  • Commit 946015a0837ccaf5041354a3a60458f50e1c2a17 by hans:
    Merging r294003:

    • edit: lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
    • add: test/CodeGen/X86/dag-update-nodetomatch.ll
  • Commit 96275962aa2653a0a656a3af1f5b1e68629d5b6d by hans:
    Merging r294129:

    • edit: test/CodeGen/AArch64/ldst-opt.ll
    • edit: lib/CodeGen/SelectionDAG/InstrEmitter.cpp
  • Commit 05cb7fa9b90cd61f836d85b9f108274094998237 by vsk:
    Re-apply "[profiling] Remove dead profile name vars after emitting name

    • edit: test/Instrumentation/InstrProfiling/profiling.ll
    • edit: test/Transforms/PGOProfile/comdat_internal.ll
    • edit: test/Instrumentation/InstrProfiling/PR23499.ll
    • edit: lib/Transforms/Instrumentation/InstrProfiling.cpp
    • edit: test/Instrumentation/InstrProfiling/platform.ll
  • Commit e327832b4a314beef211579b67a7d6442a7b58bf by t.p.northover:
    GlobalISel: support translating va_arg

    • edit: include/llvm/Target/GenericOpcodes.td
    • edit: include/llvm/CodeGen/GlobalISel/IRTranslator.h
    • edit: lib/CodeGen/GlobalISel/IRTranslator.cpp
    • edit: include/llvm/Target/TargetOpcodes.def
    • edit: test/CodeGen/AArch64/GlobalISel/arm64-irtranslator.ll
  • Commit d7cf1aa63bf5fe225a06a40bca19e65468bcdee1 by t.p.northover:
    Add a virtual destructor for LegalizerInfo.

    • edit: include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
  • Commit 64c189e13c36b2ceb5e23f686394c2cd62067573 by t.p.northover:
    GlobalISel: legalize va_arg on AArch64.

    • add: test/CodeGen/AArch64/GlobalISel/legalize-vaarg.mir
    • edit: lib/Target/AArch64/AArch64LegalizerInfo.cpp
    • edit: include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
    • edit: lib/CodeGen/GlobalISel/LegalizerHelper.cpp
    • edit: lib/Target/AArch64/AArch64LegalizerInfo.h
    • edit: lib/CodeGen/GlobalISel/LegalizerInfo.cpp
  • Commit 155bc5fa0d90f001ac6d4242b72fddd9d6017f71 by hans:
    Merging r295149:

    • edit: test/SemaCXX/cxx11-inheriting-ctors.cpp
    • edit: lib/Sema/SemaLookup.cpp
  • Commit 86ced61713098b13d58f24f4dfd0806dddaeb20c by hans:
    Merging r295150:

    • edit: lib/Sema/SemaStmt.cpp
    • edit: test/SemaObjCXX/blocks.mm
  • Commit a15cab669665fe73b8d89987d8b007953ed01efe by vsk:
    [profiling] Update test cases to deal with name variable change (NFC)

    • edit: test/CoverageMapping/unused_names.c
    • edit: test/Profile/cxx-virtual-destructor-calls.cpp
  • Commit d99bc10ae79395661f268ba31a4316e587bb8ffa by scallanan:
    Revert "clang-format: Separate out a language kind for ObjC."

    • edit: include/clang/Format/Format.h
    • edit: unittests/Format/FormatTest.cpp
    • edit: tools/clang-format/ClangFormat.cpp
    • edit: unittests/Format/CMakeLists.txt
    • edit: lib/Format/FormatTokenLexer.cpp
    • delete: unittests/Format/FormatTestObjC.cpp
    • edit: lib/Format/Format.cpp
    • edit: lib/Format/TokenAnnotator.cpp
    • edit: lib/Format/ContinuationIndenter.cpp
    • edit: unittests/Tooling/ReplacementTest.h
  • Commit 93aa4527141bdda696b3c8cb2b51d74a0f52848a by vsk:
    [Sema] Add lvalue-to-rvalue cast in direct-list-initialization of enum

    • edit: lib/Sema/SemaInit.cpp
    • edit: test/CXX/dcl.decl/dcl.init/dcl.init.list/p3.cpp
  • Commit 31cead58a46abc5a7983491089ffea1de3e09e17 by hans:
    Merging r294425:

    • edit: test/lsan/lit.common.cfg
    • edit: test/lsan/TestCases/strace_test.cc
  • Commit 84c9f24c2c4a0ce3437195e60b6f3f2d232c2770 by hans:
    Merging r292257:

    • edit: test/builtins/Unit/fixunsdfdi_test.c
    • edit: test/builtins/Unit/fixunssfdi_test.c
  • Commit 1fdc27db84c9d0d9ae4ae60185629e8c43b4a11c by hans:
    Merging r292729:

    • edit: test/builtins/Unit/clear_cache_test.c