svn commit: r344779 - in head: . contrib/compiler-rt contrib/compiler-rt/include/sanitizer contrib/compiler-rt/include/xray contrib/compiler-rt/lib/asan contrib/compiler-rt/lib/builtins contrib/com...

Dimitry Andric dim at FreeBSD.org
Mon Mar 4 19:40:12 UTC 2019


Author: dim
Date: Mon Mar  4 19:39:59 2019
New Revision: 344779
URL: https://svnweb.freebsd.org/changeset/base/344779

Log:
  Upgrade our copies of clang, llvm, lld, lldb, compiler-rt and libc++ to
  the upstream release_80 branch r355313 (effectively, 8.0.0 rc3).  The
  release will follow very soon, but no more functional changes are
  expected.
  
  Release notes for llvm, clang and lld 8.0.0 will soon be available here:
  <https://releases.llvm.org/8.0.0/docs/ReleaseNotes.html>
  <https://releases.llvm.org/8.0.0/tools/clang/docs/ReleaseNotes.html>
  <https://releases.llvm.org/8.0.0/tools/lld/docs/ReleaseNotes.html>
  
  PR:		236062
  Relnotes:	yes
  MFC after:	1 month

Added:
  head/contrib/compiler-rt/lib/builtins/ppc/fixunstfti.c
     - copied unchanged from r344778, projects/clang800-import/contrib/compiler-rt/lib/builtins/ppc/fixunstfti.c
  head/contrib/compiler-rt/lib/builtins/ppc/floattitf.c
     - copied unchanged from r344778, projects/clang800-import/contrib/compiler-rt/lib/builtins/ppc/floattitf.c
  head/contrib/compiler-rt/lib/esan/esan_sideline_bsd.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/compiler-rt/lib/esan/esan_sideline_bsd.cpp
  head/contrib/compiler-rt/lib/fuzzer/FuzzerBuiltins.h
     - copied unchanged from r344778, projects/clang800-import/contrib/compiler-rt/lib/fuzzer/FuzzerBuiltins.h
  head/contrib/compiler-rt/lib/fuzzer/FuzzerBuiltinsMsvc.h
     - copied unchanged from r344778, projects/clang800-import/contrib/compiler-rt/lib/fuzzer/FuzzerBuiltinsMsvc.h
  head/contrib/compiler-rt/lib/fuzzer/FuzzerExtFunctionsWindows.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/compiler-rt/lib/fuzzer/FuzzerExtFunctionsWindows.cpp
  head/contrib/compiler-rt/lib/hwasan/hwasan_checks.h
     - copied unchanged from r344778, projects/clang800-import/contrib/compiler-rt/lib/hwasan/hwasan_checks.h
  head/contrib/compiler-rt/lib/hwasan/hwasan_memintrinsics.cc
     - copied unchanged from r344778, projects/clang800-import/contrib/compiler-rt/lib/hwasan/hwasan_memintrinsics.cc
  head/contrib/compiler-rt/lib/hwasan/hwasan_thread_list.cc
     - copied unchanged from r344778, projects/clang800-import/contrib/compiler-rt/lib/hwasan/hwasan_thread_list.cc
  head/contrib/compiler-rt/lib/hwasan/hwasan_thread_list.h
     - copied unchanged from r344778, projects/clang800-import/contrib/compiler-rt/lib/hwasan/hwasan_thread_list.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_local_address_space_view.h
     - copied unchanged from r344778, projects/clang800-import/contrib/compiler-rt/lib/sanitizer_common/sanitizer_local_address_space_view.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_netbsd.cc
     - copied unchanged from r344778, projects/clang800-import/contrib/compiler-rt/lib/sanitizer_common/sanitizer_netbsd.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_freebsd.cc
     - copied unchanged from r344778, projects/clang800-import/contrib/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_freebsd.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_freebsd.h
     - copied unchanged from r344778, projects/clang800-import/contrib/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_freebsd.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_ring_buffer.h
     - copied unchanged from r344778, projects/clang800-import/contrib/compiler-rt/lib/sanitizer_common/sanitizer_ring_buffer.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_type_traits.cc
     - copied unchanged from r344778, projects/clang800-import/contrib/compiler-rt/lib/sanitizer_common/sanitizer_type_traits.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_type_traits.h
     - copied unchanged from r344778, projects/clang800-import/contrib/compiler-rt/lib/sanitizer_common/sanitizer_type_traits.h
  head/contrib/compiler-rt/lib/xray/xray_fdr_controller.h
     - copied unchanged from r344778, projects/clang800-import/contrib/compiler-rt/lib/xray/xray_fdr_controller.h
  head/contrib/compiler-rt/lib/xray/xray_fdr_log_writer.h
     - copied unchanged from r344778, projects/clang800-import/contrib/compiler-rt/lib/xray/xray_fdr_log_writer.h
  head/contrib/libc++/include/bit
     - copied unchanged from r344778, projects/clang800-import/contrib/libc++/include/bit
  head/contrib/llvm/include/llvm-c/Error.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm-c/Error.h
  head/contrib/llvm/include/llvm-c/OptRemarks.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm-c/OptRemarks.h
  head/contrib/llvm/include/llvm-c/Transforms/AggressiveInstCombine.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm-c/Transforms/AggressiveInstCombine.h
  head/contrib/llvm/include/llvm-c/Transforms/Coroutines.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm-c/Transforms/Coroutines.h
  head/contrib/llvm/include/llvm/ADT/bit.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/ADT/bit.h
  head/contrib/llvm/include/llvm/Analysis/GuardUtils.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/Analysis/GuardUtils.h
  head/contrib/llvm/include/llvm/Analysis/IVDescriptors.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/Analysis/IVDescriptors.h
  head/contrib/llvm/include/llvm/Analysis/IndirectCallVisitor.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/Analysis/IndirectCallVisitor.h
  head/contrib/llvm/include/llvm/Analysis/InstructionPrecedenceTracking.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/Analysis/InstructionPrecedenceTracking.h
  head/contrib/llvm/include/llvm/Analysis/LegacyDivergenceAnalysis.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/Analysis/LegacyDivergenceAnalysis.h
  head/contrib/llvm/include/llvm/Analysis/OrderedInstructions.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/Analysis/OrderedInstructions.h
  head/contrib/llvm/include/llvm/Analysis/StackSafetyAnalysis.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/Analysis/StackSafetyAnalysis.h
  head/contrib/llvm/include/llvm/Analysis/SyncDependenceAnalysis.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/Analysis/SyncDependenceAnalysis.h
  head/contrib/llvm/include/llvm/BinaryFormat/AMDGPUMetadataVerifier.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/BinaryFormat/AMDGPUMetadataVerifier.h
  head/contrib/llvm/include/llvm/BinaryFormat/ELFRelocs/MSP430.def
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/BinaryFormat/ELFRelocs/MSP430.def
  head/contrib/llvm/include/llvm/BinaryFormat/MsgPack.def
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/BinaryFormat/MsgPack.def
  head/contrib/llvm/include/llvm/BinaryFormat/MsgPack.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/BinaryFormat/MsgPack.h
  head/contrib/llvm/include/llvm/BinaryFormat/MsgPackReader.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/BinaryFormat/MsgPackReader.h
  head/contrib/llvm/include/llvm/BinaryFormat/MsgPackTypes.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/BinaryFormat/MsgPackTypes.h
  head/contrib/llvm/include/llvm/BinaryFormat/MsgPackWriter.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/BinaryFormat/MsgPackWriter.h
  head/contrib/llvm/include/llvm/CodeGen/AsmPrinterHandler.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/CodeGen/AsmPrinterHandler.h
  head/contrib/llvm/include/llvm/CodeGen/BuiltinGCs.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/CodeGen/BuiltinGCs.h
  head/contrib/llvm/include/llvm/CodeGen/DbgEntityHistoryCalculator.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/CodeGen/DbgEntityHistoryCalculator.h
  head/contrib/llvm/include/llvm/CodeGen/DebugHandlerBase.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/CodeGen/DebugHandlerBase.h
  head/contrib/llvm/include/llvm/CodeGen/GlobalISel/CSEInfo.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/CodeGen/GlobalISel/CSEInfo.h
  head/contrib/llvm/include/llvm/CodeGen/GlobalISel/CSEMIRBuilder.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/CodeGen/GlobalISel/CSEMIRBuilder.h
  head/contrib/llvm/include/llvm/CodeGen/GlobalISel/GISelChangeObserver.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/CodeGen/GlobalISel/GISelChangeObserver.h
  head/contrib/llvm/include/llvm/CodeGen/MachinePipeliner.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/CodeGen/MachinePipeliner.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/SymbolRecordHelpers.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/DebugInfo/CodeView/SymbolRecordHelpers.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeRecordHelpers.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeRecordHelpers.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumFrameData.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumFrameData.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/DIAFrameData.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/DIAFrameData.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/IPDBFrameData.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/DebugInfo/PDB/IPDBFrameData.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Native/NativeEnumGlobals.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/DebugInfo/PDB/Native/NativeEnumGlobals.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Native/NativeSymbolEnumerator.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/DebugInfo/PDB/Native/NativeSymbolEnumerator.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeBuiltin.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeBuiltin.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeEnum.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeEnum.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeFunctionSig.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeFunctionSig.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypePointer.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypePointer.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeTypedef.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeTypedef.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeUDT.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeUDT.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeVTShape.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeVTShape.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Native/SymbolCache.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/DebugInfo/PDB/Native/SymbolCache.h
  head/contrib/llvm/include/llvm/Demangle/Compiler.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/Demangle/Compiler.h
  head/contrib/llvm/include/llvm/Demangle/ItaniumDemangle.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/Demangle/ItaniumDemangle.h
  head/contrib/llvm/include/llvm/Demangle/MicrosoftDemangle.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/Demangle/MicrosoftDemangle.h
  head/contrib/llvm/include/llvm/Demangle/MicrosoftDemangleNodes.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/Demangle/MicrosoftDemangleNodes.h
  head/contrib/llvm/include/llvm/Demangle/StringView.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/Demangle/StringView.h
  head/contrib/llvm/include/llvm/Demangle/Utility.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/Demangle/Utility.h
  head/contrib/llvm/include/llvm/ExecutionEngine/Orc/JITTargetMachineBuilder.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/ExecutionEngine/Orc/JITTargetMachineBuilder.h
  head/contrib/llvm/include/llvm/ExecutionEngine/Orc/LazyReexports.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/ExecutionEngine/Orc/LazyReexports.h
  head/contrib/llvm/include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h
  head/contrib/llvm/include/llvm/IR/CFGDiff.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/IR/CFGDiff.h
  head/contrib/llvm/include/llvm/IR/IntrinsicsRISCV.td
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/IR/IntrinsicsRISCV.td
  head/contrib/llvm/include/llvm/IR/PassInstrumentation.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/IR/PassInstrumentation.h
  head/contrib/llvm/include/llvm/IR/PassTimingInfo.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/IR/PassTimingInfo.h
  head/contrib/llvm/include/llvm/LTO/SummaryBasedOptimizations.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/LTO/SummaryBasedOptimizations.h
  head/contrib/llvm/include/llvm/MCA/
     - copied from r344778, projects/clang800-import/contrib/llvm/include/llvm/MCA/
  head/contrib/llvm/include/llvm/Passes/StandardInstrumentations.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/Passes/StandardInstrumentations.h
  head/contrib/llvm/include/llvm/Support/AArch64TargetParser.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/Support/AArch64TargetParser.h
  head/contrib/llvm/include/llvm/Support/ARMTargetParser.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/Support/ARMTargetParser.h
  head/contrib/llvm/include/llvm/Support/BuryPointer.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/Support/BuryPointer.h
  head/contrib/llvm/include/llvm/Support/CFGUpdate.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/Support/CFGUpdate.h
  head/contrib/llvm/include/llvm/Support/FileCheck.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/Support/FileCheck.h
  head/contrib/llvm/include/llvm/Support/ItaniumManglingCanonicalizer.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/Support/ItaniumManglingCanonicalizer.h
  head/contrib/llvm/include/llvm/Support/MSVCErrorWorkarounds.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/Support/MSVCErrorWorkarounds.h
  head/contrib/llvm/include/llvm/Support/SymbolRemappingReader.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/Support/SymbolRemappingReader.h
  head/contrib/llvm/include/llvm/Support/VirtualFileSystem.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/Support/VirtualFileSystem.h
  head/contrib/llvm/include/llvm/Target/TargetPfmCounters.td
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/Target/TargetPfmCounters.td
  head/contrib/llvm/include/llvm/TextAPI/
     - copied from r344778, projects/clang800-import/contrib/llvm/include/llvm/TextAPI/
  head/contrib/llvm/include/llvm/Transforms/IPO/HotColdSplitting.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/Transforms/IPO/HotColdSplitting.h
  head/contrib/llvm/include/llvm/Transforms/Instrumentation/ControlHeightReduction.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/Transforms/Instrumentation/ControlHeightReduction.h
  head/contrib/llvm/include/llvm/Transforms/Instrumentation/MemorySanitizer.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/Transforms/Instrumentation/MemorySanitizer.h
  head/contrib/llvm/include/llvm/Transforms/Instrumentation/ThreadSanitizer.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/Transforms/Instrumentation/ThreadSanitizer.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/MakeGuardsExplicit.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/Transforms/Scalar/MakeGuardsExplicit.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/Scalarizer.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/Transforms/Scalar/Scalarizer.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/WarnMissedTransforms.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/Transforms/Scalar/WarnMissedTransforms.h
  head/contrib/llvm/include/llvm/Transforms/Utils/CanonicalizeAliases.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/Transforms/Utils/CanonicalizeAliases.h
  head/contrib/llvm/include/llvm/Transforms/Utils/GuardUtils.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/Transforms/Utils/GuardUtils.h
  head/contrib/llvm/include/llvm/Transforms/Vectorize/LoadStoreVectorizer.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/Transforms/Vectorize/LoadStoreVectorizer.h
  head/contrib/llvm/include/llvm/XRay/BlockIndexer.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/XRay/BlockIndexer.h
  head/contrib/llvm/include/llvm/XRay/BlockPrinter.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/XRay/BlockPrinter.h
  head/contrib/llvm/include/llvm/XRay/BlockVerifier.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/XRay/BlockVerifier.h
  head/contrib/llvm/include/llvm/XRay/FDRLogBuilder.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/XRay/FDRLogBuilder.h
  head/contrib/llvm/include/llvm/XRay/FDRRecordConsumer.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/XRay/FDRRecordConsumer.h
  head/contrib/llvm/include/llvm/XRay/FDRRecordProducer.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/XRay/FDRRecordProducer.h
  head/contrib/llvm/include/llvm/XRay/FDRRecords.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/XRay/FDRRecords.h
  head/contrib/llvm/include/llvm/XRay/FDRTraceExpander.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/XRay/FDRTraceExpander.h
  head/contrib/llvm/include/llvm/XRay/FDRTraceWriter.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/XRay/FDRTraceWriter.h
  head/contrib/llvm/include/llvm/XRay/FileHeaderReader.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/XRay/FileHeaderReader.h
  head/contrib/llvm/include/llvm/XRay/Profile.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/XRay/Profile.h
  head/contrib/llvm/include/llvm/XRay/RecordPrinter.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/XRay/RecordPrinter.h
  head/contrib/llvm/include/llvm/module.extern.modulemap
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/module.extern.modulemap
  head/contrib/llvm/include/llvm/module.install.modulemap
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/include/llvm/module.install.modulemap
  head/contrib/llvm/lib/Analysis/GuardUtils.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Analysis/GuardUtils.cpp
  head/contrib/llvm/lib/Analysis/IVDescriptors.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Analysis/IVDescriptors.cpp
  head/contrib/llvm/lib/Analysis/InstructionPrecedenceTracking.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Analysis/InstructionPrecedenceTracking.cpp
  head/contrib/llvm/lib/Analysis/LegacyDivergenceAnalysis.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Analysis/LegacyDivergenceAnalysis.cpp
  head/contrib/llvm/lib/Analysis/OrderedInstructions.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Analysis/OrderedInstructions.cpp
  head/contrib/llvm/lib/Analysis/StackSafetyAnalysis.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Analysis/StackSafetyAnalysis.cpp
  head/contrib/llvm/lib/Analysis/SyncDependenceAnalysis.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Analysis/SyncDependenceAnalysis.cpp
  head/contrib/llvm/lib/BinaryFormat/AMDGPUMetadataVerifier.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/BinaryFormat/AMDGPUMetadataVerifier.cpp
  head/contrib/llvm/lib/BinaryFormat/MsgPackReader.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/BinaryFormat/MsgPackReader.cpp
  head/contrib/llvm/lib/BinaryFormat/MsgPackTypes.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/BinaryFormat/MsgPackTypes.cpp
  head/contrib/llvm/lib/BinaryFormat/MsgPackWriter.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/BinaryFormat/MsgPackWriter.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DbgEntityHistoryCalculator.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/CodeGen/AsmPrinter/DbgEntityHistoryCalculator.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/WasmException.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/CodeGen/AsmPrinter/WasmException.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/WasmException.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/CodeGen/AsmPrinter/WasmException.h
  head/contrib/llvm/lib/CodeGen/GlobalISel/CSEInfo.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/CodeGen/GlobalISel/CSEInfo.cpp
  head/contrib/llvm/lib/CodeGen/GlobalISel/CSEMIRBuilder.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/CodeGen/GlobalISel/CSEMIRBuilder.cpp
  head/contrib/llvm/lib/CodeGen/GlobalISel/GISelChangeObserver.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/CodeGen/GlobalISel/GISelChangeObserver.cpp
  head/contrib/llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/SymbolRecordHelpers.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/DebugInfo/CodeView/SymbolRecordHelpers.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/TypeRecordHelpers.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/DebugInfo/CodeView/TypeRecordHelpers.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/DIA/DIAEnumFrameData.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/DebugInfo/PDB/DIA/DIAEnumFrameData.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/DIA/DIAFrameData.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/DebugInfo/PDB/DIA/DIAFrameData.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Native/NativeEnumGlobals.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/DebugInfo/PDB/Native/NativeEnumGlobals.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Native/NativeSymbolEnumerator.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/DebugInfo/PDB/Native/NativeSymbolEnumerator.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Native/NativeTypeArray.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/DebugInfo/PDB/Native/NativeTypeArray.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Native/NativeTypeBuiltin.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/DebugInfo/PDB/Native/NativeTypeBuiltin.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Native/NativeTypeFunctionSig.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/DebugInfo/PDB/Native/NativeTypeFunctionSig.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Native/NativeTypePointer.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/DebugInfo/PDB/Native/NativeTypePointer.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Native/NativeTypeTypedef.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/DebugInfo/PDB/Native/NativeTypeTypedef.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Native/NativeTypeUDT.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/DebugInfo/PDB/Native/NativeTypeUDT.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Native/NativeTypeVTShape.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/DebugInfo/PDB/Native/NativeTypeVTShape.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Native/SymbolCache.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/DebugInfo/PDB/Native/SymbolCache.cpp
  head/contrib/llvm/lib/Demangle/MicrosoftDemangleNodes.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Demangle/MicrosoftDemangleNodes.cpp
  head/contrib/llvm/lib/ExecutionEngine/Orc/JITTargetMachineBuilder.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/ExecutionEngine/Orc/JITTargetMachineBuilder.cpp
  head/contrib/llvm/lib/ExecutionEngine/Orc/LazyReexports.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/ExecutionEngine/Orc/LazyReexports.cpp
  head/contrib/llvm/lib/ExecutionEngine/Orc/ThreadSafeModule.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/ExecutionEngine/Orc/ThreadSafeModule.cpp
  head/contrib/llvm/lib/IR/PassInstrumentation.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/IR/PassInstrumentation.cpp
  head/contrib/llvm/lib/IR/PassTimingInfo.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/IR/PassTimingInfo.cpp
  head/contrib/llvm/lib/LTO/SummaryBasedOptimizations.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/LTO/SummaryBasedOptimizations.cpp
  head/contrib/llvm/lib/MC/MCParser/WasmAsmParser.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/MC/MCParser/WasmAsmParser.cpp
  head/contrib/llvm/lib/MCA/
     - copied from r344778, projects/clang800-import/contrib/llvm/lib/MCA/
  head/contrib/llvm/lib/OptRemarks/
     - copied from r344778, projects/clang800-import/contrib/llvm/lib/OptRemarks/
  head/contrib/llvm/lib/Passes/StandardInstrumentations.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Passes/StandardInstrumentations.cpp
  head/contrib/llvm/lib/Support/AArch64TargetParser.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Support/AArch64TargetParser.cpp
  head/contrib/llvm/lib/Support/ARMTargetParser.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Support/ARMTargetParser.cpp
  head/contrib/llvm/lib/Support/BuryPointer.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Support/BuryPointer.cpp
  head/contrib/llvm/lib/Support/FileCheck.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Support/FileCheck.cpp
  head/contrib/llvm/lib/Support/ItaniumManglingCanonicalizer.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Support/ItaniumManglingCanonicalizer.cpp
  head/contrib/llvm/lib/Support/SymbolRemappingReader.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Support/SymbolRemappingReader.cpp
  head/contrib/llvm/lib/Support/VirtualFileSystem.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Support/VirtualFileSystem.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64BranchTargets.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Target/AArch64/AArch64BranchTargets.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64CompressJumpTables.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Target/AArch64/AArch64CompressJumpTables.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64PfmCounters.td
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Target/AArch64/AArch64PfmCounters.td
  head/contrib/llvm/lib/Target/AArch64/AArch64PreLegalizerCombiner.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Target/AArch64/AArch64PreLegalizerCombiner.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64SchedExynosM4.td
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Target/AArch64/AArch64SchedExynosM4.td
  head/contrib/llvm/lib/Target/AArch64/AArch64SchedPredExynos.td
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Target/AArch64/AArch64SchedPredExynos.td
  head/contrib/llvm/lib/Target/AArch64/AArch64SchedPredicates.td
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Target/AArch64/AArch64SchedPredicates.td
  head/contrib/llvm/lib/Target/AArch64/AArch64SpeculationHardening.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Target/AArch64/AArch64SpeculationHardening.cpp
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUAtomicOptimizer.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Target/AMDGPU/AMDGPUAtomicOptimizer.cpp
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUFixFunctionBitcasts.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Target/AMDGPU/AMDGPUFixFunctionBitcasts.cpp
  head/contrib/llvm/lib/Target/AMDGPU/GCNDPPCombine.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Target/AMDGPU/GCNDPPCombine.cpp
  head/contrib/llvm/lib/Target/AMDGPU/SIAddIMGInit.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Target/AMDGPU/SIAddIMGInit.cpp
  head/contrib/llvm/lib/Target/AMDGPU/SIFixupVectorISel.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Target/AMDGPU/SIFixupVectorISel.cpp
  head/contrib/llvm/lib/Target/AMDGPU/SIModeRegister.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Target/AMDGPU/SIModeRegister.cpp
  head/contrib/llvm/lib/Target/BPF/BPFMIChecking.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Target/BPF/BPFMIChecking.cpp
  head/contrib/llvm/lib/Target/BPF/BTF.def
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Target/BPF/BTF.def
  head/contrib/llvm/lib/Target/BPF/BTF.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Target/BPF/BTF.h
  head/contrib/llvm/lib/Target/BPF/BTFDebug.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Target/BPF/BTFDebug.cpp
  head/contrib/llvm/lib/Target/BPF/BTFDebug.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Target/BPF/BTFDebug.h
  head/contrib/llvm/lib/Target/Hexagon/HexagonDepDecoders.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Target/Hexagon/HexagonDepDecoders.h
  head/contrib/llvm/lib/Target/Hexagon/HexagonDepMapAsm2Intrin.td
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Target/Hexagon/HexagonDepMapAsm2Intrin.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonInstrFormatsV5.td
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Target/Hexagon/HexagonInstrFormatsV5.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonScheduleV5.td
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Target/Hexagon/HexagonScheduleV5.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonScheduleV66.td
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Target/Hexagon/HexagonScheduleV66.td
  head/contrib/llvm/lib/Target/MSP430/AsmParser/
     - copied from r344778, projects/clang800-import/contrib/llvm/lib/Target/MSP430/AsmParser/
  head/contrib/llvm/lib/Target/MSP430/Disassembler/
     - copied from r344778, projects/clang800-import/contrib/llvm/lib/Target/MSP430/Disassembler/
  head/contrib/llvm/lib/Target/MSP430/MCTargetDesc/MSP430AsmBackend.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Target/MSP430/MCTargetDesc/MSP430AsmBackend.cpp
  head/contrib/llvm/lib/Target/MSP430/MCTargetDesc/MSP430ELFObjectWriter.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Target/MSP430/MCTargetDesc/MSP430ELFObjectWriter.cpp
  head/contrib/llvm/lib/Target/MSP430/MCTargetDesc/MSP430ELFStreamer.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Target/MSP430/MCTargetDesc/MSP430ELFStreamer.cpp
  head/contrib/llvm/lib/Target/MSP430/MCTargetDesc/MSP430FixupKinds.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Target/MSP430/MCTargetDesc/MSP430FixupKinds.h
  head/contrib/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCCodeEmitter.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCCodeEmitter.cpp
  head/contrib/llvm/lib/Target/Mips/MipsPreLegalizerCombiner.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Target/Mips/MipsPreLegalizerCombiner.cpp
  head/contrib/llvm/lib/Target/NVPTX/NVPTXProxyRegErasure.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Target/NVPTX/NVPTXProxyRegErasure.cpp
  head/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.h
  head/contrib/llvm/lib/Target/PowerPC/PPCPfmCounters.td
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Target/PowerPC/PPCPfmCounters.td
  head/contrib/llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.h
  head/contrib/llvm/lib/Target/RISCV/RISCVExpandPseudoInsts.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Target/RISCV/RISCVExpandPseudoInsts.cpp
  head/contrib/llvm/lib/Target/RISCV/RISCVSystemOperands.td
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Target/RISCV/RISCVSystemOperands.td
  head/contrib/llvm/lib/Target/RISCV/Utils/
     - copied from r344778, projects/clang800-import/contrib/llvm/lib/Target/RISCV/Utils/
  head/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcTargetStreamer.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcTargetStreamer.h
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyDebugValueManager.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Target/WebAssembly/WebAssemblyDebugValueManager.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyDebugValueManager.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Target/WebAssembly/WebAssemblyDebugValueManager.h
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyEHRestoreStackPointer.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Target/WebAssembly/WebAssemblyEHRestoreStackPointer.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyMemIntrinsicResults.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Target/WebAssembly/WebAssemblyMemIntrinsicResults.cpp
  head/contrib/llvm/lib/Target/X86/X86CondBrFolding.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Target/X86/X86CondBrFolding.cpp
  head/contrib/llvm/lib/Target/X86/X86DiscriminateMemOps.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Target/X86/X86DiscriminateMemOps.cpp
  head/contrib/llvm/lib/Target/X86/X86InsertPrefetch.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Target/X86/X86InsertPrefetch.cpp
  head/contrib/llvm/lib/Target/X86/X86ScheduleBdVer2.td
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Target/X86/X86ScheduleBdVer2.td
  head/contrib/llvm/lib/Testing/Support/SupportHelpers.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Testing/Support/SupportHelpers.cpp
  head/contrib/llvm/lib/TextAPI/
     - copied from r344778, projects/clang800-import/contrib/llvm/lib/TextAPI/
  head/contrib/llvm/lib/Transforms/IPO/HotColdSplitting.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Transforms/IPO/HotColdSplitting.cpp
  head/contrib/llvm/lib/Transforms/Instrumentation/ControlHeightReduction.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Transforms/Instrumentation/ControlHeightReduction.cpp
  head/contrib/llvm/lib/Transforms/Scalar/MakeGuardsExplicit.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Transforms/Scalar/MakeGuardsExplicit.cpp
  head/contrib/llvm/lib/Transforms/Scalar/WarnMissedTransforms.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Transforms/Scalar/WarnMissedTransforms.cpp
  head/contrib/llvm/lib/Transforms/Utils/CanonicalizeAliases.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Transforms/Utils/CanonicalizeAliases.cpp
  head/contrib/llvm/lib/Transforms/Utils/GuardUtils.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Transforms/Utils/GuardUtils.cpp
  head/contrib/llvm/lib/Transforms/Vectorize/VPlanSLP.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/Transforms/Vectorize/VPlanSLP.cpp
  head/contrib/llvm/lib/XRay/BlockIndexer.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/XRay/BlockIndexer.cpp
  head/contrib/llvm/lib/XRay/BlockPrinter.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/XRay/BlockPrinter.cpp
  head/contrib/llvm/lib/XRay/BlockVerifier.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/XRay/BlockVerifier.cpp
  head/contrib/llvm/lib/XRay/FDRRecordProducer.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/XRay/FDRRecordProducer.cpp
  head/contrib/llvm/lib/XRay/FDRRecords.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/XRay/FDRRecords.cpp
  head/contrib/llvm/lib/XRay/FDRTraceExpander.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/XRay/FDRTraceExpander.cpp
  head/contrib/llvm/lib/XRay/FDRTraceWriter.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/XRay/FDRTraceWriter.cpp
  head/contrib/llvm/lib/XRay/FileHeaderReader.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/XRay/FileHeaderReader.cpp
  head/contrib/llvm/lib/XRay/LogBuilderConsumer.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/XRay/LogBuilderConsumer.cpp
  head/contrib/llvm/lib/XRay/Profile.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/XRay/Profile.cpp
  head/contrib/llvm/lib/XRay/RecordInitializer.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/XRay/RecordInitializer.cpp
  head/contrib/llvm/lib/XRay/RecordPrinter.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/lib/XRay/RecordPrinter.cpp
  head/contrib/llvm/tools/clang/include/clang/AST/ASTContextAllocate.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/include/clang/AST/ASTContextAllocate.h
  head/contrib/llvm/tools/clang/include/clang/AST/ASTDumperUtils.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/include/clang/AST/ASTDumperUtils.h
  head/contrib/llvm/tools/clang/include/clang/AST/ASTImporterLookupTable.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/include/clang/AST/ASTImporterLookupTable.h
  head/contrib/llvm/tools/clang/include/clang/AST/AttrVisitor.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/include/clang/AST/AttrVisitor.h
  head/contrib/llvm/tools/clang/include/clang/AST/FormatString.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/include/clang/AST/FormatString.h
  head/contrib/llvm/tools/clang/include/clang/AST/OSLog.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/include/clang/AST/OSLog.h
  head/contrib/llvm/tools/clang/include/clang/AST/TemplateArgumentVisitor.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/include/clang/AST/TemplateArgumentVisitor.h
  head/contrib/llvm/tools/clang/include/clang/AST/TextNodeDumper.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/include/clang/AST/TextNodeDumper.h
  head/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ExprMutationAnalyzer.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ExprMutationAnalyzer.h
  head/contrib/llvm/tools/clang/include/clang/Analysis/SelectorExtras.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/include/clang/Analysis/SelectorExtras.h
  head/contrib/llvm/tools/clang/include/clang/Basic/CodeGenOptions.def
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/include/clang/Basic/CodeGenOptions.def
  head/contrib/llvm/tools/clang/include/clang/Basic/CodeGenOptions.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/include/clang/Basic/CodeGenOptions.h
  head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticAST.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticAST.h
  head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticAnalysis.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticAnalysis.h
  head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticComment.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticComment.h
  head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticCrossTU.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticCrossTU.h
  head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticDriver.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticDriver.h
  head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticFrontend.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticFrontend.h
  head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticLex.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticLex.h
  head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticParse.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticParse.h
  head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticRefactoring.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticRefactoring.h
  head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticSema.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticSema.h
  head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticSerialization.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticSerialization.h
  head/contrib/llvm/tools/clang/include/clang/Basic/FixedPoint.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/include/clang/Basic/FixedPoint.h
  head/contrib/llvm/tools/clang/include/clang/Basic/MSP430Target.def
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/include/clang/Basic/MSP430Target.def
  head/contrib/llvm/tools/clang/include/clang/Basic/OpenCLExtensionTypes.def
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/include/clang/Basic/OpenCLExtensionTypes.def
  head/contrib/llvm/tools/clang/include/clang/Driver/DarwinSDKInfo.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/include/clang/Driver/DarwinSDKInfo.h
  head/contrib/llvm/tools/clang/include/clang/Parse/LoopHint.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/include/clang/Parse/LoopHint.h
  head/contrib/llvm/tools/clang/include/clang/Serialization/PCHContainerOperations.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/include/clang/Serialization/PCHContainerOperations.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/BuiltinCheckerRegistration.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/BuiltinCheckerRegistration.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.def
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.def
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConv.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConv.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/RetainSummaryManager.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/RetainSummaryManager.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Frontend/CheckerRegistry.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Frontend/CheckerRegistry.h
  head/contrib/llvm/tools/clang/lib/AST/ASTImporterLookupTable.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/lib/AST/ASTImporterLookupTable.cpp
  head/contrib/llvm/tools/clang/lib/AST/FormatString.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/lib/AST/FormatString.cpp
  head/contrib/llvm/tools/clang/lib/AST/FormatStringParsing.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/lib/AST/FormatStringParsing.h
  head/contrib/llvm/tools/clang/lib/AST/OSLog.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/lib/AST/OSLog.cpp
  head/contrib/llvm/tools/clang/lib/AST/PrintfFormatString.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/lib/AST/PrintfFormatString.cpp
  head/contrib/llvm/tools/clang/lib/AST/ScanfFormatString.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/lib/AST/ScanfFormatString.cpp
  head/contrib/llvm/tools/clang/lib/AST/TextNodeDumper.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/lib/AST/TextNodeDumper.cpp
  head/contrib/llvm/tools/clang/lib/Analysis/ExprMutationAnalyzer.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/lib/Analysis/ExprMutationAnalyzer.cpp
  head/contrib/llvm/tools/clang/lib/Basic/CodeGenOptions.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/lib/Basic/CodeGenOptions.cpp
  head/contrib/llvm/tools/clang/lib/Basic/FixedPoint.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/lib/Basic/FixedPoint.cpp
  head/contrib/llvm/tools/clang/lib/Basic/Targets/ARC.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/lib/Basic/Targets/ARC.cpp
  head/contrib/llvm/tools/clang/lib/Basic/Targets/ARC.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/lib/Basic/Targets/ARC.h
  head/contrib/llvm/tools/clang/lib/Driver/DarwinSDKInfo.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/lib/Driver/DarwinSDKInfo.cpp
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/Hurd.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/Hurd.cpp
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/Hurd.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/Hurd.h
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/MSP430.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/MSP430.cpp
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/MSP430.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/MSP430.h
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/RISCVToolchain.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/RISCVToolchain.cpp
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/RISCVToolchain.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/RISCVToolchain.h
  head/contrib/llvm/tools/clang/lib/Serialization/PCHContainerOperations.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/lib/Serialization/PCHContainerOperations.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/EnumCastOutOfRangeChecker.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/EnumCastOutOfRangeChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MoveChecker.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MoveChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
     - copied from r344778, projects/clang800-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
     - copied from r344778, projects/clang800-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/RetainSummaryManager.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/RetainSummaryManager.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SarifDiagnostics.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SarifDiagnostics.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/TaintManager.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/TaintManager.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp
  head/contrib/llvm/tools/lld/ELF/Arch/MSP430.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lld/ELF/Arch/MSP430.cpp
  head/contrib/llvm/tools/lld/ELF/Arch/RISCV.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lld/ELF/Arch/RISCV.cpp
  head/contrib/llvm/tools/lld/ELF/DWARF.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lld/ELF/DWARF.cpp
  head/contrib/llvm/tools/lld/ELF/DWARF.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lld/ELF/DWARF.h
  head/contrib/llvm/tools/lld/docs/missingkeyfunction.rst
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lld/docs/missingkeyfunction.rst
  head/contrib/llvm/tools/lldb/include/lldb/API/SBInitializerOptions.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lldb/include/lldb/API/SBInitializerOptions.h
  head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointResolverScripted.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointResolverScripted.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/Highlighter.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lldb/include/lldb/Core/Highlighter.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/RichManglingContext.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lldb/include/lldb/Core/RichManglingContext.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/SafeMachO.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lldb/include/lldb/Host/SafeMachO.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/StackFrameRecognizer.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lldb/include/lldb/Target/StackFrameRecognizer.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/Broadcaster.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lldb/include/lldb/Utility/Broadcaster.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/Event.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lldb/include/lldb/Utility/Event.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/Listener.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lldb/include/lldb/Utility/Listener.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/Predicate.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lldb/include/lldb/Utility/Predicate.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/RegisterValue.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lldb/include/lldb/Utility/RegisterValue.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/Reproducer.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lldb/include/lldb/Utility/Reproducer.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/Scalar.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lldb/include/lldb/Utility/Scalar.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/State.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lldb/include/lldb/Utility/State.h
  head/contrib/llvm/tools/lldb/source/API/SBInitializerOptions.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lldb/source/API/SBInitializerOptions.cpp
  head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointResolverScripted.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointResolverScripted.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectReproducer.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lldb/source/Commands/CommandObjectReproducer.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectReproducer.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lldb/source/Commands/CommandObjectReproducer.h
  head/contrib/llvm/tools/lldb/source/Core/Highlighter.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lldb/source/Core/Highlighter.cpp
  head/contrib/llvm/tools/lldb/source/Core/RichManglingContext.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lldb/source/Core/RichManglingContext.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Architecture/Mips/
     - copied from r344778, projects/clang800-import/contrib/llvm/tools/lldb/source/Plugins/Architecture/Mips/
  head/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxOptional.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxOptional.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxVariant.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxVariant.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxVariant.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxVariant.h
  head/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/MSVCUndecoratedNameParser.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/MSVCUndecoratedNameParser.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/MSVCUndecoratedNameParser.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/MSVCUndecoratedNameParser.h
  head/contrib/llvm/tools/lldb/source/Plugins/Language/ClangCommon/
     - copied from r344778, projects/clang800-import/contrib/llvm/tools/lldb/source/Plugins/Language/ClangCommon/
  head/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/Breakpad/
     - copied from r344778, projects/clang800-import/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/Breakpad/
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/LinuxProcMaps.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/LinuxProcMaps.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/LinuxProcMaps.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/LinuxProcMaps.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationHistory.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationHistory.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationHistory.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationHistory.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM64.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM64.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM64.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Breakpad/
     - copied from r344778, projects/clang800-import/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Breakpad/
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
     - copied from r344778, projects/clang800-import/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
  head/contrib/llvm/tools/lldb/source/Target/StackFrameRecognizer.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lldb/source/Target/StackFrameRecognizer.cpp
  head/contrib/llvm/tools/lldb/source/Utility/Broadcaster.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lldb/source/Utility/Broadcaster.cpp
  head/contrib/llvm/tools/lldb/source/Utility/Event.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lldb/source/Utility/Event.cpp
  head/contrib/llvm/tools/lldb/source/Utility/Listener.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lldb/source/Utility/Listener.cpp
  head/contrib/llvm/tools/lldb/source/Utility/RegisterValue.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lldb/source/Utility/RegisterValue.cpp
  head/contrib/llvm/tools/lldb/source/Utility/Reproducer.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lldb/source/Utility/Reproducer.cpp
  head/contrib/llvm/tools/lldb/source/Utility/Scalar.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lldb/source/Utility/Scalar.cpp
  head/contrib/llvm/tools/lldb/source/Utility/State.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lldb/source/Utility/State.cpp
  head/contrib/llvm/tools/lldb/tools/driver/Options.td
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/lldb/tools/driver/Options.td
  head/contrib/llvm/tools/llvm-cov/CoverageExporterLcov.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/llvm-cov/CoverageExporterLcov.cpp
  head/contrib/llvm/tools/llvm-cov/CoverageExporterLcov.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/llvm-cov/CoverageExporterLcov.h
  head/contrib/llvm/tools/llvm-cxxmap/
     - copied from r344778, projects/clang800-import/contrib/llvm/tools/llvm-cxxmap/
  head/contrib/llvm/tools/llvm-mca/CodeRegionGenerator.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/llvm-mca/CodeRegionGenerator.cpp
  head/contrib/llvm/tools/llvm-mca/CodeRegionGenerator.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/llvm-mca/CodeRegionGenerator.h
  head/contrib/llvm/tools/llvm-mca/Views/
     - copied from r344778, projects/clang800-import/contrib/llvm/tools/llvm-mca/Views/
  head/contrib/llvm/tools/llvm-mca/include/
     - copied from r344778, projects/clang800-import/contrib/llvm/tools/llvm-mca/include/
  head/contrib/llvm/tools/llvm-mca/lib/
     - copied from r344778, projects/clang800-import/contrib/llvm/tools/llvm-mca/lib/
  head/contrib/llvm/tools/llvm-objcopy/Buffer.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/llvm-objcopy/Buffer.cpp
  head/contrib/llvm/tools/llvm-objcopy/Buffer.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/llvm-objcopy/Buffer.h
  head/contrib/llvm/tools/llvm-objcopy/COFF/
     - copied from r344778, projects/clang800-import/contrib/llvm/tools/llvm-objcopy/COFF/
  head/contrib/llvm/tools/llvm-objcopy/CopyConfig.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/llvm-objcopy/CopyConfig.cpp
  head/contrib/llvm/tools/llvm-objcopy/CopyConfig.h
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/llvm-objcopy/CopyConfig.h
  head/contrib/llvm/tools/llvm-objcopy/ELF/
     - copied from r344778, projects/clang800-import/contrib/llvm/tools/llvm-objcopy/ELF/
  head/contrib/llvm/tools/llvm-xray/xray-fdr-dump.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/tools/llvm-xray/xray-fdr-dump.cpp
  head/contrib/llvm/utils/TableGen/ExegesisEmitter.cpp
     - copied unchanged from r344778, projects/clang800-import/contrib/llvm/utils/TableGen/ExegesisEmitter.cpp
Deleted:
  head/contrib/compiler-rt/lib/builtins/arm64/
  head/contrib/compiler-rt/lib/fuzzer/FuzzerExtFunctionsDlsymWin.cpp
  head/contrib/compiler-rt/lib/fuzzer/FuzzerExtFunctionsWeakAlias.cpp
  head/contrib/libc++/include/experimental/dynarray
  head/contrib/libc++/src/experimental/filesystem/
  head/contrib/llvm/include/llvm/Analysis/IndirectCallSiteVisitor.h
  head/contrib/llvm/include/llvm/CodeGen/GCs.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Native/NativeBuiltinSymbol.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Native/NativeEnumSymbol.h
  head/contrib/llvm/include/llvm/IR/TypeBuilder.h
  head/contrib/llvm/include/llvm/Transforms/Utils/OrderedInstructions.h
  head/contrib/llvm/lib/CodeGen/AsmPrinter/AsmPrinterHandler.h
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DbgValueHistoryCalculator.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DbgValueHistoryCalculator.h
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.h
  head/contrib/llvm/lib/CodeGen/MachinePassRegistry.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Native/NativeBuiltinSymbol.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Native/NativeEnumSymbol.cpp
  head/contrib/llvm/lib/Demangle/Compiler.h
  head/contrib/llvm/lib/Demangle/StringView.h
  head/contrib/llvm/lib/Demangle/Utility.h
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUIntrinsics.td
  head/contrib/llvm/lib/Target/AMDGPU/Utils/AMDGPULaneDominator.cpp
  head/contrib/llvm/lib/Target/AMDGPU/Utils/AMDGPULaneDominator.h
  head/contrib/llvm/lib/Target/Hexagon/HexagonGatherPacketize.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonInstrFormatsV4.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonIntrinsicsV3.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonIntrinsicsV4.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonScheduleV4.td
  head/contrib/llvm/lib/Target/Nios2/InstPrinter/Nios2InstPrinter.cpp
  head/contrib/llvm/lib/Target/Nios2/InstPrinter/Nios2InstPrinter.h
  head/contrib/llvm/lib/Target/Nios2/MCTargetDesc/Nios2AsmBackend.cpp
  head/contrib/llvm/lib/Target/Nios2/MCTargetDesc/Nios2AsmBackend.h
  head/contrib/llvm/lib/Target/Nios2/MCTargetDesc/Nios2BaseInfo.h
  head/contrib/llvm/lib/Target/Nios2/MCTargetDesc/Nios2ELFObjectWriter.cpp
  head/contrib/llvm/lib/Target/Nios2/MCTargetDesc/Nios2FixupKinds.h
  head/contrib/llvm/lib/Target/Nios2/MCTargetDesc/Nios2MCAsmInfo.cpp
  head/contrib/llvm/lib/Target/Nios2/MCTargetDesc/Nios2MCAsmInfo.h
  head/contrib/llvm/lib/Target/Nios2/MCTargetDesc/Nios2MCExpr.cpp
  head/contrib/llvm/lib/Target/Nios2/MCTargetDesc/Nios2MCExpr.h
  head/contrib/llvm/lib/Target/Nios2/MCTargetDesc/Nios2MCTargetDesc.cpp
  head/contrib/llvm/lib/Target/Nios2/MCTargetDesc/Nios2MCTargetDesc.h
  head/contrib/llvm/lib/Target/Nios2/MCTargetDesc/Nios2TargetStreamer.cpp
  head/contrib/llvm/lib/Target/Nios2/Nios2.h
  head/contrib/llvm/lib/Target/Nios2/Nios2.td
  head/contrib/llvm/lib/Target/Nios2/Nios2AsmPrinter.cpp
  head/contrib/llvm/lib/Target/Nios2/Nios2CallingConv.td
  head/contrib/llvm/lib/Target/Nios2/Nios2FrameLowering.cpp
  head/contrib/llvm/lib/Target/Nios2/Nios2FrameLowering.h
  head/contrib/llvm/lib/Target/Nios2/Nios2ISelDAGToDAG.cpp
  head/contrib/llvm/lib/Target/Nios2/Nios2ISelLowering.cpp
  head/contrib/llvm/lib/Target/Nios2/Nios2ISelLowering.h
  head/contrib/llvm/lib/Target/Nios2/Nios2InstrFormats.td
  head/contrib/llvm/lib/Target/Nios2/Nios2InstrInfo.cpp
  head/contrib/llvm/lib/Target/Nios2/Nios2InstrInfo.h
  head/contrib/llvm/lib/Target/Nios2/Nios2InstrInfo.td
  head/contrib/llvm/lib/Target/Nios2/Nios2MCInstLower.cpp
  head/contrib/llvm/lib/Target/Nios2/Nios2MachineFunction.cpp
  head/contrib/llvm/lib/Target/Nios2/Nios2MachineFunction.h
  head/contrib/llvm/lib/Target/Nios2/Nios2RegisterInfo.cpp
  head/contrib/llvm/lib/Target/Nios2/Nios2RegisterInfo.h
  head/contrib/llvm/lib/Target/Nios2/Nios2RegisterInfo.td
  head/contrib/llvm/lib/Target/Nios2/Nios2Schedule.td
  head/contrib/llvm/lib/Target/Nios2/Nios2Subtarget.cpp
  head/contrib/llvm/lib/Target/Nios2/Nios2Subtarget.h
  head/contrib/llvm/lib/Target/Nios2/Nios2TargetMachine.cpp
  head/contrib/llvm/lib/Target/Nios2/Nios2TargetMachine.h
  head/contrib/llvm/lib/Target/Nios2/Nios2TargetObjectFile.cpp
  head/contrib/llvm/lib/Target/Nios2/Nios2TargetObjectFile.h
  head/contrib/llvm/lib/Target/Nios2/Nios2TargetStreamer.h
  head/contrib/llvm/lib/Target/Nios2/TargetInfo/Nios2TargetInfo.cpp
  head/contrib/llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
  head/contrib/llvm/lib/Target/Sparc/SparcTargetStreamer.h
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyStoreResults.cpp
  head/contrib/llvm/lib/Transforms/Utils/OrderedInstructions.cpp
  head/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/FormatString.h
  head/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/OSLog.h
  head/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/PseudoConstantAnalysis.h
  head/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsNios2.def
  head/contrib/llvm/tools/clang/include/clang/Basic/VirtualFileSystem.h
  head/contrib/llvm/tools/clang/include/clang/Frontend/CodeGenOptions.def
  head/contrib/llvm/tools/clang/include/clang/Frontend/CodeGenOptions.h
  head/contrib/llvm/tools/clang/include/clang/Lex/PTHLexer.h
  head/contrib/llvm/tools/clang/include/clang/Lex/PTHManager.h
  head/contrib/llvm/tools/clang/include/clang/Sema/LoopHint.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/ClangCheckers.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/ObjCRetainCount.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/CheckerOptInfo.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/CheckerRegistry.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTContext.h
  head/contrib/llvm/tools/clang/lib/Analysis/FormatString.cpp
  head/contrib/llvm/tools/clang/lib/Analysis/FormatStringParsing.h
  head/contrib/llvm/tools/clang/lib/Analysis/OSLog.cpp
  head/contrib/llvm/tools/clang/lib/Analysis/PrintfFormatString.cpp
  head/contrib/llvm/tools/clang/lib/Analysis/PseudoConstantAnalysis.cpp
  head/contrib/llvm/tools/clang/lib/Analysis/ScanfFormatString.cpp
  head/contrib/llvm/tools/clang/lib/Basic/Targets/Nios2.cpp
  head/contrib/llvm/tools/clang/lib/Basic/Targets/Nios2.h
  head/contrib/llvm/tools/clang/lib/Basic/VirtualFileSystem.cpp
  head/contrib/llvm/tools/clang/lib/Driver/Arch/
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/RISCV.cpp
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/RISCV.h
  head/contrib/llvm/tools/clang/lib/Frontend/CacheTokens.cpp
  head/contrib/llvm/tools/clang/lib/Frontend/CodeGenOptions.cpp
  head/contrib/llvm/tools/clang/lib/Frontend/PCHContainerOperations.cpp
  head/contrib/llvm/tools/clang/lib/Headers/cuda/
  head/contrib/llvm/tools/clang/lib/Lex/PTHLexer.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/AllocationDiagnostics.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/AllocationDiagnostics.h
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ClangCheckers.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ClangSACheckers.h
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MisusedMovedObjectChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/SelectorExtras.h
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UninitializedObjectChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/CheckerRegistry.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SMTConstraintManager.cpp
  head/contrib/llvm/tools/clang/lib/Tooling/Inclusions/CMakeLists.txt
  head/contrib/llvm/tools/lld/ELF/GdbIndex.cpp
  head/contrib/llvm/tools/lld/ELF/GdbIndex.h
  head/contrib/llvm/tools/lld/include/lld/Core/TODO.txt
  head/contrib/llvm/tools/lldb/include/lldb/Core/Broadcaster.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/Event.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/Listener.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/RegisterValue.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/Scalar.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/State.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/Predicate.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/common/NativeBreakpoint.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/common/SoftwareBreakpoint.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/GoASTContext.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/JavaASTContext.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/OCamlASTContext.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/Either.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/FastDemangle.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/Range.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/SafeMachO.h
  head/contrib/llvm/tools/lldb/source/Core/Broadcaster.cpp
  head/contrib/llvm/tools/lldb/source/Core/Event.cpp
  head/contrib/llvm/tools/lldb/source/Core/Listener.cpp
  head/contrib/llvm/tools/lldb/source/Core/RegisterValue.cpp
  head/contrib/llvm/tools/lldb/source/Core/Scalar.cpp
  head/contrib/llvm/tools/lldb/source/Core/State.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/NativeBreakpoint.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/NativeBreakpointList.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/SoftwareBreakpoint.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Architecture/PPC64/CMakeLists.txt
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Go/GoAST.h
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Go/GoLexer.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Go/GoLexer.h
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Go/GoParser.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Go/GoParser.h
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Go/GoUserExpression.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Go/GoUserExpression.h
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Go/gen_go_ast.py
  head/contrib/llvm/tools/lldb/source/Plugins/Instruction/PPC64/CMakeLists.txt
  head/contrib/llvm/tools/lldb/source/Plugins/Language/Go/GoFormatterFunctions.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/Go/GoFormatterFunctions.h
  head/contrib/llvm/tools/lldb/source/Plugins/Language/Go/GoLanguage.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/Go/GoLanguage.h
  head/contrib/llvm/tools/lldb/source/Plugins/Language/Java/JavaFormatterFunctions.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/Java/JavaFormatterFunctions.h
  head/contrib/llvm/tools/lldb/source/Plugins/Language/Java/JavaLanguage.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/Java/JavaLanguage.h
  head/contrib/llvm/tools/lldb/source/Plugins/Language/OCaml/OCamlLanguage.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/OCaml/OCamlLanguage.h
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/Go/GoLanguageRuntime.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/Go/GoLanguageRuntime.h
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/Java/JavaLanguageRuntime.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/Java/JavaLanguageRuntime.h
  head/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Go/OperatingSystemGo.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Go/OperatingSystemGo.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserGo.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserGo.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserJava.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserJava.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserOCaml.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserOCaml.h
  head/contrib/llvm/tools/lldb/source/Symbol/GoASTContext.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/JavaASTContext.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/OCamlASTContext.cpp
  head/contrib/llvm/tools/lldb/source/Utility/FastDemangle.cpp
  head/contrib/llvm/tools/lldb/source/Utility/Range.cpp
  head/contrib/llvm/tools/llvm-mca/Context.cpp
  head/contrib/llvm/tools/llvm-mca/Context.h
  head/contrib/llvm/tools/llvm-mca/DispatchStage.cpp
  head/contrib/llvm/tools/llvm-mca/DispatchStage.h
  head/contrib/llvm/tools/llvm-mca/DispatchStatistics.cpp
  head/contrib/llvm/tools/llvm-mca/DispatchStatistics.h
  head/contrib/llvm/tools/llvm-mca/ExecuteStage.cpp
  head/contrib/llvm/tools/llvm-mca/ExecuteStage.h
  head/contrib/llvm/tools/llvm-mca/FetchStage.cpp
  head/contrib/llvm/tools/llvm-mca/FetchStage.h
  head/contrib/llvm/tools/llvm-mca/HWEventListener.cpp
  head/contrib/llvm/tools/llvm-mca/HWEventListener.h
  head/contrib/llvm/tools/llvm-mca/HardwareUnit.cpp
  head/contrib/llvm/tools/llvm-mca/HardwareUnit.h
  head/contrib/llvm/tools/llvm-mca/InstrBuilder.cpp
  head/contrib/llvm/tools/llvm-mca/InstrBuilder.h
  head/contrib/llvm/tools/llvm-mca/Instruction.cpp
  head/contrib/llvm/tools/llvm-mca/Instruction.h
  head/contrib/llvm/tools/llvm-mca/InstructionInfoView.cpp
  head/contrib/llvm/tools/llvm-mca/InstructionInfoView.h
  head/contrib/llvm/tools/llvm-mca/InstructionTables.cpp
  head/contrib/llvm/tools/llvm-mca/InstructionTables.h
  head/contrib/llvm/tools/llvm-mca/LSUnit.cpp
  head/contrib/llvm/tools/llvm-mca/LSUnit.h
  head/contrib/llvm/tools/llvm-mca/Pipeline.cpp
  head/contrib/llvm/tools/llvm-mca/Pipeline.h
  head/contrib/llvm/tools/llvm-mca/RegisterFile.cpp
  head/contrib/llvm/tools/llvm-mca/RegisterFile.h
  head/contrib/llvm/tools/llvm-mca/RegisterFileStatistics.cpp
  head/contrib/llvm/tools/llvm-mca/RegisterFileStatistics.h
  head/contrib/llvm/tools/llvm-mca/ResourcePressureView.cpp
  head/contrib/llvm/tools/llvm-mca/ResourcePressureView.h
  head/contrib/llvm/tools/llvm-mca/RetireControlUnit.cpp
  head/contrib/llvm/tools/llvm-mca/RetireControlUnit.h
  head/contrib/llvm/tools/llvm-mca/RetireControlUnitStatistics.cpp
  head/contrib/llvm/tools/llvm-mca/RetireControlUnitStatistics.h
  head/contrib/llvm/tools/llvm-mca/RetireStage.cpp
  head/contrib/llvm/tools/llvm-mca/RetireStage.h
  head/contrib/llvm/tools/llvm-mca/Scheduler.cpp
  head/contrib/llvm/tools/llvm-mca/Scheduler.h
  head/contrib/llvm/tools/llvm-mca/SchedulerStatistics.cpp
  head/contrib/llvm/tools/llvm-mca/SchedulerStatistics.h
  head/contrib/llvm/tools/llvm-mca/SourceMgr.h
  head/contrib/llvm/tools/llvm-mca/Stage.cpp
  head/contrib/llvm/tools/llvm-mca/Stage.h
  head/contrib/llvm/tools/llvm-mca/SummaryView.cpp
  head/contrib/llvm/tools/llvm-mca/SummaryView.h
  head/contrib/llvm/tools/llvm-mca/Support.cpp
  head/contrib/llvm/tools/llvm-mca/Support.h
  head/contrib/llvm/tools/llvm-mca/TimelineView.cpp
  head/contrib/llvm/tools/llvm-mca/TimelineView.h
  head/contrib/llvm/tools/llvm-mca/View.cpp
  head/contrib/llvm/tools/llvm-mca/View.h
  head/contrib/llvm/tools/llvm-objcopy/Object.cpp
  head/contrib/llvm/tools/llvm-objcopy/Object.h
  head/contrib/llvm/tools/llvm-pdbutil/Analyze.cpp
  head/contrib/llvm/tools/llvm-pdbutil/Analyze.h
Modified:
  head/ObsoleteFiles.inc
  head/UPDATING
  head/contrib/compiler-rt/LICENSE.TXT
  head/contrib/compiler-rt/include/sanitizer/allocator_interface.h
  head/contrib/compiler-rt/include/sanitizer/common_interface_defs.h
  head/contrib/compiler-rt/include/sanitizer/hwasan_interface.h
  head/contrib/compiler-rt/include/sanitizer/netbsd_syscall_hooks.h
  head/contrib/compiler-rt/include/xray/xray_log_interface.h
  head/contrib/compiler-rt/lib/asan/asan_allocator.h
  head/contrib/compiler-rt/lib/asan/asan_errors.cc
  head/contrib/compiler-rt/lib/asan/asan_errors.h
  head/contrib/compiler-rt/lib/asan/asan_flags.inc
  head/contrib/compiler-rt/lib/asan/asan_fuchsia.cc
  head/contrib/compiler-rt/lib/asan/asan_globals.cc
  head/contrib/compiler-rt/lib/asan/asan_globals_win.cc
  head/contrib/compiler-rt/lib/asan/asan_internal.h
  head/contrib/compiler-rt/lib/asan/asan_linux.cc
  head/contrib/compiler-rt/lib/asan/asan_malloc_linux.cc
  head/contrib/compiler-rt/lib/asan/asan_malloc_mac.cc
  head/contrib/compiler-rt/lib/asan/asan_malloc_win.cc
  head/contrib/compiler-rt/lib/asan/asan_new_delete.cc
  head/contrib/compiler-rt/lib/asan/asan_posix.cc
  head/contrib/compiler-rt/lib/asan/asan_report.h
  head/contrib/compiler-rt/lib/asan/asan_rtems.cc
  head/contrib/compiler-rt/lib/asan/asan_rtl.cc
  head/contrib/compiler-rt/lib/asan/asan_thread.cc
  head/contrib/compiler-rt/lib/asan/asan_win.cc
  head/contrib/compiler-rt/lib/asan/asan_win_dll_thunk.cc
  head/contrib/compiler-rt/lib/builtins/arm/addsf3.S
  head/contrib/compiler-rt/lib/builtins/arm/aeabi_cdcmp.S
  head/contrib/compiler-rt/lib/builtins/arm/aeabi_cfcmp.S
  head/contrib/compiler-rt/lib/builtins/clzdi2.c
  head/contrib/compiler-rt/lib/builtins/cpu_model.c
  head/contrib/compiler-rt/lib/builtins/ctzdi2.c
  head/contrib/compiler-rt/lib/builtins/divdc3.c
  head/contrib/compiler-rt/lib/builtins/divdf3.c
  head/contrib/compiler-rt/lib/builtins/divsc3.c
  head/contrib/compiler-rt/lib/builtins/divsf3.c
  head/contrib/compiler-rt/lib/builtins/divtc3.c
  head/contrib/compiler-rt/lib/builtins/emutls.c
  head/contrib/compiler-rt/lib/builtins/fp_lib.h
  head/contrib/compiler-rt/lib/builtins/gcc_personality_v0.c
  head/contrib/compiler-rt/lib/builtins/int_lib.h
  head/contrib/compiler-rt/lib/builtins/int_math.h
  head/contrib/compiler-rt/lib/builtins/int_types.h
  head/contrib/compiler-rt/lib/builtins/int_util.c
  head/contrib/compiler-rt/lib/builtins/int_util.h
  head/contrib/compiler-rt/lib/builtins/os_version_check.c
  head/contrib/compiler-rt/lib/builtins/ppc/divtc3.c
  head/contrib/compiler-rt/lib/cfi/cfi.cc
  head/contrib/compiler-rt/lib/cfi/cfi_blacklist.txt
  head/contrib/compiler-rt/lib/dfsan/dfsan.cc
  head/contrib/compiler-rt/lib/esan/esan_interceptors.cpp
  head/contrib/compiler-rt/lib/esan/esan_shadow.h
  head/contrib/compiler-rt/lib/esan/esan_sideline.h
  head/contrib/compiler-rt/lib/fuzzer/FuzzerCommand.h
  head/contrib/compiler-rt/lib/fuzzer/FuzzerCorpus.h
  head/contrib/compiler-rt/lib/fuzzer/FuzzerDefs.h
  head/contrib/compiler-rt/lib/fuzzer/FuzzerDriver.cpp
  head/contrib/compiler-rt/lib/fuzzer/FuzzerExtFunctionsWeak.cpp
  head/contrib/compiler-rt/lib/fuzzer/FuzzerFlags.def
  head/contrib/compiler-rt/lib/fuzzer/FuzzerIO.cpp
  head/contrib/compiler-rt/lib/fuzzer/FuzzerIO.h
  head/contrib/compiler-rt/lib/fuzzer/FuzzerIOPosix.cpp
  head/contrib/compiler-rt/lib/fuzzer/FuzzerIOWindows.cpp
  head/contrib/compiler-rt/lib/fuzzer/FuzzerInternal.h
  head/contrib/compiler-rt/lib/fuzzer/FuzzerLoop.cpp
  head/contrib/compiler-rt/lib/fuzzer/FuzzerMutate.cpp
  head/contrib/compiler-rt/lib/fuzzer/FuzzerMutate.h
  head/contrib/compiler-rt/lib/fuzzer/FuzzerOptions.h
  head/contrib/compiler-rt/lib/fuzzer/FuzzerTracePC.cpp
  head/contrib/compiler-rt/lib/fuzzer/FuzzerTracePC.h
  head/contrib/compiler-rt/lib/fuzzer/FuzzerUtil.h
  head/contrib/compiler-rt/lib/fuzzer/FuzzerUtilFuchsia.cpp
  head/contrib/compiler-rt/lib/fuzzer/FuzzerUtilWindows.cpp
  head/contrib/compiler-rt/lib/hwasan/hwasan.cc
  head/contrib/compiler-rt/lib/hwasan/hwasan.h
  head/contrib/compiler-rt/lib/hwasan/hwasan_allocator.cc
  head/contrib/compiler-rt/lib/hwasan/hwasan_allocator.h
  head/contrib/compiler-rt/lib/hwasan/hwasan_dynamic_shadow.cc
  head/contrib/compiler-rt/lib/hwasan/hwasan_flags.h
  head/contrib/compiler-rt/lib/hwasan/hwasan_flags.inc
  head/contrib/compiler-rt/lib/hwasan/hwasan_interceptors.cc
  head/contrib/compiler-rt/lib/hwasan/hwasan_interface_internal.h
  head/contrib/compiler-rt/lib/hwasan/hwasan_linux.cc
  head/contrib/compiler-rt/lib/hwasan/hwasan_mapping.h
  head/contrib/compiler-rt/lib/hwasan/hwasan_new_delete.cc
  head/contrib/compiler-rt/lib/hwasan/hwasan_poisoning.cc
  head/contrib/compiler-rt/lib/hwasan/hwasan_poisoning.h
  head/contrib/compiler-rt/lib/hwasan/hwasan_report.cc
  head/contrib/compiler-rt/lib/hwasan/hwasan_report.h
  head/contrib/compiler-rt/lib/hwasan/hwasan_thread.cc
  head/contrib/compiler-rt/lib/hwasan/hwasan_thread.h
  head/contrib/compiler-rt/lib/interception/interception.h
  head/contrib/compiler-rt/lib/interception/interception_linux.h
  head/contrib/compiler-rt/lib/interception/interception_win.cc
  head/contrib/compiler-rt/lib/lsan/lsan_allocator.cc
  head/contrib/compiler-rt/lib/lsan/lsan_allocator.h
  head/contrib/compiler-rt/lib/lsan/lsan_common_mac.cc
  head/contrib/compiler-rt/lib/lsan/lsan_interceptors.cc
  head/contrib/compiler-rt/lib/msan/msan.cc
  head/contrib/compiler-rt/lib/msan/msan_allocator.cc
  head/contrib/compiler-rt/lib/msan/msan_interceptors.cc
  head/contrib/compiler-rt/lib/msan/msan_linux.cc
  head/contrib/compiler-rt/lib/profile/GCDAProfiling.c
  head/contrib/compiler-rt/lib/profile/InstrProfData.inc
  head/contrib/compiler-rt/lib/profile/InstrProfilingPlatformLinux.c
  head/contrib/compiler-rt/lib/profile/InstrProfilingPlatformOther.c
  head/contrib/compiler-rt/lib/profile/InstrProfilingValue.c
  head/contrib/compiler-rt/lib/profile/WindowsMMap.c
  head/contrib/compiler-rt/lib/profile/WindowsMMap.h
  head/contrib/compiler-rt/lib/safestack/safestack.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator_bytemap.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator_combined.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator_internal.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary32.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary64.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator_secondary.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator_size_class_map.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_atomic_clang_x86.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common_libcdep.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_coverage_fuchsia.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_coverage_win_sections.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_file.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_flags.inc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_fuchsia.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_interceptors_ioctl_netbsd.inc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_libc.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_linux.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_linux.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_mac.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_malloc_mac.inc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_openbsd.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_platform.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_netbsd.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_netbsd.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_solaris.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_posix.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_posix.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_procmaps.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_bsd.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_common.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_linux.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_mac.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_solaris.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_rtems.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_solaris.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stackdepot.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stackdepot.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_libcdep.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_printer.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_sparc.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_fuchsia.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_generic.inc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_aarch64.inc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_arm.inc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_x86_64.inc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_syscalls_netbsd.inc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_termination.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_thread_registry.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_thread_registry.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_unwind_linux_libcdep.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_win.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_win_defs.h
  head/contrib/compiler-rt/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt
  head/contrib/compiler-rt/lib/scudo/scudo_allocator.cpp
  head/contrib/compiler-rt/lib/scudo/scudo_allocator.h
  head/contrib/compiler-rt/lib/scudo/scudo_malloc.cpp
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_debugging.cc
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_flags.cc
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_flags.inc
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_interceptors.cc
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_interceptors.h
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_interceptors_mac.cc
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_libdispatch_mac.cc
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_platform.h
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_platform_linux.cc
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_platform_mac.cc
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_report.cc
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_rtl.cc
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_rtl.h
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_rtl_aarch64.S
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_rtl_amd64.S
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cc
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_suppressions.cc
  head/contrib/compiler-rt/lib/ubsan/ubsan_checks.inc
  head/contrib/compiler-rt/lib/ubsan/ubsan_flags.inc
  head/contrib/compiler-rt/lib/ubsan/ubsan_handlers.cc
  head/contrib/compiler-rt/lib/ubsan/ubsan_handlers.h
  head/contrib/compiler-rt/lib/ubsan/ubsan_interface.inc
  head/contrib/compiler-rt/lib/ubsan_minimal/ubsan_minimal_handlers.cc
  head/contrib/compiler-rt/lib/xray/xray_allocator.h
  head/contrib/compiler-rt/lib/xray/xray_basic_logging.cc
  head/contrib/compiler-rt/lib/xray/xray_buffer_queue.cc
  head/contrib/compiler-rt/lib/xray/xray_buffer_queue.h
  head/contrib/compiler-rt/lib/xray/xray_defs.h
  head/contrib/compiler-rt/lib/xray/xray_fdr_log_records.h
  head/contrib/compiler-rt/lib/xray/xray_fdr_logging.cc
  head/contrib/compiler-rt/lib/xray/xray_function_call_trie.h
  head/contrib/compiler-rt/lib/xray/xray_init.cc
  head/contrib/compiler-rt/lib/xray/xray_interface.cc
  head/contrib/compiler-rt/lib/xray/xray_profile_collector.cc
  head/contrib/compiler-rt/lib/xray/xray_profile_collector.h
  head/contrib/compiler-rt/lib/xray/xray_profiling.cc
  head/contrib/compiler-rt/lib/xray/xray_profiling_flags.inc
  head/contrib/compiler-rt/lib/xray/xray_segmented_array.h
  head/contrib/compiler-rt/lib/xray/xray_trampoline_x86_64.S
  head/contrib/compiler-rt/lib/xray/xray_tsc.h
  head/contrib/compiler-rt/lib/xray/xray_utils.cc
  head/contrib/compiler-rt/lib/xray/xray_utils.h
  head/contrib/compiler-rt/lib/xray/xray_x86_64.cc
  head/contrib/libc++/LICENSE.TXT
  head/contrib/libc++/include/__bit_reference
  head/contrib/libc++/include/__config
  head/contrib/libc++/include/__debug
  head/contrib/libc++/include/__functional_base
  head/contrib/libc++/include/__hash_table
  head/contrib/libc++/include/__libcpp_version
  head/contrib/libc++/include/__locale
  head/contrib/libc++/include/__mutex_base
  head/contrib/libc++/include/__node_handle
  head/contrib/libc++/include/__sso_allocator
  head/contrib/libc++/include/__string
  head/contrib/libc++/include/__threading_support
  head/contrib/libc++/include/__tree
  head/contrib/libc++/include/__tuple
  head/contrib/libc++/include/algorithm
  head/contrib/libc++/include/any
  head/contrib/libc++/include/array
  head/contrib/libc++/include/atomic
  head/contrib/libc++/include/bitset
  head/contrib/libc++/include/charconv
  head/contrib/libc++/include/chrono
  head/contrib/libc++/include/cmath
  head/contrib/libc++/include/complex
  head/contrib/libc++/include/cstddef
  head/contrib/libc++/include/deque
  head/contrib/libc++/include/exception
  head/contrib/libc++/include/experimental/any
  head/contrib/libc++/include/experimental/chrono
  head/contrib/libc++/include/experimental/coroutine
  head/contrib/libc++/include/experimental/memory_resource
  head/contrib/libc++/include/experimental/numeric
  head/contrib/libc++/include/experimental/optional
  head/contrib/libc++/include/experimental/ratio
  head/contrib/libc++/include/experimental/string_view
  head/contrib/libc++/include/experimental/system_error
  head/contrib/libc++/include/experimental/tuple
  head/contrib/libc++/include/filesystem
  head/contrib/libc++/include/forward_list
  head/contrib/libc++/include/fstream
  head/contrib/libc++/include/functional
  head/contrib/libc++/include/future
  head/contrib/libc++/include/iomanip
  head/contrib/libc++/include/iosfwd
  head/contrib/libc++/include/istream
  head/contrib/libc++/include/iterator
  head/contrib/libc++/include/limits
  head/contrib/libc++/include/list
  head/contrib/libc++/include/locale
  head/contrib/libc++/include/map
  head/contrib/libc++/include/memory
  head/contrib/libc++/include/module.modulemap
  head/contrib/libc++/include/mutex
  head/contrib/libc++/include/new
  head/contrib/libc++/include/numeric
  head/contrib/libc++/include/optional
  head/contrib/libc++/include/ostream
  head/contrib/libc++/include/random
  head/contrib/libc++/include/regex
  head/contrib/libc++/include/scoped_allocator
  head/contrib/libc++/include/set
  head/contrib/libc++/include/shared_mutex
  head/contrib/libc++/include/span
  head/contrib/libc++/include/sstream
  head/contrib/libc++/include/stddef.h
  head/contrib/libc++/include/stdexcept
  head/contrib/libc++/include/streambuf
  head/contrib/libc++/include/string
  head/contrib/libc++/include/string_view
  head/contrib/libc++/include/thread
  head/contrib/libc++/include/tuple
  head/contrib/libc++/include/type_traits
  head/contrib/libc++/include/typeinfo
  head/contrib/libc++/include/unordered_map
  head/contrib/libc++/include/unordered_set
  head/contrib/libc++/include/utility
  head/contrib/libc++/include/valarray
  head/contrib/libc++/include/variant
  head/contrib/libc++/include/vector
  head/contrib/libc++/include/version
  head/contrib/libc++/src/experimental/memory_resource.cpp
  head/contrib/libc++/src/filesystem/filesystem_common.h
  head/contrib/libc++/src/filesystem/operations.cpp
  head/contrib/libc++/src/future.cpp
  head/contrib/libc++/src/iostream.cpp
  head/contrib/libc++/src/new.cpp
  head/contrib/libc++/src/support/runtime/exception_fallback.ipp
  head/contrib/libc++/src/support/runtime/exception_glibcxx.ipp
  head/contrib/libc++/src/support/runtime/exception_libcxxrt.ipp
  head/contrib/libc++/src/support/runtime/exception_msvc.ipp
  head/contrib/libc++/src/thread.cpp
  head/contrib/llvm/FREEBSD-Xlist
  head/contrib/llvm/LICENSE.TXT
  head/contrib/llvm/include/llvm-c/Core.h
  head/contrib/llvm/include/llvm-c/DebugInfo.h
  head/contrib/llvm/include/llvm-c/ExecutionEngine.h
  head/contrib/llvm/include/llvm-c/OrcBindings.h
  head/contrib/llvm/include/llvm-c/TargetMachine.h
  head/contrib/llvm/include/llvm-c/Transforms/Scalar.h
  head/contrib/llvm/include/llvm-c/Types.h
  head/contrib/llvm/include/llvm-c/lto.h
  head/contrib/llvm/include/llvm/ADT/APFloat.h
  head/contrib/llvm/include/llvm/ADT/APInt.h
  head/contrib/llvm/include/llvm/ADT/Any.h
  head/contrib/llvm/include/llvm/ADT/BitVector.h
  head/contrib/llvm/include/llvm/ADT/DenseMap.h
  head/contrib/llvm/include/llvm/ADT/DenseSet.h
  head/contrib/llvm/include/llvm/ADT/GraphTraits.h
  head/contrib/llvm/include/llvm/ADT/Hashing.h
  head/contrib/llvm/include/llvm/ADT/ImmutableList.h
  head/contrib/llvm/include/llvm/ADT/IntervalMap.h
  head/contrib/llvm/include/llvm/ADT/Optional.h
  head/contrib/llvm/include/llvm/ADT/PointerIntPair.h
  head/contrib/llvm/include/llvm/ADT/PointerSumType.h
  head/contrib/llvm/include/llvm/ADT/PostOrderIterator.h
  head/contrib/llvm/include/llvm/ADT/STLExtras.h
  head/contrib/llvm/include/llvm/ADT/SmallBitVector.h
  head/contrib/llvm/include/llvm/ADT/SmallVector.h
  head/contrib/llvm/include/llvm/ADT/SparseBitVector.h
  head/contrib/llvm/include/llvm/ADT/StringExtras.h
  head/contrib/llvm/include/llvm/ADT/Triple.h
  head/contrib/llvm/include/llvm/ADT/iterator.h
  head/contrib/llvm/include/llvm/Analysis/AliasAnalysis.h
  head/contrib/llvm/include/llvm/Analysis/AliasSetTracker.h
  head/contrib/llvm/include/llvm/Analysis/BasicAliasAnalysis.h
  head/contrib/llvm/include/llvm/Analysis/BlockFrequencyInfo.h
  head/contrib/llvm/include/llvm/Analysis/CFG.h
  head/contrib/llvm/include/llvm/Analysis/CFGPrinter.h
  head/contrib/llvm/include/llvm/Analysis/CGSCCPassManager.h
  head/contrib/llvm/include/llvm/Analysis/CaptureTracking.h
  head/contrib/llvm/include/llvm/Analysis/CmpInstAnalysis.h
  head/contrib/llvm/include/llvm/Analysis/DemandedBits.h
  head/contrib/llvm/include/llvm/Analysis/DependenceAnalysis.h
  head/contrib/llvm/include/llvm/Analysis/DivergenceAnalysis.h
  head/contrib/llvm/include/llvm/Analysis/GlobalsModRef.h
  head/contrib/llvm/include/llvm/Analysis/InlineCost.h
  head/contrib/llvm/include/llvm/Analysis/InstructionSimplify.h
  head/contrib/llvm/include/llvm/Analysis/IteratedDominanceFrontier.h
  head/contrib/llvm/include/llvm/Analysis/LoopAccessAnalysis.h
  head/contrib/llvm/include/llvm/Analysis/LoopInfo.h
  head/contrib/llvm/include/llvm/Analysis/LoopInfoImpl.h
  head/contrib/llvm/include/llvm/Analysis/MemoryDependenceAnalysis.h
  head/contrib/llvm/include/llvm/Analysis/MemoryLocation.h
  head/contrib/llvm/include/llvm/Analysis/MemorySSA.h
  head/contrib/llvm/include/llvm/Analysis/MemorySSAUpdater.h
  head/contrib/llvm/include/llvm/Analysis/MustExecute.h
  head/contrib/llvm/include/llvm/Analysis/ObjCARCAliasAnalysis.h
  head/contrib/llvm/include/llvm/Analysis/ObjCARCAnalysisUtils.h
  head/contrib/llvm/include/llvm/Analysis/ObjCARCInstKind.h
  head/contrib/llvm/include/llvm/Analysis/Passes.h
  head/contrib/llvm/include/llvm/Analysis/PhiValues.h
  head/contrib/llvm/include/llvm/Analysis/ProfileSummaryInfo.h
  head/contrib/llvm/include/llvm/Analysis/ScalarEvolution.h
  head/contrib/llvm/include/llvm/Analysis/ScopedNoAliasAA.h
  head/contrib/llvm/include/llvm/Analysis/SparsePropagation.h
  head/contrib/llvm/include/llvm/Analysis/SyntheticCountsUtils.h
  head/contrib/llvm/include/llvm/Analysis/TargetLibraryInfo.def
  head/contrib/llvm/include/llvm/Analysis/TargetTransformInfo.h
  head/contrib/llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
  head/contrib/llvm/include/llvm/Analysis/TypeBasedAliasAnalysis.h
  head/contrib/llvm/include/llvm/Analysis/TypeMetadataUtils.h
  head/contrib/llvm/include/llvm/Analysis/ValueTracking.h
  head/contrib/llvm/include/llvm/Analysis/VectorUtils.h
  head/contrib/llvm/include/llvm/BinaryFormat/Dwarf.def
  head/contrib/llvm/include/llvm/BinaryFormat/Dwarf.h
  head/contrib/llvm/include/llvm/BinaryFormat/ELF.h
  head/contrib/llvm/include/llvm/BinaryFormat/MachO.h
  head/contrib/llvm/include/llvm/BinaryFormat/Wasm.h
  head/contrib/llvm/include/llvm/BinaryFormat/WasmRelocs.def
  head/contrib/llvm/include/llvm/Bitcode/BitcodeReader.h
  head/contrib/llvm/include/llvm/Bitcode/LLVMBitCodes.h
  head/contrib/llvm/include/llvm/CodeGen/AsmPrinter.h
  head/contrib/llvm/include/llvm/CodeGen/BasicTTIImpl.h
  head/contrib/llvm/include/llvm/CodeGen/CommandFlags.inc
  head/contrib/llvm/include/llvm/CodeGen/DwarfStringPoolEntry.h
  head/contrib/llvm/include/llvm/CodeGen/FunctionLoweringInfo.h
  head/contrib/llvm/include/llvm/CodeGen/GCMetadata.h
  head/contrib/llvm/include/llvm/CodeGen/GCMetadataPrinter.h
  head/contrib/llvm/include/llvm/CodeGen/GCStrategy.h
  head/contrib/llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h
  head/contrib/llvm/include/llvm/CodeGen/GlobalISel/Combiner.h
  head/contrib/llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
  head/contrib/llvm/include/llvm/CodeGen/GlobalISel/CombinerInfo.h
  head/contrib/llvm/include/llvm/CodeGen/GlobalISel/ConstantFoldingMIRBuilder.h
  head/contrib/llvm/include/llvm/CodeGen/GlobalISel/GISelWorkList.h
  head/contrib/llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.h
  head/contrib/llvm/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h
  head/contrib/llvm/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
  head/contrib/llvm/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
  head/contrib/llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
  head/contrib/llvm/include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h
  head/contrib/llvm/include/llvm/CodeGen/GlobalISel/Utils.h
  head/contrib/llvm/include/llvm/CodeGen/ISDOpcodes.h
  head/contrib/llvm/include/llvm/CodeGen/LinkAllAsmWriterComponents.h
  head/contrib/llvm/include/llvm/CodeGen/LinkAllCodegenComponents.h
  head/contrib/llvm/include/llvm/CodeGen/LiveIntervals.h
  head/contrib/llvm/include/llvm/CodeGen/LivePhysRegs.h
  head/contrib/llvm/include/llvm/CodeGen/LiveRegUnits.h
  head/contrib/llvm/include/llvm/CodeGen/MIRYamlMapping.h
  head/contrib/llvm/include/llvm/CodeGen/MachineBasicBlock.h
  head/contrib/llvm/include/llvm/CodeGen/MachineFrameInfo.h
  head/contrib/llvm/include/llvm/CodeGen/MachineFunction.h
  head/contrib/llvm/include/llvm/CodeGen/MachineInstr.h
  head/contrib/llvm/include/llvm/CodeGen/MachineInstrBuilder.h
  head/contrib/llvm/include/llvm/CodeGen/MachineModuleInfo.h
  head/contrib/llvm/include/llvm/CodeGen/MachineModuleInfoImpls.h
  head/contrib/llvm/include/llvm/CodeGen/MachineOutliner.h
  head/contrib/llvm/include/llvm/CodeGen/MachinePassRegistry.h
  head/contrib/llvm/include/llvm/CodeGen/MachineRegisterInfo.h
  head/contrib/llvm/include/llvm/CodeGen/MachineScheduler.h
  head/contrib/llvm/include/llvm/CodeGen/Passes.h
  head/contrib/llvm/include/llvm/CodeGen/PreISelIntrinsicLowering.h
  head/contrib/llvm/include/llvm/CodeGen/PseudoSourceValue.h
  head/contrib/llvm/include/llvm/CodeGen/RegAllocRegistry.h
  head/contrib/llvm/include/llvm/CodeGen/RegisterUsageInfo.h
  head/contrib/llvm/include/llvm/CodeGen/ScheduleDAG.h
  head/contrib/llvm/include/llvm/CodeGen/ScheduleDAGInstrs.h
  head/contrib/llvm/include/llvm/CodeGen/SchedulerRegistry.h
  head/contrib/llvm/include/llvm/CodeGen/SelectionDAG.h
  head/contrib/llvm/include/llvm/CodeGen/SelectionDAGAddressAnalysis.h
  head/contrib/llvm/include/llvm/CodeGen/SelectionDAGISel.h
  head/contrib/llvm/include/llvm/CodeGen/SelectionDAGNodes.h
  head/contrib/llvm/include/llvm/CodeGen/SlotIndexes.h
  head/contrib/llvm/include/llvm/CodeGen/StackMaps.h
  head/contrib/llvm/include/llvm/CodeGen/TargetFrameLowering.h
  head/contrib/llvm/include/llvm/CodeGen/TargetInstrInfo.h
  head/contrib/llvm/include/llvm/CodeGen/TargetLowering.h
  head/contrib/llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
  head/contrib/llvm/include/llvm/CodeGen/TargetPassConfig.h
  head/contrib/llvm/include/llvm/CodeGen/TargetRegisterInfo.h
  head/contrib/llvm/include/llvm/CodeGen/TargetSubtargetInfo.h
  head/contrib/llvm/include/llvm/CodeGen/WasmEHFuncInfo.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/CVRecord.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/CodeView.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/CodeViewError.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/CodeViewRegisters.def
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/RecordSerialization.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/SymbolDeserializer.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/SymbolDumper.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeIndex.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeStreamMerger.h
  head/contrib/llvm/include/llvm/DebugInfo/DIContext.h
  head/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h
  head/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFContext.h
  head/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h
  head/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
  head/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h
  head/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugPubTable.h
  head/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h
  head/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h
  head/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFDie.h
  head/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFFormValue.h
  head/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFGdbIndex.h
  head/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFListTable.h
  head/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFObject.h
  head/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFSection.h
  head/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h
  head/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFUnit.h
  head/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h
  head/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFVerifier.h
  head/contrib/llvm/include/llvm/DebugInfo/MSF/MSFError.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/DIADataStream.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumDebugStreams.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumInjectedSources.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumLineNumbers.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumSectionContribs.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumSourceFiles.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumSymbols.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumTables.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/DIAError.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/DIASession.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/GenericError.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/IPDBDataStream.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/IPDBEnumChildren.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/IPDBRawSymbol.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/IPDBSession.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Native/DbiStream.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Native/GSIStreamBuilder.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Native/GlobalsStream.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Native/InfoStreamBuilder.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Native/ModuleDebugStream.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Native/NativeCompilandSymbol.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Native/NativeEnumModules.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Native/NativeEnumTypes.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Native/NativeExeSymbol.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Native/NativeSession.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Native/RawError.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Native/RawTypes.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Native/TpiHashing.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Native/TpiStream.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/PDBExtras.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbol.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolAnnotation.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolBlock.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolCompiland.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolCompilandDetails.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolCompilandEnv.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolCustom.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolData.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolExe.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolFunc.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugEnd.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugStart.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolLabel.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolPublicSymbol.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolThunk.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeArray.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeBaseClass.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeBuiltin.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeCustom.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeDimension.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeEnum.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeFriend.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionArg.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionSig.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeManaged.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypePointer.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeTypedef.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeUDT.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeVTable.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeVTableShape.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolUnknown.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymbolUsingNamespace.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/PDBTypes.h
  head/contrib/llvm/include/llvm/Demangle/Demangle.h
  head/contrib/llvm/include/llvm/ExecutionEngine/JITEventListener.h
  head/contrib/llvm/include/llvm/ExecutionEngine/JITSymbol.h
  head/contrib/llvm/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
  head/contrib/llvm/include/llvm/ExecutionEngine/Orc/CompileUtils.h
  head/contrib/llvm/include/llvm/ExecutionEngine/Orc/Core.h
  head/contrib/llvm/include/llvm/ExecutionEngine/Orc/ExecutionUtils.h
  head/contrib/llvm/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h
  head/contrib/llvm/include/llvm/ExecutionEngine/Orc/IRTransformLayer.h
  head/contrib/llvm/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h
  head/contrib/llvm/include/llvm/ExecutionEngine/Orc/LLJIT.h
  head/contrib/llvm/include/llvm/ExecutionEngine/Orc/Layer.h
  head/contrib/llvm/include/llvm/ExecutionEngine/Orc/Legacy.h
  head/contrib/llvm/include/llvm/ExecutionEngine/Orc/NullResolver.h
  head/contrib/llvm/include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h
  head/contrib/llvm/include/llvm/ExecutionEngine/Orc/OrcABISupport.h
  head/contrib/llvm/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h
  head/contrib/llvm/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h
  head/contrib/llvm/include/llvm/ExecutionEngine/Orc/RPCUtils.h
  head/contrib/llvm/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h
  head/contrib/llvm/include/llvm/ExecutionEngine/Orc/SymbolStringPool.h
  head/contrib/llvm/include/llvm/ExecutionEngine/RuntimeDyld.h
  head/contrib/llvm/include/llvm/IR/Attributes.h
  head/contrib/llvm/include/llvm/IR/Attributes.td
  head/contrib/llvm/include/llvm/IR/BasicBlock.h
  head/contrib/llvm/include/llvm/IR/CFG.h
  head/contrib/llvm/include/llvm/IR/CallSite.h
  head/contrib/llvm/include/llvm/IR/CallingConv.h
  head/contrib/llvm/include/llvm/IR/Constant.h
  head/contrib/llvm/include/llvm/IR/Constants.h
  head/contrib/llvm/include/llvm/IR/DIBuilder.h
  head/contrib/llvm/include/llvm/IR/DataLayout.h
  head/contrib/llvm/include/llvm/IR/DebugInfoFlags.def
  head/contrib/llvm/include/llvm/IR/DebugInfoMetadata.h
  head/contrib/llvm/include/llvm/IR/DebugLoc.h
  head/contrib/llvm/include/llvm/IR/DiagnosticInfo.h
  head/contrib/llvm/include/llvm/IR/DomTreeUpdater.h
  head/contrib/llvm/include/llvm/IR/Dominators.h
  head/contrib/llvm/include/llvm/IR/Function.h
  head/contrib/llvm/include/llvm/IR/GlobalValue.h
  head/contrib/llvm/include/llvm/IR/IRBuilder.h
  head/contrib/llvm/include/llvm/IR/IRPrintingPasses.h
  head/contrib/llvm/include/llvm/IR/InstVisitor.h
  head/contrib/llvm/include/llvm/IR/InstrTypes.h
  head/contrib/llvm/include/llvm/IR/Instruction.def
  head/contrib/llvm/include/llvm/IR/Instruction.h
  head/contrib/llvm/include/llvm/IR/Instructions.h
  head/contrib/llvm/include/llvm/IR/IntrinsicInst.h
  head/contrib/llvm/include/llvm/IR/Intrinsics.td
  head/contrib/llvm/include/llvm/IR/IntrinsicsAArch64.td
  head/contrib/llvm/include/llvm/IR/IntrinsicsAMDGPU.td
  head/contrib/llvm/include/llvm/IR/IntrinsicsHexagon.td
  head/contrib/llvm/include/llvm/IR/IntrinsicsPowerPC.td
  head/contrib/llvm/include/llvm/IR/IntrinsicsWebAssembly.td
  head/contrib/llvm/include/llvm/IR/IntrinsicsX86.td
  head/contrib/llvm/include/llvm/IR/LLVMContext.h
  head/contrib/llvm/include/llvm/IR/LegacyPassManager.h
  head/contrib/llvm/include/llvm/IR/LegacyPassManagers.h
  head/contrib/llvm/include/llvm/IR/Metadata.h
  head/contrib/llvm/include/llvm/IR/Module.h
  head/contrib/llvm/include/llvm/IR/ModuleSummaryIndex.h
  head/contrib/llvm/include/llvm/IR/ModuleSummaryIndexYAML.h
  head/contrib/llvm/include/llvm/IR/Operator.h
  head/contrib/llvm/include/llvm/IR/PassManager.h
  head/contrib/llvm/include/llvm/IR/PassManagerInternal.h
  head/contrib/llvm/include/llvm/IR/PatternMatch.h
  head/contrib/llvm/include/llvm/IR/RuntimeLibcalls.def
  head/contrib/llvm/include/llvm/IR/Value.h
  head/contrib/llvm/include/llvm/InitializePasses.h
  head/contrib/llvm/include/llvm/LTO/Config.h
  head/contrib/llvm/include/llvm/LTO/LTO.h
  head/contrib/llvm/include/llvm/LTO/legacy/LTOCodeGenerator.h
  head/contrib/llvm/include/llvm/LTO/legacy/ThinLTOCodeGenerator.h
  head/contrib/llvm/include/llvm/LinkAllPasses.h
  head/contrib/llvm/include/llvm/MC/MCAsmInfoWasm.h
  head/contrib/llvm/include/llvm/MC/MCAsmMacro.h
  head/contrib/llvm/include/llvm/MC/MCAssembler.h
  head/contrib/llvm/include/llvm/MC/MCCodeView.h
  head/contrib/llvm/include/llvm/MC/MCContext.h
  head/contrib/llvm/include/llvm/MC/MCDwarf.h
  head/contrib/llvm/include/llvm/MC/MCELFObjectWriter.h
  head/contrib/llvm/include/llvm/MC/MCExpr.h
  head/contrib/llvm/include/llvm/MC/MCInst.h
  head/contrib/llvm/include/llvm/MC/MCInstrAnalysis.h
  head/contrib/llvm/include/llvm/MC/MCInstrDesc.h
  head/contrib/llvm/include/llvm/MC/MCObjectFileInfo.h
  head/contrib/llvm/include/llvm/MC/MCObjectStreamer.h
  head/contrib/llvm/include/llvm/MC/MCParser/AsmLexer.h
  head/contrib/llvm/include/llvm/MC/MCParser/MCAsmLexer.h
  head/contrib/llvm/include/llvm/MC/MCParser/MCAsmParser.h
  head/contrib/llvm/include/llvm/MC/MCParser/MCTargetAsmParser.h
  head/contrib/llvm/include/llvm/MC/MCRegisterInfo.h
  head/contrib/llvm/include/llvm/MC/MCSchedule.h
  head/contrib/llvm/include/llvm/MC/MCSection.h
  head/contrib/llvm/include/llvm/MC/MCStreamer.h
  head/contrib/llvm/include/llvm/MC/MCSymbolWasm.h
  head/contrib/llvm/include/llvm/MC/MCWasmObjectWriter.h
  head/contrib/llvm/include/llvm/MC/MCWin64EH.h
  head/contrib/llvm/include/llvm/MC/MCWinEH.h
  head/contrib/llvm/include/llvm/Object/COFF.h
  head/contrib/llvm/include/llvm/Object/ELF.h
  head/contrib/llvm/include/llvm/Object/ELFObjectFile.h
  head/contrib/llvm/include/llvm/Object/ELFTypes.h
  head/contrib/llvm/include/llvm/Object/Error.h
  head/contrib/llvm/include/llvm/Object/MachO.h
  head/contrib/llvm/include/llvm/Object/ObjectFile.h
  head/contrib/llvm/include/llvm/Object/RelocVisitor.h
  head/contrib/llvm/include/llvm/Object/Wasm.h
  head/contrib/llvm/include/llvm/Object/WasmTraits.h
  head/contrib/llvm/include/llvm/ObjectYAML/COFFYAML.h
  head/contrib/llvm/include/llvm/ObjectYAML/ELFYAML.h
  head/contrib/llvm/include/llvm/ObjectYAML/WasmYAML.h
  head/contrib/llvm/include/llvm/Option/OptTable.h
  head/contrib/llvm/include/llvm/Pass.h
  head/contrib/llvm/include/llvm/Passes/PassBuilder.h
  head/contrib/llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h
  head/contrib/llvm/include/llvm/ProfileData/GCOV.h
  head/contrib/llvm/include/llvm/ProfileData/InstrProf.h
  head/contrib/llvm/include/llvm/ProfileData/InstrProfReader.h
  head/contrib/llvm/include/llvm/ProfileData/SampleProf.h
  head/contrib/llvm/include/llvm/ProfileData/SampleProfReader.h
  head/contrib/llvm/include/llvm/ProfileData/SampleProfWriter.h
  head/contrib/llvm/include/llvm/Support/AArch64TargetParser.def
  head/contrib/llvm/include/llvm/Support/AMDGPUMetadata.h
  head/contrib/llvm/include/llvm/Support/ARMTargetParser.def
  head/contrib/llvm/include/llvm/Support/ARMWinEH.h
  head/contrib/llvm/include/llvm/Support/Allocator.h
  head/contrib/llvm/include/llvm/Support/BinaryStreamArray.h
  head/contrib/llvm/include/llvm/Support/BinaryStreamReader.h
  head/contrib/llvm/include/llvm/Support/Chrono.h
  head/contrib/llvm/include/llvm/Support/CodeGen.h
  head/contrib/llvm/include/llvm/Support/CommandLine.h
  head/contrib/llvm/include/llvm/Support/Compiler.h
  head/contrib/llvm/include/llvm/Support/Compression.h
  head/contrib/llvm/include/llvm/Support/Debug.h
  head/contrib/llvm/include/llvm/Support/DebugCounter.h
  head/contrib/llvm/include/llvm/Support/Error.h
  head/contrib/llvm/include/llvm/Support/ErrorHandling.h
  head/contrib/llvm/include/llvm/Support/FileOutputBuffer.h
  head/contrib/llvm/include/llvm/Support/FileSystem.h
  head/contrib/llvm/include/llvm/Support/FormatVariadicDetails.h
  head/contrib/llvm/include/llvm/Support/GenericDomTree.h
  head/contrib/llvm/include/llvm/Support/GenericDomTreeConstruction.h
  head/contrib/llvm/include/llvm/Support/GraphWriter.h
  head/contrib/llvm/include/llvm/Support/JSON.h
  head/contrib/llvm/include/llvm/Support/LowLevelTypeImpl.h
  head/contrib/llvm/include/llvm/Support/Path.h
  head/contrib/llvm/include/llvm/Support/ScopedPrinter.h
  head/contrib/llvm/include/llvm/Support/TargetOpcodes.def
  head/contrib/llvm/include/llvm/Support/TargetParser.h
  head/contrib/llvm/include/llvm/Support/Threading.h
  head/contrib/llvm/include/llvm/Support/Timer.h
  head/contrib/llvm/include/llvm/Support/Win64EH.h
  head/contrib/llvm/include/llvm/Support/WithColor.h
  head/contrib/llvm/include/llvm/Support/X86DisassemblerDecoderCommon.h
  head/contrib/llvm/include/llvm/Support/X86TargetParser.def
  head/contrib/llvm/include/llvm/Support/YAMLTraits.h
  head/contrib/llvm/include/llvm/Support/raw_ostream.h
  head/contrib/llvm/include/llvm/Support/type_traits.h
  head/contrib/llvm/include/llvm/TableGen/StringMatcher.h
  head/contrib/llvm/include/llvm/Target/CodeGenCWrappers.h
  head/contrib/llvm/include/llvm/Target/GenericOpcodes.td
  head/contrib/llvm/include/llvm/Target/GlobalISel/SelectionDAGCompat.td
  head/contrib/llvm/include/llvm/Target/Target.td
  head/contrib/llvm/include/llvm/Target/TargetInstrPredicate.td
  head/contrib/llvm/include/llvm/Target/TargetLoweringObjectFile.h
  head/contrib/llvm/include/llvm/Target/TargetMachine.h
  head/contrib/llvm/include/llvm/Target/TargetOptions.h
  head/contrib/llvm/include/llvm/Target/TargetSchedule.td
  head/contrib/llvm/include/llvm/Target/TargetSelectionDAG.td
  head/contrib/llvm/include/llvm/Testing/Support/SupportHelpers.h
  head/contrib/llvm/include/llvm/Transforms/IPO.h
  head/contrib/llvm/include/llvm/Transforms/IPO/FunctionAttrs.h
  head/contrib/llvm/include/llvm/Transforms/IPO/FunctionImport.h
  head/contrib/llvm/include/llvm/Transforms/IPO/SampleProfile.h
  head/contrib/llvm/include/llvm/Transforms/Instrumentation.h
  head/contrib/llvm/include/llvm/Transforms/Instrumentation/PGOInstrumentation.h
  head/contrib/llvm/include/llvm/Transforms/Scalar.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/ConstantHoisting.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/GVN.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/JumpThreading.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/LoopPassManager.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/LoopUnrollPass.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/SCCP.h
  head/contrib/llvm/include/llvm/Transforms/Utils.h
  head/contrib/llvm/include/llvm/Transforms/Utils/BasicBlockUtils.h
  head/contrib/llvm/include/llvm/Transforms/Utils/BuildLibCalls.h
  head/contrib/llvm/include/llvm/Transforms/Utils/Cloning.h
  head/contrib/llvm/include/llvm/Transforms/Utils/CodeExtractor.h
  head/contrib/llvm/include/llvm/Transforms/Utils/FunctionImportUtils.h
  head/contrib/llvm/include/llvm/Transforms/Utils/Local.h
  head/contrib/llvm/include/llvm/Transforms/Utils/LoopRotationUtils.h
  head/contrib/llvm/include/llvm/Transforms/Utils/LoopUtils.h
  head/contrib/llvm/include/llvm/Transforms/Utils/ModuleUtils.h
  head/contrib/llvm/include/llvm/Transforms/Utils/PredicateInfo.h
  head/contrib/llvm/include/llvm/Transforms/Utils/SimplifyLibCalls.h
  head/contrib/llvm/include/llvm/Transforms/Utils/UnrollLoop.h
  head/contrib/llvm/include/llvm/Transforms/Vectorize.h
  head/contrib/llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
  head/contrib/llvm/include/llvm/Transforms/Vectorize/LoopVectorize.h
  head/contrib/llvm/include/llvm/XRay/Trace.h
  head/contrib/llvm/include/llvm/XRay/XRayRecord.h
  head/contrib/llvm/include/llvm/XRay/YAMLXRayRecord.h
  head/contrib/llvm/include/llvm/module.modulemap
  head/contrib/llvm/lib/Analysis/AliasAnalysis.cpp
  head/contrib/llvm/lib/Analysis/AliasAnalysisEvaluator.cpp
  head/contrib/llvm/lib/Analysis/AliasSetTracker.cpp
  head/contrib/llvm/lib/Analysis/Analysis.cpp
  head/contrib/llvm/lib/Analysis/BasicAliasAnalysis.cpp
  head/contrib/llvm/lib/Analysis/BlockFrequencyInfo.cpp
  head/contrib/llvm/lib/Analysis/BlockFrequencyInfoImpl.cpp
  head/contrib/llvm/lib/Analysis/BranchProbabilityInfo.cpp
  head/contrib/llvm/lib/Analysis/CFG.cpp
  head/contrib/llvm/lib/Analysis/CFGPrinter.cpp
  head/contrib/llvm/lib/Analysis/CFLAndersAliasAnalysis.cpp
  head/contrib/llvm/lib/Analysis/CFLGraph.h
  head/contrib/llvm/lib/Analysis/CGSCCPassManager.cpp
  head/contrib/llvm/lib/Analysis/CallGraph.cpp
  head/contrib/llvm/lib/Analysis/CallGraphSCCPass.cpp
  head/contrib/llvm/lib/Analysis/CaptureTracking.cpp
  head/contrib/llvm/lib/Analysis/CmpInstAnalysis.cpp
  head/contrib/llvm/lib/Analysis/ConstantFolding.cpp
  head/contrib/llvm/lib/Analysis/DemandedBits.cpp
  head/contrib/llvm/lib/Analysis/DependenceAnalysis.cpp
  head/contrib/llvm/lib/Analysis/DivergenceAnalysis.cpp
  head/contrib/llvm/lib/Analysis/EHPersonalities.cpp
  head/contrib/llvm/lib/Analysis/GlobalsModRef.cpp
  head/contrib/llvm/lib/Analysis/IndirectCallPromotionAnalysis.cpp
  head/contrib/llvm/lib/Analysis/InlineCost.cpp
  head/contrib/llvm/lib/Analysis/InstructionSimplify.cpp
  head/contrib/llvm/lib/Analysis/IteratedDominanceFrontier.cpp
  head/contrib/llvm/lib/Analysis/LazyCallGraph.cpp
  head/contrib/llvm/lib/Analysis/LazyValueInfo.cpp
  head/contrib/llvm/lib/Analysis/Lint.cpp
  head/contrib/llvm/lib/Analysis/Loads.cpp
  head/contrib/llvm/lib/Analysis/LoopAccessAnalysis.cpp
  head/contrib/llvm/lib/Analysis/LoopAnalysisManager.cpp
  head/contrib/llvm/lib/Analysis/LoopInfo.cpp
  head/contrib/llvm/lib/Analysis/LoopPass.cpp
  head/contrib/llvm/lib/Analysis/MemDepPrinter.cpp
  head/contrib/llvm/lib/Analysis/MemoryDependenceAnalysis.cpp
  head/contrib/llvm/lib/Analysis/MemoryLocation.cpp
  head/contrib/llvm/lib/Analysis/MemorySSA.cpp
  head/contrib/llvm/lib/Analysis/MemorySSAUpdater.cpp
  head/contrib/llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
  head/contrib/llvm/lib/Analysis/MustExecute.cpp
  head/contrib/llvm/lib/Analysis/ObjCARCAliasAnalysis.cpp
  head/contrib/llvm/lib/Analysis/ObjCARCInstKind.cpp
  head/contrib/llvm/lib/Analysis/OrderedBasicBlock.cpp
  head/contrib/llvm/lib/Analysis/PhiValues.cpp
  head/contrib/llvm/lib/Analysis/ProfileSummaryInfo.cpp
  head/contrib/llvm/lib/Analysis/RegionPass.cpp
  head/contrib/llvm/lib/Analysis/ScalarEvolution.cpp
  head/contrib/llvm/lib/Analysis/ScalarEvolutionAliasAnalysis.cpp
  head/contrib/llvm/lib/Analysis/ScalarEvolutionExpander.cpp
  head/contrib/llvm/lib/Analysis/ScopedNoAliasAA.cpp
  head/contrib/llvm/lib/Analysis/SyntheticCountsUtils.cpp
  head/contrib/llvm/lib/Analysis/TargetLibraryInfo.cpp
  head/contrib/llvm/lib/Analysis/TargetTransformInfo.cpp
  head/contrib/llvm/lib/Analysis/TypeBasedAliasAnalysis.cpp
  head/contrib/llvm/lib/Analysis/TypeMetadataUtils.cpp
  head/contrib/llvm/lib/Analysis/ValueTracking.cpp
  head/contrib/llvm/lib/Analysis/VectorUtils.cpp
  head/contrib/llvm/lib/AsmParser/LLLexer.cpp
  head/contrib/llvm/lib/AsmParser/LLParser.cpp
  head/contrib/llvm/lib/AsmParser/LLParser.h
  head/contrib/llvm/lib/AsmParser/LLToken.h
  head/contrib/llvm/lib/BinaryFormat/Dwarf.cpp
  head/contrib/llvm/lib/BinaryFormat/Magic.cpp
  head/contrib/llvm/lib/BinaryFormat/Wasm.cpp
  head/contrib/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
  head/contrib/llvm/lib/Bitcode/Reader/MetadataLoader.cpp
  head/contrib/llvm/lib/Bitcode/Reader/MetadataLoader.h
  head/contrib/llvm/lib/Bitcode/Reader/ValueList.cpp
  head/contrib/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
  head/contrib/llvm/lib/Bitcode/Writer/ValueEnumerator.cpp
  head/contrib/llvm/lib/CodeGen/Analysis.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/AddressPool.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/AddressPool.h
  head/contrib/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DIE.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfFile.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfFile.h
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.h
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
  head/contrib/llvm/lib/CodeGen/AsmPrinter/EHStreamer.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/EHStreamer.h
  head/contrib/llvm/lib/CodeGen/AsmPrinter/ErlangGCPrinter.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/WinCFGuard.h
  head/contrib/llvm/lib/CodeGen/AsmPrinter/WinException.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/WinException.h
  head/contrib/llvm/lib/CodeGen/AtomicExpandPass.cpp
  head/contrib/llvm/lib/CodeGen/BranchFolding.cpp
  head/contrib/llvm/lib/CodeGen/BreakFalseDeps.cpp
  head/contrib/llvm/lib/CodeGen/BuiltinGCs.cpp
  head/contrib/llvm/lib/CodeGen/CFIInstrInserter.cpp
  head/contrib/llvm/lib/CodeGen/CalcSpillWeights.cpp
  head/contrib/llvm/lib/CodeGen/CodeGen.cpp
  head/contrib/llvm/lib/CodeGen/CodeGenPrepare.cpp
  head/contrib/llvm/lib/CodeGen/DFAPacketizer.cpp
  head/contrib/llvm/lib/CodeGen/EarlyIfConversion.cpp
  head/contrib/llvm/lib/CodeGen/ExpandMemCmp.cpp
  head/contrib/llvm/lib/CodeGen/ExpandPostRAPseudos.cpp
  head/contrib/llvm/lib/CodeGen/GCMetadata.cpp
  head/contrib/llvm/lib/CodeGen/GCRootLowering.cpp
  head/contrib/llvm/lib/CodeGen/GlobalISel/CallLowering.cpp
  head/contrib/llvm/lib/CodeGen/GlobalISel/Combiner.cpp
  head/contrib/llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
  head/contrib/llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
  head/contrib/llvm/lib/CodeGen/GlobalISel/InstructionSelector.cpp
  head/contrib/llvm/lib/CodeGen/GlobalISel/LegalityPredicates.cpp
  head/contrib/llvm/lib/CodeGen/GlobalISel/Legalizer.cpp
  head/contrib/llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  head/contrib/llvm/lib/CodeGen/GlobalISel/LegalizerInfo.cpp
  head/contrib/llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
  head/contrib/llvm/lib/CodeGen/GlobalISel/RegBankSelect.cpp
  head/contrib/llvm/lib/CodeGen/GlobalISel/RegisterBankInfo.cpp
  head/contrib/llvm/lib/CodeGen/GlobalISel/Utils.cpp
  head/contrib/llvm/lib/CodeGen/GlobalMerge.cpp
  head/contrib/llvm/lib/CodeGen/IfConversion.cpp
  head/contrib/llvm/lib/CodeGen/ImplicitNullChecks.cpp
  head/contrib/llvm/lib/CodeGen/LLVMTargetMachine.cpp
  head/contrib/llvm/lib/CodeGen/LatencyPriorityQueue.cpp
  head/contrib/llvm/lib/CodeGen/LiveDebugValues.cpp
  head/contrib/llvm/lib/CodeGen/LiveDebugVariables.cpp
  head/contrib/llvm/lib/CodeGen/LiveDebugVariables.h
  head/contrib/llvm/lib/CodeGen/LiveInterval.cpp
  head/contrib/llvm/lib/CodeGen/LivePhysRegs.cpp
  head/contrib/llvm/lib/CodeGen/LiveRangeCalc.cpp
  head/contrib/llvm/lib/CodeGen/LocalStackSlotAllocation.cpp
  head/contrib/llvm/lib/CodeGen/MIRCanonicalizerPass.cpp
  head/contrib/llvm/lib/CodeGen/MIRParser/MILexer.cpp
  head/contrib/llvm/lib/CodeGen/MIRParser/MILexer.h
  head/contrib/llvm/lib/CodeGen/MIRParser/MIParser.cpp
  head/contrib/llvm/lib/CodeGen/MIRParser/MIRParser.cpp
  head/contrib/llvm/lib/CodeGen/MIRPrinter.cpp
  head/contrib/llvm/lib/CodeGen/MachineBasicBlock.cpp
  head/contrib/llvm/lib/CodeGen/MachineBlockPlacement.cpp
  head/contrib/llvm/lib/CodeGen/MachineCSE.cpp
  head/contrib/llvm/lib/CodeGen/MachineCombiner.cpp
  head/contrib/llvm/lib/CodeGen/MachineCopyPropagation.cpp
  head/contrib/llvm/lib/CodeGen/MachineFunction.cpp
  head/contrib/llvm/lib/CodeGen/MachineFunctionPass.cpp
  head/contrib/llvm/lib/CodeGen/MachineFunctionPrinterPass.cpp
  head/contrib/llvm/lib/CodeGen/MachineInstr.cpp
  head/contrib/llvm/lib/CodeGen/MachineInstrBundle.cpp
  head/contrib/llvm/lib/CodeGen/MachineLICM.cpp
  head/contrib/llvm/lib/CodeGen/MachineModuleInfo.cpp
  head/contrib/llvm/lib/CodeGen/MachineModuleInfoImpls.cpp
  head/contrib/llvm/lib/CodeGen/MachineOperand.cpp
  head/contrib/llvm/lib/CodeGen/MachineOutliner.cpp
  head/contrib/llvm/lib/CodeGen/MachinePipeliner.cpp
  head/contrib/llvm/lib/CodeGen/MachineRegisterInfo.cpp
  head/contrib/llvm/lib/CodeGen/MachineScheduler.cpp
  head/contrib/llvm/lib/CodeGen/MachineSink.cpp
  head/contrib/llvm/lib/CodeGen/MachineTraceMetrics.cpp
  head/contrib/llvm/lib/CodeGen/MachineVerifier.cpp
  head/contrib/llvm/lib/CodeGen/MacroFusion.cpp
  head/contrib/llvm/lib/CodeGen/OptimizePHIs.cpp
  head/contrib/llvm/lib/CodeGen/PHIElimination.cpp
  head/contrib/llvm/lib/CodeGen/PostRASchedulerList.cpp
  head/contrib/llvm/lib/CodeGen/PreISelIntrinsicLowering.cpp
  head/contrib/llvm/lib/CodeGen/PrologEpilogInserter.cpp
  head/contrib/llvm/lib/CodeGen/PseudoSourceValue.cpp
  head/contrib/llvm/lib/CodeGen/ReachingDefAnalysis.cpp
  head/contrib/llvm/lib/CodeGen/RegAllocFast.cpp
  head/contrib/llvm/lib/CodeGen/RegAllocGreedy.cpp
  head/contrib/llvm/lib/CodeGen/RegUsageInfoCollector.cpp
  head/contrib/llvm/lib/CodeGen/RegisterCoalescer.cpp
  head/contrib/llvm/lib/CodeGen/RegisterPressure.cpp
  head/contrib/llvm/lib/CodeGen/RegisterUsageInfo.cpp
  head/contrib/llvm/lib/CodeGen/SafeStack.cpp
  head/contrib/llvm/lib/CodeGen/SafeStackColoring.cpp
  head/contrib/llvm/lib/CodeGen/ScalarizeMaskedMemIntrin.cpp
  head/contrib/llvm/lib/CodeGen/ScheduleDAG.cpp
  head/contrib/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp
  head/contrib/llvm/lib/CodeGen/ScoreboardHazardRecognizer.cpp
  head/contrib/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  head/contrib/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
  head/contrib/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
  head/contrib/llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
  head/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
  head/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
  head/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
  head/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
  head/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
  head/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
  head/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  head/contrib/llvm/lib/CodeGen/SelectionDAG/SDNodeDbgValue.h
  head/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp
  head/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
  head/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
  head/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h
  head/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGVLIW.cpp
  head/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  head/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGAddressAnalysis.cpp
  head/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  head/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
  head/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  head/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
  head/contrib/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
  head/contrib/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
  head/contrib/llvm/lib/CodeGen/SlotIndexes.cpp
  head/contrib/llvm/lib/CodeGen/SplitKit.h
  head/contrib/llvm/lib/CodeGen/StackColoring.cpp
  head/contrib/llvm/lib/CodeGen/StackMaps.cpp
  head/contrib/llvm/lib/CodeGen/StackProtector.cpp
  head/contrib/llvm/lib/CodeGen/StackSlotColoring.cpp
  head/contrib/llvm/lib/CodeGen/TargetFrameLoweringImpl.cpp
  head/contrib/llvm/lib/CodeGen/TargetInstrInfo.cpp
  head/contrib/llvm/lib/CodeGen/TargetLoweringBase.cpp
  head/contrib/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  head/contrib/llvm/lib/CodeGen/TargetOptionsImpl.cpp
  head/contrib/llvm/lib/CodeGen/TargetPassConfig.cpp
  head/contrib/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
  head/contrib/llvm/lib/CodeGen/VirtRegMap.cpp
  head/contrib/llvm/lib/CodeGen/WasmEHPrepare.cpp
  head/contrib/llvm/lib/CodeGen/WinEHPrepare.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/CVSymbolVisitor.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/CodeViewError.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/DebugCrossImpSubsection.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/DebugFrameDataSubsection.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/DebugStringTableSubsection.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/EnumTables.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/SymbolDumper.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/SymbolRecordMapping.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/TypeIndex.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/TypeStreamMerger.cpp
  head/contrib/llvm/lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
  head/contrib/llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
  head/contrib/llvm/lib/DebugInfo/DWARF/DWARFDebugAddr.cpp
  head/contrib/llvm/lib/DebugInfo/DWARF/DWARFDebugAranges.cpp
  head/contrib/llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
  head/contrib/llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
  head/contrib/llvm/lib/DebugInfo/DWARF/DWARFDebugLoc.cpp
  head/contrib/llvm/lib/DebugInfo/DWARF/DWARFDebugPubTable.cpp
  head/contrib/llvm/lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp
  head/contrib/llvm/lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp
  head/contrib/llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
  head/contrib/llvm/lib/DebugInfo/DWARF/DWARFExpression.cpp
  head/contrib/llvm/lib/DebugInfo/DWARF/DWARFFormValue.cpp
  head/contrib/llvm/lib/DebugInfo/DWARF/DWARFGdbIndex.cpp
  head/contrib/llvm/lib/DebugInfo/DWARF/DWARFListTable.cpp
  head/contrib/llvm/lib/DebugInfo/DWARF/DWARFUnit.cpp
  head/contrib/llvm/lib/DebugInfo/DWARF/DWARFUnitIndex.cpp
  head/contrib/llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
  head/contrib/llvm/lib/DebugInfo/MSF/MSFError.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/DIA/DIADataStream.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/DIA/DIAEnumDebugStreams.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/DIA/DIAEnumInjectedSources.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/DIA/DIAEnumLineNumbers.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/DIA/DIAEnumSectionContribs.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/DIA/DIAEnumSourceFiles.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/DIA/DIAEnumSymbols.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/DIA/DIAEnumTables.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/DIA/DIAError.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/DIA/DIARawSymbol.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/DIA/DIASectionContrib.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/DIA/DIASession.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/DIA/DIASourceFile.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/DIA/DIATable.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/GenericError.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Native/DbiStream.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Native/GlobalsStream.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Native/InfoStreamBuilder.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Native/NativeCompilandSymbol.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Native/NativeEnumModules.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Native/NativeEnumTypes.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Native/NativeSession.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Native/PDBFile.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Native/RawError.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Native/TpiHashing.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Native/TpiStream.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/PDB.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/PDBExtras.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/PDBInterfaceAnchors.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/PDBSymbol.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolAnnotation.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolBlock.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolCompiland.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolCompilandDetails.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolCompilandEnv.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolCustom.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolData.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolExe.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolFunc.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolFuncDebugEnd.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolFuncDebugStart.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolLabel.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolPublicSymbol.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolThunk.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolTypeArray.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolTypeBaseClass.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolTypeBuiltin.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolTypeCustom.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolTypeDimension.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolTypeEnum.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolTypeFriend.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolTypeFunctionArg.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolTypeFunctionSig.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolTypeManaged.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolTypePointer.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolTypeTypedef.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolTypeUDT.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolTypeVTable.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolTypeVTableShape.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolUnknown.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/PDBSymbolUsingNamespace.cpp
  head/contrib/llvm/lib/DebugInfo/Symbolize/Symbolize.cpp
  head/contrib/llvm/lib/Demangle/ItaniumDemangle.cpp
  head/contrib/llvm/lib/Demangle/MicrosoftDemangle.cpp
  head/contrib/llvm/lib/ExecutionEngine/GDBRegistrationListener.cpp
  head/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp
  head/contrib/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp
  head/contrib/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
  head/contrib/llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp
  head/contrib/llvm/lib/ExecutionEngine/MCJIT/MCJIT.h
  head/contrib/llvm/lib/ExecutionEngine/OProfileJIT/OProfileJITEventListener.cpp
  head/contrib/llvm/lib/ExecutionEngine/Orc/CompileOnDemandLayer.cpp
  head/contrib/llvm/lib/ExecutionEngine/Orc/Core.cpp
  head/contrib/llvm/lib/ExecutionEngine/Orc/ExecutionUtils.cpp
  head/contrib/llvm/lib/ExecutionEngine/Orc/IRCompileLayer.cpp
  head/contrib/llvm/lib/ExecutionEngine/Orc/IRTransformLayer.cpp
  head/contrib/llvm/lib/ExecutionEngine/Orc/IndirectionUtils.cpp
  head/contrib/llvm/lib/ExecutionEngine/Orc/LLJIT.cpp
  head/contrib/llvm/lib/ExecutionEngine/Orc/Layer.cpp
  head/contrib/llvm/lib/ExecutionEngine/Orc/Legacy.cpp
  head/contrib/llvm/lib/ExecutionEngine/Orc/NullResolver.cpp
  head/contrib/llvm/lib/ExecutionEngine/Orc/ObjectTransformLayer.cpp
  head/contrib/llvm/lib/ExecutionEngine/Orc/OrcABISupport.cpp
  head/contrib/llvm/lib/ExecutionEngine/Orc/OrcCBindings.cpp
  head/contrib/llvm/lib/ExecutionEngine/Orc/OrcCBindingsStack.h
  head/contrib/llvm/lib/ExecutionEngine/Orc/OrcMCJITReplacement.cpp
  head/contrib/llvm/lib/ExecutionEngine/Orc/OrcMCJITReplacement.h
  head/contrib/llvm/lib/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.cpp
  head/contrib/llvm/lib/ExecutionEngine/PerfJITEvents/PerfJITEventListener.cpp
  head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/JITSymbol.cpp
  head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
  head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.cpp
  head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp
  head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCheckerImpl.h
  head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
  head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
  head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
  head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFThumb.h
  head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFX86_64.h
  head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOARM.h
  head/contrib/llvm/lib/FuzzMutate/IRMutator.cpp
  head/contrib/llvm/lib/FuzzMutate/RandomIRBuilder.cpp
  head/contrib/llvm/lib/IR/AsmWriter.cpp
  head/contrib/llvm/lib/IR/Attributes.cpp
  head/contrib/llvm/lib/IR/AutoUpgrade.cpp
  head/contrib/llvm/lib/IR/BasicBlock.cpp
  head/contrib/llvm/lib/IR/ConstantFold.cpp
  head/contrib/llvm/lib/IR/Constants.cpp
  head/contrib/llvm/lib/IR/ConstantsContext.h
  head/contrib/llvm/lib/IR/Core.cpp
  head/contrib/llvm/lib/IR/DIBuilder.cpp
  head/contrib/llvm/lib/IR/DataLayout.cpp
  head/contrib/llvm/lib/IR/DebugInfo.cpp
  head/contrib/llvm/lib/IR/DebugInfoMetadata.cpp
  head/contrib/llvm/lib/IR/DebugLoc.cpp
  head/contrib/llvm/lib/IR/DiagnosticInfo.cpp
  head/contrib/llvm/lib/IR/DomTreeUpdater.cpp
  head/contrib/llvm/lib/IR/Dominators.cpp
  head/contrib/llvm/lib/IR/Function.cpp
  head/contrib/llvm/lib/IR/Globals.cpp
  head/contrib/llvm/lib/IR/IRBuilder.cpp
  head/contrib/llvm/lib/IR/IRPrintingPasses.cpp
  head/contrib/llvm/lib/IR/Instruction.cpp
  head/contrib/llvm/lib/IR/Instructions.cpp
  head/contrib/llvm/lib/IR/IntrinsicInst.cpp
  head/contrib/llvm/lib/IR/LLVMContext.cpp
  head/contrib/llvm/lib/IR/LLVMContextImpl.h
  head/contrib/llvm/lib/IR/LegacyPassManager.cpp
  head/contrib/llvm/lib/IR/MDBuilder.cpp
  head/contrib/llvm/lib/IR/Metadata.cpp
  head/contrib/llvm/lib/IR/Module.cpp
  head/contrib/llvm/lib/IR/ModuleSummaryIndex.cpp
  head/contrib/llvm/lib/IR/SafepointIRVerifier.cpp
  head/contrib/llvm/lib/IR/Type.cpp
  head/contrib/llvm/lib/IR/Value.cpp
  head/contrib/llvm/lib/IR/Verifier.cpp
  head/contrib/llvm/lib/LTO/LTO.cpp
  head/contrib/llvm/lib/LTO/LTOBackend.cpp
  head/contrib/llvm/lib/LTO/LTOCodeGenerator.cpp
  head/contrib/llvm/lib/LTO/LTOModule.cpp
  head/contrib/llvm/lib/LTO/ThinLTOCodeGenerator.cpp
  head/contrib/llvm/lib/LTO/UpdateCompilerUsed.cpp
  head/contrib/llvm/lib/Linker/IRMover.cpp
  head/contrib/llvm/lib/MC/ConstantPools.cpp
  head/contrib/llvm/lib/MC/ELFObjectWriter.cpp
  head/contrib/llvm/lib/MC/MCAsmInfoCOFF.cpp
  head/contrib/llvm/lib/MC/MCAsmInfoWasm.cpp
  head/contrib/llvm/lib/MC/MCAsmStreamer.cpp
  head/contrib/llvm/lib/MC/MCAssembler.cpp
  head/contrib/llvm/lib/MC/MCCodeView.cpp
  head/contrib/llvm/lib/MC/MCContext.cpp
  head/contrib/llvm/lib/MC/MCDwarf.cpp
  head/contrib/llvm/lib/MC/MCELFObjectTargetWriter.cpp
  head/contrib/llvm/lib/MC/MCExpr.cpp
  head/contrib/llvm/lib/MC/MCFragment.cpp
  head/contrib/llvm/lib/MC/MCInst.cpp
  head/contrib/llvm/lib/MC/MCInstrAnalysis.cpp
  head/contrib/llvm/lib/MC/MCInstrDesc.cpp
  head/contrib/llvm/lib/MC/MCMachOStreamer.cpp
  head/contrib/llvm/lib/MC/MCNullStreamer.cpp
  head/contrib/llvm/lib/MC/MCObjectFileInfo.cpp
  head/contrib/llvm/lib/MC/MCObjectStreamer.cpp
  head/contrib/llvm/lib/MC/MCParser/AsmLexer.cpp
  head/contrib/llvm/lib/MC/MCParser/AsmParser.cpp
  head/contrib/llvm/lib/MC/MCParser/DarwinAsmParser.cpp
  head/contrib/llvm/lib/MC/MCParser/ELFAsmParser.cpp
  head/contrib/llvm/lib/MC/MCParser/MCAsmLexer.cpp
  head/contrib/llvm/lib/MC/MCParser/MCAsmParser.cpp
  head/contrib/llvm/lib/MC/MCRegisterInfo.cpp
  head/contrib/llvm/lib/MC/MCSection.cpp
  head/contrib/llvm/lib/MC/MCSectionELF.cpp
  head/contrib/llvm/lib/MC/MCStreamer.cpp
  head/contrib/llvm/lib/MC/MCWasmStreamer.cpp
  head/contrib/llvm/lib/MC/MCWin64EH.cpp
  head/contrib/llvm/lib/MC/MachObjectWriter.cpp
  head/contrib/llvm/lib/MC/WasmObjectWriter.cpp
  head/contrib/llvm/lib/MC/WinCOFFObjectWriter.cpp
  head/contrib/llvm/lib/Object/ArchiveWriter.cpp
  head/contrib/llvm/lib/Object/Binary.cpp
  head/contrib/llvm/lib/Object/COFFObjectFile.cpp
  head/contrib/llvm/lib/Object/ELF.cpp
  head/contrib/llvm/lib/Object/ELFObjectFile.cpp
  head/contrib/llvm/lib/Object/Error.cpp
  head/contrib/llvm/lib/Object/MachOObjectFile.cpp
  head/contrib/llvm/lib/Object/ModuleSymbolTable.cpp
  head/contrib/llvm/lib/Object/Object.cpp
  head/contrib/llvm/lib/Object/ObjectFile.cpp
  head/contrib/llvm/lib/Object/WasmObjectFile.cpp
  head/contrib/llvm/lib/Object/WindowsResource.cpp
  head/contrib/llvm/lib/ObjectYAML/COFFYAML.cpp
  head/contrib/llvm/lib/ObjectYAML/CodeViewYAMLDebugSections.cpp
  head/contrib/llvm/lib/ObjectYAML/CodeViewYAMLSymbols.cpp
  head/contrib/llvm/lib/ObjectYAML/ELFYAML.cpp
  head/contrib/llvm/lib/ObjectYAML/WasmYAML.cpp
  head/contrib/llvm/lib/Option/OptTable.cpp
  head/contrib/llvm/lib/Passes/PassBuilder.cpp
  head/contrib/llvm/lib/Passes/PassRegistry.def
  head/contrib/llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
  head/contrib/llvm/lib/ProfileData/GCOV.cpp
  head/contrib/llvm/lib/ProfileData/InstrProf.cpp
  head/contrib/llvm/lib/ProfileData/InstrProfReader.cpp
  head/contrib/llvm/lib/ProfileData/ProfileSummaryBuilder.cpp
  head/contrib/llvm/lib/ProfileData/SampleProf.cpp
  head/contrib/llvm/lib/ProfileData/SampleProfReader.cpp
  head/contrib/llvm/lib/ProfileData/SampleProfWriter.cpp
  head/contrib/llvm/lib/Support/APInt.cpp
  head/contrib/llvm/lib/Support/BinaryStreamError.cpp
  head/contrib/llvm/lib/Support/COM.cpp
  head/contrib/llvm/lib/Support/CachePruning.cpp
  head/contrib/llvm/lib/Support/CodeGenCoverage.cpp
  head/contrib/llvm/lib/Support/CommandLine.cpp
  head/contrib/llvm/lib/Support/Compression.cpp
  head/contrib/llvm/lib/Support/DebugCounter.cpp
  head/contrib/llvm/lib/Support/Error.cpp
  head/contrib/llvm/lib/Support/FileOutputBuffer.cpp
  head/contrib/llvm/lib/Support/FoldingSet.cpp
  head/contrib/llvm/lib/Support/FormatVariadic.cpp
  head/contrib/llvm/lib/Support/Hashing.cpp
  head/contrib/llvm/lib/Support/Host.cpp
  head/contrib/llvm/lib/Support/JSON.cpp
  head/contrib/llvm/lib/Support/Locale.cpp
  head/contrib/llvm/lib/Support/LockFileManager.cpp
  head/contrib/llvm/lib/Support/Path.cpp
  head/contrib/llvm/lib/Support/Process.cpp
  head/contrib/llvm/lib/Support/RandomNumberGenerator.cpp
  head/contrib/llvm/lib/Support/Signals.cpp
  head/contrib/llvm/lib/Support/SourceMgr.cpp
  head/contrib/llvm/lib/Support/StringSaver.cpp
  head/contrib/llvm/lib/Support/TargetParser.cpp
  head/contrib/llvm/lib/Support/TargetRegistry.cpp
  head/contrib/llvm/lib/Support/Timer.cpp
  head/contrib/llvm/lib/Support/Triple.cpp
  head/contrib/llvm/lib/Support/Unix/Path.inc
  head/contrib/llvm/lib/Support/Unix/Signals.inc
  head/contrib/llvm/lib/Support/Unix/Threading.inc
  head/contrib/llvm/lib/Support/Windows/Path.inc
  head/contrib/llvm/lib/Support/Windows/Process.inc
  head/contrib/llvm/lib/Support/Windows/Program.inc
  head/contrib/llvm/lib/Support/Windows/Threading.inc
  head/contrib/llvm/lib/Support/Windows/WindowsSupport.h
  head/contrib/llvm/lib/Support/WithColor.cpp
  head/contrib/llvm/lib/Support/YAMLTraits.cpp
  head/contrib/llvm/lib/Support/raw_ostream.cpp
  head/contrib/llvm/lib/TableGen/Main.cpp
  head/contrib/llvm/lib/TableGen/Record.cpp
  head/contrib/llvm/lib/TableGen/TGLexer.cpp
  head/contrib/llvm/lib/TableGen/TGLexer.h
  head/contrib/llvm/lib/TableGen/TGParser.h
  head/contrib/llvm/lib/Target/AArch64/AArch64.h
  head/contrib/llvm/lib/Target/AArch64/AArch64.td
  head/contrib/llvm/lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64CallLowering.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64CallLowering.h
  head/contrib/llvm/lib/Target/AArch64/AArch64CallingConvention.td
  head/contrib/llvm/lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64FastISel.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64FrameLowering.h
  head/contrib/llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64ISelLowering.h
  head/contrib/llvm/lib/Target/AArch64/AArch64InstrFormats.td
  head/contrib/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64InstrInfo.h
  head/contrib/llvm/lib/Target/AArch64/AArch64InstrInfo.td
  head/contrib/llvm/lib/Target/AArch64/AArch64InstructionSelector.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64LegalizerInfo.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64LegalizerInfo.h
  head/contrib/llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64MCInstLower.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64MachineFunctionInfo.h
  head/contrib/llvm/lib/Target/AArch64/AArch64MacroFusion.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64RegisterBankInfo.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64RegisterInfo.h
  head/contrib/llvm/lib/Target/AArch64/AArch64RegisterInfo.td
  head/contrib/llvm/lib/Target/AArch64/AArch64SchedExynosM1.td
  head/contrib/llvm/lib/Target/AArch64/AArch64SchedExynosM3.td
  head/contrib/llvm/lib/Target/AArch64/AArch64Schedule.td
  head/contrib/llvm/lib/Target/AArch64/AArch64StorePairSuppress.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64Subtarget.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64Subtarget.h
  head/contrib/llvm/lib/Target/AArch64/AArch64SystemOperands.td
  head/contrib/llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64TargetObjectFile.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h
  head/contrib/llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
  head/contrib/llvm/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp
  head/contrib/llvm/lib/Target/AArch64/Disassembler/AArch64ExternalSymbolizer.cpp
  head/contrib/llvm/lib/Target/AArch64/InstPrinter/AArch64InstPrinter.cpp
  head/contrib/llvm/lib/Target/AArch64/InstPrinter/AArch64InstPrinter.h
  head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64AddressingModes.h
  head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp
  head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64ELFObjectWriter.cpp
  head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp
  head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp
  head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.cpp
  head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp
  head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.h
  head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.cpp
  head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.h
  head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64WinCOFFStreamer.cpp
  head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64WinCOFFStreamer.h
  head/contrib/llvm/lib/Target/AArch64/SVEInstrFormats.td
  head/contrib/llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.cpp
  head/contrib/llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.h
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPU.h
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPU.td
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUAliasAnalysis.cpp
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUAliasAnalysis.h
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUAlwaysInlinePass.cpp
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUAnnotateUniformValues.cpp
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.h
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUCallLowering.h
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUCallingConv.td
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUGISel.td
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUGenRegisterBankInfo.def
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUHSAMetadataStreamer.cpp
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUHSAMetadataStreamer.h
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUInline.cpp
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.td
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUInstructions.td
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUIntrinsicInfo.cpp
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUIntrinsicInfo.h
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPULibCalls.cpp
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPULibFunc.cpp
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPULowerKernelArguments.cpp
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUMCInstLower.cpp
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUMacroFusion.cpp
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUPTNote.h
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUPerfHintAnalysis.cpp
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.h
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPURegisterBanks.td
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPURegisterInfo.h
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPURewriteOutArguments.cpp
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUSearchableTables.td
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.cpp
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.h
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUTargetObjectFile.cpp
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUTargetObjectFile.h
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUUnifyDivergentExitNodes.cpp
  head/contrib/llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
  head/contrib/llvm/lib/Target/AMDGPU/BUFInstructions.td
  head/contrib/llvm/lib/Target/AMDGPU/DSInstructions.td
  head/contrib/llvm/lib/Target/AMDGPU/FLATInstructions.td
  head/contrib/llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
  head/contrib/llvm/lib/Target/AMDGPU/GCNILPSched.cpp
  head/contrib/llvm/lib/Target/AMDGPU/GCNIterativeScheduler.cpp
  head/contrib/llvm/lib/Target/AMDGPU/GCNMinRegStrategy.cpp
  head/contrib/llvm/lib/Target/AMDGPU/GCNProcessors.td
  head/contrib/llvm/lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp
  head/contrib/llvm/lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.h
  head/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFObjectWriter.cpp
  head/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp
  head/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.h
  head/contrib/llvm/lib/Target/AMDGPU/MIMGInstructions.td
  head/contrib/llvm/lib/Target/AMDGPU/R600EmitClauseMarkers.cpp
  head/contrib/llvm/lib/Target/AMDGPU/R600ISelLowering.cpp
  head/contrib/llvm/lib/Target/AMDGPU/R600InstrInfo.cpp
  head/contrib/llvm/lib/Target/AMDGPU/R600InstrInfo.h
  head/contrib/llvm/lib/Target/AMDGPU/R600Instructions.td
  head/contrib/llvm/lib/Target/AMDGPU/R600MachineScheduler.cpp
  head/contrib/llvm/lib/Target/AMDGPU/SIAnnotateControlFlow.cpp
  head/contrib/llvm/lib/Target/AMDGPU/SIDefines.h
  head/contrib/llvm/lib/Target/AMDGPU/SIFixSGPRCopies.cpp
  head/contrib/llvm/lib/Target/AMDGPU/SIFixWWMLiveness.cpp
  head/contrib/llvm/lib/Target/AMDGPU/SIFoldOperands.cpp
  head/contrib/llvm/lib/Target/AMDGPU/SIFormMemoryClauses.cpp
  head/contrib/llvm/lib/Target/AMDGPU/SIFrameLowering.cpp
  head/contrib/llvm/lib/Target/AMDGPU/SIISelLowering.cpp
  head/contrib/llvm/lib/Target/AMDGPU/SIISelLowering.h
  head/contrib/llvm/lib/Target/AMDGPU/SIInsertSkips.cpp
  head/contrib/llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
  head/contrib/llvm/lib/Target/AMDGPU/SIInstrFormats.td
  head/contrib/llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
  head/contrib/llvm/lib/Target/AMDGPU/SIInstrInfo.h
  head/contrib/llvm/lib/Target/AMDGPU/SIInstrInfo.td
  head/contrib/llvm/lib/Target/AMDGPU/SIInstructions.td
  head/contrib/llvm/lib/Target/AMDGPU/SIIntrinsics.td
  head/contrib/llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
  head/contrib/llvm/lib/Target/AMDGPU/SILowerControlFlow.cpp
  head/contrib/llvm/lib/Target/AMDGPU/SILowerI1Copies.cpp
  head/contrib/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
  head/contrib/llvm/lib/Target/AMDGPU/SIMachineScheduler.cpp
  head/contrib/llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp
  head/contrib/llvm/lib/Target/AMDGPU/SIOptimizeExecMaskingPreRA.cpp
  head/contrib/llvm/lib/Target/AMDGPU/SIPeepholeSDWA.cpp
  head/contrib/llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
  head/contrib/llvm/lib/Target/AMDGPU/SIRegisterInfo.h
  head/contrib/llvm/lib/Target/AMDGPU/SIRegisterInfo.td
  head/contrib/llvm/lib/Target/AMDGPU/SIShrinkInstructions.cpp
  head/contrib/llvm/lib/Target/AMDGPU/SMInstructions.td
  head/contrib/llvm/lib/Target/AMDGPU/SOPInstructions.td
  head/contrib/llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
  head/contrib/llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
  head/contrib/llvm/lib/Target/AMDGPU/Utils/AMDKernelCodeTInfo.h
  head/contrib/llvm/lib/Target/AMDGPU/VOP1Instructions.td
  head/contrib/llvm/lib/Target/AMDGPU/VOP2Instructions.td
  head/contrib/llvm/lib/Target/AMDGPU/VOP3Instructions.td
  head/contrib/llvm/lib/Target/AMDGPU/VOP3PInstructions.td
  head/contrib/llvm/lib/Target/AMDGPU/VOPCInstructions.td
  head/contrib/llvm/lib/Target/AMDGPU/VOPInstructions.td
  head/contrib/llvm/lib/Target/ARC/ARCTargetMachine.cpp
  head/contrib/llvm/lib/Target/ARC/InstPrinter/ARCInstPrinter.cpp
  head/contrib/llvm/lib/Target/ARM/ARM.td
  head/contrib/llvm/lib/Target/ARM/ARMAsmPrinter.cpp
  head/contrib/llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
  head/contrib/llvm/lib/Target/ARM/ARMBaseInstrInfo.h
  head/contrib/llvm/lib/Target/ARM/ARMBaseRegisterInfo.cpp
  head/contrib/llvm/lib/Target/ARM/ARMBaseRegisterInfo.h
  head/contrib/llvm/lib/Target/ARM/ARMCallLowering.cpp
  head/contrib/llvm/lib/Target/ARM/ARMCallLowering.h
  head/contrib/llvm/lib/Target/ARM/ARMCodeGenPrepare.cpp
  head/contrib/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp
  head/contrib/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
  head/contrib/llvm/lib/Target/ARM/ARMFastISel.cpp
  head/contrib/llvm/lib/Target/ARM/ARMFrameLowering.cpp
  head/contrib/llvm/lib/Target/ARM/ARMFrameLowering.h
  head/contrib/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp
  head/contrib/llvm/lib/Target/ARM/ARMISelLowering.cpp
  head/contrib/llvm/lib/Target/ARM/ARMISelLowering.h
  head/contrib/llvm/lib/Target/ARM/ARMInstrFormats.td
  head/contrib/llvm/lib/Target/ARM/ARMInstrInfo.cpp
  head/contrib/llvm/lib/Target/ARM/ARMInstrInfo.h
  head/contrib/llvm/lib/Target/ARM/ARMInstrInfo.td
  head/contrib/llvm/lib/Target/ARM/ARMInstrNEON.td
  head/contrib/llvm/lib/Target/ARM/ARMInstrThumb.td
  head/contrib/llvm/lib/Target/ARM/ARMInstrThumb2.td
  head/contrib/llvm/lib/Target/ARM/ARMInstrVFP.td
  head/contrib/llvm/lib/Target/ARM/ARMInstructionSelector.cpp
  head/contrib/llvm/lib/Target/ARM/ARMLegalizerInfo.cpp
  head/contrib/llvm/lib/Target/ARM/ARMLegalizerInfo.h
  head/contrib/llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
  head/contrib/llvm/lib/Target/ARM/ARMMacroFusion.cpp
  head/contrib/llvm/lib/Target/ARM/ARMMacroFusion.h
  head/contrib/llvm/lib/Target/ARM/ARMParallelDSP.cpp
  head/contrib/llvm/lib/Target/ARM/ARMRegisterBankInfo.cpp
  head/contrib/llvm/lib/Target/ARM/ARMSubtarget.cpp
  head/contrib/llvm/lib/Target/ARM/ARMSubtarget.h
  head/contrib/llvm/lib/Target/ARM/ARMTargetMachine.cpp
  head/contrib/llvm/lib/Target/ARM/ARMTargetObjectFile.cpp
  head/contrib/llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
  head/contrib/llvm/lib/Target/ARM/ARMTargetTransformInfo.h
  head/contrib/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
  head/contrib/llvm/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
  head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMAddressingModes.h
  head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
  head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMBaseInfo.h
  head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp
  head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
  head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp
  head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMachObjectWriter.cpp
  head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMTargetStreamer.cpp
  head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMWinCOFFObjectWriter.cpp
  head/contrib/llvm/lib/Target/ARM/Thumb2InstrInfo.cpp
  head/contrib/llvm/lib/Target/ARM/Thumb2SizeReduction.cpp
  head/contrib/llvm/lib/Target/AVR/AVRExpandPseudoInsts.cpp
  head/contrib/llvm/lib/Target/AVR/AVRISelDAGToDAG.cpp
  head/contrib/llvm/lib/Target/AVR/AVRISelLowering.cpp
  head/contrib/llvm/lib/Target/AVR/AVRInstrInfo.td
  head/contrib/llvm/lib/Target/AVR/AVRRegisterInfo.cpp
  head/contrib/llvm/lib/Target/AVR/AVRRegisterInfo.td
  head/contrib/llvm/lib/Target/AVR/AVRTargetMachine.cpp
  head/contrib/llvm/lib/Target/AVR/AsmParser/AVRAsmParser.cpp
  head/contrib/llvm/lib/Target/BPF/AsmParser/BPFAsmParser.cpp
  head/contrib/llvm/lib/Target/BPF/BPF.h
  head/contrib/llvm/lib/Target/BPF/BPFAsmPrinter.cpp
  head/contrib/llvm/lib/Target/BPF/BPFRegisterInfo.h
  head/contrib/llvm/lib/Target/BPF/BPFTargetMachine.cpp
  head/contrib/llvm/lib/Target/BPF/Disassembler/BPFDisassembler.cpp
  head/contrib/llvm/lib/Target/BPF/MCTargetDesc/BPFELFObjectWriter.cpp
  head/contrib/llvm/lib/Target/BPF/MCTargetDesc/BPFMCAsmInfo.h
  head/contrib/llvm/lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp
  head/contrib/llvm/lib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp
  head/contrib/llvm/lib/Target/Hexagon/Hexagon.h
  head/contrib/llvm/lib/Target/Hexagon/Hexagon.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonAsmPrinter.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonBitSimplify.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonBitTracker.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonConstExtenders.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonConstPropagation.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonCopyToCombine.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonDepArch.h
  head/contrib/llvm/lib/Target/Hexagon/HexagonDepArch.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonDepIICHVX.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonDepIICScalar.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonDepITypes.h
  head/contrib/llvm/lib/Target/Hexagon/HexagonDepITypes.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonDepInstrFormats.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonDepInstrInfo.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonDepMappings.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonDepOperands.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonDepTimingClasses.h
  head/contrib/llvm/lib/Target/Hexagon/HexagonEarlyIfConv.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonExpandCondsets.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonFrameLowering.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonFrameLowering.h
  head/contrib/llvm/lib/Target/Hexagon/HexagonGenInsert.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonHardwareLoops.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonISelDAGToDAG.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonISelDAGToDAGHVX.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonISelLowering.h
  head/contrib/llvm/lib/Target/Hexagon/HexagonISelLoweringHVX.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonInstrFormats.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfo.h
  head/contrib/llvm/lib/Target/Hexagon/HexagonIntrinsics.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonIntrinsicsV5.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonMachineScheduler.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonOptAddrMode.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonPatterns.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonPseudo.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonRegisterInfo.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonRegisterInfo.h
  head/contrib/llvm/lib/Target/Hexagon/HexagonRegisterInfo.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonSchedule.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonScheduleV60.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonScheduleV62.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonScheduleV65.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonSplitConst32AndConst64.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonStoreWidening.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonSubtarget.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonSubtarget.h
  head/contrib/llvm/lib/Target/Hexagon/HexagonTargetMachine.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonTargetObjectFile.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonTargetObjectFile.h
  head/contrib/llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.h
  head/contrib/llvm/lib/Target/Hexagon/HexagonVLIWPacketizer.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonVLIWPacketizer.h
  head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h
  head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonInstPrinter.cpp
  head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonInstPrinter.h
  head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCDuplexInfo.cpp
  head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCExpr.cpp
  head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp
  head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.h
  head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.cpp
  head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.h
  head/contrib/llvm/lib/Target/Hexagon/RDFDeadCode.cpp
  head/contrib/llvm/lib/Target/Hexagon/RDFGraph.cpp
  head/contrib/llvm/lib/Target/Hexagon/RDFLiveness.cpp
  head/contrib/llvm/lib/Target/Lanai/LanaiISelLowering.cpp
  head/contrib/llvm/lib/Target/Lanai/LanaiInstrInfo.cpp
  head/contrib/llvm/lib/Target/Lanai/LanaiInstrInfo.h
  head/contrib/llvm/lib/Target/Lanai/LanaiMemAluCombiner.cpp
  head/contrib/llvm/lib/Target/Lanai/LanaiTargetMachine.cpp
  head/contrib/llvm/lib/Target/MSP430/InstPrinter/MSP430InstPrinter.cpp
  head/contrib/llvm/lib/Target/MSP430/InstPrinter/MSP430InstPrinter.h
  head/contrib/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.cpp
  head/contrib/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCTargetDesc.cpp
  head/contrib/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCTargetDesc.h
  head/contrib/llvm/lib/Target/MSP430/MSP430.h
  head/contrib/llvm/lib/Target/MSP430/MSP430.td
  head/contrib/llvm/lib/Target/MSP430/MSP430AsmPrinter.cpp
  head/contrib/llvm/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
  head/contrib/llvm/lib/Target/MSP430/MSP430ISelLowering.cpp
  head/contrib/llvm/lib/Target/MSP430/MSP430ISelLowering.h
  head/contrib/llvm/lib/Target/MSP430/MSP430InstrFormats.td
  head/contrib/llvm/lib/Target/MSP430/MSP430InstrInfo.cpp
  head/contrib/llvm/lib/Target/MSP430/MSP430InstrInfo.h
  head/contrib/llvm/lib/Target/MSP430/MSP430InstrInfo.td
  head/contrib/llvm/lib/Target/MSP430/MSP430MCInstLower.cpp
  head/contrib/llvm/lib/Target/MSP430/MSP430RegisterInfo.td
  head/contrib/llvm/lib/Target/MSP430/MSP430TargetMachine.cpp
  head/contrib/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
  head/contrib/llvm/lib/Target/Mips/Disassembler/MipsDisassembler.cpp
  head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.cpp
  head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp
  head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h
  head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
  head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsFixupKinds.h
  head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.cpp
  head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp
  head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCExpr.cpp
  head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCExpr.h
  head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp
  head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
  head/contrib/llvm/lib/Target/Mips/MicroMips32r6InstrInfo.td
  head/contrib/llvm/lib/Target/Mips/MicroMipsInstrFPU.td
  head/contrib/llvm/lib/Target/Mips/MicroMipsInstrFormats.td
  head/contrib/llvm/lib/Target/Mips/MicroMipsInstrInfo.td
  head/contrib/llvm/lib/Target/Mips/MicroMipsSizeReduction.cpp
  head/contrib/llvm/lib/Target/Mips/Mips.h
  head/contrib/llvm/lib/Target/Mips/Mips16HardFloat.cpp
  head/contrib/llvm/lib/Target/Mips/Mips16ISelLowering.cpp
  head/contrib/llvm/lib/Target/Mips/Mips16InstrInfo.cpp
  head/contrib/llvm/lib/Target/Mips/Mips16InstrInfo.h
  head/contrib/llvm/lib/Target/Mips/Mips32r6InstrFormats.td
  head/contrib/llvm/lib/Target/Mips/Mips32r6InstrInfo.td
  head/contrib/llvm/lib/Target/Mips/Mips64InstrInfo.td
  head/contrib/llvm/lib/Target/Mips/MipsAsmPrinter.cpp
  head/contrib/llvm/lib/Target/Mips/MipsAsmPrinter.h
  head/contrib/llvm/lib/Target/Mips/MipsBranchExpansion.cpp
  head/contrib/llvm/lib/Target/Mips/MipsCCState.cpp
  head/contrib/llvm/lib/Target/Mips/MipsCallLowering.cpp
  head/contrib/llvm/lib/Target/Mips/MipsCallLowering.h
  head/contrib/llvm/lib/Target/Mips/MipsCondMov.td
  head/contrib/llvm/lib/Target/Mips/MipsDelaySlotFiller.cpp
  head/contrib/llvm/lib/Target/Mips/MipsFastISel.cpp
  head/contrib/llvm/lib/Target/Mips/MipsISelLowering.cpp
  head/contrib/llvm/lib/Target/Mips/MipsISelLowering.h
  head/contrib/llvm/lib/Target/Mips/MipsInstrFPU.td
  head/contrib/llvm/lib/Target/Mips/MipsInstrInfo.cpp
  head/contrib/llvm/lib/Target/Mips/MipsInstrInfo.td
  head/contrib/llvm/lib/Target/Mips/MipsInstructionSelector.cpp
  head/contrib/llvm/lib/Target/Mips/MipsLegalizerInfo.cpp
  head/contrib/llvm/lib/Target/Mips/MipsLegalizerInfo.h
  head/contrib/llvm/lib/Target/Mips/MipsMCInstLower.cpp
  head/contrib/llvm/lib/Target/Mips/MipsMSAInstrInfo.td
  head/contrib/llvm/lib/Target/Mips/MipsRegisterBankInfo.cpp
  head/contrib/llvm/lib/Target/Mips/MipsRegisterInfo.h
  head/contrib/llvm/lib/Target/Mips/MipsRegisterInfo.td
  head/contrib/llvm/lib/Target/Mips/MipsSEISelDAGToDAG.cpp
  head/contrib/llvm/lib/Target/Mips/MipsSEISelLowering.cpp
  head/contrib/llvm/lib/Target/Mips/MipsSEInstrInfo.cpp
  head/contrib/llvm/lib/Target/Mips/MipsSEInstrInfo.h
  head/contrib/llvm/lib/Target/Mips/MipsSchedule.td
  head/contrib/llvm/lib/Target/Mips/MipsScheduleGeneric.td
  head/contrib/llvm/lib/Target/Mips/MipsSubtarget.h
  head/contrib/llvm/lib/Target/Mips/MipsTargetMachine.cpp
  head/contrib/llvm/lib/Target/Mips/MipsTargetObjectFile.cpp
  head/contrib/llvm/lib/Target/Mips/TargetInfo/MipsTargetInfo.cpp
  head/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXTargetStreamer.cpp
  head/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXTargetStreamer.h
  head/contrib/llvm/lib/Target/NVPTX/NVPTX.h
  head/contrib/llvm/lib/Target/NVPTX/NVPTX.td
  head/contrib/llvm/lib/Target/NVPTX/NVPTXAllocaHoisting.cpp
  head/contrib/llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
  head/contrib/llvm/lib/Target/NVPTX/NVPTXAsmPrinter.h
  head/contrib/llvm/lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp
  head/contrib/llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
  head/contrib/llvm/lib/Target/NVPTX/NVPTXISelLowering.h
  head/contrib/llvm/lib/Target/NVPTX/NVPTXInstrInfo.td
  head/contrib/llvm/lib/Target/NVPTX/NVPTXPrologEpilogPass.cpp
  head/contrib/llvm/lib/Target/NVPTX/NVPTXTargetMachine.cpp
  head/contrib/llvm/lib/Target/NVPTX/NVPTXTargetTransformInfo.h
  head/contrib/llvm/lib/Target/NVPTX/NVVMReflect.cpp
  head/contrib/llvm/lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
  head/contrib/llvm/lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp
  head/contrib/llvm/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp
  head/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp
  head/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h
  head/contrib/llvm/lib/Target/PowerPC/P9InstrResources.td
  head/contrib/llvm/lib/Target/PowerPC/PPC.td
  head/contrib/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
  head/contrib/llvm/lib/Target/PowerPC/PPCCallingConv.td
  head/contrib/llvm/lib/Target/PowerPC/PPCExpandISEL.cpp
  head/contrib/llvm/lib/Target/PowerPC/PPCFastISel.cpp
  head/contrib/llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
  head/contrib/llvm/lib/Target/PowerPC/PPCFrameLowering.h
  head/contrib/llvm/lib/Target/PowerPC/PPCHazardRecognizers.cpp
  head/contrib/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
  head/contrib/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  head/contrib/llvm/lib/Target/PowerPC/PPCISelLowering.h
  head/contrib/llvm/lib/Target/PowerPC/PPCInstr64Bit.td
  head/contrib/llvm/lib/Target/PowerPC/PPCInstrAltivec.td
  head/contrib/llvm/lib/Target/PowerPC/PPCInstrFormats.td
  head/contrib/llvm/lib/Target/PowerPC/PPCInstrHTM.td
  head/contrib/llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
  head/contrib/llvm/lib/Target/PowerPC/PPCInstrInfo.h
  head/contrib/llvm/lib/Target/PowerPC/PPCInstrInfo.td
  head/contrib/llvm/lib/Target/PowerPC/PPCInstrQPX.td
  head/contrib/llvm/lib/Target/PowerPC/PPCInstrSPE.td
  head/contrib/llvm/lib/Target/PowerPC/PPCInstrVSX.td
  head/contrib/llvm/lib/Target/PowerPC/PPCPreEmitPeephole.cpp
  head/contrib/llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp
  head/contrib/llvm/lib/Target/PowerPC/PPCRegisterInfo.h
  head/contrib/llvm/lib/Target/PowerPC/PPCRegisterInfo.td
  head/contrib/llvm/lib/Target/PowerPC/PPCSchedule.td
  head/contrib/llvm/lib/Target/PowerPC/PPCSchedule440.td
  head/contrib/llvm/lib/Target/PowerPC/PPCScheduleA2.td
  head/contrib/llvm/lib/Target/PowerPC/PPCScheduleE500.td
  head/contrib/llvm/lib/Target/PowerPC/PPCScheduleE500mc.td
  head/contrib/llvm/lib/Target/PowerPC/PPCScheduleE5500.td
  head/contrib/llvm/lib/Target/PowerPC/PPCScheduleG3.td
  head/contrib/llvm/lib/Target/PowerPC/PPCScheduleG4.td
  head/contrib/llvm/lib/Target/PowerPC/PPCScheduleG4Plus.td
  head/contrib/llvm/lib/Target/PowerPC/PPCScheduleG5.td
  head/contrib/llvm/lib/Target/PowerPC/PPCScheduleP7.td
  head/contrib/llvm/lib/Target/PowerPC/PPCScheduleP8.td
  head/contrib/llvm/lib/Target/PowerPC/PPCScheduleP9.td
  head/contrib/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
  head/contrib/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
  head/contrib/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.h
  head/contrib/llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
  head/contrib/llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp
  head/contrib/llvm/lib/Target/RISCV/InstPrinter/RISCVInstPrinter.cpp
  head/contrib/llvm/lib/Target/RISCV/InstPrinter/RISCVInstPrinter.h
  head/contrib/llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp
  head/contrib/llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.cpp
  head/contrib/llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.h
  head/contrib/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp
  head/contrib/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.cpp
  head/contrib/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.h
  head/contrib/llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.cpp
  head/contrib/llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.h
  head/contrib/llvm/lib/Target/RISCV/RISCV.h
  head/contrib/llvm/lib/Target/RISCV/RISCV.td
  head/contrib/llvm/lib/Target/RISCV/RISCVFrameLowering.cpp
  head/contrib/llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
  head/contrib/llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  head/contrib/llvm/lib/Target/RISCV/RISCVISelLowering.h
  head/contrib/llvm/lib/Target/RISCV/RISCVInstrFormats.td
  head/contrib/llvm/lib/Target/RISCV/RISCVInstrFormatsC.td
  head/contrib/llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
  head/contrib/llvm/lib/Target/RISCV/RISCVInstrInfo.td
  head/contrib/llvm/lib/Target/RISCV/RISCVInstrInfoA.td
  head/contrib/llvm/lib/Target/RISCV/RISCVInstrInfoC.td
  head/contrib/llvm/lib/Target/RISCV/RISCVInstrInfoD.td
  head/contrib/llvm/lib/Target/RISCV/RISCVInstrInfoF.td
  head/contrib/llvm/lib/Target/RISCV/RISCVInstrInfoM.td
  head/contrib/llvm/lib/Target/RISCV/RISCVMergeBaseOffset.cpp
  head/contrib/llvm/lib/Target/RISCV/RISCVTargetMachine.cpp
  head/contrib/llvm/lib/Target/Sparc/AsmParser/SparcAsmParser.cpp
  head/contrib/llvm/lib/Target/Sparc/Disassembler/SparcDisassembler.cpp
  head/contrib/llvm/lib/Target/Sparc/InstPrinter/SparcInstPrinter.cpp
  head/contrib/llvm/lib/Target/Sparc/InstPrinter/SparcInstPrinter.h
  head/contrib/llvm/lib/Target/Sparc/LeonFeatures.td
  head/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcAsmBackend.cpp
  head/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCExpr.cpp
  head/contrib/llvm/lib/Target/Sparc/Sparc.td
  head/contrib/llvm/lib/Target/Sparc/SparcAsmPrinter.cpp
  head/contrib/llvm/lib/Target/Sparc/SparcISelLowering.cpp
  head/contrib/llvm/lib/Target/Sparc/SparcISelLowering.h
  head/contrib/llvm/lib/Target/Sparc/SparcInstr64Bit.td
  head/contrib/llvm/lib/Target/Sparc/SparcInstrAliases.td
  head/contrib/llvm/lib/Target/Sparc/SparcInstrInfo.td
  head/contrib/llvm/lib/Target/Sparc/SparcRegisterInfo.cpp
  head/contrib/llvm/lib/Target/Sparc/SparcRegisterInfo.h
  head/contrib/llvm/lib/Target/Sparc/SparcSubtarget.cpp
  head/contrib/llvm/lib/Target/Sparc/SparcSubtarget.h
  head/contrib/llvm/lib/Target/Sparc/SparcTargetMachine.cpp
  head/contrib/llvm/lib/Target/Sparc/SparcTargetMachine.h
  head/contrib/llvm/lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
  head/contrib/llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp
  head/contrib/llvm/lib/Target/SystemZ/SystemZElimCompare.cpp
  head/contrib/llvm/lib/Target/SystemZ/SystemZHazardRecognizer.cpp
  head/contrib/llvm/lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
  head/contrib/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
  head/contrib/llvm/lib/Target/SystemZ/SystemZISelLowering.h
  head/contrib/llvm/lib/Target/SystemZ/SystemZInstrFP.td
  head/contrib/llvm/lib/Target/SystemZ/SystemZInstrFormats.td
  head/contrib/llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp
  head/contrib/llvm/lib/Target/SystemZ/SystemZInstrInfo.h
  head/contrib/llvm/lib/Target/SystemZ/SystemZInstrInfo.td
  head/contrib/llvm/lib/Target/SystemZ/SystemZInstrVector.td
  head/contrib/llvm/lib/Target/SystemZ/SystemZOperators.td
  head/contrib/llvm/lib/Target/SystemZ/SystemZRegisterInfo.cpp
  head/contrib/llvm/lib/Target/SystemZ/SystemZRegisterInfo.h
  head/contrib/llvm/lib/Target/SystemZ/SystemZRegisterInfo.td
  head/contrib/llvm/lib/Target/SystemZ/SystemZSchedule.td
  head/contrib/llvm/lib/Target/SystemZ/SystemZScheduleZ13.td
  head/contrib/llvm/lib/Target/SystemZ/SystemZScheduleZ14.td
  head/contrib/llvm/lib/Target/SystemZ/SystemZScheduleZ196.td
  head/contrib/llvm/lib/Target/SystemZ/SystemZScheduleZEC12.td
  head/contrib/llvm/lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp
  head/contrib/llvm/lib/Target/SystemZ/SystemZSubtarget.cpp
  head/contrib/llvm/lib/Target/SystemZ/SystemZSubtarget.h
  head/contrib/llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp
  head/contrib/llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.cpp
  head/contrib/llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.h
  head/contrib/llvm/lib/Target/TargetLoweringObjectFile.cpp
  head/contrib/llvm/lib/Target/TargetMachine.cpp
  head/contrib/llvm/lib/Target/TargetMachineC.cpp
  head/contrib/llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp
  head/contrib/llvm/lib/Target/WebAssembly/Disassembler/WebAssemblyDisassembler.cpp
  head/contrib/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.cpp
  head/contrib/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h
  head/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyAsmBackend.cpp
  head/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyFixupKinds.h
  head/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCCodeEmitter.cpp
  head/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.cpp
  head/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.h
  head/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.cpp
  head/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.h
  head/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyWasmObjectWriter.cpp
  head/contrib/llvm/lib/Target/WebAssembly/README.txt
  head/contrib/llvm/lib/Target/WebAssembly/WebAssembly.h
  head/contrib/llvm/lib/Target/WebAssembly/WebAssembly.td
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyAddMissingPrototypes.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.h
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyCFGSort.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyCallIndirectFixup.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyExceptionInfo.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyExplicitLocals.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyFastISel.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyFixFunctionBitcasts.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyFixIrreducibleControlFlow.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyFrameLowering.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyFrameLowering.h
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyISD.def
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.h
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrAtomics.td
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrCall.td
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrControl.td
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrConv.td
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrExceptRef.td
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrFloat.td
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrFormats.td
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.td
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrInteger.td
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrMemory.td
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyLateEHPrepare.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyLowerBrUnless.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyLowerGlobalDtors.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.h
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyOptimizeLiveIntervals.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyOptimizeReturned.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyPeephole.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyPrepareForLiveIntervals.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyRegColoring.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyRegisterInfo.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyRegisterInfo.td
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyReplacePhysRegs.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.h
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblySetP2AlignOperands.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblySubtarget.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblySubtarget.h
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyUtilities.cpp
  head/contrib/llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
  head/contrib/llvm/lib/Target/X86/Disassembler/X86DisassemblerDecoder.cpp
  head/contrib/llvm/lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp
  head/contrib/llvm/lib/Target/X86/InstPrinter/X86ATTInstPrinter.h
  head/contrib/llvm/lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp
  head/contrib/llvm/lib/Target/X86/InstPrinter/X86IntelInstPrinter.h
  head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
  head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86BaseInfo.h
  head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp
  head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h
  head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86TargetStreamer.h
  head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86WinCOFFObjectWriter.cpp
  head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86WinCOFFTargetStreamer.cpp
  head/contrib/llvm/lib/Target/X86/ShadowCallStack.cpp
  head/contrib/llvm/lib/Target/X86/Utils/X86ShuffleDecode.cpp
  head/contrib/llvm/lib/Target/X86/Utils/X86ShuffleDecode.h
  head/contrib/llvm/lib/Target/X86/X86.h
  head/contrib/llvm/lib/Target/X86/X86.td
  head/contrib/llvm/lib/Target/X86/X86AsmPrinter.cpp
  head/contrib/llvm/lib/Target/X86/X86AvoidStoreForwardingBlocks.cpp
  head/contrib/llvm/lib/Target/X86/X86CallFrameOptimization.cpp
  head/contrib/llvm/lib/Target/X86/X86CallLowering.cpp
  head/contrib/llvm/lib/Target/X86/X86CallLowering.h
  head/contrib/llvm/lib/Target/X86/X86CallingConv.td
  head/contrib/llvm/lib/Target/X86/X86CmovConversion.cpp
  head/contrib/llvm/lib/Target/X86/X86DomainReassignment.cpp
  head/contrib/llvm/lib/Target/X86/X86FastISel.cpp
  head/contrib/llvm/lib/Target/X86/X86FixupBWInsts.cpp
  head/contrib/llvm/lib/Target/X86/X86FixupLEAs.cpp
  head/contrib/llvm/lib/Target/X86/X86FlagsCopyLowering.cpp
  head/contrib/llvm/lib/Target/X86/X86FrameLowering.cpp
  head/contrib/llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
  head/contrib/llvm/lib/Target/X86/X86ISelLowering.cpp
  head/contrib/llvm/lib/Target/X86/X86ISelLowering.h
  head/contrib/llvm/lib/Target/X86/X86Instr3DNow.td
  head/contrib/llvm/lib/Target/X86/X86InstrAVX512.td
  head/contrib/llvm/lib/Target/X86/X86InstrArithmetic.td
  head/contrib/llvm/lib/Target/X86/X86InstrCMovSetCC.td
  head/contrib/llvm/lib/Target/X86/X86InstrCompiler.td
  head/contrib/llvm/lib/Target/X86/X86InstrControl.td
  head/contrib/llvm/lib/Target/X86/X86InstrExtension.td
  head/contrib/llvm/lib/Target/X86/X86InstrFMA.td
  head/contrib/llvm/lib/Target/X86/X86InstrFPStack.td
  head/contrib/llvm/lib/Target/X86/X86InstrFragmentsSIMD.td
  head/contrib/llvm/lib/Target/X86/X86InstrInfo.cpp
  head/contrib/llvm/lib/Target/X86/X86InstrInfo.h
  head/contrib/llvm/lib/Target/X86/X86InstrInfo.td
  head/contrib/llvm/lib/Target/X86/X86InstrMMX.td
  head/contrib/llvm/lib/Target/X86/X86InstrSSE.td
  head/contrib/llvm/lib/Target/X86/X86InstrShiftRotate.td
  head/contrib/llvm/lib/Target/X86/X86InstrVecCompiler.td
  head/contrib/llvm/lib/Target/X86/X86InstrXOP.td
  head/contrib/llvm/lib/Target/X86/X86InstructionSelector.cpp
  head/contrib/llvm/lib/Target/X86/X86InterleavedAccess.cpp
  head/contrib/llvm/lib/Target/X86/X86IntrinsicsInfo.h
  head/contrib/llvm/lib/Target/X86/X86LegalizerInfo.cpp
  head/contrib/llvm/lib/Target/X86/X86MCInstLower.cpp
  head/contrib/llvm/lib/Target/X86/X86MacroFusion.cpp
  head/contrib/llvm/lib/Target/X86/X86MacroFusion.h
  head/contrib/llvm/lib/Target/X86/X86OptimizeLEAs.cpp
  head/contrib/llvm/lib/Target/X86/X86PfmCounters.td
  head/contrib/llvm/lib/Target/X86/X86RegisterBankInfo.cpp
  head/contrib/llvm/lib/Target/X86/X86RegisterInfo.td
  head/contrib/llvm/lib/Target/X86/X86RetpolineThunks.cpp
  head/contrib/llvm/lib/Target/X86/X86SchedBroadwell.td
  head/contrib/llvm/lib/Target/X86/X86SchedHaswell.td
  head/contrib/llvm/lib/Target/X86/X86SchedPredicates.td
  head/contrib/llvm/lib/Target/X86/X86SchedSandyBridge.td
  head/contrib/llvm/lib/Target/X86/X86SchedSkylakeClient.td
  head/contrib/llvm/lib/Target/X86/X86SchedSkylakeServer.td
  head/contrib/llvm/lib/Target/X86/X86Schedule.td
  head/contrib/llvm/lib/Target/X86/X86ScheduleAtom.td
  head/contrib/llvm/lib/Target/X86/X86ScheduleBtVer2.td
  head/contrib/llvm/lib/Target/X86/X86ScheduleSLM.td
  head/contrib/llvm/lib/Target/X86/X86ScheduleZnver1.td
  head/contrib/llvm/lib/Target/X86/X86SelectionDAGInfo.cpp
  head/contrib/llvm/lib/Target/X86/X86ShuffleDecodeConstantPool.cpp
  head/contrib/llvm/lib/Target/X86/X86ShuffleDecodeConstantPool.h
  head/contrib/llvm/lib/Target/X86/X86SpeculativeLoadHardening.cpp
  head/contrib/llvm/lib/Target/X86/X86Subtarget.cpp
  head/contrib/llvm/lib/Target/X86/X86Subtarget.h
  head/contrib/llvm/lib/Target/X86/X86TargetMachine.cpp
  head/contrib/llvm/lib/Target/X86/X86TargetMachine.h
  head/contrib/llvm/lib/Target/X86/X86TargetTransformInfo.cpp
  head/contrib/llvm/lib/Target/X86/X86TargetTransformInfo.h
  head/contrib/llvm/lib/Target/X86/X86WinEHState.cpp
  head/contrib/llvm/lib/Target/XCore/XCoreFrameLowering.cpp
  head/contrib/llvm/lib/Target/XCore/XCoreISelDAGToDAG.cpp
  head/contrib/llvm/lib/Target/XCore/XCoreISelLowering.cpp
  head/contrib/llvm/lib/Target/XCore/XCoreLowerThreadLocal.cpp
  head/contrib/llvm/lib/Target/XCore/XCoreRegisterInfo.h
  head/contrib/llvm/lib/Target/XCore/XCoreTargetMachine.cpp
  head/contrib/llvm/lib/ToolDrivers/llvm-dlltool/DlltoolDriver.cpp
  head/contrib/llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp
  head/contrib/llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp
  head/contrib/llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombineInternal.h
  head/contrib/llvm/lib/Transforms/Coroutines/CoroElide.cpp
  head/contrib/llvm/lib/Transforms/Coroutines/CoroFrame.cpp
  head/contrib/llvm/lib/Transforms/Coroutines/CoroSplit.cpp
  head/contrib/llvm/lib/Transforms/Coroutines/Coroutines.cpp
  head/contrib/llvm/lib/Transforms/IPO/AlwaysInliner.cpp
  head/contrib/llvm/lib/Transforms/IPO/ArgumentPromotion.cpp
  head/contrib/llvm/lib/Transforms/IPO/CalledValuePropagation.cpp
  head/contrib/llvm/lib/Transforms/IPO/ConstantMerge.cpp
  head/contrib/llvm/lib/Transforms/IPO/DeadArgumentElimination.cpp
  head/contrib/llvm/lib/Transforms/IPO/ExtractGV.cpp
  head/contrib/llvm/lib/Transforms/IPO/ForceFunctionAttrs.cpp
  head/contrib/llvm/lib/Transforms/IPO/FunctionAttrs.cpp
  head/contrib/llvm/lib/Transforms/IPO/FunctionImport.cpp
  head/contrib/llvm/lib/Transforms/IPO/GlobalDCE.cpp
  head/contrib/llvm/lib/Transforms/IPO/GlobalOpt.cpp
  head/contrib/llvm/lib/Transforms/IPO/IPO.cpp
  head/contrib/llvm/lib/Transforms/IPO/Inliner.cpp
  head/contrib/llvm/lib/Transforms/IPO/LoopExtractor.cpp
  head/contrib/llvm/lib/Transforms/IPO/LowerTypeTests.cpp
  head/contrib/llvm/lib/Transforms/IPO/MergeFunctions.cpp
  head/contrib/llvm/lib/Transforms/IPO/PartialInlining.cpp
  head/contrib/llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
  head/contrib/llvm/lib/Transforms/IPO/PruneEH.cpp
  head/contrib/llvm/lib/Transforms/IPO/SCCP.cpp
  head/contrib/llvm/lib/Transforms/IPO/SampleProfile.cpp
  head/contrib/llvm/lib/Transforms/IPO/SyntheticCountsPropagation.cpp
  head/contrib/llvm/lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp
  head/contrib/llvm/lib/Transforms/IPO/WholeProgramDevirt.cpp
  head/contrib/llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
  head/contrib/llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
  head/contrib/llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
  head/contrib/llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
  head/contrib/llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
  head/contrib/llvm/lib/Transforms/InstCombine/InstCombineInternal.h
  head/contrib/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
  head/contrib/llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
  head/contrib/llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp
  head/contrib/llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
  head/contrib/llvm/lib/Transforms/InstCombine/InstCombineShifts.cpp
  head/contrib/llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
  head/contrib/llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
  head/contrib/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
  head/contrib/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
  head/contrib/llvm/lib/Transforms/Instrumentation/CFGMST.h
  head/contrib/llvm/lib/Transforms/Instrumentation/CGProfile.cpp
  head/contrib/llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
  head/contrib/llvm/lib/Transforms/Instrumentation/EfficiencySanitizer.cpp
  head/contrib/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp
  head/contrib/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
  head/contrib/llvm/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
  head/contrib/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
  head/contrib/llvm/lib/Transforms/Instrumentation/Instrumentation.cpp
  head/contrib/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
  head/contrib/llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
  head/contrib/llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp
  head/contrib/llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp
  head/contrib/llvm/lib/Transforms/ObjCARC/ARCRuntimeEntryPoints.h
  head/contrib/llvm/lib/Transforms/ObjCARC/DependencyAnalysis.cpp
  head/contrib/llvm/lib/Transforms/ObjCARC/ObjCARC.h
  head/contrib/llvm/lib/Transforms/ObjCARC/ObjCARCContract.cpp
  head/contrib/llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp
  head/contrib/llvm/lib/Transforms/Scalar/ADCE.cpp
  head/contrib/llvm/lib/Transforms/Scalar/BDCE.cpp
  head/contrib/llvm/lib/Transforms/Scalar/CallSiteSplitting.cpp
  head/contrib/llvm/lib/Transforms/Scalar/ConstantHoisting.cpp
  head/contrib/llvm/lib/Transforms/Scalar/ConstantProp.cpp
  head/contrib/llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
  head/contrib/llvm/lib/Transforms/Scalar/DCE.cpp
  head/contrib/llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
  head/contrib/llvm/lib/Transforms/Scalar/DivRemPairs.cpp
  head/contrib/llvm/lib/Transforms/Scalar/EarlyCSE.cpp
  head/contrib/llvm/lib/Transforms/Scalar/GVN.cpp
  head/contrib/llvm/lib/Transforms/Scalar/GVNHoist.cpp
  head/contrib/llvm/lib/Transforms/Scalar/GVNSink.cpp
  head/contrib/llvm/lib/Transforms/Scalar/GuardWidening.cpp
  head/contrib/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
  head/contrib/llvm/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
  head/contrib/llvm/lib/Transforms/Scalar/JumpThreading.cpp
  head/contrib/llvm/lib/Transforms/Scalar/LICM.cpp
  head/contrib/llvm/lib/Transforms/Scalar/LoopDistribute.cpp
  head/contrib/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
  head/contrib/llvm/lib/Transforms/Scalar/LoopInstSimplify.cpp
  head/contrib/llvm/lib/Transforms/Scalar/LoopInterchange.cpp
  head/contrib/llvm/lib/Transforms/Scalar/LoopPassManager.cpp
  head/contrib/llvm/lib/Transforms/Scalar/LoopPredication.cpp
  head/contrib/llvm/lib/Transforms/Scalar/LoopRotation.cpp
  head/contrib/llvm/lib/Transforms/Scalar/LoopSimplifyCFG.cpp
  head/contrib/llvm/lib/Transforms/Scalar/LoopSink.cpp
  head/contrib/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
  head/contrib/llvm/lib/Transforms/Scalar/LoopUnrollAndJamPass.cpp
  head/contrib/llvm/lib/Transforms/Scalar/LoopUnrollPass.cpp
  head/contrib/llvm/lib/Transforms/Scalar/LoopUnswitch.cpp
  head/contrib/llvm/lib/Transforms/Scalar/LoopVersioningLICM.cpp
  head/contrib/llvm/lib/Transforms/Scalar/LowerGuardIntrinsic.cpp
  head/contrib/llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp
  head/contrib/llvm/lib/Transforms/Scalar/MergeICmps.cpp
  head/contrib/llvm/lib/Transforms/Scalar/MergedLoadStoreMotion.cpp
  head/contrib/llvm/lib/Transforms/Scalar/NewGVN.cpp
  head/contrib/llvm/lib/Transforms/Scalar/PartiallyInlineLibCalls.cpp
  head/contrib/llvm/lib/Transforms/Scalar/PlaceSafepoints.cpp
  head/contrib/llvm/lib/Transforms/Scalar/Reassociate.cpp
  head/contrib/llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
  head/contrib/llvm/lib/Transforms/Scalar/SCCP.cpp
  head/contrib/llvm/lib/Transforms/Scalar/SROA.cpp
  head/contrib/llvm/lib/Transforms/Scalar/Scalar.cpp
  head/contrib/llvm/lib/Transforms/Scalar/Scalarizer.cpp
  head/contrib/llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
  head/contrib/llvm/lib/Transforms/Scalar/Sink.cpp
  head/contrib/llvm/lib/Transforms/Scalar/SpeculateAroundPHIs.cpp
  head/contrib/llvm/lib/Transforms/Scalar/StraightLineStrengthReduce.cpp
  head/contrib/llvm/lib/Transforms/Scalar/StructurizeCFG.cpp
  head/contrib/llvm/lib/Transforms/Scalar/TailRecursionElimination.cpp
  head/contrib/llvm/lib/Transforms/Utils/AddDiscriminators.cpp
  head/contrib/llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
  head/contrib/llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp
  head/contrib/llvm/lib/Transforms/Utils/BuildLibCalls.cpp
  head/contrib/llvm/lib/Transforms/Utils/CallPromotionUtils.cpp
  head/contrib/llvm/lib/Transforms/Utils/CloneFunction.cpp
  head/contrib/llvm/lib/Transforms/Utils/CloneModule.cpp
  head/contrib/llvm/lib/Transforms/Utils/CodeExtractor.cpp
  head/contrib/llvm/lib/Transforms/Utils/CtorUtils.cpp
  head/contrib/llvm/lib/Transforms/Utils/DemoteRegToStack.cpp
  head/contrib/llvm/lib/Transforms/Utils/EscapeEnumerator.cpp
  head/contrib/llvm/lib/Transforms/Utils/Evaluator.cpp
  head/contrib/llvm/lib/Transforms/Utils/FlattenCFG.cpp
  head/contrib/llvm/lib/Transforms/Utils/FunctionComparator.cpp
  head/contrib/llvm/lib/Transforms/Utils/FunctionImportUtils.cpp
  head/contrib/llvm/lib/Transforms/Utils/ImportedFunctionsInliningStatistics.cpp
  head/contrib/llvm/lib/Transforms/Utils/InlineFunction.cpp
  head/contrib/llvm/lib/Transforms/Utils/LibCallsShrinkWrap.cpp
  head/contrib/llvm/lib/Transforms/Utils/Local.cpp
  head/contrib/llvm/lib/Transforms/Utils/LoopRotationUtils.cpp
  head/contrib/llvm/lib/Transforms/Utils/LoopSimplify.cpp
  head/contrib/llvm/lib/Transforms/Utils/LoopUnroll.cpp
  head/contrib/llvm/lib/Transforms/Utils/LoopUnrollAndJam.cpp
  head/contrib/llvm/lib/Transforms/Utils/LoopUnrollPeel.cpp
  head/contrib/llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp
  head/contrib/llvm/lib/Transforms/Utils/LoopUtils.cpp
  head/contrib/llvm/lib/Transforms/Utils/LowerMemIntrinsics.cpp
  head/contrib/llvm/lib/Transforms/Utils/LowerSwitch.cpp
  head/contrib/llvm/lib/Transforms/Utils/ModuleUtils.cpp
  head/contrib/llvm/lib/Transforms/Utils/PredicateInfo.cpp
  head/contrib/llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp
  head/contrib/llvm/lib/Transforms/Utils/SimplifyCFG.cpp
  head/contrib/llvm/lib/Transforms/Utils/SimplifyIndVar.cpp
  head/contrib/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
  head/contrib/llvm/lib/Transforms/Utils/SplitModule.cpp
  head/contrib/llvm/lib/Transforms/Utils/Utils.cpp
  head/contrib/llvm/lib/Transforms/Vectorize/LoadStoreVectorizer.cpp
  head/contrib/llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
  head/contrib/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  head/contrib/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
  head/contrib/llvm/lib/Transforms/Vectorize/VPRecipeBuilder.h
  head/contrib/llvm/lib/Transforms/Vectorize/VPlan.cpp
  head/contrib/llvm/lib/Transforms/Vectorize/VPlan.h
  head/contrib/llvm/lib/Transforms/Vectorize/VPlanHCFGBuilder.cpp
  head/contrib/llvm/lib/Transforms/Vectorize/VPlanHCFGTransforms.cpp
  head/contrib/llvm/lib/Transforms/Vectorize/VPlanValue.h
  head/contrib/llvm/lib/Transforms/Vectorize/Vectorize.cpp
  head/contrib/llvm/lib/XRay/InstrumentationMap.cpp
  head/contrib/llvm/lib/XRay/Trace.cpp
  head/contrib/llvm/tools/bugpoint/CrashDebugger.cpp
  head/contrib/llvm/tools/bugpoint/ExecutionDriver.cpp
  head/contrib/llvm/tools/bugpoint/OptimizerDriver.cpp
  head/contrib/llvm/tools/bugpoint/ToolRunner.cpp
  head/contrib/llvm/tools/bugpoint/ToolRunner.h
  head/contrib/llvm/tools/clang/FREEBSD-Xlist
  head/contrib/llvm/tools/clang/LICENSE.TXT
  head/contrib/llvm/tools/clang/include/clang-c/Index.h
  head/contrib/llvm/tools/clang/include/clang/AST/ASTContext.h
  head/contrib/llvm/tools/clang/include/clang/AST/ASTDiagnostic.h
  head/contrib/llvm/tools/clang/include/clang/AST/ASTImporter.h
  head/contrib/llvm/tools/clang/include/clang/AST/ASTStructuralEquivalence.h
  head/contrib/llvm/tools/clang/include/clang/AST/ASTVector.h
  head/contrib/llvm/tools/clang/include/clang/AST/Attr.h
  head/contrib/llvm/tools/clang/include/clang/AST/AttrIterator.h
  head/contrib/llvm/tools/clang/include/clang/AST/BaseSubobject.h
  head/contrib/llvm/tools/clang/include/clang/AST/CanonicalType.h
  head/contrib/llvm/tools/clang/include/clang/AST/Comment.h
  head/contrib/llvm/tools/clang/include/clang/AST/CommentDiagnostic.h
  head/contrib/llvm/tools/clang/include/clang/AST/CommentVisitor.h
  head/contrib/llvm/tools/clang/include/clang/AST/Decl.h
  head/contrib/llvm/tools/clang/include/clang/AST/DeclBase.h
  head/contrib/llvm/tools/clang/include/clang/AST/DeclCXX.h
  head/contrib/llvm/tools/clang/include/clang/AST/DeclFriend.h
  head/contrib/llvm/tools/clang/include/clang/AST/DeclObjC.h
  head/contrib/llvm/tools/clang/include/clang/AST/DeclOpenMP.h
  head/contrib/llvm/tools/clang/include/clang/AST/DeclTemplate.h
  head/contrib/llvm/tools/clang/include/clang/AST/DeclVisitor.h
  head/contrib/llvm/tools/clang/include/clang/AST/DeclarationName.h
  head/contrib/llvm/tools/clang/include/clang/AST/EvaluatedExprVisitor.h
  head/contrib/llvm/tools/clang/include/clang/AST/Expr.h
  head/contrib/llvm/tools/clang/include/clang/AST/ExprCXX.h
  head/contrib/llvm/tools/clang/include/clang/AST/ExprObjC.h
  head/contrib/llvm/tools/clang/include/clang/AST/ExprOpenMP.h
  head/contrib/llvm/tools/clang/include/clang/AST/GlobalDecl.h
  head/contrib/llvm/tools/clang/include/clang/AST/LexicallyOrderedRecursiveASTVisitor.h
  head/contrib/llvm/tools/clang/include/clang/AST/Mangle.h
  head/contrib/llvm/tools/clang/include/clang/AST/NSAPI.h
  head/contrib/llvm/tools/clang/include/clang/AST/NestedNameSpecifier.h
  head/contrib/llvm/tools/clang/include/clang/AST/ODRHash.h
  head/contrib/llvm/tools/clang/include/clang/AST/OpenMPClause.h
  head/contrib/llvm/tools/clang/include/clang/AST/OperationKinds.def
  head/contrib/llvm/tools/clang/include/clang/AST/PrettyPrinter.h
  head/contrib/llvm/tools/clang/include/clang/AST/RawCommentList.h
  head/contrib/llvm/tools/clang/include/clang/AST/RecursiveASTVisitor.h
  head/contrib/llvm/tools/clang/include/clang/AST/Stmt.h
  head/contrib/llvm/tools/clang/include/clang/AST/StmtCXX.h
  head/contrib/llvm/tools/clang/include/clang/AST/StmtDataCollectors.td
  head/contrib/llvm/tools/clang/include/clang/AST/StmtObjC.h
  head/contrib/llvm/tools/clang/include/clang/AST/StmtOpenMP.h
  head/contrib/llvm/tools/clang/include/clang/AST/StmtVisitor.h
  head/contrib/llvm/tools/clang/include/clang/AST/TemplateBase.h
  head/contrib/llvm/tools/clang/include/clang/AST/TemplateName.h
  head/contrib/llvm/tools/clang/include/clang/AST/Type.h
  head/contrib/llvm/tools/clang/include/clang/AST/TypeLoc.h
  head/contrib/llvm/tools/clang/include/clang/ASTMatchers/ASTMatchers.h
  head/contrib/llvm/tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
  head/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/Parser.h
  head/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/LiveVariables.h
  head/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ThreadSafetyCommon.h
  head/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h
  head/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ThreadSafetyTraverse.h
  head/contrib/llvm/tools/clang/include/clang/Analysis/AnalysisDeclContext.h
  head/contrib/llvm/tools/clang/include/clang/Analysis/AnalysisDiagnostic.h
  head/contrib/llvm/tools/clang/include/clang/Analysis/CallGraph.h
  head/contrib/llvm/tools/clang/include/clang/Analysis/CloneDetection.h
  head/contrib/llvm/tools/clang/include/clang/Analysis/ConstructionContext.h
  head/contrib/llvm/tools/clang/include/clang/Analysis/ProgramPoint.h
  head/contrib/llvm/tools/clang/include/clang/Basic/AlignedAllocation.h
  head/contrib/llvm/tools/clang/include/clang/Basic/AllDiagnostics.h
  head/contrib/llvm/tools/clang/include/clang/Basic/Attr.td
  head/contrib/llvm/tools/clang/include/clang/Basic/AttrDocs.td
  head/contrib/llvm/tools/clang/include/clang/Basic/Builtins.def
  head/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsAArch64.def
  head/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsAMDGPU.def
  head/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsARM.def
  head/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsHexagon.def
  head/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsPPC.def
  head/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsWebAssembly.def
  head/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsX86.def
  head/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsX86_64.def
  head/contrib/llvm/tools/clang/include/clang/Basic/Cuda.h
  head/contrib/llvm/tools/clang/include/clang/Basic/DebugInfoOptions.h
  head/contrib/llvm/tools/clang/include/clang/Basic/DeclNodes.td
  head/contrib/llvm/tools/clang/include/clang/Basic/Diagnostic.h
  head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticASTKinds.td
  head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticCommonKinds.td
  head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticCrossTUKinds.td
  head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticDriverKinds.td
  head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticFrontendKinds.td
  head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticGroups.td
  head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticIDs.h
  head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticLexKinds.td
  head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticParseKinds.td
  head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticSemaKinds.td
  head/contrib/llvm/tools/clang/include/clang/Basic/Features.def
  head/contrib/llvm/tools/clang/include/clang/Basic/FileManager.h
  head/contrib/llvm/tools/clang/include/clang/Basic/FileSystemStatCache.h
  head/contrib/llvm/tools/clang/include/clang/Basic/IdentifierTable.h
  head/contrib/llvm/tools/clang/include/clang/Basic/LangOptions.def
  head/contrib/llvm/tools/clang/include/clang/Basic/LangOptions.h
  head/contrib/llvm/tools/clang/include/clang/Basic/ObjCRuntime.h
  head/contrib/llvm/tools/clang/include/clang/Basic/OpenCLExtensions.def
  head/contrib/llvm/tools/clang/include/clang/Basic/OpenCLOptions.h
  head/contrib/llvm/tools/clang/include/clang/Basic/OpenMPKinds.def
  head/contrib/llvm/tools/clang/include/clang/Basic/OpenMPKinds.h
  head/contrib/llvm/tools/clang/include/clang/Basic/PlistSupport.h
  head/contrib/llvm/tools/clang/include/clang/Basic/Sanitizers.def
  head/contrib/llvm/tools/clang/include/clang/Basic/Sanitizers.h
  head/contrib/llvm/tools/clang/include/clang/Basic/SourceLocation.h
  head/contrib/llvm/tools/clang/include/clang/Basic/SourceManager.h
  head/contrib/llvm/tools/clang/include/clang/Basic/Specifiers.h
  head/contrib/llvm/tools/clang/include/clang/Basic/StmtNodes.td
  head/contrib/llvm/tools/clang/include/clang/Basic/TargetBuiltins.h
  head/contrib/llvm/tools/clang/include/clang/Basic/TargetInfo.h
  head/contrib/llvm/tools/clang/include/clang/Basic/TargetOptions.h
  head/contrib/llvm/tools/clang/include/clang/Basic/TokenKinds.def
  head/contrib/llvm/tools/clang/include/clang/Basic/TokenKinds.h
  head/contrib/llvm/tools/clang/include/clang/Basic/TypeTraits.h
  head/contrib/llvm/tools/clang/include/clang/Basic/X86Target.def
  head/contrib/llvm/tools/clang/include/clang/Basic/XRayInstr.h
  head/contrib/llvm/tools/clang/include/clang/Basic/arm_neon.td
  head/contrib/llvm/tools/clang/include/clang/Basic/arm_neon_incl.td
  head/contrib/llvm/tools/clang/include/clang/CodeGen/CGFunctionInfo.h
  head/contrib/llvm/tools/clang/include/clang/CodeGen/SwiftCallingConv.h
  head/contrib/llvm/tools/clang/include/clang/CrossTU/CrossTUDiagnostic.h
  head/contrib/llvm/tools/clang/include/clang/CrossTU/CrossTranslationUnit.h
  head/contrib/llvm/tools/clang/include/clang/Driver/Action.h
  head/contrib/llvm/tools/clang/include/clang/Driver/CC1Options.td
  head/contrib/llvm/tools/clang/include/clang/Driver/CLCompatOptions.td
  head/contrib/llvm/tools/clang/include/clang/Driver/Distro.h
  head/contrib/llvm/tools/clang/include/clang/Driver/Driver.h
  head/contrib/llvm/tools/clang/include/clang/Driver/DriverDiagnostic.h
  head/contrib/llvm/tools/clang/include/clang/Driver/Job.h
  head/contrib/llvm/tools/clang/include/clang/Driver/Options.td
  head/contrib/llvm/tools/clang/include/clang/Driver/SanitizerArgs.h
  head/contrib/llvm/tools/clang/include/clang/Driver/ToolChain.h
  head/contrib/llvm/tools/clang/include/clang/Driver/Types.def
  head/contrib/llvm/tools/clang/include/clang/Format/Format.h
  head/contrib/llvm/tools/clang/include/clang/Frontend/ASTConsumers.h
  head/contrib/llvm/tools/clang/include/clang/Frontend/ASTUnit.h
  head/contrib/llvm/tools/clang/include/clang/Frontend/CompilerInstance.h
  head/contrib/llvm/tools/clang/include/clang/Frontend/CompilerInvocation.h
  head/contrib/llvm/tools/clang/include/clang/Frontend/FrontendAction.h
  head/contrib/llvm/tools/clang/include/clang/Frontend/FrontendActions.h
  head/contrib/llvm/tools/clang/include/clang/Frontend/FrontendDiagnostic.h
  head/contrib/llvm/tools/clang/include/clang/Frontend/FrontendOptions.h
  head/contrib/llvm/tools/clang/include/clang/Frontend/LangStandards.def
  head/contrib/llvm/tools/clang/include/clang/Frontend/PCHContainerOperations.h
  head/contrib/llvm/tools/clang/include/clang/Frontend/PrecompiledPreamble.h
  head/contrib/llvm/tools/clang/include/clang/Frontend/Utils.h
  head/contrib/llvm/tools/clang/include/clang/Index/IndexDataConsumer.h
  head/contrib/llvm/tools/clang/include/clang/Index/IndexSymbol.h
  head/contrib/llvm/tools/clang/include/clang/Index/IndexingAction.h
  head/contrib/llvm/tools/clang/include/clang/Index/USRGeneration.h
  head/contrib/llvm/tools/clang/include/clang/Lex/CodeCompletionHandler.h
  head/contrib/llvm/tools/clang/include/clang/Lex/DirectoryLookup.h
  head/contrib/llvm/tools/clang/include/clang/Lex/HeaderMap.h
  head/contrib/llvm/tools/clang/include/clang/Lex/HeaderSearch.h
  head/contrib/llvm/tools/clang/include/clang/Lex/LexDiagnostic.h
  head/contrib/llvm/tools/clang/include/clang/Lex/Lexer.h
  head/contrib/llvm/tools/clang/include/clang/Lex/MacroInfo.h
  head/contrib/llvm/tools/clang/include/clang/Lex/ModuleMap.h
  head/contrib/llvm/tools/clang/include/clang/Lex/PPCallbacks.h
  head/contrib/llvm/tools/clang/include/clang/Lex/Pragma.h
  head/contrib/llvm/tools/clang/include/clang/Lex/PreprocessingRecord.h
  head/contrib/llvm/tools/clang/include/clang/Lex/Preprocessor.h
  head/contrib/llvm/tools/clang/include/clang/Lex/PreprocessorLexer.h
  head/contrib/llvm/tools/clang/include/clang/Lex/PreprocessorOptions.h
  head/contrib/llvm/tools/clang/include/clang/Lex/TokenConcatenation.h
  head/contrib/llvm/tools/clang/include/clang/Lex/TokenLexer.h
  head/contrib/llvm/tools/clang/include/clang/Parse/ParseDiagnostic.h
  head/contrib/llvm/tools/clang/include/clang/Parse/Parser.h
  head/contrib/llvm/tools/clang/include/clang/Sema/CodeCompleteConsumer.h
  head/contrib/llvm/tools/clang/include/clang/Sema/CodeCompleteOptions.h
  head/contrib/llvm/tools/clang/include/clang/Sema/DeclSpec.h
  head/contrib/llvm/tools/clang/include/clang/Sema/Initialization.h
  head/contrib/llvm/tools/clang/include/clang/Sema/Lookup.h
  head/contrib/llvm/tools/clang/include/clang/Sema/Overload.h
  head/contrib/llvm/tools/clang/include/clang/Sema/ParsedAttr.h
  head/contrib/llvm/tools/clang/include/clang/Sema/Scope.h
  head/contrib/llvm/tools/clang/include/clang/Sema/ScopeInfo.h
  head/contrib/llvm/tools/clang/include/clang/Sema/Sema.h
  head/contrib/llvm/tools/clang/include/clang/Sema/SemaDiagnostic.h
  head/contrib/llvm/tools/clang/include/clang/Serialization/ASTBitCodes.h
  head/contrib/llvm/tools/clang/include/clang/Serialization/ASTReader.h
  head/contrib/llvm/tools/clang/include/clang/Serialization/ASTWriter.h
  head/contrib/llvm/tools/clang/include/clang/Serialization/ContinuousRangeMap.h
  head/contrib/llvm/tools/clang/include/clang/Serialization/GlobalModuleIndex.h
  head/contrib/llvm/tools/clang/include/clang/Serialization/SerializationDiagnostic.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/CheckerBase.td
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/Analyses.def
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/Checker.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeMap.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Environment.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/RangedConstraintManager.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Regions.def
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTSolver.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/TaintManager.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/WorkList.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Frontend/CheckerRegistration.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Frontend/FrontendActions.h
  head/contrib/llvm/tools/clang/include/clang/Tooling/AllTUsExecution.h
  head/contrib/llvm/tools/clang/include/clang/Tooling/ArgumentsAdjusters.h
  head/contrib/llvm/tools/clang/include/clang/Tooling/CompilationDatabase.h
  head/contrib/llvm/tools/clang/include/clang/Tooling/CompilationDatabasePluginRegistry.h
  head/contrib/llvm/tools/clang/include/clang/Tooling/DiagnosticsYaml.h
  head/contrib/llvm/tools/clang/include/clang/Tooling/Execution.h
  head/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/RecursiveSymbolVisitor.h
  head/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/RefactoringDiagnostic.h
  head/contrib/llvm/tools/clang/include/clang/Tooling/StandaloneExecution.h
  head/contrib/llvm/tools/clang/include/clang/Tooling/Tooling.h
  head/contrib/llvm/tools/clang/include/clang/module.modulemap
  head/contrib/llvm/tools/clang/lib/ARCMigrate/ARCMT.cpp
  head/contrib/llvm/tools/clang/lib/ARCMigrate/FileRemapper.cpp
  head/contrib/llvm/tools/clang/lib/ARCMigrate/ObjCMT.cpp
  head/contrib/llvm/tools/clang/lib/ARCMigrate/TransAPIUses.cpp
  head/contrib/llvm/tools/clang/lib/ARCMigrate/TransAutoreleasePool.cpp
  head/contrib/llvm/tools/clang/lib/ARCMigrate/TransGCAttrs.cpp
  head/contrib/llvm/tools/clang/lib/ARCMigrate/TransGCCalls.cpp
  head/contrib/llvm/tools/clang/lib/ARCMigrate/TransProtectedScope.cpp
  head/contrib/llvm/tools/clang/lib/ARCMigrate/TransRetainReleaseDealloc.cpp
  head/contrib/llvm/tools/clang/lib/ARCMigrate/TransUnbridgedCasts.cpp
  head/contrib/llvm/tools/clang/lib/ARCMigrate/TransformActions.cpp
  head/contrib/llvm/tools/clang/lib/ARCMigrate/Transforms.cpp
  head/contrib/llvm/tools/clang/lib/AST/APValue.cpp
  head/contrib/llvm/tools/clang/lib/AST/ASTContext.cpp
  head/contrib/llvm/tools/clang/lib/AST/ASTDiagnostic.cpp
  head/contrib/llvm/tools/clang/lib/AST/ASTDumper.cpp
  head/contrib/llvm/tools/clang/lib/AST/ASTImporter.cpp
  head/contrib/llvm/tools/clang/lib/AST/ASTStructuralEquivalence.cpp
  head/contrib/llvm/tools/clang/lib/AST/CXXInheritance.cpp
  head/contrib/llvm/tools/clang/lib/AST/CommentLexer.cpp
  head/contrib/llvm/tools/clang/lib/AST/CommentParser.cpp
  head/contrib/llvm/tools/clang/lib/AST/CommentSema.cpp
  head/contrib/llvm/tools/clang/lib/AST/Decl.cpp
  head/contrib/llvm/tools/clang/lib/AST/DeclBase.cpp
  head/contrib/llvm/tools/clang/lib/AST/DeclCXX.cpp
  head/contrib/llvm/tools/clang/lib/AST/DeclObjC.cpp
  head/contrib/llvm/tools/clang/lib/AST/DeclOpenMP.cpp
  head/contrib/llvm/tools/clang/lib/AST/DeclPrinter.cpp
  head/contrib/llvm/tools/clang/lib/AST/DeclTemplate.cpp
  head/contrib/llvm/tools/clang/lib/AST/DeclarationName.cpp
  head/contrib/llvm/tools/clang/lib/AST/Expr.cpp
  head/contrib/llvm/tools/clang/lib/AST/ExprCXX.cpp
  head/contrib/llvm/tools/clang/lib/AST/ExprClassification.cpp
  head/contrib/llvm/tools/clang/lib/AST/ExprConstant.cpp
  head/contrib/llvm/tools/clang/lib/AST/ExternalASTMerger.cpp
  head/contrib/llvm/tools/clang/lib/AST/ItaniumMangle.cpp
  head/contrib/llvm/tools/clang/lib/AST/Linkage.h
  head/contrib/llvm/tools/clang/lib/AST/Mangle.cpp
  head/contrib/llvm/tools/clang/lib/AST/MicrosoftMangle.cpp
  head/contrib/llvm/tools/clang/lib/AST/NSAPI.cpp
  head/contrib/llvm/tools/clang/lib/AST/NestedNameSpecifier.cpp
  head/contrib/llvm/tools/clang/lib/AST/ODRHash.cpp
  head/contrib/llvm/tools/clang/lib/AST/OpenMPClause.cpp
  head/contrib/llvm/tools/clang/lib/AST/ParentMap.cpp
  head/contrib/llvm/tools/clang/lib/AST/RawCommentList.cpp
  head/contrib/llvm/tools/clang/lib/AST/RecordLayoutBuilder.cpp
  head/contrib/llvm/tools/clang/lib/AST/SelectorLocationsKind.cpp
  head/contrib/llvm/tools/clang/lib/AST/Stmt.cpp
  head/contrib/llvm/tools/clang/lib/AST/StmtCXX.cpp
  head/contrib/llvm/tools/clang/lib/AST/StmtObjC.cpp
  head/contrib/llvm/tools/clang/lib/AST/StmtOpenMP.cpp
  head/contrib/llvm/tools/clang/lib/AST/StmtPrinter.cpp
  head/contrib/llvm/tools/clang/lib/AST/StmtProfile.cpp
  head/contrib/llvm/tools/clang/lib/AST/Type.cpp
  head/contrib/llvm/tools/clang/lib/AST/TypeLoc.cpp
  head/contrib/llvm/tools/clang/lib/AST/TypePrinter.cpp
  head/contrib/llvm/tools/clang/lib/AST/VTableBuilder.cpp
  head/contrib/llvm/tools/clang/lib/ASTMatchers/ASTMatchFinder.cpp
  head/contrib/llvm/tools/clang/lib/ASTMatchers/ASTMatchersInternal.cpp
  head/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/Parser.cpp
  head/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  head/contrib/llvm/tools/clang/lib/Analysis/AnalysisDeclContext.cpp
  head/contrib/llvm/tools/clang/lib/Analysis/BodyFarm.cpp
  head/contrib/llvm/tools/clang/lib/Analysis/CFG.cpp
  head/contrib/llvm/tools/clang/lib/Analysis/CallGraph.cpp
  head/contrib/llvm/tools/clang/lib/Analysis/CloneDetection.cpp
  head/contrib/llvm/tools/clang/lib/Analysis/Consumed.cpp
  head/contrib/llvm/tools/clang/lib/Analysis/LiveVariables.cpp
  head/contrib/llvm/tools/clang/lib/Analysis/ProgramPoint.cpp
  head/contrib/llvm/tools/clang/lib/Analysis/ReachableCode.cpp
  head/contrib/llvm/tools/clang/lib/Analysis/ThreadSafety.cpp
  head/contrib/llvm/tools/clang/lib/Analysis/ThreadSafetyCommon.cpp
  head/contrib/llvm/tools/clang/lib/Analysis/ThreadSafetyTIL.cpp
  head/contrib/llvm/tools/clang/lib/Basic/Attributes.cpp
  head/contrib/llvm/tools/clang/lib/Basic/Builtins.cpp
  head/contrib/llvm/tools/clang/lib/Basic/Cuda.cpp
  head/contrib/llvm/tools/clang/lib/Basic/Diagnostic.cpp
  head/contrib/llvm/tools/clang/lib/Basic/FileManager.cpp
  head/contrib/llvm/tools/clang/lib/Basic/FileSystemStatCache.cpp
  head/contrib/llvm/tools/clang/lib/Basic/IdentifierTable.cpp
  head/contrib/llvm/tools/clang/lib/Basic/Module.cpp
  head/contrib/llvm/tools/clang/lib/Basic/OpenMPKinds.cpp
  head/contrib/llvm/tools/clang/lib/Basic/SourceLocation.cpp
  head/contrib/llvm/tools/clang/lib/Basic/SourceManager.cpp
  head/contrib/llvm/tools/clang/lib/Basic/TargetInfo.cpp
  head/contrib/llvm/tools/clang/lib/Basic/Targets.cpp
  head/contrib/llvm/tools/clang/lib/Basic/Targets/AArch64.cpp
  head/contrib/llvm/tools/clang/lib/Basic/Targets/AArch64.h
  head/contrib/llvm/tools/clang/lib/Basic/Targets/AMDGPU.cpp
  head/contrib/llvm/tools/clang/lib/Basic/Targets/AMDGPU.h
  head/contrib/llvm/tools/clang/lib/Basic/Targets/ARM.cpp
  head/contrib/llvm/tools/clang/lib/Basic/Targets/Hexagon.cpp
  head/contrib/llvm/tools/clang/lib/Basic/Targets/Mips.cpp
  head/contrib/llvm/tools/clang/lib/Basic/Targets/Mips.h
  head/contrib/llvm/tools/clang/lib/Basic/Targets/NVPTX.cpp
  head/contrib/llvm/tools/clang/lib/Basic/Targets/OSTargets.cpp
  head/contrib/llvm/tools/clang/lib/Basic/Targets/OSTargets.h
  head/contrib/llvm/tools/clang/lib/Basic/Targets/PPC.cpp
  head/contrib/llvm/tools/clang/lib/Basic/Targets/PPC.h
  head/contrib/llvm/tools/clang/lib/Basic/Targets/SPIR.h
  head/contrib/llvm/tools/clang/lib/Basic/Targets/Sparc.h
  head/contrib/llvm/tools/clang/lib/Basic/Targets/WebAssembly.cpp
  head/contrib/llvm/tools/clang/lib/Basic/Targets/WebAssembly.h
  head/contrib/llvm/tools/clang/lib/Basic/Targets/X86.cpp
  head/contrib/llvm/tools/clang/lib/Basic/Targets/X86.h
  head/contrib/llvm/tools/clang/lib/Basic/Version.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/BackendUtil.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGAtomic.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGBlocks.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGBlocks.h
  head/contrib/llvm/tools/clang/lib/CodeGen/CGBuiltin.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGCUDANV.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGCXX.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGCXXABI.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGCall.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGCall.h
  head/contrib/llvm/tools/clang/lib/CodeGen/CGClass.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGCleanup.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGCoroutine.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGDebugInfo.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGDebugInfo.h
  head/contrib/llvm/tools/clang/lib/CodeGen/CGDecl.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGDeclCXX.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGException.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGExpr.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGExprAgg.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGExprCXX.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGExprComplex.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGExprConstant.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGExprScalar.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGLoopInfo.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGLoopInfo.h
  head/contrib/llvm/tools/clang/lib/CodeGen/CGNonTrivialStruct.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGObjC.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGObjCGNU.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGObjCMac.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGObjCRuntime.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGObjCRuntime.h
  head/contrib/llvm/tools/clang/lib/CodeGen/CGOpenCLRuntime.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGOpenCLRuntime.h
  head/contrib/llvm/tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGOpenMPRuntime.h
  head/contrib/llvm/tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.h
  head/contrib/llvm/tools/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGStmt.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGVTT.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGVTables.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGValue.h
  head/contrib/llvm/tools/clang/lib/CodeGen/CodeGenABITypes.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CodeGenAction.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CodeGenFunction.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CodeGenFunction.h
  head/contrib/llvm/tools/clang/lib/CodeGen/CodeGenModule.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CodeGenModule.h
  head/contrib/llvm/tools/clang/lib/CodeGen/CodeGenPGO.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CodeGenPGO.h
  head/contrib/llvm/tools/clang/lib/CodeGen/CodeGenTBAA.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CodeGenTypes.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CodeGenTypes.h
  head/contrib/llvm/tools/clang/lib/CodeGen/ConstantEmitter.h
  head/contrib/llvm/tools/clang/lib/CodeGen/CoverageMappingGen.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CoverageMappingGen.h
  head/contrib/llvm/tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/MacroPPCallbacks.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/MacroPPCallbacks.h
  head/contrib/llvm/tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/ModuleBuilder.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/SwiftCallingConv.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/TargetInfo.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/VarBypassDetector.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/VarBypassDetector.h
  head/contrib/llvm/tools/clang/lib/CrossTU/CrossTranslationUnit.cpp
  head/contrib/llvm/tools/clang/lib/Driver/Action.cpp
  head/contrib/llvm/tools/clang/lib/Driver/Compilation.cpp
  head/contrib/llvm/tools/clang/lib/Driver/Distro.cpp
  head/contrib/llvm/tools/clang/lib/Driver/Driver.cpp
  head/contrib/llvm/tools/clang/lib/Driver/Job.cpp
  head/contrib/llvm/tools/clang/lib/Driver/SanitizerArgs.cpp
  head/contrib/llvm/tools/clang/lib/Driver/ToolChain.cpp
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/AMDGPU.cpp
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/AMDGPU.h
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch/AArch64.cpp
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch/AArch64.h
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch/ARM.cpp
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch/ARM.h
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch/Mips.cpp
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch/X86.cpp
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/BareMetal.cpp
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/Clang.cpp
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/CommonArgs.cpp
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/CommonArgs.h
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/CrossWindows.cpp
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/Cuda.cpp
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/Cuda.h
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/Darwin.cpp
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/Darwin.h
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/FreeBSD.cpp
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/Fuchsia.cpp
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/Gnu.cpp
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/HIP.cpp
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/HIP.h
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/Hexagon.cpp
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/Hexagon.h
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/Linux.cpp
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/Linux.h
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/MSVC.cpp
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/MSVC.h
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/MinGW.cpp
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/MinGW.h
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/Minix.cpp
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/MipsLinux.h
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/NetBSD.cpp
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/NetBSD.h
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/OpenBSD.cpp
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/OpenBSD.h
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/PS4CPU.cpp
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/Solaris.h
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/WebAssembly.cpp
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains/WebAssembly.h
  head/contrib/llvm/tools/clang/lib/Driver/Types.cpp
  head/contrib/llvm/tools/clang/lib/Driver/XRayArgs.cpp
  head/contrib/llvm/tools/clang/lib/Edit/RewriteObjCFoundationAPI.cpp
  head/contrib/llvm/tools/clang/lib/Format/BreakableToken.cpp
  head/contrib/llvm/tools/clang/lib/Format/ContinuationIndenter.cpp
  head/contrib/llvm/tools/clang/lib/Format/Format.cpp
  head/contrib/llvm/tools/clang/lib/Format/FormatToken.h
  head/contrib/llvm/tools/clang/lib/Format/FormatTokenLexer.cpp
  head/contrib/llvm/tools/clang/lib/Format/FormatTokenLexer.h
  head/contrib/llvm/tools/clang/lib/Format/NamespaceEndCommentsFixer.cpp
  head/contrib/llvm/tools/clang/lib/Format/TokenAnnotator.cpp
  head/contrib/llvm/tools/clang/lib/Format/TokenAnnotator.h
  head/contrib/llvm/tools/clang/lib/Format/UnwrappedLineFormatter.cpp
  head/contrib/llvm/tools/clang/lib/Format/UnwrappedLineParser.cpp
  head/contrib/llvm/tools/clang/lib/Format/UnwrappedLineParser.h
  head/contrib/llvm/tools/clang/lib/Format/WhitespaceManager.cpp
  head/contrib/llvm/tools/clang/lib/Frontend/ASTConsumers.cpp
  head/contrib/llvm/tools/clang/lib/Frontend/ASTMerge.cpp
  head/contrib/llvm/tools/clang/lib/Frontend/ASTUnit.cpp
  head/contrib/llvm/tools/clang/lib/Frontend/ChainedIncludesSource.cpp
  head/contrib/llvm/tools/clang/lib/Frontend/CompilerInstance.cpp
  head/contrib/llvm/tools/clang/lib/Frontend/CompilerInvocation.cpp
  head/contrib/llvm/tools/clang/lib/Frontend/CreateInvocationFromCommandLine.cpp
  head/contrib/llvm/tools/clang/lib/Frontend/DependencyFile.cpp
  head/contrib/llvm/tools/clang/lib/Frontend/DiagnosticRenderer.cpp
  head/contrib/llvm/tools/clang/lib/Frontend/FrontendAction.cpp
  head/contrib/llvm/tools/clang/lib/Frontend/FrontendActions.cpp
  head/contrib/llvm/tools/clang/lib/Frontend/InitHeaderSearch.cpp
  head/contrib/llvm/tools/clang/lib/Frontend/InitPreprocessor.cpp
  head/contrib/llvm/tools/clang/lib/Frontend/ModuleDependencyCollector.cpp
  head/contrib/llvm/tools/clang/lib/Frontend/PrecompiledPreamble.cpp
  head/contrib/llvm/tools/clang/lib/Frontend/PrintPreprocessedOutput.cpp
  head/contrib/llvm/tools/clang/lib/Frontend/Rewrite/FrontendActions.cpp
  head/contrib/llvm/tools/clang/lib/Frontend/Rewrite/InclusionRewriter.cpp
  head/contrib/llvm/tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
  head/contrib/llvm/tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
  head/contrib/llvm/tools/clang/lib/Frontend/TextDiagnostic.cpp
  head/contrib/llvm/tools/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
  head/contrib/llvm/tools/clang/lib/Headers/__clang_cuda_runtime_wrapper.h
  head/contrib/llvm/tools/clang/lib/Headers/adxintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/altivec.h
  head/contrib/llvm/tools/clang/lib/Headers/avx512bwintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/avx512dqintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/avx512fintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/avx512pfintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/avx512vbmi2intrin.h
  head/contrib/llvm/tools/clang/lib/Headers/avx512vbmiintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/avx512vbmivlintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/avx512vlbwintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/avx512vlintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/avx512vlvbmi2intrin.h
  head/contrib/llvm/tools/clang/lib/Headers/bmiintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/cuda_wrappers/new
  head/contrib/llvm/tools/clang/lib/Headers/emmintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/float.h
  head/contrib/llvm/tools/clang/lib/Headers/immintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/intrin.h
  head/contrib/llvm/tools/clang/lib/Headers/lzcntintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/opencl-c.h
  head/contrib/llvm/tools/clang/lib/Headers/vecintrin.h
  head/contrib/llvm/tools/clang/lib/Index/CommentToXML.cpp
  head/contrib/llvm/tools/clang/lib/Index/IndexBody.cpp
  head/contrib/llvm/tools/clang/lib/Index/IndexDecl.cpp
  head/contrib/llvm/tools/clang/lib/Index/IndexSymbol.cpp
  head/contrib/llvm/tools/clang/lib/Index/IndexTypeSourceInfo.cpp
  head/contrib/llvm/tools/clang/lib/Index/IndexingAction.cpp
  head/contrib/llvm/tools/clang/lib/Index/IndexingContext.cpp
  head/contrib/llvm/tools/clang/lib/Index/SimpleFormatContext.h
  head/contrib/llvm/tools/clang/lib/Index/USRGeneration.cpp
  head/contrib/llvm/tools/clang/lib/Lex/HeaderMap.cpp
  head/contrib/llvm/tools/clang/lib/Lex/HeaderSearch.cpp
  head/contrib/llvm/tools/clang/lib/Lex/Lexer.cpp
  head/contrib/llvm/tools/clang/lib/Lex/LiteralSupport.cpp
  head/contrib/llvm/tools/clang/lib/Lex/MacroInfo.cpp
  head/contrib/llvm/tools/clang/lib/Lex/ModuleMap.cpp
  head/contrib/llvm/tools/clang/lib/Lex/PPDirectives.cpp
  head/contrib/llvm/tools/clang/lib/Lex/PPLexerChange.cpp
  head/contrib/llvm/tools/clang/lib/Lex/PPMacroExpansion.cpp
  head/contrib/llvm/tools/clang/lib/Lex/Pragma.cpp
  head/contrib/llvm/tools/clang/lib/Lex/Preprocessor.cpp
  head/contrib/llvm/tools/clang/lib/Lex/TokenConcatenation.cpp
  head/contrib/llvm/tools/clang/lib/Parse/ParseAST.cpp
  head/contrib/llvm/tools/clang/lib/Parse/ParseCXXInlineMethods.cpp
  head/contrib/llvm/tools/clang/lib/Parse/ParseDecl.cpp
  head/contrib/llvm/tools/clang/lib/Parse/ParseDeclCXX.cpp
  head/contrib/llvm/tools/clang/lib/Parse/ParseExpr.cpp
  head/contrib/llvm/tools/clang/lib/Parse/ParseExprCXX.cpp
  head/contrib/llvm/tools/clang/lib/Parse/ParseInit.cpp
  head/contrib/llvm/tools/clang/lib/Parse/ParseObjc.cpp
  head/contrib/llvm/tools/clang/lib/Parse/ParseOpenMP.cpp
  head/contrib/llvm/tools/clang/lib/Parse/ParsePragma.cpp
  head/contrib/llvm/tools/clang/lib/Parse/ParseStmt.cpp
  head/contrib/llvm/tools/clang/lib/Parse/ParseStmtAsm.cpp
  head/contrib/llvm/tools/clang/lib/Parse/ParseTemplate.cpp
  head/contrib/llvm/tools/clang/lib/Parse/ParseTentative.cpp
  head/contrib/llvm/tools/clang/lib/Parse/Parser.cpp
  head/contrib/llvm/tools/clang/lib/Rewrite/HTMLRewrite.cpp
  head/contrib/llvm/tools/clang/lib/Rewrite/RewriteRope.cpp
  head/contrib/llvm/tools/clang/lib/Sema/AnalysisBasedWarnings.cpp
  head/contrib/llvm/tools/clang/lib/Sema/CodeCompleteConsumer.cpp
  head/contrib/llvm/tools/clang/lib/Sema/DeclSpec.cpp
  head/contrib/llvm/tools/clang/lib/Sema/IdentifierResolver.cpp
  head/contrib/llvm/tools/clang/lib/Sema/JumpDiagnostics.cpp
  head/contrib/llvm/tools/clang/lib/Sema/ParsedAttr.cpp
  head/contrib/llvm/tools/clang/lib/Sema/ScopeInfo.cpp
  head/contrib/llvm/tools/clang/lib/Sema/Sema.cpp
  head/contrib/llvm/tools/clang/lib/Sema/SemaAccess.cpp
  head/contrib/llvm/tools/clang/lib/Sema/SemaAttr.cpp
  head/contrib/llvm/tools/clang/lib/Sema/SemaCUDA.cpp
  head/contrib/llvm/tools/clang/lib/Sema/SemaCXXScopeSpec.cpp
  head/contrib/llvm/tools/clang/lib/Sema/SemaCast.cpp
  head/contrib/llvm/tools/clang/lib/Sema/SemaChecking.cpp
  head/contrib/llvm/tools/clang/lib/Sema/SemaCodeComplete.cpp
  head/contrib/llvm/tools/clang/lib/Sema/SemaCoroutine.cpp
  head/contrib/llvm/tools/clang/lib/Sema/SemaDecl.cpp
  head/contrib/llvm/tools/clang/lib/Sema/SemaDeclAttr.cpp
  head/contrib/llvm/tools/clang/lib/Sema/SemaDeclCXX.cpp
  head/contrib/llvm/tools/clang/lib/Sema/SemaDeclObjC.cpp
  head/contrib/llvm/tools/clang/lib/Sema/SemaExceptionSpec.cpp
  head/contrib/llvm/tools/clang/lib/Sema/SemaExpr.cpp
  head/contrib/llvm/tools/clang/lib/Sema/SemaExprCXX.cpp
  head/contrib/llvm/tools/clang/lib/Sema/SemaExprMember.cpp
  head/contrib/llvm/tools/clang/lib/Sema/SemaExprObjC.cpp
  head/contrib/llvm/tools/clang/lib/Sema/SemaInit.cpp
  head/contrib/llvm/tools/clang/lib/Sema/SemaLambda.cpp
  head/contrib/llvm/tools/clang/lib/Sema/SemaLookup.cpp
  head/contrib/llvm/tools/clang/lib/Sema/SemaObjCProperty.cpp
  head/contrib/llvm/tools/clang/lib/Sema/SemaOpenMP.cpp
  head/contrib/llvm/tools/clang/lib/Sema/SemaOverload.cpp
  head/contrib/llvm/tools/clang/lib/Sema/SemaPseudoObject.cpp
  head/contrib/llvm/tools/clang/lib/Sema/SemaStmt.cpp
  head/contrib/llvm/tools/clang/lib/Sema/SemaStmtAsm.cpp
  head/contrib/llvm/tools/clang/lib/Sema/SemaStmtAttr.cpp
  head/contrib/llvm/tools/clang/lib/Sema/SemaTemplate.cpp
  head/contrib/llvm/tools/clang/lib/Sema/SemaTemplateDeduction.cpp
  head/contrib/llvm/tools/clang/lib/Sema/SemaTemplateInstantiate.cpp
  head/contrib/llvm/tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
  head/contrib/llvm/tools/clang/lib/Sema/SemaTemplateVariadic.cpp
  head/contrib/llvm/tools/clang/lib/Sema/SemaType.cpp
  head/contrib/llvm/tools/clang/lib/Sema/TreeTransform.h
  head/contrib/llvm/tools/clang/lib/Serialization/ASTCommon.cpp
  head/contrib/llvm/tools/clang/lib/Serialization/ASTReader.cpp
  head/contrib/llvm/tools/clang/lib/Serialization/ASTReaderDecl.cpp
  head/contrib/llvm/tools/clang/lib/Serialization/ASTReaderStmt.cpp
  head/contrib/llvm/tools/clang/lib/Serialization/ASTWriter.cpp
  head/contrib/llvm/tools/clang/lib/Serialization/ASTWriterDecl.cpp
  head/contrib/llvm/tools/clang/lib/Serialization/ASTWriterStmt.cpp
  head/contrib/llvm/tools/clang/lib/Serialization/GlobalModuleIndex.cpp
  head/contrib/llvm/tools/clang/lib/Serialization/ModuleManager.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/AllocationState.h
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/AnalysisOrderChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/AnalyzerStatsChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ArrayBoundChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/BlockInCriticalSectionChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/BoolAssignmentChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/BuiltinFunctionChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CStringSyntaxChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CXXSelfAssignmentChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CastSizeChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CastToStructChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCInstMethSignature.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CheckSizeofPointer.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ChrootChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CloneChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ConversionChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DeleteWithNonVirtualDtorChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DereferenceChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DivZeroChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypeChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/FixedAddressChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/GCDAntipatternChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/GTestChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/InnerPointerChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/InterCheckerAPI.h
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/LLVMConventionsChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MacOSXAPIChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MallocOverflowSecurityChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MmapWriteExecChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/NSAutoreleasePoolChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/NSErrorChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/NoReturnFunctionChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/NonNullParamChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/NonnullGlobalConstantsChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/NumberObjectConversionChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCAtSyncChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCAutoreleaseWriteChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCContainersASTChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCContainersChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCMissingSuperCallChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCPropertyChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCSuperDeallocChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCUnusedIVarsChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/PaddingChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/PointerArithChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/PointerSubChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ReturnPointerRangeChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ReturnUndefChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RunLoopAutoreleaseLeakChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/SimpleStreamChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/StackAddrEscapeChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/TaintTesterChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/TestAfterDivZeroChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/TraversalChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/TrustNonnullChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UndefBranchChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UndefResultChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UndefinedArraySubscriptChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UndefinedAssignmentChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ValistChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/VforkChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/AnalysisManager.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/AnalyzerOptions.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/BasicValueFactory.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/Checker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/CheckerHelpers.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/CheckerManager.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/CommonBugCategories.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/DynamicTypeMap.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/Environment.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExprEngineObjC.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/LoopWidening.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/MemRegion.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/PathDiagnostic.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ProgramState.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/RangedConstraintManager.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SValBuilder.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SVals.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/Store.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SymbolManager.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/WorkList.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/Z3ConstraintManager.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/ModelInjector.cpp
  head/contrib/llvm/tools/clang/lib/Tooling/ASTDiff/ASTDiff.cpp
  head/contrib/llvm/tools/clang/lib/Tooling/AllTUsExecution.cpp
  head/contrib/llvm/tools/clang/lib/Tooling/ArgumentsAdjusters.cpp
  head/contrib/llvm/tools/clang/lib/Tooling/CompilationDatabase.cpp
  head/contrib/llvm/tools/clang/lib/Tooling/Core/Diagnostic.cpp
  head/contrib/llvm/tools/clang/lib/Tooling/Core/Lookup.cpp
  head/contrib/llvm/tools/clang/lib/Tooling/Core/Replacement.cpp
  head/contrib/llvm/tools/clang/lib/Tooling/Execution.cpp
  head/contrib/llvm/tools/clang/lib/Tooling/Inclusions/HeaderIncludes.cpp
  head/contrib/llvm/tools/clang/lib/Tooling/InterpolatingCompilationDatabase.cpp
  head/contrib/llvm/tools/clang/lib/Tooling/JSONCompilationDatabase.cpp
  head/contrib/llvm/tools/clang/lib/Tooling/Refactoring/ASTSelection.cpp
  head/contrib/llvm/tools/clang/lib/Tooling/Refactoring/Extract/Extract.cpp
  head/contrib/llvm/tools/clang/lib/Tooling/Refactoring/Rename/USRFinder.cpp
  head/contrib/llvm/tools/clang/lib/Tooling/Refactoring/Rename/USRLocFinder.cpp
  head/contrib/llvm/tools/clang/lib/Tooling/StandaloneExecution.cpp
  head/contrib/llvm/tools/clang/lib/Tooling/Tooling.cpp
  head/contrib/llvm/tools/clang/tools/clang-format/ClangFormat.cpp
  head/contrib/llvm/tools/clang/tools/driver/cc1_main.cpp
  head/contrib/llvm/tools/clang/tools/driver/cc1as_main.cpp
  head/contrib/llvm/tools/clang/tools/driver/cc1gen_reproducer_main.cpp
  head/contrib/llvm/tools/clang/tools/driver/driver.cpp
  head/contrib/llvm/tools/clang/utils/TableGen/ClangAttrEmitter.cpp
  head/contrib/llvm/tools/clang/utils/TableGen/ClangCommentHTMLNamedCharacterReferenceEmitter.cpp
  head/contrib/llvm/tools/clang/utils/TableGen/ClangDiagnosticsEmitter.cpp
  head/contrib/llvm/tools/clang/utils/TableGen/ClangOptionDocEmitter.cpp
  head/contrib/llvm/tools/clang/utils/TableGen/ClangSACheckersEmitter.cpp
  head/contrib/llvm/tools/clang/utils/TableGen/NeonEmitter.cpp
  head/contrib/llvm/tools/clang/utils/TableGen/TableGen.cpp
  head/contrib/llvm/tools/clang/utils/TableGen/TableGenBackends.h
  head/contrib/llvm/tools/lld/COFF/Chunks.cpp
  head/contrib/llvm/tools/lld/COFF/Chunks.h
  head/contrib/llvm/tools/lld/COFF/Config.h
  head/contrib/llvm/tools/lld/COFF/DLL.cpp
  head/contrib/llvm/tools/lld/COFF/DLL.h
  head/contrib/llvm/tools/lld/COFF/Driver.cpp
  head/contrib/llvm/tools/lld/COFF/Driver.h
  head/contrib/llvm/tools/lld/COFF/DriverUtils.cpp
  head/contrib/llvm/tools/lld/COFF/ICF.cpp
  head/contrib/llvm/tools/lld/COFF/InputFiles.cpp
  head/contrib/llvm/tools/lld/COFF/InputFiles.h
  head/contrib/llvm/tools/lld/COFF/LTO.cpp
  head/contrib/llvm/tools/lld/COFF/MapFile.cpp
  head/contrib/llvm/tools/lld/COFF/MarkLive.cpp
  head/contrib/llvm/tools/lld/COFF/MinGW.cpp
  head/contrib/llvm/tools/lld/COFF/MinGW.h
  head/contrib/llvm/tools/lld/COFF/Options.td
  head/contrib/llvm/tools/lld/COFF/PDB.cpp
  head/contrib/llvm/tools/lld/COFF/PDB.h
  head/contrib/llvm/tools/lld/COFF/SymbolTable.cpp
  head/contrib/llvm/tools/lld/COFF/SymbolTable.h
  head/contrib/llvm/tools/lld/COFF/Symbols.cpp
  head/contrib/llvm/tools/lld/COFF/Symbols.h
  head/contrib/llvm/tools/lld/COFF/Writer.cpp
  head/contrib/llvm/tools/lld/COFF/Writer.h
  head/contrib/llvm/tools/lld/Common/Args.cpp
  head/contrib/llvm/tools/lld/Common/ErrorHandler.cpp
  head/contrib/llvm/tools/lld/Common/Strings.cpp
  head/contrib/llvm/tools/lld/Common/TargetOptionsCommandFlags.cpp
  head/contrib/llvm/tools/lld/ELF/AArch64ErrataFix.cpp
  head/contrib/llvm/tools/lld/ELF/Arch/AArch64.cpp
  head/contrib/llvm/tools/lld/ELF/Arch/AMDGPU.cpp
  head/contrib/llvm/tools/lld/ELF/Arch/ARM.cpp
  head/contrib/llvm/tools/lld/ELF/Arch/AVR.cpp
  head/contrib/llvm/tools/lld/ELF/Arch/Hexagon.cpp
  head/contrib/llvm/tools/lld/ELF/Arch/Mips.cpp
  head/contrib/llvm/tools/lld/ELF/Arch/PPC.cpp
  head/contrib/llvm/tools/lld/ELF/Arch/PPC64.cpp
  head/contrib/llvm/tools/lld/ELF/Arch/SPARCV9.cpp
  head/contrib/llvm/tools/lld/ELF/Arch/X86.cpp
  head/contrib/llvm/tools/lld/ELF/Arch/X86_64.cpp
  head/contrib/llvm/tools/lld/ELF/CMakeLists.txt
  head/contrib/llvm/tools/lld/ELF/CallGraphSort.cpp
  head/contrib/llvm/tools/lld/ELF/Config.h
  head/contrib/llvm/tools/lld/ELF/Driver.cpp
  head/contrib/llvm/tools/lld/ELF/Driver.h
  head/contrib/llvm/tools/lld/ELF/DriverUtils.cpp
  head/contrib/llvm/tools/lld/ELF/EhFrame.cpp
  head/contrib/llvm/tools/lld/ELF/ICF.cpp
  head/contrib/llvm/tools/lld/ELF/InputFiles.cpp
  head/contrib/llvm/tools/lld/ELF/InputFiles.h
  head/contrib/llvm/tools/lld/ELF/InputSection.cpp
  head/contrib/llvm/tools/lld/ELF/InputSection.h
  head/contrib/llvm/tools/lld/ELF/LTO.cpp
  head/contrib/llvm/tools/lld/ELF/LTO.h
  head/contrib/llvm/tools/lld/ELF/LinkerScript.cpp
  head/contrib/llvm/tools/lld/ELF/LinkerScript.h
  head/contrib/llvm/tools/lld/ELF/MapFile.cpp
  head/contrib/llvm/tools/lld/ELF/MarkLive.cpp
  head/contrib/llvm/tools/lld/ELF/Options.td
  head/contrib/llvm/tools/lld/ELF/OutputSections.cpp
  head/contrib/llvm/tools/lld/ELF/OutputSections.h
  head/contrib/llvm/tools/lld/ELF/Relocations.cpp
  head/contrib/llvm/tools/lld/ELF/Relocations.h
  head/contrib/llvm/tools/lld/ELF/ScriptLexer.cpp
  head/contrib/llvm/tools/lld/ELF/ScriptLexer.h
  head/contrib/llvm/tools/lld/ELF/ScriptParser.cpp
  head/contrib/llvm/tools/lld/ELF/SymbolTable.cpp
  head/contrib/llvm/tools/lld/ELF/SymbolTable.h
  head/contrib/llvm/tools/lld/ELF/Symbols.cpp
  head/contrib/llvm/tools/lld/ELF/Symbols.h
  head/contrib/llvm/tools/lld/ELF/SyntheticSections.cpp
  head/contrib/llvm/tools/lld/ELF/SyntheticSections.h
  head/contrib/llvm/tools/lld/ELF/Target.cpp
  head/contrib/llvm/tools/lld/ELF/Target.h
  head/contrib/llvm/tools/lld/ELF/Thunks.cpp
  head/contrib/llvm/tools/lld/ELF/Writer.cpp
  head/contrib/llvm/tools/lld/FREEBSD-Xlist
  head/contrib/llvm/tools/lld/LICENSE.TXT
  head/contrib/llvm/tools/lld/docs/NewLLD.rst
  head/contrib/llvm/tools/lld/docs/README.txt
  head/contrib/llvm/tools/lld/docs/Readers.rst
  head/contrib/llvm/tools/lld/docs/ReleaseNotes.rst
  head/contrib/llvm/tools/lld/docs/WebAssembly.rst
  head/contrib/llvm/tools/lld/docs/conf.py
  head/contrib/llvm/tools/lld/docs/index.rst
  head/contrib/llvm/tools/lld/docs/ld.lld.1
  head/contrib/llvm/tools/lld/docs/open_projects.rst
  head/contrib/llvm/tools/lld/docs/windows_support.rst
  head/contrib/llvm/tools/lld/include/lld/Common/Args.h
  head/contrib/llvm/tools/lld/include/lld/Common/ErrorHandler.h
  head/contrib/llvm/tools/lld/include/lld/Common/LLVM.h
  head/contrib/llvm/tools/lld/include/lld/Common/Strings.h
  head/contrib/llvm/tools/lld/include/lld/Common/TargetOptionsCommandFlags.h
  head/contrib/llvm/tools/lld/include/lld/Common/Threads.h
  head/contrib/llvm/tools/lld/lib/Driver/DarwinLdDriver.cpp
  head/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/ArchHandler_x86_64.cpp
  head/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/MachOLinkingContext.cpp
  head/contrib/llvm/tools/lld/tools/lld/lld.cpp
  head/contrib/llvm/tools/lldb/FREEBSD-Xlist
  head/contrib/llvm/tools/lldb/include/lldb/API/LLDB.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBAddress.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBBreakpoint.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBCommandInterpreter.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBCommandReturnObject.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBDebugger.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBDefines.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBExpressionOptions.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBFileSpec.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBFrame.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBMemoryRegionInfo.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBMemoryRegionInfoList.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBModule.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBProcess.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBStructuredData.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBSymbolContext.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBTarget.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBThread.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBThreadPlan.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBVariablesOptions.h
  head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/Breakpoint.h
  head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointID.h
  head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointIDList.h
  head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointList.h
  head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointLocation.h
  head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointLocationCollection.h
  head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointLocationList.h
  head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointName.h
  head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointOptions.h
  head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointResolver.h
  head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointResolverAddress.h
  head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointResolverFileLine.h
  head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointResolverFileRegex.h
  head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointResolverName.h
  head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointSite.h
  head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointSiteList.h
  head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/Stoppoint.h
  head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/StoppointLocation.h
  head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/Watchpoint.h
  head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/WatchpointList.h
  head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/WatchpointOptions.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/Address.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/AddressRange.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/AddressResolver.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/AddressResolverFileLine.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/AddressResolverName.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/Architecture.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ClangForward.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/Communication.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/Debugger.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/Disassembler.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/DumpDataExtractor.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/EmulateInstruction.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/FileLineResolver.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/FileSpecList.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/FormatEntity.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/IOHandler.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/LoadedModuleInfoList.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/Mangled.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/MappedHash.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/Module.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ModuleList.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ModuleSpec.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/Opcode.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/PluginInterface.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/PluginManager.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/RangeMap.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/STLUtils.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/SearchFilter.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/Section.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/SourceManager.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/StreamAsynchronousIO.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/StreamBuffer.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/StreamFile.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/StructuredDataImpl.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ThreadSafeDenseMap.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ThreadSafeDenseSet.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ThreadSafeSTLMap.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ThreadSafeSTLVector.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ThreadSafeValue.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/UniqueCStringMap.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/UserSettingsController.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/Value.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ValueObject.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectCast.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectChild.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectConstResult.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectConstResultCast.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectConstResultChild.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectConstResultImpl.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectDynamicValue.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectList.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectMemory.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectRegister.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectSyntheticFilter.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectVariable.h
  head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/DataVisualization.h
  head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/DumpValueObjectOptions.h
  head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/FormatCache.h
  head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/FormatClasses.h
  head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/FormatManager.h
  head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/FormattersContainer.h
  head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/FormattersHelpers.h
  head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/LanguageCategory.h
  head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/StringPrinter.h
  head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeCategory.h
  head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeCategoryMap.h
  head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeFormat.h
  head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeSummary.h
  head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeSynthetic.h
  head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeValidator.h
  head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ValueObjectPrinter.h
  head/contrib/llvm/tools/lldb/include/lldb/Expression/DWARFExpression.h
  head/contrib/llvm/tools/lldb/include/lldb/Expression/Expression.h
  head/contrib/llvm/tools/lldb/include/lldb/Expression/ExpressionParser.h
  head/contrib/llvm/tools/lldb/include/lldb/Expression/ExpressionVariable.h
  head/contrib/llvm/tools/lldb/include/lldb/Expression/FunctionCaller.h
  head/contrib/llvm/tools/lldb/include/lldb/Expression/IRExecutionUnit.h
  head/contrib/llvm/tools/lldb/include/lldb/Expression/IRMemoryMap.h
  head/contrib/llvm/tools/lldb/include/lldb/Expression/LLVMUserExpression.h
  head/contrib/llvm/tools/lldb/include/lldb/Expression/Materializer.h
  head/contrib/llvm/tools/lldb/include/lldb/Expression/REPL.h
  head/contrib/llvm/tools/lldb/include/lldb/Expression/UserExpression.h
  head/contrib/llvm/tools/lldb/include/lldb/Expression/UtilityFunction.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/Debug.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/Editline.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/File.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/FileSystem.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/HostInfoBase.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/HostNativeThreadBase.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/MonitoringProcessLauncher.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/PipeBase.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/ProcessRunLock.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/Socket.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/SocketAddress.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/StringConvert.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/Symbols.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/TaskPool.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/XML.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/common/NativeBreakpointList.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/common/NativeProcessProtocol.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/common/NativeRegisterContext.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/openbsd/HostInfoOpenBSD.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/posix/ConnectionFileDescriptorPosix.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/posix/HostProcessPosix.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/posix/PipePosix.h
  head/contrib/llvm/tools/lldb/include/lldb/Initialization/SystemInitializer.h
  head/contrib/llvm/tools/lldb/include/lldb/Initialization/SystemInitializerCommon.h
  head/contrib/llvm/tools/lldb/include/lldb/Initialization/SystemLifetimeManager.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandAlias.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandCompletions.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandHistory.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandInterpreter.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandObject.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandObjectMultiword.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandObjectRegexCommand.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandOptionValidators.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandReturnObject.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionArgParser.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupBoolean.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupFile.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupFormat.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupOutputFile.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupPlatform.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupString.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupUInt64.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupUUID.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupValueObjectDisplay.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupVariable.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupWatchpoint.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValue.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueArgs.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueArray.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueBoolean.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueChar.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueDictionary.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueEnumeration.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueFileSpecList.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueFormat.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueFormatEntity.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueLanguage.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValuePathMappings.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueProperties.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueRegex.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueSInt64.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueString.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueUInt64.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueUUID.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/Options.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/Property.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/ScriptInterpreter.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/Block.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/ClangASTContext.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/ClangASTImporter.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/ClangExternalASTSourceCallbacks.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/ClangExternalASTSourceCommon.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/ClangUtil.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/CompileUnit.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/CompilerType.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/DebugMacros.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/Function.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/LineTable.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/ObjectContainer.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/ObjectFile.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/SymbolContext.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/SymbolContextScope.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/SymbolFile.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/SymbolVendor.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/Symtab.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/TypeSystem.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/UnwindPlan.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/UnwindTable.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ABI.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/CPPLanguageRuntime.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/DynamicLoader.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ExecutionContext.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ExecutionContextScope.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/InstrumentationRuntime.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/InstrumentationRuntimeStopInfo.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/Language.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/LanguageRuntime.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/Memory.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/MemoryHistory.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/MemoryRegionInfo.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ObjCLanguageRuntime.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/OperatingSystem.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/PathMappingList.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/Platform.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/Process.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ProcessLaunchInfo.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ProcessStructReader.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/QueueItem.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/RegisterContext.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/SectionLoadHistory.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/SectionLoadList.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/StackFrame.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/StackFrameList.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/StackID.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/StopInfo.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/SystemRuntime.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/Target.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/TargetList.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/Thread.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlan.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanBase.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanCallFunction.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanCallFunctionUsingABI.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanCallUserExpression.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanPython.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanRunToAddress.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanShouldStopHere.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanStepInRange.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanStepInstruction.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanStepOut.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanStepOverBreakpoint.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanStepOverRange.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanStepRange.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanStepThrough.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanStepUntil.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanTracer.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/UnixSignals.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/Unwind.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/ArchSpec.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/Baton.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/CompletionRequest.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/Connection.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/ConstString.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/DataBufferHeap.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/DataBufferLLVM.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/DataEncoder.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/DataExtractor.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/FileSpec.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/Iterable.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/LLDBAssert.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/Log.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/RegularExpression.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/SelectHelper.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/SharingPtr.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/Status.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/Stream.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/StreamCallback.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/StreamGDBRemote.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/StreamString.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/StreamTee.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/StringExtractor.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/StringExtractorGDBRemote.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/StringLexer.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/StringList.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/StructuredData.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/Timer.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/UUID.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/UserID.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/VMRange.h
  head/contrib/llvm/tools/lldb/include/lldb/lldb-defines.h
  head/contrib/llvm/tools/lldb/include/lldb/lldb-enumerations.h
  head/contrib/llvm/tools/lldb/include/lldb/lldb-forward.h
  head/contrib/llvm/tools/lldb/include/lldb/lldb-private-forward.h
  head/contrib/llvm/tools/lldb/include/lldb/lldb-private-interfaces.h
  head/contrib/llvm/tools/lldb/include/lldb/lldb-private-types.h
  head/contrib/llvm/tools/lldb/include/lldb/lldb-types.h
  head/contrib/llvm/tools/lldb/include/lldb/module.modulemap
  head/contrib/llvm/tools/lldb/source/API/SBAddress.cpp
  head/contrib/llvm/tools/lldb/source/API/SBAttachInfo.cpp
  head/contrib/llvm/tools/lldb/source/API/SBBreakpoint.cpp
  head/contrib/llvm/tools/lldb/source/API/SBBreakpointName.cpp
  head/contrib/llvm/tools/lldb/source/API/SBBreakpointOptionCommon.cpp
  head/contrib/llvm/tools/lldb/source/API/SBBroadcaster.cpp
  head/contrib/llvm/tools/lldb/source/API/SBCommandInterpreter.cpp
  head/contrib/llvm/tools/lldb/source/API/SBCommandReturnObject.cpp
  head/contrib/llvm/tools/lldb/source/API/SBCompileUnit.cpp
  head/contrib/llvm/tools/lldb/source/API/SBData.cpp
  head/contrib/llvm/tools/lldb/source/API/SBDebugger.cpp
  head/contrib/llvm/tools/lldb/source/API/SBDeclaration.cpp
  head/contrib/llvm/tools/lldb/source/API/SBError.cpp
  head/contrib/llvm/tools/lldb/source/API/SBEvent.cpp
  head/contrib/llvm/tools/lldb/source/API/SBExpressionOptions.cpp
  head/contrib/llvm/tools/lldb/source/API/SBFileSpec.cpp
  head/contrib/llvm/tools/lldb/source/API/SBFileSpecList.cpp
  head/contrib/llvm/tools/lldb/source/API/SBFrame.cpp
  head/contrib/llvm/tools/lldb/source/API/SBHostOS.cpp
  head/contrib/llvm/tools/lldb/source/API/SBLaunchInfo.cpp
  head/contrib/llvm/tools/lldb/source/API/SBLineEntry.cpp
  head/contrib/llvm/tools/lldb/source/API/SBListener.cpp
  head/contrib/llvm/tools/lldb/source/API/SBMemoryRegionInfoList.cpp
  head/contrib/llvm/tools/lldb/source/API/SBModule.cpp
  head/contrib/llvm/tools/lldb/source/API/SBModuleSpec.cpp
  head/contrib/llvm/tools/lldb/source/API/SBPlatform.cpp
  head/contrib/llvm/tools/lldb/source/API/SBProcess.cpp
  head/contrib/llvm/tools/lldb/source/API/SBProcessInfo.cpp
  head/contrib/llvm/tools/lldb/source/API/SBQueue.cpp
  head/contrib/llvm/tools/lldb/source/API/SBSection.cpp
  head/contrib/llvm/tools/lldb/source/API/SBSourceManager.cpp
  head/contrib/llvm/tools/lldb/source/API/SBStream.cpp
  head/contrib/llvm/tools/lldb/source/API/SBStringList.cpp
  head/contrib/llvm/tools/lldb/source/API/SBStructuredData.cpp
  head/contrib/llvm/tools/lldb/source/API/SBSymbolContext.cpp
  head/contrib/llvm/tools/lldb/source/API/SBSymbolContextList.cpp
  head/contrib/llvm/tools/lldb/source/API/SBTarget.cpp
  head/contrib/llvm/tools/lldb/source/API/SBThread.cpp
  head/contrib/llvm/tools/lldb/source/API/SBThreadPlan.cpp
  head/contrib/llvm/tools/lldb/source/API/SBType.cpp
  head/contrib/llvm/tools/lldb/source/API/SBTypeCategory.cpp
  head/contrib/llvm/tools/lldb/source/API/SBTypeEnumMember.cpp
  head/contrib/llvm/tools/lldb/source/API/SBTypeFilter.cpp
  head/contrib/llvm/tools/lldb/source/API/SBTypeFormat.cpp
  head/contrib/llvm/tools/lldb/source/API/SBTypeNameSpecifier.cpp
  head/contrib/llvm/tools/lldb/source/API/SBTypeSummary.cpp
  head/contrib/llvm/tools/lldb/source/API/SBTypeSynthetic.cpp
  head/contrib/llvm/tools/lldb/source/API/SBValue.cpp
  head/contrib/llvm/tools/lldb/source/API/SBValueList.cpp
  head/contrib/llvm/tools/lldb/source/API/SBVariablesOptions.cpp
  head/contrib/llvm/tools/lldb/source/API/SystemInitializerFull.cpp
  head/contrib/llvm/tools/lldb/source/API/SystemInitializerFull.h
  head/contrib/llvm/tools/lldb/source/Breakpoint/Breakpoint.cpp
  head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointID.cpp
  head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointIDList.cpp
  head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointList.cpp
  head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointLocation.cpp
  head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointLocationCollection.cpp
  head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointLocationList.cpp
  head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointName.cpp
  head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointOptions.cpp
  head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointResolver.cpp
  head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointResolverAddress.cpp
  head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointResolverFileLine.cpp
  head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointResolverFileRegex.cpp
  head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointResolverName.cpp
  head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointSite.cpp
  head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointSiteList.cpp
  head/contrib/llvm/tools/lldb/source/Breakpoint/Stoppoint.cpp
  head/contrib/llvm/tools/lldb/source/Breakpoint/StoppointCallbackContext.cpp
  head/contrib/llvm/tools/lldb/source/Breakpoint/StoppointLocation.cpp
  head/contrib/llvm/tools/lldb/source/Breakpoint/Watchpoint.cpp
  head/contrib/llvm/tools/lldb/source/Breakpoint/WatchpointList.cpp
  head/contrib/llvm/tools/lldb/source/Breakpoint/WatchpointOptions.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandCompletions.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectApropos.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectApropos.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectBreakpoint.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectBreakpoint.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectBreakpointCommand.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectBreakpointCommand.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectBugreport.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectBugreport.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectCommands.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectCommands.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectDisassemble.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectDisassemble.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectExpression.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectExpression.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectFrame.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectGUI.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectGUI.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectHelp.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectHelp.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectLanguage.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectLog.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectLog.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectMemory.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectMemory.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectMultiword.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectPlatform.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectPlatform.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectPlugin.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectPlugin.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectProcess.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectProcess.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectQuit.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectQuit.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectRegister.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectRegister.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectSettings.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectSettings.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectSource.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectSource.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectTarget.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectThread.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectThread.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectType.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectType.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectVersion.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectVersion.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectWatchpoint.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectWatchpoint.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectWatchpointCommand.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectWatchpointCommand.h
  head/contrib/llvm/tools/lldb/source/Core/Address.cpp
  head/contrib/llvm/tools/lldb/source/Core/AddressRange.cpp
  head/contrib/llvm/tools/lldb/source/Core/AddressResolverFileLine.cpp
  head/contrib/llvm/tools/lldb/source/Core/AddressResolverName.cpp
  head/contrib/llvm/tools/lldb/source/Core/Communication.cpp
  head/contrib/llvm/tools/lldb/source/Core/Debugger.cpp
  head/contrib/llvm/tools/lldb/source/Core/Disassembler.cpp
  head/contrib/llvm/tools/lldb/source/Core/DumpDataExtractor.cpp
  head/contrib/llvm/tools/lldb/source/Core/DumpRegisterValue.cpp
  head/contrib/llvm/tools/lldb/source/Core/DynamicLoader.cpp
  head/contrib/llvm/tools/lldb/source/Core/EmulateInstruction.cpp
  head/contrib/llvm/tools/lldb/source/Core/FileLineResolver.cpp
  head/contrib/llvm/tools/lldb/source/Core/FileSpecList.cpp
  head/contrib/llvm/tools/lldb/source/Core/FormatEntity.cpp
  head/contrib/llvm/tools/lldb/source/Core/IOHandler.cpp
  head/contrib/llvm/tools/lldb/source/Core/Mangled.cpp
  head/contrib/llvm/tools/lldb/source/Core/Module.cpp
  head/contrib/llvm/tools/lldb/source/Core/ModuleList.cpp
  head/contrib/llvm/tools/lldb/source/Core/Opcode.cpp
  head/contrib/llvm/tools/lldb/source/Core/PluginManager.cpp
  head/contrib/llvm/tools/lldb/source/Core/SearchFilter.cpp
  head/contrib/llvm/tools/lldb/source/Core/Section.cpp
  head/contrib/llvm/tools/lldb/source/Core/SourceManager.cpp
  head/contrib/llvm/tools/lldb/source/Core/StreamAsynchronousIO.cpp
  head/contrib/llvm/tools/lldb/source/Core/StreamFile.cpp
  head/contrib/llvm/tools/lldb/source/Core/UserSettingsController.cpp
  head/contrib/llvm/tools/lldb/source/Core/Value.cpp
  head/contrib/llvm/tools/lldb/source/Core/ValueObject.cpp
  head/contrib/llvm/tools/lldb/source/Core/ValueObjectCast.cpp
  head/contrib/llvm/tools/lldb/source/Core/ValueObjectChild.cpp
  head/contrib/llvm/tools/lldb/source/Core/ValueObjectConstResult.cpp
  head/contrib/llvm/tools/lldb/source/Core/ValueObjectConstResultChild.cpp
  head/contrib/llvm/tools/lldb/source/Core/ValueObjectConstResultImpl.cpp
  head/contrib/llvm/tools/lldb/source/Core/ValueObjectDynamicValue.cpp
  head/contrib/llvm/tools/lldb/source/Core/ValueObjectList.cpp
  head/contrib/llvm/tools/lldb/source/Core/ValueObjectMemory.cpp
  head/contrib/llvm/tools/lldb/source/Core/ValueObjectRegister.cpp
  head/contrib/llvm/tools/lldb/source/Core/ValueObjectSyntheticFilter.cpp
  head/contrib/llvm/tools/lldb/source/Core/ValueObjectVariable.cpp
  head/contrib/llvm/tools/lldb/source/DataFormatters/CXXFunctionPointer.cpp
  head/contrib/llvm/tools/lldb/source/DataFormatters/DataVisualization.cpp
  head/contrib/llvm/tools/lldb/source/DataFormatters/DumpValueObjectOptions.cpp
  head/contrib/llvm/tools/lldb/source/DataFormatters/FormatCache.cpp
  head/contrib/llvm/tools/lldb/source/DataFormatters/FormatClasses.cpp
  head/contrib/llvm/tools/lldb/source/DataFormatters/FormatManager.cpp
  head/contrib/llvm/tools/lldb/source/DataFormatters/FormattersHelpers.cpp
  head/contrib/llvm/tools/lldb/source/DataFormatters/LanguageCategory.cpp
  head/contrib/llvm/tools/lldb/source/DataFormatters/StringPrinter.cpp
  head/contrib/llvm/tools/lldb/source/DataFormatters/TypeCategory.cpp
  head/contrib/llvm/tools/lldb/source/DataFormatters/TypeCategoryMap.cpp
  head/contrib/llvm/tools/lldb/source/DataFormatters/TypeFormat.cpp
  head/contrib/llvm/tools/lldb/source/DataFormatters/TypeSummary.cpp
  head/contrib/llvm/tools/lldb/source/DataFormatters/TypeSynthetic.cpp
  head/contrib/llvm/tools/lldb/source/DataFormatters/TypeValidator.cpp
  head/contrib/llvm/tools/lldb/source/DataFormatters/ValueObjectPrinter.cpp
  head/contrib/llvm/tools/lldb/source/DataFormatters/VectorType.cpp
  head/contrib/llvm/tools/lldb/source/Expression/DWARFExpression.cpp
  head/contrib/llvm/tools/lldb/source/Expression/ExpressionSourceCode.cpp
  head/contrib/llvm/tools/lldb/source/Expression/FunctionCaller.cpp
  head/contrib/llvm/tools/lldb/source/Expression/IRDynamicChecks.cpp
  head/contrib/llvm/tools/lldb/source/Expression/IRExecutionUnit.cpp
  head/contrib/llvm/tools/lldb/source/Expression/IRInterpreter.cpp
  head/contrib/llvm/tools/lldb/source/Expression/IRMemoryMap.cpp
  head/contrib/llvm/tools/lldb/source/Expression/LLVMUserExpression.cpp
  head/contrib/llvm/tools/lldb/source/Expression/Materializer.cpp
  head/contrib/llvm/tools/lldb/source/Expression/REPL.cpp
  head/contrib/llvm/tools/lldb/source/Expression/UtilityFunction.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/Editline.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/File.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/FileCache.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/FileSystem.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/Host.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/HostInfoBase.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/HostNativeThreadBase.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/HostThread.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/MainLoop.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/MonitoringProcessLauncher.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/NativeProcessProtocol.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/NativeRegisterContext.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/NativeThreadProtocol.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/ProcessRunLock.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/PseudoTerminal.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/SocketAddress.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/StringConvert.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/Symbols.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/TaskPool.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/XML.cpp
  head/contrib/llvm/tools/lldb/source/Host/freebsd/Host.cpp
  head/contrib/llvm/tools/lldb/source/Host/freebsd/HostInfoFreeBSD.cpp
  head/contrib/llvm/tools/lldb/source/Host/netbsd/Host.cpp
  head/contrib/llvm/tools/lldb/source/Host/netbsd/HostInfoNetBSD.cpp
  head/contrib/llvm/tools/lldb/source/Host/openbsd/Host.cpp
  head/contrib/llvm/tools/lldb/source/Host/openbsd/HostInfoOpenBSD.cpp
  head/contrib/llvm/tools/lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp
  head/contrib/llvm/tools/lldb/source/Host/posix/FileSystem.cpp
  head/contrib/llvm/tools/lldb/source/Host/posix/HostInfoPosix.cpp
  head/contrib/llvm/tools/lldb/source/Host/posix/HostProcessPosix.cpp
  head/contrib/llvm/tools/lldb/source/Host/posix/PipePosix.cpp
  head/contrib/llvm/tools/lldb/source/Host/posix/ProcessLauncherPosixFork.cpp
  head/contrib/llvm/tools/lldb/source/Initialization/SystemInitializerCommon.cpp
  head/contrib/llvm/tools/lldb/source/Initialization/SystemLifetimeManager.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/CommandAlias.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/CommandInterpreter.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/CommandObject.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/CommandObjectRegexCommand.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/CommandObjectScript.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/CommandObjectScript.h
  head/contrib/llvm/tools/lldb/source/Interpreter/CommandReturnObject.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionArgParser.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupArchitecture.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupBoolean.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupFile.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupFormat.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupOutputFile.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupPlatform.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupString.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupUInt64.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupUUID.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupVariable.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupWatchpoint.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionValue.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueArch.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueArgs.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueArray.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueBoolean.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueChar.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueDictionary.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueEnumeration.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueFileSpec.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueFileSpecLIst.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueFormat.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueFormatEntity.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueLanguage.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionValuePathMappings.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueProperties.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueRegex.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueSInt64.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueString.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueUInt64.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueUUID.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/Options.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/Property.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.h
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.h
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.h
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm/ABISysV_arm.h
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm64/ABISysV_arm64.h
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-hexagon/ABISysV_hexagon.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-hexagon/ABISysV_hexagon.h
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-i386/ABISysV_i386.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-i386/ABISysV_i386.h
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips/ABISysV_mips.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips/ABISysV_mips.h
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips64/ABISysV_mips64.h
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/ABISysV_ppc.h
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.h
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-s390x/ABISysV_s390x.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-s390x/ABISysV_s390x.h
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.h
  head/contrib/llvm/tools/lldb/source/Plugins/Architecture/Arm/ArchitectureArm.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Architecture/Arm/ArchitectureArm.h
  head/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.h
  head/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.h
  head/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/HexagonDYLDRendezvous.h
  head/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/AuxVector.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/AuxVector.h
  head/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.h
  head/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h
  head/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.h
  head/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.h
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionHelper.h
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.h
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.h
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangHost.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.h
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.h
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/EmulationStateARM.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.h
  head/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.h
  head/contrib/llvm/tools/lldb/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.h
  head/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/ASanRuntime.h
  head/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.h
  head/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.h
  head/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/BlockPointer.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.h
  head/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusNameParser.h
  head/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/CxxStringTypes.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/LibCxx.h
  head/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxBitset.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxInitializerList.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxList.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxMap.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxUnorderedMap.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxVector.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/CF.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/Cocoa.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/NSArray.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/NSError.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/NSException.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/NSIndexPath.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/NSSet.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/NSString.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/ObjCLanguage.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/ObjCLanguage.h
  head/contrib/llvm/tools/lldb/source/Plugins/Language/ObjCPlusPlus/ObjCPlusPlusLanguage.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/ObjCPlusPlus/ObjCPlusPlusLanguage.h
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.h
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.h
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.h
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.h
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.h
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.h
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.h
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.h
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.h
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptExpressionOpts.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptExpressionOpts.h
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.h
  head/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.h
  head/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h
  head/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.h
  head/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h
  head/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.h
  head/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/NativeProcessDarwin.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/NativeProcessDarwin.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/FreeBSDThread.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/FreeBSDThread.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIX.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_mips64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_powerpc.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_x86.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD_x86_64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/NativeThreadNetBSD.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/ProcessPOSIXLog.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ARMUtils.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/FreeBSDSignals.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/FreeBSDSignals.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/GDBRemoteSignals.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/GDBRemoteSignals.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/HistoryThread.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/HistoryUnwind.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/LinuxSignals.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/LinuxSignals.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/MipsLinuxSignals.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/MipsLinuxSignals.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/NetBSDSignals.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/NetBSDSignals.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm64.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_i386.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_i386.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextDummy.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextDummy.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_powerpc.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextHistory.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextHistory.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextMach_arm.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextMach_arm.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextMach_i386.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextMach_i386.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextMach_x86_64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextMach_x86_64.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextMemory.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextMemory.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_mips64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_mips64.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_powerpc.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_powerpc.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_ppc64le.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_ppc64le.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_s390x.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_s390x.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_x86.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_x86.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextThreadMemory.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContext_x86.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_arm.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_arm64.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_i386.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_mips.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_mips64.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_ppc64.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_ppc64le.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_s390x.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/StopInfoMachException.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ThreadMemory.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/UnwindLLDB.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/UnwindLLDB.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_ppc64le.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_s390x.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/MinidumpParser.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/MinidumpParser.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/MinidumpTypes.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/MinidumpTypes.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/ProcessMinidump.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_32.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_32.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_64.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/ThreadMinidump.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/ThreadMinidump.h
  head/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/None/ScriptInterpreterNone.h
  head/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
  head/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h
  head/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParser.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFAttribute.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFAttribute.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDataExtractor.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacro.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwoDwp.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwp.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwp.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/UniqueDWARFASTType.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/UniqueDWARFASTType.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.h
  head/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.h
  head/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.h
  head/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.h
  head/contrib/llvm/tools/lldb/source/Symbol/ArmUnwindInfo.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/Block.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/ClangASTContext.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/ClangASTImporter.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/ClangExternalASTSourceCallbacks.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/ClangUtil.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/CompactUnwindInfo.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/CompileUnit.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/CompilerType.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/DWARFCallFrameInfo.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/FuncUnwinders.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/Function.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/LineEntry.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/ObjectFile.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/Symbol.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/SymbolContext.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/SymbolFile.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/SymbolVendor.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/Symtab.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/Type.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/TypeList.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/TypeMap.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/TypeSystem.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/UnwindPlan.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/UnwindTable.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/Variable.cpp
  head/contrib/llvm/tools/lldb/source/Target/ABI.cpp
  head/contrib/llvm/tools/lldb/source/Target/CPPLanguageRuntime.cpp
  head/contrib/llvm/tools/lldb/source/Target/ExecutionContext.cpp
  head/contrib/llvm/tools/lldb/source/Target/InstrumentationRuntime.cpp
  head/contrib/llvm/tools/lldb/source/Target/JITLoader.cpp
  head/contrib/llvm/tools/lldb/source/Target/Language.cpp
  head/contrib/llvm/tools/lldb/source/Target/LanguageRuntime.cpp
  head/contrib/llvm/tools/lldb/source/Target/Memory.cpp
  head/contrib/llvm/tools/lldb/source/Target/MemoryHistory.cpp
  head/contrib/llvm/tools/lldb/source/Target/ModuleCache.cpp
  head/contrib/llvm/tools/lldb/source/Target/ObjCLanguageRuntime.cpp
  head/contrib/llvm/tools/lldb/source/Target/OperatingSystem.cpp
  head/contrib/llvm/tools/lldb/source/Target/PathMappingList.cpp
  head/contrib/llvm/tools/lldb/source/Target/Platform.cpp
  head/contrib/llvm/tools/lldb/source/Target/Process.cpp
  head/contrib/llvm/tools/lldb/source/Target/ProcessInfo.cpp
  head/contrib/llvm/tools/lldb/source/Target/ProcessLaunchInfo.cpp
  head/contrib/llvm/tools/lldb/source/Target/Queue.cpp
  head/contrib/llvm/tools/lldb/source/Target/QueueItem.cpp
  head/contrib/llvm/tools/lldb/source/Target/RegisterContext.cpp
  head/contrib/llvm/tools/lldb/source/Target/RegisterNumber.cpp
  head/contrib/llvm/tools/lldb/source/Target/SectionLoadHistory.cpp
  head/contrib/llvm/tools/lldb/source/Target/SectionLoadList.cpp
  head/contrib/llvm/tools/lldb/source/Target/StackFrame.cpp
  head/contrib/llvm/tools/lldb/source/Target/StackFrameList.cpp
  head/contrib/llvm/tools/lldb/source/Target/StackID.cpp
  head/contrib/llvm/tools/lldb/source/Target/StopInfo.cpp
  head/contrib/llvm/tools/lldb/source/Target/SystemRuntime.cpp
  head/contrib/llvm/tools/lldb/source/Target/Target.cpp
  head/contrib/llvm/tools/lldb/source/Target/TargetList.cpp
  head/contrib/llvm/tools/lldb/source/Target/Thread.cpp
  head/contrib/llvm/tools/lldb/source/Target/ThreadList.cpp
  head/contrib/llvm/tools/lldb/source/Target/ThreadPlan.cpp
  head/contrib/llvm/tools/lldb/source/Target/ThreadPlanBase.cpp
  head/contrib/llvm/tools/lldb/source/Target/ThreadPlanCallFunction.cpp
  head/contrib/llvm/tools/lldb/source/Target/ThreadPlanCallFunctionUsingABI.cpp
  head/contrib/llvm/tools/lldb/source/Target/ThreadPlanCallOnFunctionExit.cpp
  head/contrib/llvm/tools/lldb/source/Target/ThreadPlanCallUserExpression.cpp
  head/contrib/llvm/tools/lldb/source/Target/ThreadPlanPython.cpp
  head/contrib/llvm/tools/lldb/source/Target/ThreadPlanRunToAddress.cpp
  head/contrib/llvm/tools/lldb/source/Target/ThreadPlanShouldStopHere.cpp
  head/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepInRange.cpp
  head/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepInstruction.cpp
  head/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepOut.cpp
  head/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepOverBreakpoint.cpp
  head/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepOverRange.cpp
  head/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepRange.cpp
  head/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepThrough.cpp
  head/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepUntil.cpp
  head/contrib/llvm/tools/lldb/source/Target/ThreadPlanTracer.cpp
  head/contrib/llvm/tools/lldb/source/Target/ThreadSpec.cpp
  head/contrib/llvm/tools/lldb/source/Target/UnixSignals.cpp
  head/contrib/llvm/tools/lldb/source/Target/UnwindAssembly.cpp
  head/contrib/llvm/tools/lldb/source/Utility/ArchSpec.cpp
  head/contrib/llvm/tools/lldb/source/Utility/CompletionRequest.cpp
  head/contrib/llvm/tools/lldb/source/Utility/ConstString.cpp
  head/contrib/llvm/tools/lldb/source/Utility/DataBufferHeap.cpp
  head/contrib/llvm/tools/lldb/source/Utility/DataBufferLLVM.cpp
  head/contrib/llvm/tools/lldb/source/Utility/DataEncoder.cpp
  head/contrib/llvm/tools/lldb/source/Utility/DataExtractor.cpp
  head/contrib/llvm/tools/lldb/source/Utility/FileSpec.cpp
  head/contrib/llvm/tools/lldb/source/Utility/JSON.cpp
  head/contrib/llvm/tools/lldb/source/Utility/LLDBAssert.cpp
  head/contrib/llvm/tools/lldb/source/Utility/Log.cpp
  head/contrib/llvm/tools/lldb/source/Utility/Logging.cpp
  head/contrib/llvm/tools/lldb/source/Utility/SelectHelper.cpp
  head/contrib/llvm/tools/lldb/source/Utility/Status.cpp
  head/contrib/llvm/tools/lldb/source/Utility/Stream.cpp
  head/contrib/llvm/tools/lldb/source/Utility/StreamGDBRemote.cpp
  head/contrib/llvm/tools/lldb/source/Utility/StreamString.cpp
  head/contrib/llvm/tools/lldb/source/Utility/StringExtractor.cpp
  head/contrib/llvm/tools/lldb/source/Utility/StringExtractorGDBRemote.cpp
  head/contrib/llvm/tools/lldb/source/Utility/StringList.cpp
  head/contrib/llvm/tools/lldb/source/Utility/StructuredData.cpp
  head/contrib/llvm/tools/lldb/source/Utility/TildeExpressionResolver.cpp
  head/contrib/llvm/tools/lldb/source/Utility/Timer.cpp
  head/contrib/llvm/tools/lldb/source/Utility/UUID.cpp
  head/contrib/llvm/tools/lldb/source/Utility/VASprintf.cpp
  head/contrib/llvm/tools/lldb/source/Utility/VMRange.cpp
  head/contrib/llvm/tools/lldb/tools/driver/Driver.cpp
  head/contrib/llvm/tools/lldb/tools/driver/Driver.h
  head/contrib/llvm/tools/lldb/tools/driver/Platform.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgSet.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValBase.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValBase.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValConsume.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValFile.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValOptionLong.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValString.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValThreadGrp.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdBase.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdBreak.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdData.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbInfo.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbSet.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbSet.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbShow.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbShow.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdTarget.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdFactory.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnBase.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebugSessionInfo.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLog.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnResources.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnResources.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStdin.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MIDataTypes.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MIDriver.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MIDriverMain.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MIDriverMgr.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilDebug.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilDebug.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilFileStd.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilMapIdToVariant.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilString.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-server/SystemInitializerLLGS.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-server/SystemInitializerLLGS.h
  head/contrib/llvm/tools/lldb/tools/lldb-server/lldb-gdbserver.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-server/lldb-platform.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-server/lldb-server.cpp
  head/contrib/llvm/tools/lli/lli.cpp
  head/contrib/llvm/tools/llvm-ar/llvm-ar.cpp
  head/contrib/llvm/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
  head/contrib/llvm/tools/llvm-cov/CodeCoverage.cpp
  head/contrib/llvm/tools/llvm-cov/CoverageExporter.h
  head/contrib/llvm/tools/llvm-cov/CoverageExporterJson.cpp
  head/contrib/llvm/tools/llvm-cov/CoverageExporterJson.h
  head/contrib/llvm/tools/llvm-cov/CoverageViewOptions.h
  head/contrib/llvm/tools/llvm-cov/SourceCoverageView.cpp
  head/contrib/llvm/tools/llvm-cov/SourceCoverageViewHTML.cpp
  head/contrib/llvm/tools/llvm-cov/TestingSupport.cpp
  head/contrib/llvm/tools/llvm-cxxdump/llvm-cxxdump.cpp
  head/contrib/llvm/tools/llvm-diff/DifferenceEngine.cpp
  head/contrib/llvm/tools/llvm-dwarfdump/Statistics.cpp
  head/contrib/llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp
  head/contrib/llvm/tools/llvm-lto/llvm-lto.cpp
  head/contrib/llvm/tools/llvm-lto2/llvm-lto2.cpp
  head/contrib/llvm/tools/llvm-mc/llvm-mc.cpp
  head/contrib/llvm/tools/llvm-mca/CodeRegion.cpp
  head/contrib/llvm/tools/llvm-mca/CodeRegion.h
  head/contrib/llvm/tools/llvm-mca/PipelinePrinter.cpp
  head/contrib/llvm/tools/llvm-mca/PipelinePrinter.h
  head/contrib/llvm/tools/llvm-mca/llvm-mca.cpp
  head/contrib/llvm/tools/llvm-nm/llvm-nm.cpp
  head/contrib/llvm/tools/llvm-objcopy/ObjcopyOpts.td
  head/contrib/llvm/tools/llvm-objcopy/StripOpts.td
  head/contrib/llvm/tools/llvm-objcopy/llvm-objcopy.cpp
  head/contrib/llvm/tools/llvm-objcopy/llvm-objcopy.h
  head/contrib/llvm/tools/llvm-objdump/COFFDump.cpp
  head/contrib/llvm/tools/llvm-objdump/ELFDump.cpp
  head/contrib/llvm/tools/llvm-objdump/MachODump.cpp
  head/contrib/llvm/tools/llvm-objdump/llvm-objdump.cpp
  head/contrib/llvm/tools/llvm-objdump/llvm-objdump.h
  head/contrib/llvm/tools/llvm-pdbutil/DumpOutputStyle.cpp
  head/contrib/llvm/tools/llvm-pdbutil/DumpOutputStyle.h
  head/contrib/llvm/tools/llvm-pdbutil/InputFile.cpp
  head/contrib/llvm/tools/llvm-pdbutil/InputFile.h
  head/contrib/llvm/tools/llvm-pdbutil/MinimalSymbolDumper.cpp
  head/contrib/llvm/tools/llvm-pdbutil/MinimalSymbolDumper.h
  head/contrib/llvm/tools/llvm-pdbutil/MinimalTypeDumper.cpp
  head/contrib/llvm/tools/llvm-pdbutil/MinimalTypeDumper.h
  head/contrib/llvm/tools/llvm-pdbutil/PdbYaml.cpp
  head/contrib/llvm/tools/llvm-pdbutil/PdbYaml.h
  head/contrib/llvm/tools/llvm-pdbutil/PrettyClassDefinitionDumper.cpp
  head/contrib/llvm/tools/llvm-pdbutil/PrettyCompilandDumper.cpp
  head/contrib/llvm/tools/llvm-pdbutil/PrettyCompilandDumper.h
  head/contrib/llvm/tools/llvm-pdbutil/PrettyEnumDumper.cpp
  head/contrib/llvm/tools/llvm-pdbutil/PrettyFunctionDumper.cpp
  head/contrib/llvm/tools/llvm-pdbutil/PrettyTypeDumper.cpp
  head/contrib/llvm/tools/llvm-pdbutil/PrettyTypeDumper.h
  head/contrib/llvm/tools/llvm-pdbutil/PrettyTypedefDumper.cpp
  head/contrib/llvm/tools/llvm-pdbutil/YAMLOutputStyle.cpp
  head/contrib/llvm/tools/llvm-pdbutil/YAMLOutputStyle.h
  head/contrib/llvm/tools/llvm-pdbutil/llvm-pdbutil.cpp
  head/contrib/llvm/tools/llvm-pdbutil/llvm-pdbutil.h
  head/contrib/llvm/tools/llvm-profdata/llvm-profdata.cpp
  head/contrib/llvm/tools/llvm-readobj/ARMWinEHPrinter.cpp
  head/contrib/llvm/tools/llvm-readobj/ARMWinEHPrinter.h
  head/contrib/llvm/tools/llvm-readobj/COFFDumper.cpp
  head/contrib/llvm/tools/llvm-readobj/DwarfCFIEHPrinter.h
  head/contrib/llvm/tools/llvm-readobj/ELFDumper.cpp
  head/contrib/llvm/tools/llvm-readobj/MachODumper.cpp
  head/contrib/llvm/tools/llvm-readobj/ObjDumper.h
  head/contrib/llvm/tools/llvm-readobj/WasmDumper.cpp
  head/contrib/llvm/tools/llvm-readobj/llvm-readobj.cpp
  head/contrib/llvm/tools/llvm-readobj/llvm-readobj.h
  head/contrib/llvm/tools/llvm-rtdyld/llvm-rtdyld.cpp
  head/contrib/llvm/tools/llvm-stress/llvm-stress.cpp
  head/contrib/llvm/tools/llvm-symbolizer/llvm-symbolizer.cpp
  head/contrib/llvm/tools/llvm-xray/xray-account.cpp
  head/contrib/llvm/tools/llvm-xray/xray-converter.cpp
  head/contrib/llvm/tools/llvm-xray/xray-graph.cpp
  head/contrib/llvm/tools/llvm-xray/xray-stacks.cpp
  head/contrib/llvm/tools/opt/Debugify.cpp
  head/contrib/llvm/tools/opt/NewPMDriver.cpp
  head/contrib/llvm/tools/opt/opt.cpp
  head/contrib/llvm/utils/TableGen/AsmMatcherEmitter.cpp
  head/contrib/llvm/utils/TableGen/AsmWriterEmitter.cpp
  head/contrib/llvm/utils/TableGen/CTagsEmitter.cpp
  head/contrib/llvm/utils/TableGen/CodeGenDAGPatterns.cpp
  head/contrib/llvm/utils/TableGen/CodeGenDAGPatterns.h
  head/contrib/llvm/utils/TableGen/CodeGenInstruction.cpp
  head/contrib/llvm/utils/TableGen/CodeGenInstruction.h
  head/contrib/llvm/utils/TableGen/CodeGenIntrinsics.h
  head/contrib/llvm/utils/TableGen/CodeGenRegisters.cpp
  head/contrib/llvm/utils/TableGen/CodeGenRegisters.h
  head/contrib/llvm/utils/TableGen/CodeGenSchedule.cpp
  head/contrib/llvm/utils/TableGen/CodeGenSchedule.h
  head/contrib/llvm/utils/TableGen/CodeGenTarget.cpp
  head/contrib/llvm/utils/TableGen/DAGISelMatcher.cpp
  head/contrib/llvm/utils/TableGen/DAGISelMatcher.h
  head/contrib/llvm/utils/TableGen/DAGISelMatcherEmitter.cpp
  head/contrib/llvm/utils/TableGen/DAGISelMatcherGen.cpp
  head/contrib/llvm/utils/TableGen/FastISelEmitter.cpp
  head/contrib/llvm/utils/TableGen/FixedLenDecoderEmitter.cpp
  head/contrib/llvm/utils/TableGen/GlobalISelEmitter.cpp
  head/contrib/llvm/utils/TableGen/InfoByHwMode.cpp
  head/contrib/llvm/utils/TableGen/InfoByHwMode.h
  head/contrib/llvm/utils/TableGen/InstrDocsEmitter.cpp
  head/contrib/llvm/utils/TableGen/InstrInfoEmitter.cpp
  head/contrib/llvm/utils/TableGen/IntrinsicEmitter.cpp
  head/contrib/llvm/utils/TableGen/PredicateExpander.cpp
  head/contrib/llvm/utils/TableGen/PredicateExpander.h
  head/contrib/llvm/utils/TableGen/RegisterInfoEmitter.cpp
  head/contrib/llvm/utils/TableGen/SearchableTableEmitter.cpp
  head/contrib/llvm/utils/TableGen/SubtargetEmitter.cpp
  head/contrib/llvm/utils/TableGen/TableGen.cpp
  head/contrib/llvm/utils/TableGen/TableGenBackends.h
  head/contrib/llvm/utils/TableGen/WebAssemblyDisassemblerEmitter.cpp
  head/contrib/llvm/utils/TableGen/X86ModRMFilters.h
  head/contrib/llvm/utils/TableGen/X86RecognizableInstr.cpp
  head/etc/mtree/BSD.debug.dist
  head/etc/mtree/BSD.usr.dist
  head/lib/clang/freebsd_cc_version.h
  head/lib/clang/headers/Makefile
  head/lib/clang/include/clang/Basic/Version.inc
  head/lib/clang/include/clang/Config/config.h
  head/lib/clang/include/lld/Common/Version.inc
  head/lib/clang/include/llvm/Config/config.h
  head/lib/clang/include/llvm/Config/llvm-config.h
  head/lib/clang/include/llvm/Support/VCSRevision.h
  head/lib/clang/libclang/Makefile
  head/lib/clang/liblldb/Makefile
  head/lib/clang/libllvm/Makefile
  head/lib/clang/libllvmminimal/Makefile
  head/lib/libc++/Makefile
  head/lib/libclang_rt/Makefile.inc
  head/lib/libclang_rt/asan/Makefile
  head/lib/libclang_rt/asan_dynamic/Makefile
  head/lib/libclang_rt/msan/Makefile
  head/lib/libclang_rt/safestack/Makefile
  head/lib/libclang_rt/stats/Makefile
  head/lib/libclang_rt/tsan/Makefile
  head/lib/libclang_rt/ubsan_standalone/Makefile
  head/sys/sys/param.h
  head/tools/build/mk/OptionalObsoleteFiles.inc
  head/usr.bin/clang/lld/Makefile
  head/usr.bin/clang/lldb/Makefile
  head/usr.bin/clang/llvm-cov/Makefile
  head/usr.bin/clang/llvm-mca/Makefile
  head/usr.bin/clang/llvm-objcopy/Makefile
  head/usr.bin/clang/llvm-pdbutil/Makefile
  head/usr.bin/clang/llvm-tblgen/Makefile
Directory Properties:
  head/   (props changed)
  head/MAINTAINERS   (props changed)
  head/cddl/   (props changed)
  head/cddl/contrib/opensolaris/   (props changed)
  head/cddl/contrib/opensolaris/cmd/zfs/   (props changed)
  head/cddl/contrib/opensolaris/lib/libzfs/   (props changed)
  head/contrib/compiler-rt/   (props changed)
  head/contrib/compiler-rt/lib/fuzzer/   (props changed)
  head/contrib/elftoolchain/   (props changed)
  head/contrib/ipfilter/   (props changed)
  head/contrib/libarchive/   (props changed)
  head/contrib/libc++/   (props changed)
  head/contrib/llvm/   (props changed)
  head/contrib/llvm/tools/clang/   (props changed)
  head/contrib/llvm/tools/lld/   (props changed)
  head/contrib/llvm/tools/lldb/   (props changed)
  head/contrib/netbsd-tests/   (props changed)
  head/contrib/openpam/   (props changed)
  head/crypto/openssh/   (props changed)
  head/crypto/openssl/   (props changed)
  head/sys/cddl/contrib/opensolaris/   (props changed)
  head/sys/contrib/dev/acpica/   (props changed)
  head/sys/contrib/ipfilter/   (props changed)
  head/sys/contrib/xz-embedded/   (props changed)
  head/sys/dev/syscons/scterm-dumb.c   (props changed)
  head/sys/dev/syscons/scterm-sc.c   (props changed)
  head/sys/dev/syscons/sctermvar.h   (props changed)
  head/usr.sbin/bhyve/pci_xhci.c   (props changed)
  head/usr.sbin/bhyve/usb_mouse.c   (props changed)

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Mon Mar  4 19:23:43 2019	(r344778)
+++ head/ObsoleteFiles.inc	Mon Mar  4 19:39:59 2019	(r344779)
@@ -38,6 +38,158 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20190304: new libc++ import which bumps version from 7.0.1 to 8.0.0.
+OLD_FILES+=usr/include/c++/v1/experimental/dynarray
+# 20190304: new clang import which bumps version from 7.0.1 to 8.0.0.
+OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/allocator_interface.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/asan_interface.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/common_interface_defs.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/coverage_interface.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/dfsan_interface.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/esan_interface.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/hwasan_interface.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/linux_syscall_hooks.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/lsan_interface.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/msan_interface.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/netbsd_syscall_hooks.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/scudo_interface.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/tsan_interface.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/tsan_interface_atomic.h
+OLD_DIRS+=usr/lib/clang/7.0.1/include/sanitizer
+OLD_FILES+=usr/lib/clang/7.0.1/include/__clang_cuda_builtin_vars.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/__clang_cuda_cmath.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/__clang_cuda_complex_builtins.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/__clang_cuda_device_functions.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/__clang_cuda_intrinsics.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/__clang_cuda_libdevice_declares.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/__clang_cuda_math_forward_declares.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/__clang_cuda_runtime_wrapper.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/__stddef_max_align_t.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/__wmmintrin_aes.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/__wmmintrin_pclmul.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/adxintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/altivec.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/ammintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/arm64intr.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/arm_acle.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/arm_fp16.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/arm_neon.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/armintr.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/avx2intrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/avx512bitalgintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/avx512bwintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/avx512cdintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/avx512dqintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/avx512erintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/avx512fintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/avx512ifmaintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/avx512ifmavlintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/avx512pfintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/avx512vbmi2intrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/avx512vbmiintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/avx512vbmivlintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/avx512vlbitalgintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/avx512vlbwintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/avx512vlcdintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/avx512vldqintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/avx512vlintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/avx512vlvbmi2intrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/avx512vlvnniintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/avx512vnniintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/avx512vpopcntdqintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/avx512vpopcntdqvlintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/avxintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/bmi2intrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/bmiintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/cetintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/cldemoteintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/clflushoptintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/clwbintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/clzerointrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/cpuid.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/emmintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/f16cintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/fma4intrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/fmaintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/fxsrintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/gfniintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/htmintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/htmxlintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/ia32intrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/immintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/invpcidintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/lwpintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/lzcntintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/mm3dnow.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/mm_malloc.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/mmintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/module.modulemap
+OLD_FILES+=usr/lib/clang/7.0.1/include/movdirintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/msa.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/mwaitxintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/nmmintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/opencl-c.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/pconfigintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/pkuintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/pmmintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/popcntintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/prfchwintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/ptwriteintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/rdseedintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/rtmintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/s390intrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/sgxintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/shaintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/smmintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/tbmintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/tmmintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/vadefs.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/vaesintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/vecintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/vpclmulqdqintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/waitpkgintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/wbnoinvdintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/wmmintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/x86intrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/xmmintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/xopintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/xsavecintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/xsaveintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/xsaveoptintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/xsavesintrin.h
+OLD_FILES+=usr/lib/clang/7.0.1/include/xtestintrin.h
+OLD_DIRS+=usr/lib/clang/7.0.1/include
+OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.asan-i386.a
+OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.asan-i386.so
+OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.asan-preinit-i386.a
+OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.asan-preinit-x86_64.a
+OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.asan-x86_64.a
+OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.asan-x86_64.so
+OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.asan_cxx-i386.a
+OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.asan_cxx-x86_64.a
+OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.msan-x86_64.a
+OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.msan_cxx-x86_64.a
+OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.profile-arm.a
+OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.profile-armhf.a
+OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.profile-i386.a
+OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.profile-x86_64.a
+OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.safestack-i386.a
+OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.safestack-x86_64.a
+OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.stats-i386.a
+OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.stats-x86_64.a
+OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.stats_client-i386.a
+OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.stats_client-x86_64.a
+OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.tsan-x86_64.a
+OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.tsan_cxx-x86_64.a
+OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.ubsan_minimal-i386.a
+OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.ubsan_minimal-x86_64.a
+OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.ubsan_standalone-i386.a
+OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a
+OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a
+OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a
+OLD_DIRS+=usr/lib/clang/7.0.1/lib/freebsd
+OLD_DIRS+=usr/lib/clang/7.0.1/lib
+OLD_DIRS+=usr/lib/clang/7.0.1
 # 20190227: rename seq.h to seqc.h
 OLD_FILES+=usr/include/sys/seq.h
 # 20190222: libifconfig made INTERNALLIB

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Mon Mar  4 19:23:43 2019	(r344778)
+++ head/UPDATING	Mon Mar  4 19:39:59 2019	(r344779)
@@ -31,6 +31,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW:
 	disable the most expensive debugging functionality run
 	"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
 
+20190304:
+	Clang, llvm, lld, lldb, compiler-rt and libc++ have been upgraded to
+	8.0.0.  Please see the 20141231 entry below for information about
+	prerequisites and upgrading, if you are not already using clang 3.5.0
+	or higher.
+
 20190219:
 	drm and drm2 have been removed from the tree. Please see
 	https://wiki.freebsd.org/Graphics for the latest information on

Modified: head/contrib/compiler-rt/LICENSE.TXT
==============================================================================
--- head/contrib/compiler-rt/LICENSE.TXT	Mon Mar  4 19:23:43 2019	(r344778)
+++ head/contrib/compiler-rt/LICENSE.TXT	Mon Mar  4 19:39:59 2019	(r344779)
@@ -14,7 +14,7 @@ Full text of the relevant licenses is included below.
 University of Illinois/NCSA
 Open Source License
 
-Copyright (c) 2009-2018 by the contributors listed in CREDITS.TXT
+Copyright (c) 2009-2019 by the contributors listed in CREDITS.TXT
 
 All rights reserved.
 

Modified: head/contrib/compiler-rt/include/sanitizer/allocator_interface.h
==============================================================================
--- head/contrib/compiler-rt/include/sanitizer/allocator_interface.h	Mon Mar  4 19:23:43 2019	(r344778)
+++ head/contrib/compiler-rt/include/sanitizer/allocator_interface.h	Mon Mar  4 19:39:59 2019	(r344779)
@@ -82,7 +82,6 @@ extern "C" {
      Currently available with ASan only.
   */
   void __sanitizer_purge_allocator(void);
-
 #ifdef __cplusplus
 }  // extern "C"
 #endif

Modified: head/contrib/compiler-rt/include/sanitizer/common_interface_defs.h
==============================================================================
--- head/contrib/compiler-rt/include/sanitizer/common_interface_defs.h	Mon Mar  4 19:23:43 2019	(r344778)
+++ head/contrib/compiler-rt/include/sanitizer/common_interface_defs.h	Mon Mar  4 19:39:59 2019	(r344779)
@@ -124,6 +124,12 @@ extern "C" {
 
   // Symbolizes the supplied 'pc' using the format string 'fmt'.
   // Outputs at most 'out_buf_size' bytes into 'out_buf'.
+  // If 'out_buf' is not empty then output is zero or more non empty C strings
+  // followed by single empty C string. Multiple strings can be returned if PC
+  // corresponds to inlined function. Inlined frames are printed in the order
+  // from "most-inlined" to the "least-inlined", so the last frame should be the
+  // not inlined function.
+  // Inlined frames can be removed with 'symbolize_inline_frames=0'.
   // The format syntax is described in
   // lib/sanitizer_common/sanitizer_stacktrace_printer.h.
   void __sanitizer_symbolize_pc(void *pc, const char *fmt, char *out_buf,

Modified: head/contrib/compiler-rt/include/sanitizer/hwasan_interface.h
==============================================================================
--- head/contrib/compiler-rt/include/sanitizer/hwasan_interface.h	Mon Mar  4 19:23:43 2019	(r344778)
+++ head/contrib/compiler-rt/include/sanitizer/hwasan_interface.h	Mon Mar  4 19:39:59 2019	(r344779)
@@ -19,6 +19,12 @@
 #ifdef __cplusplus
 extern "C" {
 #endif
+  // Initialize shadow but not the rest of the runtime.
+  // Does not call libc unless there is an error.
+  // Can be called multiple times, or not at all (in which case shadow will
+  // be initialized in compiler-inserted __hwasan_init() call).
+  void __hwasan_shadow_init(void);
+
   // This function may be optionally provided by user and should return
   // a string containing HWASan runtime options. See asan_flags.h for details.
   const char* __hwasan_default_options(void);
@@ -26,6 +32,51 @@ extern "C" {
   void __hwasan_enable_allocator_tagging(void);
   void __hwasan_disable_allocator_tagging(void);
 
+  // Mark region of memory with the given tag. Both address and size need to be
+  // 16-byte aligned.
+  void __hwasan_tag_memory(const volatile void *p, unsigned char tag,
+                           size_t size);
+
+  /// Set pointer tag. Previous tag is lost.
+  void *__hwasan_tag_pointer(const volatile void *p, unsigned char tag);
+
+  // Set memory tag from the current SP address to the given address to zero.
+  // This is meant to annotate longjmp and other non-local jumps.
+  // This function needs to know the (almost) exact destination frame address;
+  // clearing shadow for the entire thread stack like __asan_handle_no_return
+  // does would cause false reports.
+  void __hwasan_handle_longjmp(const void *sp_dst);
+
+  // Libc hook for thread creation. Should be called in the child thread before
+  // any instrumented code.
+  void __hwasan_thread_enter();
+
+  // Libc hook for thread destruction. No instrumented code should run after
+  // this call.
+  void __hwasan_thread_exit();
+
+  // Print shadow and origin for the memory range to stderr in a human-readable
+  // format.
+  void __hwasan_print_shadow(const volatile void *x, size_t size);
+
+  // Print one-line report about the memory usage of the current process.
+  void __hwasan_print_memory_usage();
+
+  int __sanitizer_posix_memalign(void **memptr, size_t alignment, size_t size);
+  void * __sanitizer_memalign(size_t alignment, size_t size);
+  void * __sanitizer_aligned_alloc(size_t alignment, size_t size);
+  void * __sanitizer___libc_memalign(size_t alignment, size_t size);
+  void * __sanitizer_valloc(size_t size);
+  void * __sanitizer_pvalloc(size_t size);
+  void __sanitizer_free(void *ptr);
+  void __sanitizer_cfree(void *ptr);
+  size_t __sanitizer_malloc_usable_size(const void *ptr);
+  struct mallinfo __sanitizer_mallinfo();
+  int __sanitizer_mallopt(int cmd, int value);
+  void __sanitizer_malloc_stats(void);
+  void * __sanitizer_calloc(size_t nmemb, size_t size);
+  void * __sanitizer_realloc(void *ptr, size_t size);
+  void * __sanitizer_malloc(size_t size);
 #ifdef __cplusplus
 }  // extern "C"
 #endif

Modified: head/contrib/compiler-rt/include/sanitizer/netbsd_syscall_hooks.h
==============================================================================
--- head/contrib/compiler-rt/include/sanitizer/netbsd_syscall_hooks.h	Mon Mar  4 19:23:43 2019	(r344778)
+++ head/contrib/compiler-rt/include/sanitizer/netbsd_syscall_hooks.h	Mon Mar  4 19:39:59 2019	(r344779)
@@ -21,8 +21,8 @@
 // DO NOT EDIT! THIS FILE HAS BEEN GENERATED!
 //
 // Generated with: generate_netbsd_syscalls.awk
-// Generated date: 2018-03-03
-// Generated from: syscalls.master,v 1.291 2018/01/06 16:41:23 kamil Exp
+// Generated date: 2018-10-30
+// Generated from: syscalls.master,v 1.293 2018/07/31 13:00:13 rjs Exp
 //
 //===----------------------------------------------------------------------===//
 #ifndef SANITIZER_NETBSD_SYSCALL_HOOKS_H
@@ -986,7 +986,15 @@
 #define __sanitizer_syscall_post_fpathconf(res, fd, name)                      \
   __sanitizer_syscall_post_impl_fpathconf(res, (long long)(fd),                \
                                           (long long)(name))
-/* syscall 193 has been skipped */
+#define __sanitizer_syscall_pre_getsockopt2(s, level, name, val, avalsize)     \
+  __sanitizer_syscall_pre_impl_getsockopt2(                                    \
+      (long long)(s), (long long)(level), (long long)(name), (long long)(val), \
+      (long long)(avalsize))
+#define __sanitizer_syscall_post_getsockopt2(res, s, level, name, val,         \
+                                             avalsize)                         \
+  __sanitizer_syscall_post_impl_getsockopt2(                                   \
+      res, (long long)(s), (long long)(level), (long long)(name),              \
+      (long long)(val), (long long)(avalsize))
 #define __sanitizer_syscall_pre_getrlimit(which, rlp)                          \
   __sanitizer_syscall_pre_impl_getrlimit((long long)(which), (long long)(rlp))
 #define __sanitizer_syscall_post_getrlimit(res, which, rlp)                    \
@@ -1752,18 +1760,8 @@
   __sanitizer_syscall_post_impl___sigaction_sigtramp(                          \
       res, (long long)(signum), (long long)(nsa), (long long)(osa),            \
       (long long)(tramp), (long long)(vers))
-#define __sanitizer_syscall_pre_pmc_get_info(ctr, op, args)                    \
-  __sanitizer_syscall_pre_impl_pmc_get_info((long long)(ctr), (long long)(op), \
-                                            (long long)(args))
-#define __sanitizer_syscall_post_pmc_get_info(res, ctr, op, args)              \
-  __sanitizer_syscall_post_impl_pmc_get_info(                                  \
-      res, (long long)(ctr), (long long)(op), (long long)(args))
-#define __sanitizer_syscall_pre_pmc_control(ctr, op, args)                     \
-  __sanitizer_syscall_pre_impl_pmc_control((long long)(ctr), (long long)(op),  \
-                                           (long long)(args))
-#define __sanitizer_syscall_post_pmc_control(res, ctr, op, args)               \
-  __sanitizer_syscall_post_impl_pmc_control(                                   \
-      res, (long long)(ctr), (long long)(op), (long long)(args))
+/* syscall 341 has been skipped */
+/* syscall 342 has been skipped */
 #define __sanitizer_syscall_pre_rasctl(addr, len, op)                          \
   __sanitizer_syscall_pre_impl_rasctl((long long)(addr), (long long)(len),     \
                                       (long long)(op))
@@ -3444,7 +3442,13 @@ void __sanitizer_syscall_post_impl_pathconf(long long 
 void __sanitizer_syscall_pre_impl_fpathconf(long long fd, long long name);
 void __sanitizer_syscall_post_impl_fpathconf(long long res, long long fd,
                                              long long name);
-/* syscall 193 has been skipped */
+void __sanitizer_syscall_pre_impl_getsockopt2(long long s, long long level,
+                                              long long name, long long val,
+                                              long long avalsize);
+void __sanitizer_syscall_post_impl_getsockopt2(long long res, long long s,
+                                               long long level, long long name,
+                                               long long val,
+                                               long long avalsize);
 void __sanitizer_syscall_pre_impl_getrlimit(long long which, long long rlp);
 void __sanitizer_syscall_post_impl_getrlimit(long long res, long long which,
                                              long long rlp);
@@ -4001,14 +4005,8 @@ void __sanitizer_syscall_pre_impl___sigaction_sigtramp
 void __sanitizer_syscall_post_impl___sigaction_sigtramp(
     long long res, long long signum, long long nsa, long long osa,
     long long tramp, long long vers);
-void __sanitizer_syscall_pre_impl_pmc_get_info(long long ctr, long long op,
-                                               long long args);
-void __sanitizer_syscall_post_impl_pmc_get_info(long long res, long long ctr,
-                                                long long op, long long args);
-void __sanitizer_syscall_pre_impl_pmc_control(long long ctr, long long op,
-                                              long long args);
-void __sanitizer_syscall_post_impl_pmc_control(long long res, long long ctr,
-                                               long long op, long long args);
+/* syscall 341 has been skipped */
+/* syscall 342 has been skipped */
 void __sanitizer_syscall_pre_impl_rasctl(long long addr, long long len,
                                          long long op);
 void __sanitizer_syscall_post_impl_rasctl(long long res, long long addr,

Modified: head/contrib/compiler-rt/include/xray/xray_log_interface.h
==============================================================================
--- head/contrib/compiler-rt/include/xray/xray_log_interface.h	Mon Mar  4 19:23:43 2019	(r344778)
+++ head/contrib/compiler-rt/include/xray/xray_log_interface.h	Mon Mar  4 19:39:59 2019	(r344779)
@@ -158,8 +158,8 @@ struct XRayLogImpl {
   /// The log initialization routine provided by the implementation, always
   /// provided with the following parameters:
   ///
-  ///   - buffer size
-  ///   - maximum number of buffers
+  ///   - buffer size (unused)
+  ///   - maximum number of buffers (unused)
   ///   - a pointer to an argument struct that the implementation MUST handle
   ///   - the size of the argument struct
   ///
@@ -354,26 +354,5 @@ XRayLogFlushStatus __xray_log_process_buffers(void (*P
                                                                 XRayBuffer));
 
 } // extern "C"
-
-namespace __xray {
-
-/// DEPRECATED: Use __xray_log_init_mode(...) instead, and provide flag
-/// configuration strings to set the options instead.
-/// Options used by the LLVM XRay FDR logging implementation.
-struct FDRLoggingOptions {
-  bool ReportErrors = false;
-  int Fd = -1;
-};
-
-/// DEPRECATED: Use __xray_log_init_mode(...) instead, and provide flag
-/// configuration strings to set the options instead.
-/// Options used by the LLVM XRay Basic (Naive) logging implementation.
-struct BasicLoggingOptions {
-  int DurationFilterMicros = 0;
-  size_t MaxStackDepth = 0;
-  size_t ThreadBufferSize = 0;
-};
-
-} // namespace __xray
 
 #endif // XRAY_XRAY_LOG_INTERFACE_H

Modified: head/contrib/compiler-rt/lib/asan/asan_allocator.h
==============================================================================
--- head/contrib/compiler-rt/lib/asan/asan_allocator.h	Mon Mar  4 19:23:43 2019	(r344778)
+++ head/contrib/compiler-rt/lib/asan/asan_allocator.h	Mon Mar  4 19:39:59 2019	(r344779)
@@ -148,6 +148,7 @@ const uptr kAllocatorSpace = 0x600000000000ULL;
 const uptr kAllocatorSize  =  0x40000000000ULL;  // 4T.
 typedef DefaultSizeClassMap SizeClassMap;
 # endif
+template <typename AddressSpaceViewTy>
 struct AP64 {  // Allocator64 parameters. Deliberately using a short name.
   static const uptr kSpaceBeg = kAllocatorSpace;
   static const uptr kSpaceSize = kAllocatorSize;
@@ -155,37 +156,57 @@ struct AP64 {  // Allocator64 parameters. Deliberately
   typedef __asan::SizeClassMap SizeClassMap;
   typedef AsanMapUnmapCallback MapUnmapCallback;
   static const uptr kFlags = 0;
+  using AddressSpaceView = AddressSpaceViewTy;
 };
 
-typedef SizeClassAllocator64<AP64> PrimaryAllocator;
+template <typename AddressSpaceView>
+using PrimaryAllocatorASVT = SizeClassAllocator64<AP64<AddressSpaceView>>;
+using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>;
 #else  // Fallback to SizeClassAllocator32.
 static const uptr kRegionSizeLog = 20;
 static const uptr kNumRegions = SANITIZER_MMAP_RANGE_SIZE >> kRegionSizeLog;
 # if SANITIZER_WORDSIZE == 32
-typedef FlatByteMap<kNumRegions> ByteMap;
+template <typename AddressSpaceView>
+using ByteMapASVT = FlatByteMap<kNumRegions, AddressSpaceView>;
 # elif SANITIZER_WORDSIZE == 64
-typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap;
+template <typename AddressSpaceView>
+using ByteMapASVT =
+    TwoLevelByteMap<(kNumRegions >> 12), 1 << 12, AddressSpaceView>;
 # endif
 typedef CompactSizeClassMap SizeClassMap;
+template <typename AddressSpaceViewTy>
 struct AP32 {
   static const uptr kSpaceBeg = 0;
   static const u64 kSpaceSize = SANITIZER_MMAP_RANGE_SIZE;
   static const uptr kMetadataSize = 16;
   typedef __asan::SizeClassMap SizeClassMap;
   static const uptr kRegionSizeLog = __asan::kRegionSizeLog;
-  typedef __asan::ByteMap ByteMap;
+  using AddressSpaceView = AddressSpaceViewTy;
+  using ByteMap = __asan::ByteMapASVT<AddressSpaceView>;
   typedef AsanMapUnmapCallback MapUnmapCallback;
   static const uptr kFlags = 0;
 };
-typedef SizeClassAllocator32<AP32> PrimaryAllocator;
+template <typename AddressSpaceView>
+using PrimaryAllocatorASVT = SizeClassAllocator32<AP32<AddressSpaceView> >;
+using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>;
 #endif  // SANITIZER_CAN_USE_ALLOCATOR64
 
 static const uptr kNumberOfSizeClasses = SizeClassMap::kNumClasses;
-typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
-typedef LargeMmapAllocator<AsanMapUnmapCallback> SecondaryAllocator;
-typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
-    SecondaryAllocator> AsanAllocator;
+template <typename AddressSpaceView>
+using AllocatorCacheASVT =
+    SizeClassAllocatorLocalCache<PrimaryAllocatorASVT<AddressSpaceView>>;
+using AllocatorCache = AllocatorCacheASVT<LocalAddressSpaceView>;
 
+template <typename AddressSpaceView>
+using SecondaryAllocatorASVT =
+    LargeMmapAllocator<AsanMapUnmapCallback, DefaultLargeMmapAllocatorPtrArray,
+                       AddressSpaceView>;
+template <typename AddressSpaceView>
+using AsanAllocatorASVT =
+    CombinedAllocator<PrimaryAllocatorASVT<AddressSpaceView>,
+                      AllocatorCacheASVT<AddressSpaceView>,
+                      SecondaryAllocatorASVT<AddressSpaceView>>;
+using AsanAllocator = AsanAllocatorASVT<LocalAddressSpaceView>;
 
 struct AsanThreadLocalMallocStorage {
   uptr quarantine_cache[16];

Modified: head/contrib/compiler-rt/lib/asan/asan_errors.cc
==============================================================================
--- head/contrib/compiler-rt/lib/asan/asan_errors.cc	Mon Mar  4 19:23:43 2019	(r344778)
+++ head/contrib/compiler-rt/lib/asan/asan_errors.cc	Mon Mar  4 19:39:59 2019	(r344779)
@@ -125,9 +125,8 @@ void ErrorAllocTypeMismatch::Print() {
   Decorator d;
   Printf("%s", d.Error());
   Report("ERROR: AddressSanitizer: %s (%s vs %s) on %p\n",
-         scariness.GetDescription(),
-         alloc_names[alloc_type], dealloc_names[dealloc_type],
-         addr_description.addr);
+         scariness.GetDescription(), alloc_names[alloc_type],
+         dealloc_names[dealloc_type], addr_description.Address());
   Printf("%s", d.Default());
   CHECK_GT(dealloc_stack->size, 0);
   scariness.Print();

Modified: head/contrib/compiler-rt/lib/asan/asan_errors.h
==============================================================================
--- head/contrib/compiler-rt/lib/asan/asan_errors.h	Mon Mar  4 19:23:43 2019	(r344778)
+++ head/contrib/compiler-rt/lib/asan/asan_errors.h	Mon Mar  4 19:39:59 2019	(r344779)
@@ -110,8 +110,8 @@ struct ErrorFreeNotMalloced : ErrorBase {
 
 struct ErrorAllocTypeMismatch : ErrorBase {
   const BufferedStackTrace *dealloc_stack;
-  HeapAddressDescription addr_description;
   AllocType alloc_type, dealloc_type;
+  AddressDescription addr_description;
 
   ErrorAllocTypeMismatch() = default;  // (*)
   ErrorAllocTypeMismatch(u32 tid, BufferedStackTrace *stack, uptr addr,
@@ -119,9 +119,8 @@ struct ErrorAllocTypeMismatch : ErrorBase {
       : ErrorBase(tid, 10, "alloc-dealloc-mismatch"),
         dealloc_stack(stack),
         alloc_type(alloc_type_),
-        dealloc_type(dealloc_type_) {
-    GetHeapAddressInformation(addr, 1, &addr_description);
-  };
+        dealloc_type(dealloc_type_),
+        addr_description(addr, 1, false) {}
   void Print();
 };
 

Modified: head/contrib/compiler-rt/lib/asan/asan_flags.inc
==============================================================================
--- head/contrib/compiler-rt/lib/asan/asan_flags.inc	Mon Mar  4 19:23:43 2019	(r344778)
+++ head/contrib/compiler-rt/lib/asan/asan_flags.inc	Mon Mar  4 19:39:59 2019	(r344779)
@@ -152,8 +152,6 @@ ASAN_FLAG(const char *, suppressions, "", "Suppression
 ASAN_FLAG(bool, halt_on_error, true,
           "Crash the program after printing the first error report "
           "(WARNING: USE AT YOUR OWN RISK!)")
-ASAN_FLAG(bool, use_odr_indicator, false,
-          "Use special ODR indicator symbol for ODR violation detection")
 ASAN_FLAG(bool, allocator_frees_and_returns_null_on_realloc_zero, true,
           "realloc(p, 0) is equivalent to free(p) by default (Same as the "
           "POSIX standard). If set to false, realloc(p, 0) will return a "

Modified: head/contrib/compiler-rt/lib/asan/asan_fuchsia.cc
==============================================================================
--- head/contrib/compiler-rt/lib/asan/asan_fuchsia.cc	Mon Mar  4 19:23:43 2019	(r344778)
+++ head/contrib/compiler-rt/lib/asan/asan_fuchsia.cc	Mon Mar  4 19:39:59 2019	(r344779)
@@ -190,6 +190,13 @@ static void ThreadExitHook(void *hook, uptr os_id) {
   AsanThread::TSDDtor(per_thread);
 }
 
+bool HandleDlopenInit() {
+  // Not supported on this platform.
+  static_assert(!SANITIZER_SUPPORTS_INIT_FOR_DLOPEN,
+                "Expected SANITIZER_SUPPORTS_INIT_FOR_DLOPEN to be false");
+  return false;
+}
+
 }  // namespace __asan
 
 // These are declared (in extern "C") by <zircon/sanitizer.h>.

Modified: head/contrib/compiler-rt/lib/asan/asan_globals.cc
==============================================================================
--- head/contrib/compiler-rt/lib/asan/asan_globals.cc	Mon Mar  4 19:23:43 2019	(r344778)
+++ head/contrib/compiler-rt/lib/asan/asan_globals.cc	Mon Mar  4 19:39:59 2019	(r344779)
@@ -83,9 +83,11 @@ static bool IsAddressNearGlobal(uptr addr, const __asa
 }
 
 static void ReportGlobal(const Global &g, const char *prefix) {
-  Report("%s Global[%p]: beg=%p size=%zu/%zu name=%s module=%s dyn_init=%zu\n",
-         prefix, &g, (void *)g.beg, g.size, g.size_with_redzone, g.name,
-         g.module_name, g.has_dynamic_init);
+  Report(
+      "%s Global[%p]: beg=%p size=%zu/%zu name=%s module=%s dyn_init=%zu "
+      "odr_indicator=%p\n",
+      prefix, &g, (void *)g.beg, g.size, g.size_with_redzone, g.name,
+      g.module_name, g.has_dynamic_init, (void *)g.odr_indicator);
   if (g.location) {
     Report("  location (%p): name=%s[%p], %d %d\n", g.location,
            g.location->filename, g.location->filename, g.location->line_no,
@@ -133,6 +135,9 @@ enum GlobalSymbolState {
 // this method in case compiler instruments global variables through their
 // local aliases.
 static void CheckODRViolationViaIndicator(const Global *g) {
+  // Instrumentation requests to skip ODR check.
+  if (g->odr_indicator == UINTPTR_MAX)
+    return;
   u8 *odr_indicator = reinterpret_cast<u8 *>(g->odr_indicator);
   if (*odr_indicator == UNREGISTERED) {
     *odr_indicator = REGISTERED;
@@ -183,9 +188,7 @@ static void CheckODRViolationViaPoisoning(const Global
 // This routine chooses between two different methods of ODR violation
 // detection.
 static inline bool UseODRIndicator(const Global *g) {
-  // Use ODR indicator method iff use_odr_indicator flag is set and
-  // indicator symbol address is not 0.
-  return flags()->use_odr_indicator && g->odr_indicator > 0;
+  return g->odr_indicator > 0;
 }
 
 // Register a global variable.
@@ -248,7 +251,7 @@ static void UnregisterGlobal(const Global *g) {
   // implementation. It might not be worth doing anyway.
 
   // Release ODR indicator.
-  if (UseODRIndicator(g)) {
+  if (UseODRIndicator(g) && g->odr_indicator != UINTPTR_MAX) {
     u8 *odr_indicator = reinterpret_cast<u8 *>(g->odr_indicator);
     *odr_indicator = UNREGISTERED;
   }

Modified: head/contrib/compiler-rt/lib/asan/asan_globals_win.cc
==============================================================================
--- head/contrib/compiler-rt/lib/asan/asan_globals_win.cc	Mon Mar  4 19:23:43 2019	(r344778)
+++ head/contrib/compiler-rt/lib/asan/asan_globals_win.cc	Mon Mar  4 19:39:59 2019	(r344779)
@@ -29,7 +29,7 @@ static void call_on_globals(void (*hook)(__asan_global
   __asan_global *end = &__asan_globals_end;
   uptr bytediff = (uptr)end - (uptr)start;
   if (bytediff % sizeof(__asan_global) != 0) {
-#ifdef SANITIZER_DLL_THUNK
+#if defined(SANITIZER_DLL_THUNK) || defined(SANITIZER_DYNAMIC_RUNTIME_THUNK)
     __debugbreak();
 #else
     CHECK("corrupt asan global array");

Modified: head/contrib/compiler-rt/lib/asan/asan_internal.h
==============================================================================
--- head/contrib/compiler-rt/lib/asan/asan_internal.h	Mon Mar  4 19:23:43 2019	(r344778)
+++ head/contrib/compiler-rt/lib/asan/asan_internal.h	Mon Mar  4 19:39:59 2019	(r344779)
@@ -111,6 +111,11 @@ void *AsanDlSymNext(const char *sym);
 
 void ReserveShadowMemoryRange(uptr beg, uptr end, const char *name);
 
+// Returns `true` iff most of ASan init process should be skipped due to the
+// ASan library being loaded via `dlopen()`. Platforms may perform any
+// `dlopen()` specific initialization inside this function.
+bool HandleDlopenInit();
+
 // Add convenient macro for interface functions that may be represented as
 // weak hooks.
 #define ASAN_MALLOC_HOOK(ptr, size)                                   \

Modified: head/contrib/compiler-rt/lib/asan/asan_linux.cc
==============================================================================
--- head/contrib/compiler-rt/lib/asan/asan_linux.cc	Mon Mar  4 19:23:43 2019	(r344778)
+++ head/contrib/compiler-rt/lib/asan/asan_linux.cc	Mon Mar  4 19:39:59 2019	(r344779)
@@ -248,6 +248,13 @@ void *AsanDlSymNext(const char *sym) {
   return dlsym(RTLD_NEXT, sym);
 }
 
+bool HandleDlopenInit() {
+  // Not supported on this platform.
+  static_assert(!SANITIZER_SUPPORTS_INIT_FOR_DLOPEN,
+                "Expected SANITIZER_SUPPORTS_INIT_FOR_DLOPEN to be false");
+  return false;
+}
+
 } // namespace __asan
 
 #endif  // SANITIZER_FREEBSD || SANITIZER_LINUX || SANITIZER_NETBSD ||

Modified: head/contrib/compiler-rt/lib/asan/asan_malloc_linux.cc
==============================================================================
--- head/contrib/compiler-rt/lib/asan/asan_malloc_linux.cc	Mon Mar  4 19:23:43 2019	(r344778)
+++ head/contrib/compiler-rt/lib/asan/asan_malloc_linux.cc	Mon Mar  4 19:39:59 2019	(r344779)
@@ -209,7 +209,7 @@ INTERCEPTOR(struct fake_mallinfo, mallinfo, void) {
 }
 
 INTERCEPTOR(int, mallopt, int cmd, int value) {
-  return -1;
+  return 0;
 }
 #endif // SANITIZER_INTERCEPT_MALLOPT_AND_MALLINFO
 

Modified: head/contrib/compiler-rt/lib/asan/asan_malloc_mac.cc
==============================================================================
--- head/contrib/compiler-rt/lib/asan/asan_malloc_mac.cc	Mon Mar  4 19:23:43 2019	(r344778)
+++ head/contrib/compiler-rt/lib/asan/asan_malloc_mac.cc	Mon Mar  4 19:39:59 2019	(r344779)
@@ -61,4 +61,25 @@ using namespace __asan;
 
 #include "sanitizer_common/sanitizer_malloc_mac.inc"
 
+namespace COMMON_MALLOC_NAMESPACE {
+bool HandleDlopenInit() {
+  static_assert(SANITIZER_SUPPORTS_INIT_FOR_DLOPEN,
+                "Expected SANITIZER_SUPPORTS_INIT_FOR_DLOPEN to be true");
+  // We have no reliable way of knowing how we are being loaded
+  // so make it a requirement on Apple platforms to set this environment
+  // variable to indicate that we want to perform initialization via
+  // dlopen().
+  auto init_str = GetEnv("APPLE_ASAN_INIT_FOR_DLOPEN");
+  if (!init_str)
+    return false;
+  if (internal_strncmp(init_str, "1", 1) != 0)
+    return false;
+  // When we are loaded via `dlopen()` path we still initialize the malloc zone
+  // so Symbolication clients (e.g. `leaks`) that load the ASan allocator can
+  // find an initialized malloc zone.
+  InitMallocZoneFields();
+  return true;
+}
+}  // namespace COMMON_MALLOC_NAMESPACE
+
 #endif

Modified: head/contrib/compiler-rt/lib/asan/asan_malloc_win.cc
==============================================================================
--- head/contrib/compiler-rt/lib/asan/asan_malloc_win.cc	Mon Mar  4 19:23:43 2019	(r344778)
+++ head/contrib/compiler-rt/lib/asan/asan_malloc_win.cc	Mon Mar  4 19:39:59 2019	(r344779)
@@ -14,9 +14,18 @@
 
 #include "sanitizer_common/sanitizer_platform.h"
 #if SANITIZER_WINDOWS
-#define WIN32_LEAN_AND_MEAN
-#include <windows.h>
+// Intentionally not including windows.h here, to avoid the risk of
+// pulling in conflicting declarations of these functions. (With mingw-w64,
+// there's a risk of windows.h pulling in stdint.h.)
+typedef int BOOL;
+typedef void *HANDLE;
+typedef const void *LPCVOID;
+typedef void *LPVOID;
 
+#define HEAP_ZERO_MEMORY           0x00000008
+#define HEAP_REALLOC_IN_PLACE_ONLY 0x00000010
+
+
 #include "asan_allocator.h"
 #include "asan_interceptors.h"
 #include "asan_internal.h"
@@ -125,13 +134,18 @@ void *_recalloc_base(void *p, size_t n, size_t elem_si
 }
 
 ALLOCATION_FUNCTION_ATTRIBUTE
-size_t _msize(const void *ptr) {
+size_t _msize(void *ptr) {
   GET_CURRENT_PC_BP_SP;
   (void)sp;
   return asan_malloc_usable_size(ptr, pc, bp);
 }
 
 ALLOCATION_FUNCTION_ATTRIBUTE
+size_t _msize_base(void *ptr) {
+  return _msize(ptr);
+}
+
+ALLOCATION_FUNCTION_ATTRIBUTE
 void *_expand(void *memblock, size_t size) {
   // _expand is used in realloc-like functions to resize the buffer if possible.
   // We don't want memory to stand still while resizing buffers, so return 0.
@@ -226,6 +240,7 @@ void ReplaceSystemMalloc() {
   TryToOverrideFunction("_recalloc_base", (uptr)_recalloc);
   TryToOverrideFunction("_recalloc_crt", (uptr)_recalloc);
   TryToOverrideFunction("_msize", (uptr)_msize);
+  TryToOverrideFunction("_msize_base", (uptr)_msize);
   TryToOverrideFunction("_expand", (uptr)_expand);
   TryToOverrideFunction("_expand_base", (uptr)_expand);
 

Modified: head/contrib/compiler-rt/lib/asan/asan_new_delete.cc
==============================================================================
--- head/contrib/compiler-rt/lib/asan/asan_new_delete.cc	Mon Mar  4 19:23:43 2019	(r344778)
+++ head/contrib/compiler-rt/lib/asan/asan_new_delete.cc	Mon Mar  4 19:39:59 2019	(r344779)
@@ -26,7 +26,7 @@
 // anyway by passing extra -export flags to the linker, which is exactly that
 // dllexport would normally do. We need to export them in order to make the
 // VS2015 dynamic CRT (MD) work.
-#if SANITIZER_WINDOWS
+#if SANITIZER_WINDOWS && defined(_MSC_VER)
 #define CXX_OPERATOR_ATTRIBUTE
 #define COMMENT_EXPORT(sym) __pragma(comment(linker, "/export:" sym))
 #ifdef _WIN64

Modified: head/contrib/compiler-rt/lib/asan/asan_posix.cc
==============================================================================
--- head/contrib/compiler-rt/lib/asan/asan_posix.cc	Mon Mar  4 19:23:43 2019	(r344778)
+++ head/contrib/compiler-rt/lib/asan/asan_posix.cc	Mon Mar  4 19:39:59 2019	(r344779)
@@ -40,6 +40,51 @@ void AsanOnDeadlySignal(int signo, void *siginfo, void
 
 // ---------------------- TSD ---------------- {{{1
 
+#if SANITIZER_NETBSD || SANITIZER_FREEBSD
+// Thread Static Data cannot be used in early init on NetBSD and FreeBSD.
+// Reuse the Asan TSD API for compatibility with existing code
+// with an alternative implementation.
+
+static void (*tsd_destructor)(void *tsd) = nullptr;
+
+struct tsd_key {
+  tsd_key() : key(nullptr) {}
+  ~tsd_key() {
+    CHECK(tsd_destructor);
+    if (key)
+      (*tsd_destructor)(key);
+  }
+  void *key;
+};
+
+static thread_local struct tsd_key key;
+
+void AsanTSDInit(void (*destructor)(void *tsd)) {
+  CHECK(!tsd_destructor);
+  tsd_destructor = destructor;
+}
+
+void *AsanTSDGet() {
+  CHECK(tsd_destructor);
+  return key.key;
+}
+
+void AsanTSDSet(void *tsd) {
+  CHECK(tsd_destructor);
+  CHECK(tsd);
+  CHECK(!key.key);
+  key.key = tsd;
+}
+
+void PlatformTSDDtor(void *tsd) {
+  CHECK(tsd_destructor);
+  CHECK_EQ(key.key, tsd);
+  key.key = nullptr;
+  // Make sure that signal handler can not see a stale current thread pointer.
+  atomic_signal_fence(memory_order_seq_cst);
+  AsanThread::TSDDtor(tsd);
+}
+#else
 static pthread_key_t tsd_key;
 static bool tsd_key_inited = false;
 void AsanTSDInit(void (*destructor)(void *tsd)) {
@@ -67,6 +112,7 @@ void PlatformTSDDtor(void *tsd) {
   }
   AsanThread::TSDDtor(tsd);
 }
+#endif
 }  // namespace __asan
 
 #endif  // SANITIZER_POSIX

Modified: head/contrib/compiler-rt/lib/asan/asan_report.h
==============================================================================
--- head/contrib/compiler-rt/lib/asan/asan_report.h	Mon Mar  4 19:23:43 2019	(r344778)
+++ head/contrib/compiler-rt/lib/asan/asan_report.h	Mon Mar  4 19:39:59 2019	(r344779)
@@ -12,6 +12,9 @@
 // ASan-private header for error reporting functions.
 //===----------------------------------------------------------------------===//
 
+#ifndef ASAN_REPORT_H
+#define ASAN_REPORT_H
+
 #include "asan_allocator.h"
 #include "asan_internal.h"
 #include "asan_thread.h"
@@ -92,3 +95,4 @@ void ReportMacCfReallocUnknown(uptr addr, uptr zone_pt
                                BufferedStackTrace *stack);
 
 }  // namespace __asan
+#endif  // ASAN_REPORT_H

Modified: head/contrib/compiler-rt/lib/asan/asan_rtems.cc
==============================================================================
--- head/contrib/compiler-rt/lib/asan/asan_rtems.cc	Mon Mar  4 19:23:43 2019	(r344778)
+++ head/contrib/compiler-rt/lib/asan/asan_rtems.cc	Mon Mar  4 19:39:59 2019	(r344779)
@@ -213,6 +213,12 @@ static void HandleExit() {
   }
 }
 
+bool HandleDlopenInit() {
+  // Not supported on this platform.
+  static_assert(!SANITIZER_SUPPORTS_INIT_FOR_DLOPEN,
+                "Expected SANITIZER_SUPPORTS_INIT_FOR_DLOPEN to be false");
+  return false;
+}
 }  // namespace __asan
 
 // These are declared (in extern "C") by <some_path/sanitizer.h>.

Modified: head/contrib/compiler-rt/lib/asan/asan_rtl.cc
==============================================================================
--- head/contrib/compiler-rt/lib/asan/asan_rtl.cc	Mon Mar  4 19:23:43 2019	(r344778)
+++ head/contrib/compiler-rt/lib/asan/asan_rtl.cc	Mon Mar  4 19:39:59 2019	(r344779)
@@ -383,6 +383,19 @@ void PrintAddressSpaceLayout() {
           kHighShadowBeg > kMidMemEnd);
 }
 
+#if defined(__thumb__) && defined(__linux__)
+#define START_BACKGROUND_THREAD_IN_ASAN_INTERNAL
+#endif
+
+#ifndef START_BACKGROUND_THREAD_IN_ASAN_INTERNAL
+static bool UNUSED __local_asan_dyninit = [] {
+  MaybeStartBackgroudThread();
+  SetSoftRssLimitExceededCallback(AsanSoftRssLimitExceededCallback);
+
+  return false;
+}();
+#endif
+
 static void AsanInitInternal() {
   if (LIKELY(asan_inited)) return;
   SanitizerToolName = "AddressSanitizer";
@@ -396,6 +409,14 @@ static void AsanInitInternal() {
   // initialization steps look at flags().
   InitializeFlags();
 
+  // Stop performing init at this point if we are being loaded via
+  // dlopen() and the platform supports it.
+  if (SANITIZER_SUPPORTS_INIT_FOR_DLOPEN && UNLIKELY(HandleDlopenInit())) {
+    asan_init_is_running = false;
+    VReport(1, "AddressSanitizer init is being performed for dlopen().\n");
+    return;
+  }
+
   AsanCheckIncompatibleRT();
   AsanCheckDynamicRTPrereqs();
   AvoidCVE_2016_2143();
@@ -420,6 +441,8 @@ static void AsanInitInternal() {
   __asan_option_detect_stack_use_after_return =
       flags()->detect_stack_use_after_return;
 
+  __sanitizer::InitializePlatformEarly();
+
   // Re-exec ourselves if we need to set additional env or command line args.
   MaybeReexec();
 
@@ -447,8 +470,10 @@ static void AsanInitInternal() {
   allocator_options.SetFrom(flags(), common_flags());
   InitializeAllocator(allocator_options);
 
+#ifdef START_BACKGROUND_THREAD_IN_ASAN_INTERNAL
   MaybeStartBackgroudThread();
   SetSoftRssLimitExceededCallback(AsanSoftRssLimitExceededCallback);
+#endif
 
   // On Linux AsanThread::ThreadStart() calls malloc() that's why asan_inited
   // should be set to 1 prior to initializing the threads.

Modified: head/contrib/compiler-rt/lib/asan/asan_thread.cc
==============================================================================
--- head/contrib/compiler-rt/lib/asan/asan_thread.cc	Mon Mar  4 19:23:43 2019	(r344778)
+++ head/contrib/compiler-rt/lib/asan/asan_thread.cc	Mon Mar  4 19:39:59 2019	(r344779)
@@ -223,9 +223,11 @@ void AsanThread::Init(const InitOptions *options) {
   atomic_store(&stack_switching_, false, memory_order_release);
   CHECK_EQ(this->stack_size(), 0U);
   SetThreadStackAndTls(options);
-  CHECK_GT(this->stack_size(), 0U);
-  CHECK(AddrIsInMem(stack_bottom_));
-  CHECK(AddrIsInMem(stack_top_ - 1));
+  if (stack_top_ != stack_bottom_) {
+    CHECK_GT(this->stack_size(), 0U);
+    CHECK(AddrIsInMem(stack_bottom_));
+    CHECK(AddrIsInMem(stack_top_ - 1));
+  }
   ClearShadowForThreadStackAndTLS();
   fake_stack_ = nullptr;
   if (__asan_option_detect_stack_use_after_return)
@@ -289,20 +291,23 @@ void AsanThread::SetThreadStackAndTls(const InitOption
   DCHECK_EQ(options, nullptr);
   uptr tls_size = 0;
   uptr stack_size = 0;
-  GetThreadStackAndTls(tid() == 0, const_cast<uptr *>(&stack_bottom_),
-                       const_cast<uptr *>(&stack_size), &tls_begin_, &tls_size);
+  GetThreadStackAndTls(tid() == 0, &stack_bottom_, &stack_size, &tls_begin_,
+                       &tls_size);
   stack_top_ = stack_bottom_ + stack_size;
   tls_end_ = tls_begin_ + tls_size;
   dtls_ = DTLS_Get();
 
-  int local;
-  CHECK(AddrIsInStack((uptr)&local));
+  if (stack_top_ != stack_bottom_) {
+    int local;
+    CHECK(AddrIsInStack((uptr)&local));
+  }
 }
 
 #endif  // !SANITIZER_FUCHSIA && !SANITIZER_RTEMS
 
 void AsanThread::ClearShadowForThreadStackAndTLS() {
-  PoisonShadow(stack_bottom_, stack_top_ - stack_bottom_, 0);
+  if (stack_top_ != stack_bottom_)
+    PoisonShadow(stack_bottom_, stack_top_ - stack_bottom_, 0);
   if (tls_begin_ != tls_end_) {
     uptr tls_begin_aligned = RoundDownTo(tls_begin_, SHADOW_GRANULARITY);
     uptr tls_end_aligned = RoundUpTo(tls_end_, SHADOW_GRANULARITY);
@@ -314,6 +319,9 @@ void AsanThread::ClearShadowForThreadStackAndTLS() {
 
 bool AsanThread::GetStackFrameAccessByAddr(uptr addr,
                                            StackFrameAccess *access) {
+  if (stack_top_ == stack_bottom_)
+    return false;
+
   uptr bottom = 0;
   if (AddrIsInStack(addr)) {
     bottom = stack_bottom();

Modified: head/contrib/compiler-rt/lib/asan/asan_win.cc
==============================================================================
--- head/contrib/compiler-rt/lib/asan/asan_win.cc	Mon Mar  4 19:23:43 2019	(r344778)
+++ head/contrib/compiler-rt/lib/asan/asan_win.cc	Mon Mar  4 19:39:59 2019	(r344779)
@@ -159,6 +159,14 @@ INTERCEPTOR_WINAPI(DWORD, CreateThread,
 namespace __asan {
 
 void InitializePlatformInterceptors() {
+  // The interceptors were not designed to be removable, so we have to keep this
+  // module alive for the life of the process.
+  HMODULE pinned;
+  CHECK(GetModuleHandleExW(GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS |
+                           GET_MODULE_HANDLE_EX_FLAG_PIN,
+                           (LPCWSTR)&InitializePlatformInterceptors,
+                           &pinned));
+
   ASAN_INTERCEPT_FUNC(CreateThread);
   ASAN_INTERCEPT_FUNC(SetUnhandledExceptionFilter);
 
@@ -312,6 +320,13 @@ int __asan_set_seh_filter() {
   if (prev_seh_handler != &SEHHandler)
     default_seh_handler = prev_seh_handler;
   return 0;
+}
+
+bool HandleDlopenInit() {
+  // Not supported on this platform.
+  static_assert(!SANITIZER_SUPPORTS_INIT_FOR_DLOPEN,
+                "Expected SANITIZER_SUPPORTS_INIT_FOR_DLOPEN to be false");
+  return false;
 }
 
 #if !ASAN_DYNAMIC

Modified: head/contrib/compiler-rt/lib/asan/asan_win_dll_thunk.cc
==============================================================================
--- head/contrib/compiler-rt/lib/asan/asan_win_dll_thunk.cc	Mon Mar  4 19:23:43 2019	(r344778)
+++ head/contrib/compiler-rt/lib/asan/asan_win_dll_thunk.cc	Mon Mar  4 19:39:59 2019	(r344779)
@@ -48,6 +48,7 @@ INTERCEPT_WRAP_W_WWW(_recalloc)
 INTERCEPT_WRAP_W_WWW(_recalloc_base)
 
 INTERCEPT_WRAP_W_W(_msize)
+INTERCEPT_WRAP_W_W(_msize_base)
 INTERCEPT_WRAP_W_W(_expand)
 INTERCEPT_WRAP_W_W(_expand_dbg)
 

Modified: head/contrib/compiler-rt/lib/builtins/arm/addsf3.S
==============================================================================
--- head/contrib/compiler-rt/lib/builtins/arm/addsf3.S	Mon Mar  4 19:23:43 2019	(r344778)
+++ head/contrib/compiler-rt/lib/builtins/arm/addsf3.S	Mon Mar  4 19:39:59 2019	(r344779)
@@ -178,7 +178,7 @@ LOCAL_LABEL(do_substraction):
 
   push {r0, r1, r2, r3}
   movs r0, r4
-  bl   __clzsi2
+  bl   SYMBOL_NAME(__clzsi2)
   movs r5, r0
   pop {r0, r1, r2, r3}
   // shift = rep_clz(aSignificand) - rep_clz(implicitBit << 3);

Modified: head/contrib/compiler-rt/lib/builtins/arm/aeabi_cdcmp.S
==============================================================================
--- head/contrib/compiler-rt/lib/builtins/arm/aeabi_cdcmp.S	Mon Mar  4 19:23:43 2019	(r344778)
+++ head/contrib/compiler-rt/lib/builtins/arm/aeabi_cdcmp.S	Mon Mar  4 19:39:59 2019	(r344779)
@@ -55,7 +55,7 @@ DEFINE_COMPILERRT_FUNCTION(__aeabi_cdcmpeq)
         mov ip, #APSR_C
         msr APSR_nzcvq, ip
 #else
-        msr CPSR_f, #APSR_C
+        msr APSR_nzcvq, #APSR_C

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***


More information about the svn-src-all mailing list