- Commit 082d36a6bbbaf8379d6846e01a6b6782e2e8848d by Adrian Prantl:
Debug Info: Make the lookup of VariableValues deterministic. No
- edit: lib/IRGen/IRGenSIL.cpp
- Commit d5cbb0bd6225effa4a20c7b5cbda3f4ec0f17d14 by Arnold Schwaighofer:
Runtime changes for the copy-on-write existential implementation
- edit: stdlib/public/runtime/AnyHashableSupport.cpp
- edit: include/swift/AST/SILOptions.h
- edit: lib/IRGen/GenExistential.cpp
- edit: lib/IRGen/GenOpaque.cpp
- edit: stdlib/public/runtime/Reflection.mm
- edit: lib/IRGen/GenOpaque.h
- edit: stdlib/public/runtime/SwiftValue.mm
- edit: cmake/modules/AddSwift.cmake
- edit: include/swift/Reflection/ReflectionContext.h
- edit: lib/IRGen/IRGenSIL.cpp
- edit: stdlib/public/runtime/ExistentialMetadataImpl.h
- edit: stdlib/public/runtime/Metadata.cpp
- edit: lib/Frontend/CompilerInvocation.cpp
- edit: include/swift/Runtime/Metadata.h
- edit: stdlib/public/runtime/Casting.cpp
- Commit 586527759d92ce9a01a55e650862ac7a3e5782b8 by Arnold Schwaighofer:
Change assert(false) to swift::fatalError
- edit: stdlib/public/runtime/Casting.cpp
- Commit 56c1e2310ead22d3b10fc5d0cfcd98432eddcbb3 by David Ronnqvist:
[SR-2409] Rephrase diagnostic to consider Objective-C interop
- edit: include/swift/AST/DiagnosticsClangImporter.def
- edit: lib/ClangImporter/ClangDiagnosticConsumer.cpp
- edit: test/ClangImporter/non-modular-include.swift
- Commit 71845c060b2aa49ee0acfc4ebe874ccb0b692f3a by practicalswift:
[swiftc (27 vs. 5507)] Add crasher in
- add: validation-test/compiler_crashers/28723-unreachable-executed-at-swift-lib-sema-csdiag-cpp-4012.swift
- Commit 9ae6fdacb3768a6906327b135ee539b4ab8c65a5 by David Rönnqvist:
Change Linux specific check to `linux-gnu`
- edit: test/ClangImporter/non-modular-include.swift
- Commit d7c1f57184c7b0ee39250248d2388d5cd55f96ec by David Rönnqvist:
Conditional checks using %target-runtime instead of %target-os
- edit: test/ClangImporter/non-modular-include.swift
- Commit d50c88767bdd1083de662a5a438f7ca0b640241b by github:
Disable non-deterministic crasher (#8149)
- edit: validation-test/compiler_crashers/28722-swift-genericsignaturebuilder-resolvearchetype-swift-type.swift
- Commit 9907502edee96661afcf73277297546cc32224b6 by Hugh Bellamy:
Add /permissive- flags with VS2017
- edit: cmake/modules/SwiftSharedCMakeConfig.cmake
- Commit bd8d2143830ababd8fbebeca24eee4b0a4ef3209 by Hugh Bellamy:
Copy entire swiftShims directory to avoid very long command line paths
- edit: stdlib/public/SwiftShims/CMakeLists.txt
- Commit f4f5d1d0637a5bf08f5eda993366dc2536bc343e by github:
Mark a crasher fixed (#8150)
- delete: validation-test/compiler_crashers/28722-swift-genericsignaturebuilder-resolvearchetype-swift-type.swift
- add: validation-test/compiler_crashers_fixed/28722-swift-genericsignaturebuilder-resolvearchetype-swift-type.swift
- Commit 3c69043beec9b23d929bec580d141cfa98916315 by Ankit Aggarwal:
[BuildScript] Run SwiftPM tests in parallel
- edit: utils/build-script-impl
- Commit 8a7f9ba0578bb7adcd8fe45b0fbdd21916301053 by Joe Shajrawi:
Support Optional Injection of Opaque value types
- edit: lib/SILGen/SILGenConvert.cpp
- edit: test/SILGen/opaque_values_silgen.swift
- Commit 4df0d03e2b3df3918552ad0585772b446495191f by github:
RangeInfo: Unbox brace statement to figure out the type it returns.
- edit: test/IDE/range_info_basics.swift
- edit: lib/IDE/SwiftSourceDocInfo.cpp
- Commit 2a55b26e467777693c7324d50c6a2acda3e8a478 by Erik Eckstein:
Mangling: enable new mangling for symbols
- edit: test/IDE/reconstruct_type_from_mangled_name_invalid.swift
- edit: test/DebugInfo/tuple.swift
- edit: test/SILOptimizer/capture_propagation.sil
- edit: test/SILGen/switch_objc.swift
- edit: test/IRGen/errors.sil
- edit: test/IRGen/sil_witness_methods.sil
- edit: test/SILGen/protocol_optional.swift
- edit: test/SILOptimizer/specialize_metatypes_with_nondefault_representation.sil
- edit: test/IRGen/enum_value_semantics.sil
- edit: test/SILOptimizer/closure_specialize_simple.sil
- edit: test/IRGen/type_layout.swift
- edit: test/IRGen/enum_value_semantics_special_cases.sil
- edit: test/DebugInfo/bool.swift
- edit: test/DebugInfo/variables.swift
- edit: test/IRGen/objc_class_export.swift
- edit: test/SILGen/foreign_errors.swift
- edit: test/Frontend/Inputs/sil-primary-file-with-sib.sil
- edit: test/SILGen/arguments.swift
- edit: test/IRGen/swift3-metadata-coff.swift
- edit: test/DebugInfo/test-foundation.swift
- edit: test/SILGen/enum.swift
- edit: test/DebugInfo/Errors.swift
- edit: test/SILGen/SILDeclRef.swift
- edit: test/SILGen/super-to-nonobjc-extension.swift
- edit: test/IRGen/c_function_pointer.sil
- edit: test/SILGen/retaining_globals.swift
- edit: test/IRGen/type_layout_objc.swift
- edit: test/SILGen/collection_upcast.swift
- edit: test/SILOptimizer/functionsigopts.sil
- edit: test/IRGen/sil_witness_tables_external_witnesstable.swift
- edit: test/SILGen/static-stored-properties-in-concrete-contexts.swift
- edit: test/SILGen/closures.swift
- edit: test/IDE/local_types.swift
- edit: test/IRGen/type_layout_reference_storage_objc.swift
- edit: test/IRGen/vtable.sil
- edit: test/sil-opt/sil-opt.swift
- edit: test/SILOptimizer/bridged_casts_folding.swift
- edit: test/IRGen/generic_tuples.swift
- edit: test/IRGen/partial_apply_objc.sil
- edit: test/SILGen/objc_imported_generic.swift
- edit: test/IRGen/generic_types.swift
- edit: test/IRGen/static_initializer.sil
- edit: test/IRGen/objc_attr_NSManaged.sil
- edit: test/IRGen/protocol_conformance_records.swift
- edit: validation-test/Python/bug-reducer.test-sh
- edit: test/DebugInfo/test_ints.swift
- edit: test/SIL/Serialization/shared_function_serialization.sil
- edit: test/IRGen/abi_v7k.swift
- edit: test/SourceKit/CursorInfo/cursor_info_container.swift
- edit: include/swift/Demangling/ManglingMacros.h
- edit: test/SILGen/opaque_values_silgen_lib.swift
- edit: test/SILGen/statements.swift
- edit: test/IRGen/generic_casts.swift
- edit: test/IRGen/dynamic_init.sil
- edit: test/SILGen/default_arguments.swift
- edit: test/IRGen/dllimport.swift
- edit: test/DebugInfo/fnptr.swift
- edit: test/IRGen/dynamic_self_metadata.swift
- edit: test/SILOptimizer/specialize.sil
- edit: test/DebugInfo/mangling.swift
- edit: test/IRGen/enum_value_semantics_special_cases_objc.sil
- edit: test/SILGen/objc_bridging_any.swift
- edit: test/SILOptimizer/closure_specialize_consolidated.sil
- edit: test/SILGen/collection_subtype_downcast.swift
- edit: test/SILGen/extensions.swift
- edit: test/DebugInfo/byref-capture.swift
- edit: test/IRGen/function_metadata.swift
- edit: test/SILGen/errors.swift
- edit: test/SILGen/pointer_conversion.swift
- edit: test/SILGen/default_constructor.swift
- edit: test/SILGen/accessibility_vtables.swift
- edit: test/SIL/Serialization/specializer_can_deserialize.swift
- edit: test/Serialization/class.swift
- edit: test/SourceKit/Demangle/demangle.swift
- edit: test/SILGen/foreach.swift
- edit: test/IRGen/objc_generic_class_metadata.sil
- edit: test/SILGen/objc_thunks.swift
- edit: test/SILOptimizer/specialize_anyobject.swift
- edit: test/SILOptimizer/linker.swift
- edit: test/SourceKit/CursorInfo/cursor_info.swift
- edit: test/IRGen/metadata_dominance.swift
- edit: test/IRGen/subclass.swift
- edit: test/IRGen/ivar_destroyer.sil
- edit: test/SILGen/collection_downcast.swift
- edit: test/IRGen/field_type_vectors.sil
- edit: test/SILOptimizer/prespecialize.swift
- edit: test/Frontend/OptimizationOptions-with-stdlib-checks.swift
- edit: test/IRGen/partial_apply.sil
- edit: test/DebugInfo/typearg.swift
- edit: test/SILOptimizer/specialize_recursive_generics.sil
- edit: test/IRGen/enum_32_bit.sil
- edit: test/IRGen/special_protocols.sil
- edit: test/stdlib/Runtime.swift.gyb
- edit: test/IRGen/generic_classes.sil
- edit: test/SILGen/witness-init-requirement-with-base-class-init.swift
- edit: test/IRGen/struct_resilience.swift
- edit: test/SILOptimizer/opaque_values_opt.sil
- edit: test/sil-func-extractor/load-serialized-sil.swift
- edit: test/SILGen/availability_query.swift
- edit: test/SILGen/sil_locations.swift
- edit: test/IRGen/enum_resilience.swift
- edit: test/IDE/merge_local_types.swift
- edit: test/Serialization/inherited-initializer.swift
- edit: test/SILGen/vtable_thunks.swift
- edit: test/IRGen/objc_block.sil
- edit: test/DebugInfo/typealias.swift
- edit: test/SILGen/optional_lvalue.swift
- edit: test/DebugInfo/mangling-stdlib.swift
- edit: test/SILGen/metatype_abstraction.swift
- edit: test/IRGen/indirect_enum.sil
- edit: test/SILOptimizer/capture_promotion_reachability.sil
- edit: test/DebugInfo/basic.swift
- edit: test/IRGen/indirect_argument.sil
- edit: test/SILOptimizer/deadargsignatureopt.sil
- edit: validation-test/stdlib/MicroStdlib/Inputs/RuntimeStubs.c
- edit: test/SILOptimizer/capture_promotion_generic_context.sil
- edit: test/Serialization/class-roundtrip-module.swift
- edit: test/SILGen/objc_bridging.swift
- edit: test/SILGen/collection_subtype_upcast.swift
- edit: test/DebugInfo/LinetableArtificialFn.swift
- edit: test/SILGen/default_arguments_imported.swift
- edit: test/SILOptimizer/cast_folding_no_bridging.sil
- edit: test/sil-nm/basic.sil
- edit: test/IRGen/cf.sil
- edit: test/SILOptimizer/capture_promotion.sil
- edit: test/SILGen/generic_casts.swift
- edit: test/IRGen/existential_metatypes.sil
- edit: test/IRGen/type_layout_reference_storage.swift
- edit: test/IRGen/unowned_objc.sil
- edit: test/IRGen/class.sil
- edit: test/DebugInfo/inout.swift
- edit: test/IRGen/partial_apply_forwarder.sil
- edit: test/SILOptimizer/allocbox_to_stack.sil
- edit: test/DebugInfo/enum.swift
- edit: test/IRGen/class_resilience_objc_armv7k.swift
- edit: test/SILOptimizer/functionsigopts_sroa.sil
- Commit 96a087ecdc48a91ea90c8e70c5833bc982cbe516 by Michael Gottesman:
Update requires line in bug-reducer.test-sh to work around master-next
- edit: validation-test/Python/bug-reducer.test-sh
- Commit 96135946c7cce7d65636e552fb616f247313c34a by Erik Eckstein:
tests: adapt one more test to the new mangling
- edit: test/IRGen/class_isa_pointers_armv7k_watchos.sil
- Commit a8e4e72270c063435083ab64f47f00dacc9986bc by github:
[Serialization] Delay all actions in the same module together. (#8123)
- delete: test/Serialization/multi-file-associated-type-circularity.swift
- add: test/Serialization/Inputs/circular-protocols/a.swift
- add: test/Serialization/Inputs/circular-protocols/c.swift
- edit: include/swift/Serialization/ModuleFile.h
- edit: lib/Serialization/ModuleFile.cpp
- delete: test/Serialization/Inputs/circular-associated-type/c.swift
- add: test/Serialization/multi-file-protocol-circularity.swift
- edit: lib/Serialization/Deserialization.cpp
- add: test/Serialization/Inputs/circular-protocols/b.swift
- delete: test/Serialization/Inputs/circular-associated-type/a.swift
- delete: test/Serialization/Inputs/circular-associated-type/b.swift
- Commit f2cf6d26fae8f2a4c8a5a778d4e3e84598cfc745 by Joe Shajrawi:
Add support for Translating a single opaque value with an indirect
- edit: test/SILGen/opaque_values_silgen.swift
- edit: lib/SILGen/SILGenPoly.cpp
- Commit 9a87c07bc298548d22d5c0963f5e3f4edfe4760c by Joe Shajrawi:
Add support for creating optionals to optionals during translation /
- edit: lib/SILGen/SILGenBuilder.cpp
- edit: lib/SILGen/SILGenConvert.cpp
- edit: test/SILGen/opaque_values_silgen.swift
- Commit 52d5178a3e3c9e7edab093efd2c3cc8334ae5012 by github:
SILGen: Add experimental TSan instrumentation for inout accesses.
- edit: lib/SILGen/SILGenApply.cpp
- edit: lib/SILGen/SILGenLValue.cpp
- edit: lib/SILOptimizer/Mandatory/DIMemoryUseCollector.cpp
- add: test/Sanitizers/tsan-inout.swift
- edit: lib/SILGen/LValue.h
- edit: include/swift/Option/FrontendOptions.td
- add: test/SILGen/tsan_instrumentation.swift
- add: test/Sanitizers/Inputs/tsan-uninstrumented.swift
- edit: include/swift/Basic/LangOptions.h
- edit: lib/SILGen/SILGenFunction.h
- edit: lib/Frontend/CompilerInvocation.cpp
- Commit 29ad714bb77913afb26be7507483f5ff3d167d21 by Roman Levenstein:
Annotate stdlib functions to get a good performance even in resilient
- edit: stdlib/public/core/VarArgs.swift
- edit: stdlib/public/core/CTypes.swift
- edit: stdlib/public/core/ArrayBufferProtocol.swift
- edit: stdlib/public/core/Arrays.swift.gyb
- edit: stdlib/public/core/Repeat.swift
- edit: stdlib/private/StdlibUnittestFoundationExtras/StdlibUnittestFoundationExtras.swift
- edit: benchmark/single-source/PopFrontGeneric.swift
- edit: stdlib/public/core/Indices.swift.gyb
- edit: stdlib/public/core/Optional.swift
- edit: stdlib/public/core/Sort.swift.gyb
- edit: stdlib/public/core/BridgeObjectiveC.swift
- edit: stdlib/public/core/LazyCollection.swift.gyb
- edit: stdlib/public/core/OutputStream.swift
- edit: stdlib/public/core/UnsafePointer.swift.gyb
- edit: stdlib/public/core/Map.swift.gyb
- edit: stdlib/public/core/RangeReplaceableCollection.swift.gyb
- edit: stdlib/public/core/LifetimeManager.swift
- edit: stdlib/public/core/ExistentialCollection.swift.gyb
- edit: stdlib/public/core/ArrayBody.swift
- edit: stdlib/public/core/ArrayBuffer.swift
- edit: stdlib/public/core/CocoaArray.swift
- edit: stdlib/public/core/HashedCollections.swift.gyb
- edit: stdlib/public/core/Mirror.swift
- edit: stdlib/public/core/WriteBackMutableSlice.swift
- edit: stdlib/public/core/Range.swift.gyb
- edit: stdlib/public/core/Stride.swift.gyb
- edit: stdlib/public/core/Runtime.swift.gyb
- edit: stdlib/public/core/ClosedRange.swift
- edit: stdlib/public/core/SequenceAlgorithms.swift.gyb
- edit: stdlib/public/core/UnsafeBufferPointer.swift.gyb
- edit: stdlib/public/core/StringInterpolation.swift
- edit: stdlib/public/core/Collection.swift
- edit: stdlib/public/core/MutableCollection.swift
- edit: stdlib/public/core/Reverse.swift
- edit: stdlib/public/core/Builtin.swift
- edit: stdlib/public/core/UnsafeRawBufferPointer.swift.gyb
- edit: stdlib/public/core/FixedPoint.swift.gyb
- edit: stdlib/public/core/ContiguousArrayBuffer.swift
- edit: stdlib/public/core/Algorithm.swift
- edit: stdlib/public/core/Sequence.swift
- edit: stdlib/public/core/UnsafeRawPointer.swift.gyb
- edit: stdlib/public/core/ManagedBuffer.swift
- edit: stdlib/public/core/SwiftNativeNSArray.swift
- edit: stdlib/public/core/CollectionAlgorithms.swift.gyb
- edit: stdlib/public/core/Shims.swift
- edit: stdlib/public/core/RandomAccessCollection.swift
- edit: stdlib/public/core/SliceBuffer.swift
- Commit 2c811b82a1bc96c4f71e92fe4a5535527275c6bd by Roman Levenstein:
Adjust some tests to pass in non-resilient and resilient modes.
- edit: test/SourceKit/CursorInfo/cursor_stdlib.swift
- edit: test/api-digester/source-stability.swift.expected
- edit: stdlib/public/core/String.swift
- edit: test/SILOptimizer/unused_containers.swift
- Commit 761d6512fee6b231f024eefbd9bbb102d89ae265 by Erik Eckstein:
SourceKit: switch to new mangling in ide::printDeclTypeUSR
- edit: include/swift/AST/ASTMangler.h
- edit: lib/AST/ASTMangler.cpp
- edit: test/SourceKit/CursorInfo/cursor_usr.swift
- edit: test/SourceKit/InterfaceGen/gen_stdlib.swift
- edit: test/SourceKit/CursorInfo/cursor_stdlib.swift
- edit: lib/AST/USRGeneration.cpp
- edit: test/SourceKit/CursorInfo/cursor_info.swift
- Commit c17cfb69d8d0bfa0b74fb2c03f99949bafb73b06 by Greg Parker:
Revert "SILGen: Add experimental TSan instrumentation for inout
- edit: include/swift/Basic/LangOptions.h
- delete: test/Sanitizers/Inputs/tsan-uninstrumented.swift
- edit: include/swift/Option/FrontendOptions.td
- edit: lib/SILGen/SILGenLValue.cpp
- delete: test/Sanitizers/tsan-inout.swift
- edit: lib/SILGen/SILGenFunction.h
- edit: lib/SILGen/SILGenApply.cpp
- edit: lib/SILOptimizer/Mandatory/DIMemoryUseCollector.cpp
- edit: lib/Frontend/CompilerInvocation.cpp
- delete: test/SILGen/tsan_instrumentation.swift
- edit: lib/SILGen/LValue.h
- Commit 85fc422dc83e53768c97cea7011db55baf233462 by Slava Pestov:
Serialization: Fix weird re-entrancy issue with extension binding
- add: test/Serialization/Inputs/extension_generation_number.swift
- edit: lib/Serialization/SerializedModuleLoader.cpp
- add: test/Serialization/extension_generation_number_1.swift
- add: test/Serialization/extension_generation_number_2.swift
- Commit b3a1f3f6d4b4307058f2c02662fd482043f5c518 by practicalswift:
[gardening] Remove "// REQUIRES: asserts" from fixed crasher
- edit: validation-test/compiler_crashers_fixed/28719-currentconstraintsolverarena-no-constraint-solver-active.swift
- Commit 634837f7226083bad945bd09262fbcd1f9834225 by practicalswift:
[gardening] Write "anonymous namespace" instead of "namespace"
- edit: lib/Syntax/LegacyASTTransformer.cpp
- Commit c6fcbf05101e410ccf06acf9b43b45b0d8a20ee0 by Hugh Bellamy:
Python lint a bunch of files not currently python linted
- edit: utils/rth
- edit: utils/run-test
- edit: utils/build-script
- edit: utils/swift-api-dump.py
- edit: utils/viewcfg
- edit: utils/submit-benchmark-results
- edit: utils/backtrace-check
- Commit 150a5817a89fd895c2db301c376386077c08cbba by practicalswift:
[gardening] Improve code style in build-overlay shell script
- edit: utils/build-overlay
- Commit ce48b82be9846d271a7de5b767e6137ea8dbbe17 by practicalswift:
[gardening] Introduce new line in accordance with PEP-8
- edit: utils/swift-api-dump.py
- Commit 26a67fe5386b29d163f56261785f6bbbee82ab50 by practicalswift:
[gardening] Remove unused variable CanGenericSig
- edit: lib/SILOptimizer/IPO/CapturePropagation.cpp
- Commit 30e29cf9acaf822bd1a82c3a2e5f1f908e2af719 by practicalswift:
[gardening] Remove unused method isUnparenthesizedTrailingClosure(Type
- edit: lib/Sema/TypeCheckDecl.cpp
- Commit 3144f4ce1ab145a19b5476111ca977a67a596755 by practicalswift:
[gardening] Remove unused variable superclassSig
- edit: lib/Sema/CodeSynthesis.cpp
- Commit 1bdc3c22d69cc7a5109e15a0abba33f73cc38564 by Jordan Rose:
Adding const overloads of operator* and operator-> for DenseSet
- edit: include/llvm/ADT/DenseSet.h
- Commit 3daa59abbc4917654b130fbb50eaa01e6e5af557 by Adrian Prantl:
DebugInfo: remove unused parameter from function. NFC.
- edit: lib/CodeGen/AsmPrinter/DwarfExpression.h
- edit: lib/CodeGen/AsmPrinter/DwarfExpression.cpp
- Commit 1c4f5f0732adb0cabe0b3a5f3e2b49d2174577cd by Adrian Prantl:
[DebugInfo] Make legal and emit DW_OP_swap and DW_OP_xderef
- edit: docs/LangRef.rst
- add: test/Verifier/diexpression-swap.ll
- edit: lib/CodeGen/AsmPrinter/DwarfExpression.cpp
- edit: test/Assembler/diexpression.ll
- edit: lib/IR/DebugInfoMetadata.cpp
- Commit 2f1e699a310bd76a280d2c063802f3fee10ed160 by Adrian Prantl:
PR32288: More efficient encoding for DWARF expr subregister access.
- edit: test/DebugInfo/ARM/s-super-register.ll
- edit: lib/CodeGen/AsmPrinter/DwarfExpression.h
- edit: test/DebugInfo/X86/PR26148.ll
- edit: test/DebugInfo/X86/subregisters.ll
- edit: test/DebugInfo/X86/dbg-value-regmask-clobber.ll
- edit: test/DebugInfo/X86/subreg.ll
- edit: test/CodeGen/ARM/debug-info-s16-reg.ll
- edit: test/DebugInfo/X86/single-dbg_value.ll
- edit: test/DebugInfo/X86/dw_op_minus_direct.ll
- edit: test/DebugInfo/X86/dbg-value-const-byref.ll
- edit: test/DebugInfo/X86/fission-ranges.ll
- edit: test/CodeGen/ARM/debug-info-sreg2.ll
- edit: lib/CodeGen/AsmPrinter/DwarfExpression.cpp
- Commit 0297a8e3e705e78300df6ca5f537cb2f069fe94c by Adrian Prantl:
Rename methods in DwarfExpression to adhere to the LLVM coding
- edit: lib/CodeGen/AsmPrinter/DwarfUnit.cpp
- edit: lib/CodeGen/AsmPrinter/DwarfExpression.h
- edit: lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
- edit: lib/CodeGen/AsmPrinter/DwarfDebug.cpp
- edit: lib/CodeGen/AsmPrinter/DwarfExpression.cpp
- Commit 9e51069369d21966600848b9b332ea4731068718 by Adrian Prantl:
Rearrange fields. NFC.
- edit: lib/CodeGen/AsmPrinter/DwarfExpression.h
- Commit ed0b42b4a6e6bc38a1cf2929308fb71e430b3158 by Adrian Prantl:
Attempt to fix bot failure on Windows. Looks like this _expression_ was
- edit: lib/CodeGen/AsmPrinter/DwarfExpression.cpp
- Commit 817a34e2970bbbe51e4ef52237c04cb0dbc9cba8 by Adrian Prantl:
API gardening: Rename FindAllocaDbgValue to findDbgValue (NFC) and use
- edit: lib/Transforms/Utils/Local.cpp
- edit: include/llvm/Transforms/Utils/Local.h
- Commit c079aaf0f4ff6b347b49892e7177122705264600 by Adrian Prantl:
Salvage debug info from instructions about to be deleted
- edit: include/llvm/Transforms/Utils/Local.h
- add: test/Transforms/InstCombine/debuginfo-dce.ll
- edit: lib/Transforms/InstCombine/InstCombineInternal.h
- edit: lib/Transforms/Utils/Local.cpp
- Commit ab645ef67d75ee06051ef75958b90cb83aaf6ab7 by Adrian Prantl:
Make a blind attempt to fix this testcase on Windows.
- edit: test/Modules/modules-cache-path-canonicalization.m
- Commit 5afe05dcb6e5ebf318d41e7cb8d061af92a9e196 by Argyrios Kyrtzidis:
[index/AST] Add references for ObjC getter=/setter= property attributes
- edit: lib/Index/IndexBody.cpp
- edit: lib/Index/IndexDecl.cpp
- edit: lib/Parse/ParseObjc.cpp
- edit: lib/Serialization/ASTWriterDecl.cpp
- edit: lib/Sema/SemaObjCProperty.cpp
- edit: test/Index/Core/index-source.m
- edit: include/clang/Sema/Sema.h
- edit: lib/AST/ASTImporter.cpp
- edit: include/clang/Sema/DeclSpec.h
- edit: lib/Serialization/ASTReaderDecl.cpp
- edit: include/clang/AST/DeclObjC.h
- Commit 724b93ff6844b6f559ee4d9ee0f4a1bc8fc5bc6e by Argyrios Kyrtzidis:
[AST] Follow-up to r297972, add default value for
- edit: include/clang/AST/DeclObjC.h
- Commit 125e75189595059d5c9fd40aa9b860101d8cd12d by Argyrios Kyrtzidis:
[Serialization] Follow-up to r297972, deserialize name/loc in separate
- edit: lib/Serialization/ASTReaderDecl.cpp
- Commit 4c9eea15b36748a47bb67e77a90ce558149c9fd3 by Jordan Rose:
Port swift specific compiler-rt code to Windows (#6)
- edit: lib/profile/InstrProfilingUtil.c
- edit: lib/profile/InstrProfilingFile.c
- edit: lib/profile/InstrProfilingUtil.h
- Commit 3b06bd77ac3df5d50d01cf7a1f2b63a825e39262 by Kuba Mracek:
Fix macOS version detection to also allow missing 3rd part of the
- edit: test/lit.common.cfg