svn commit: r309124 - in head: . contrib/compiler-rt contrib/compiler-rt/include/sanitizer contrib/compiler-rt/lib/asan contrib/compiler-rt/lib/builtins contrib/compiler-rt/lib/builtins/arm contrib...

Dimitry Andric dim at FreeBSD.org
Thu Nov 24 22:55:03 UTC 2016


Author: dim
Date: Thu Nov 24 22:54:55 2016
New Revision: 309124
URL: https://svnweb.freebsd.org/changeset/base/309124

Log:
  Upgrade our copies of clang, llvm, lldb, compiler-rt and libc++ to 3.9.0
  release, and add lld 3.9.0.  Also completely revamp the build system for
  clang, llvm, lldb and their related tools.
  
  Please note that from 3.5.0 onwards, clang, llvm and lldb require C++11
  support to build; see UPDATING for more information.
  
  Release notes for llvm, clang and lld are available here:
  <http://llvm.org/releases/3.9.0/docs/ReleaseNotes.html>
  <http://llvm.org/releases/3.9.0/tools/clang/docs/ReleaseNotes.html>
  <http://llvm.org/releases/3.9.0/tools/lld/docs/ReleaseNotes.html>
  
  Thanks to Ed Maste, Bryan Drewery, Andrew Turner, Antoine Brodin and Jan
  Beich for their help.
  
  Relnotes:	yes
  MFC after:	1 month

Added:
  head/contrib/compiler-rt/include/sanitizer/esan_interface.h
     - copied unchanged from r309123, projects/clang390-import/contrib/compiler-rt/include/sanitizer/esan_interface.h
  head/contrib/compiler-rt/lib/asan/asan_memory_profile.cc
     - copied unchanged from r309123, projects/clang390-import/contrib/compiler-rt/lib/asan/asan_memory_profile.cc
  head/contrib/compiler-rt/lib/asan/asan_scariness_score.h
     - copied unchanged from r309123, projects/clang390-import/contrib/compiler-rt/lib/asan/asan_scariness_score.h
  head/contrib/compiler-rt/lib/builtins/cpu_model.c
     - copied unchanged from r309123, projects/clang390-import/contrib/compiler-rt/lib/builtins/cpu_model.c
  head/contrib/compiler-rt/lib/esan/
     - copied from r309123, projects/clang390-import/contrib/compiler-rt/lib/esan/
  head/contrib/compiler-rt/lib/profile/InstrProfilingMerge.c
     - copied unchanged from r309123, projects/clang390-import/contrib/compiler-rt/lib/profile/InstrProfilingMerge.c
  head/contrib/compiler-rt/lib/profile/InstrProfilingMergeFile.c
     - copied unchanged from r309123, projects/clang390-import/contrib/compiler-rt/lib/profile/InstrProfilingMergeFile.c
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_linux_s390.cc
     - copied unchanged from r309123, projects/clang390-import/contrib/compiler-rt/lib/sanitizer_common/sanitizer_linux_s390.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_linux_x86_64.S
     - copied unchanged from r309123, projects/clang390-import/contrib/compiler-rt/lib/sanitizer_common/sanitizer_linux_x86_64.S
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_termination.cc
     - copied unchanged from r309123, projects/clang390-import/contrib/compiler-rt/lib/sanitizer_common/sanitizer_termination.cc
  head/contrib/compiler-rt/lib/scudo/
     - copied from r309123, projects/clang390-import/contrib/compiler-rt/lib/scudo/
  head/contrib/compiler-rt/lib/stats/
     - copied from r309123, projects/clang390-import/contrib/compiler-rt/lib/stats/
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_debugging.cc
     - copied unchanged from r309123, projects/clang390-import/contrib/compiler-rt/lib/tsan/rtl/tsan_debugging.cc
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_preinit.cc
     - copied unchanged from r309123, projects/clang390-import/contrib/compiler-rt/lib/tsan/rtl/tsan_preinit.cc
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_rtl_proc.cc
     - copied unchanged from r309123, projects/clang390-import/contrib/compiler-rt/lib/tsan/rtl/tsan_rtl_proc.cc
  head/contrib/libc++/include/__bsd_locale_defaults.h
     - copied unchanged from r309123, projects/clang390-import/contrib/libc++/include/__bsd_locale_defaults.h
  head/contrib/libc++/include/__bsd_locale_fallbacks.h
     - copied unchanged from r309123, projects/clang390-import/contrib/libc++/include/__bsd_locale_fallbacks.h
  head/contrib/libc++/include/__threading_support
     - copied unchanged from r309123, projects/clang390-import/contrib/libc++/include/__threading_support
  head/contrib/libc++/include/experimental/__memory
     - copied unchanged from r309123, projects/clang390-import/contrib/libc++/include/experimental/__memory
  head/contrib/libc++/include/experimental/deque
     - copied unchanged from r309123, projects/clang390-import/contrib/libc++/include/experimental/deque
  head/contrib/libc++/include/experimental/filesystem
     - copied unchanged from r309123, projects/clang390-import/contrib/libc++/include/experimental/filesystem
  head/contrib/libc++/include/experimental/forward_list
     - copied unchanged from r309123, projects/clang390-import/contrib/libc++/include/experimental/forward_list
  head/contrib/libc++/include/experimental/iterator
     - copied unchanged from r309123, projects/clang390-import/contrib/libc++/include/experimental/iterator
  head/contrib/libc++/include/experimental/list
     - copied unchanged from r309123, projects/clang390-import/contrib/libc++/include/experimental/list
  head/contrib/libc++/include/experimental/map
     - copied unchanged from r309123, projects/clang390-import/contrib/libc++/include/experimental/map
  head/contrib/libc++/include/experimental/memory_resource
     - copied unchanged from r309123, projects/clang390-import/contrib/libc++/include/experimental/memory_resource
  head/contrib/libc++/include/experimental/propagate_const
     - copied unchanged from r309123, projects/clang390-import/contrib/libc++/include/experimental/propagate_const
  head/contrib/libc++/include/experimental/regex
     - copied unchanged from r309123, projects/clang390-import/contrib/libc++/include/experimental/regex
  head/contrib/libc++/include/experimental/set
     - copied unchanged from r309123, projects/clang390-import/contrib/libc++/include/experimental/set
  head/contrib/libc++/include/experimental/string
     - copied unchanged from r309123, projects/clang390-import/contrib/libc++/include/experimental/string
  head/contrib/libc++/include/experimental/unordered_map
     - copied unchanged from r309123, projects/clang390-import/contrib/libc++/include/experimental/unordered_map
  head/contrib/libc++/include/experimental/unordered_set
     - copied unchanged from r309123, projects/clang390-import/contrib/libc++/include/experimental/unordered_set
  head/contrib/libc++/include/experimental/vector
     - copied unchanged from r309123, projects/clang390-import/contrib/libc++/include/experimental/vector
  head/contrib/libc++/include/stdbool.h
     - copied unchanged from r309123, projects/clang390-import/contrib/libc++/include/stdbool.h
  head/contrib/libc++/include/string.h
     - copied unchanged from r309123, projects/clang390-import/contrib/libc++/include/string.h
  head/contrib/libc++/src/experimental/
     - copied from r309123, projects/clang390-import/contrib/libc++/src/experimental/
  head/contrib/llvm/include/llvm/ADT/BitmaskEnum.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/ADT/BitmaskEnum.h
  head/contrib/llvm/include/llvm/ADT/PriorityWorklist.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/ADT/PriorityWorklist.h
  head/contrib/llvm/include/llvm/ADT/Sequence.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/ADT/Sequence.h
  head/contrib/llvm/include/llvm/Analysis/AliasAnalysisEvaluator.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Analysis/AliasAnalysisEvaluator.h
  head/contrib/llvm/include/llvm/Analysis/CFLAndersAliasAnalysis.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Analysis/CFLAndersAliasAnalysis.h
  head/contrib/llvm/include/llvm/Analysis/CFLSteensAliasAnalysis.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Analysis/CFLSteensAliasAnalysis.h
  head/contrib/llvm/include/llvm/Analysis/IndirectCallPromotionAnalysis.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Analysis/IndirectCallPromotionAnalysis.h
  head/contrib/llvm/include/llvm/Analysis/IndirectCallSiteVisitor.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Analysis/IndirectCallSiteVisitor.h
  head/contrib/llvm/include/llvm/Analysis/LazyBlockFrequencyInfo.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Analysis/LazyBlockFrequencyInfo.h
  head/contrib/llvm/include/llvm/Analysis/LoopPassManager.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Analysis/LoopPassManager.h
  head/contrib/llvm/include/llvm/Analysis/LoopUnrollAnalyzer.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Analysis/LoopUnrollAnalyzer.h
  head/contrib/llvm/include/llvm/Analysis/ModuleSummaryAnalysis.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Analysis/ModuleSummaryAnalysis.h
  head/contrib/llvm/include/llvm/Analysis/OptimizationDiagnosticInfo.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Analysis/OptimizationDiagnosticInfo.h
  head/contrib/llvm/include/llvm/Analysis/ProfileSummaryInfo.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Analysis/ProfileSummaryInfo.h
  head/contrib/llvm/include/llvm/Analysis/TypeMetadataUtils.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Analysis/TypeMetadataUtils.h
  head/contrib/llvm/include/llvm/CodeGen/GlobalISel/
     - copied from r309123, projects/clang390-import/contrib/llvm/include/llvm/CodeGen/GlobalISel/
  head/contrib/llvm/include/llvm/CodeGen/MachineInstrBundleIterator.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/CodeGen/MachineInstrBundleIterator.h
  head/contrib/llvm/include/llvm/CodeGen/PreISelIntrinsicLowering.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/CodeGen/PreISelIntrinsicLowering.h
  head/contrib/llvm/include/llvm/CodeGen/RegisterUsageInfo.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/CodeGen/RegisterUsageInfo.h
  head/contrib/llvm/include/llvm/CodeGen/ScheduleDAGMutation.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/CodeGen/ScheduleDAGMutation.h
  head/contrib/llvm/include/llvm/CodeGen/SelectionDAGTargetInfo.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/CodeGen/SelectionDAGTargetInfo.h
  head/contrib/llvm/include/llvm/CodeGen/TailDuplicator.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/CodeGen/TailDuplicator.h
  head/contrib/llvm/include/llvm/CodeGen/TargetPassConfig.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/CodeGen/TargetPassConfig.h
  head/contrib/llvm/include/llvm/CodeGen/UnreachableBlockElim.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/CodeGen/UnreachableBlockElim.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/ByteStream.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/DebugInfo/CodeView/ByteStream.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/CVRecord.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/DebugInfo/CodeView/CVRecord.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/CVSymbolTypes.def
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/DebugInfo/CodeView/CVSymbolTypes.def
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/CVSymbolVisitor.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/DebugInfo/CodeView/CVSymbolVisitor.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/CVTypeVisitor.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/DebugInfo/CodeView/CVTypeVisitor.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/CodeViewError.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/DebugInfo/CodeView/CodeViewError.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/EnumTables.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/DebugInfo/CodeView/EnumTables.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/ModuleSubstream.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/DebugInfo/CodeView/ModuleSubstream.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/ModuleSubstreamVisitor.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/DebugInfo/CodeView/ModuleSubstreamVisitor.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/RecordSerialization.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/DebugInfo/CodeView/RecordSerialization.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/StreamArray.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/DebugInfo/CodeView/StreamArray.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/StreamInterface.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/DebugInfo/CodeView/StreamInterface.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/StreamReader.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/DebugInfo/CodeView/StreamReader.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/StreamRef.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/DebugInfo/CodeView/StreamRef.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/StreamWriter.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/DebugInfo/CodeView/StreamWriter.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/SymbolDumpDelegate.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/DebugInfo/CodeView/SymbolDumpDelegate.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/SymbolDumper.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/DebugInfo/CodeView/SymbolDumper.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/SymbolVisitorDelegate.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/DebugInfo/CodeView/SymbolVisitorDelegate.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeDumper.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeDumper.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeRecords.def
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeRecords.def
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeStreamMerger.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeStreamMerger.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/DIAError.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/DIAError.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/GenericError.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/DebugInfo/PDB/GenericError.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Raw/
     - copied from r309123, projects/clang390-import/contrib/llvm/include/llvm/DebugInfo/PDB/Raw/
  head/contrib/llvm/include/llvm/ExecutionEngine/Orc/OrcABISupport.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/ExecutionEngine/Orc/OrcABISupport.h
  head/contrib/llvm/include/llvm/IR/GlobalIFunc.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/IR/GlobalIFunc.h
  head/contrib/llvm/include/llvm/IR/GlobalIndirectSymbol.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/IR/GlobalIndirectSymbol.h
  head/contrib/llvm/include/llvm/IR/ModuleSummaryIndex.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/IR/ModuleSummaryIndex.h
  head/contrib/llvm/include/llvm/IR/OptBisect.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/IR/OptBisect.h
  head/contrib/llvm/include/llvm/IR/ProfileSummary.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/IR/ProfileSummary.h
  head/contrib/llvm/include/llvm/LTO/LTO.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/LTO/LTO.h
  head/contrib/llvm/include/llvm/LTO/legacy/
     - copied from r309123, projects/clang390-import/contrib/llvm/include/llvm/LTO/legacy/
  head/contrib/llvm/include/llvm/MC/MCCodeView.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/MC/MCCodeView.h
  head/contrib/llvm/include/llvm/MC/MCDisassembler/
     - copied from r309123, projects/clang390-import/contrib/llvm/include/llvm/MC/MCDisassembler/
  head/contrib/llvm/include/llvm/MC/MCParser/MCTargetAsmParser.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/MC/MCParser/MCTargetAsmParser.h
  head/contrib/llvm/include/llvm/Object/ModuleSummaryIndexObjectFile.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Object/ModuleSummaryIndexObjectFile.h
  head/contrib/llvm/include/llvm/ObjectYAML/
     - copied from r309123, projects/clang390-import/contrib/llvm/include/llvm/ObjectYAML/
  head/contrib/llvm/include/llvm/ProfileData/Coverage/
     - copied from r309123, projects/clang390-import/contrib/llvm/include/llvm/ProfileData/Coverage/
  head/contrib/llvm/include/llvm/ProfileData/ProfileCommon.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/ProfileData/ProfileCommon.h
  head/contrib/llvm/include/llvm/Support/AArch64TargetParser.def
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Support/AArch64TargetParser.def
  head/contrib/llvm/include/llvm/Support/AtomicOrdering.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Support/AtomicOrdering.h
  head/contrib/llvm/include/llvm/Support/CachePruning.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Support/CachePruning.h
  head/contrib/llvm/include/llvm/Support/CodeGenCWrappers.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Support/CodeGenCWrappers.h
  head/contrib/llvm/include/llvm/Support/ELFRelocs/AMDGPU.def
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Support/ELFRelocs/AMDGPU.def
  head/contrib/llvm/include/llvm/Support/ELFRelocs/BPF.def
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Support/ELFRelocs/BPF.def
  head/contrib/llvm/include/llvm/Support/ELFRelocs/Lanai.def
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Support/ELFRelocs/Lanai.def
  head/contrib/llvm/include/llvm/Support/Error.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Support/Error.h
  head/contrib/llvm/include/llvm/Support/MachO.def
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Support/MachO.def
  head/contrib/llvm/include/llvm/Support/SHA1.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Support/SHA1.h
  head/contrib/llvm/include/llvm/Support/ScopedPrinter.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Support/ScopedPrinter.h
  head/contrib/llvm/include/llvm/Support/TypeName.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Support/TypeName.h
  head/contrib/llvm/include/llvm/Support/raw_sha1_ostream.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Support/raw_sha1_ostream.h
  head/contrib/llvm/include/llvm/TableGen/SearchableTable.td
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/TableGen/SearchableTable.td
  head/contrib/llvm/include/llvm/Target/GenericOpcodes.td
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Target/GenericOpcodes.td
  head/contrib/llvm/include/llvm/Target/TargetOpcodes.def
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Target/TargetOpcodes.def
  head/contrib/llvm/include/llvm/Transforms/GCOVProfiler.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/GCOVProfiler.h
  head/contrib/llvm/include/llvm/Transforms/IPO/ConstantMerge.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/IPO/ConstantMerge.h
  head/contrib/llvm/include/llvm/Transforms/IPO/CrossDSOCFI.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/IPO/CrossDSOCFI.h
  head/contrib/llvm/include/llvm/Transforms/IPO/DeadArgumentElimination.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/IPO/DeadArgumentElimination.h
  head/contrib/llvm/include/llvm/Transforms/IPO/ElimAvailExtern.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/IPO/ElimAvailExtern.h
  head/contrib/llvm/include/llvm/Transforms/IPO/FunctionAttrs.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/IPO/FunctionAttrs.h
  head/contrib/llvm/include/llvm/Transforms/IPO/GlobalDCE.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/IPO/GlobalDCE.h
  head/contrib/llvm/include/llvm/Transforms/IPO/GlobalOpt.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/IPO/GlobalOpt.h
  head/contrib/llvm/include/llvm/Transforms/IPO/Internalize.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/IPO/Internalize.h
  head/contrib/llvm/include/llvm/Transforms/IPO/LowerTypeTests.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/IPO/LowerTypeTests.h
  head/contrib/llvm/include/llvm/Transforms/IPO/PartialInlining.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/IPO/PartialInlining.h
  head/contrib/llvm/include/llvm/Transforms/IPO/SCCP.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/IPO/SCCP.h
  head/contrib/llvm/include/llvm/Transforms/IPO/WholeProgramDevirt.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/IPO/WholeProgramDevirt.h
  head/contrib/llvm/include/llvm/Transforms/InstrProfiling.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/InstrProfiling.h
  head/contrib/llvm/include/llvm/Transforms/PGOInstrumentation.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/PGOInstrumentation.h
  head/contrib/llvm/include/llvm/Transforms/SampleProfile.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/SampleProfile.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/AlignmentFromAssumptions.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/Scalar/AlignmentFromAssumptions.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/BDCE.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/Scalar/BDCE.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/ConstantHoisting.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/Scalar/ConstantHoisting.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/CorrelatedValuePropagation.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/Scalar/CorrelatedValuePropagation.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/DCE.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/Scalar/DCE.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/DeadStoreElimination.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/Scalar/DeadStoreElimination.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/Float2Int.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/Scalar/Float2Int.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/GVN.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/Scalar/GVN.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/GuardWidening.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/Scalar/GuardWidening.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/IndVarSimplify.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/Scalar/IndVarSimplify.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/JumpThreading.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/Scalar/JumpThreading.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/LICM.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/Scalar/LICM.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/LoopDeletion.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/Scalar/LoopDeletion.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/LoopDistribute.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/Scalar/LoopDistribute.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/LoopIdiomRecognize.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/Scalar/LoopIdiomRecognize.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/LoopInstSimplify.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/Scalar/LoopInstSimplify.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/LoopRotation.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/Scalar/LoopRotation.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/LoopSimplifyCFG.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/Scalar/LoopSimplifyCFG.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/LowerAtomic.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/Scalar/LowerAtomic.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/MemCpyOptimizer.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/Scalar/MemCpyOptimizer.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/MergedLoadStoreMotion.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/Scalar/MergedLoadStoreMotion.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/PartiallyInlineLibCalls.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/Scalar/PartiallyInlineLibCalls.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/Reassociate.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/Scalar/Reassociate.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/SCCP.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/Scalar/SCCP.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/Sink.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/Scalar/Sink.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/TailRecursionElimination.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/Scalar/TailRecursionElimination.h
  head/contrib/llvm/include/llvm/Transforms/Utils/AddDiscriminators.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/Utils/AddDiscriminators.h
  head/contrib/llvm/include/llvm/Transforms/Utils/Evaluator.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/Utils/Evaluator.h
  head/contrib/llvm/include/llvm/Transforms/Utils/FunctionImportUtils.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/Utils/FunctionImportUtils.h
  head/contrib/llvm/include/llvm/Transforms/Utils/LCSSA.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/Utils/LCSSA.h
  head/contrib/llvm/include/llvm/Transforms/Utils/LoopSimplify.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/Utils/LoopSimplify.h
  head/contrib/llvm/include/llvm/Transforms/Utils/Mem2Reg.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/Utils/Mem2Reg.h
  head/contrib/llvm/include/llvm/Transforms/Utils/MemorySSA.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/Utils/MemorySSA.h
  head/contrib/llvm/include/llvm/Transforms/Utils/SanitizerStats.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/Utils/SanitizerStats.h
  head/contrib/llvm/include/llvm/Transforms/Utils/SimplifyInstructions.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/Utils/SimplifyInstructions.h
  head/contrib/llvm/include/llvm/Transforms/Vectorize/
     - copied from r309123, projects/clang390-import/contrib/llvm/include/llvm/Transforms/Vectorize/
  head/contrib/llvm/lib/Analysis/AliasAnalysisSummary.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Analysis/AliasAnalysisSummary.cpp
  head/contrib/llvm/lib/Analysis/AliasAnalysisSummary.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Analysis/AliasAnalysisSummary.h
  head/contrib/llvm/lib/Analysis/CFLAndersAliasAnalysis.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Analysis/CFLAndersAliasAnalysis.cpp
  head/contrib/llvm/lib/Analysis/CFLGraph.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Analysis/CFLGraph.h
  head/contrib/llvm/lib/Analysis/CFLSteensAliasAnalysis.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Analysis/CFLSteensAliasAnalysis.cpp
  head/contrib/llvm/lib/Analysis/IndirectCallPromotionAnalysis.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Analysis/IndirectCallPromotionAnalysis.cpp
  head/contrib/llvm/lib/Analysis/LazyBlockFrequencyInfo.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Analysis/LazyBlockFrequencyInfo.cpp
  head/contrib/llvm/lib/Analysis/LoopPassManager.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Analysis/LoopPassManager.cpp
  head/contrib/llvm/lib/Analysis/LoopUnrollAnalyzer.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Analysis/LoopUnrollAnalyzer.cpp
  head/contrib/llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
  head/contrib/llvm/lib/Analysis/OptimizationDiagnosticInfo.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Analysis/OptimizationDiagnosticInfo.cpp
  head/contrib/llvm/lib/Analysis/ProfileSummaryInfo.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Analysis/ProfileSummaryInfo.cpp
  head/contrib/llvm/lib/Analysis/TypeMetadataUtils.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Analysis/TypeMetadataUtils.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.h
  head/contrib/llvm/lib/CodeGen/BuiltinGCs.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/CodeGen/BuiltinGCs.cpp
  head/contrib/llvm/lib/CodeGen/DetectDeadLanes.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/CodeGen/DetectDeadLanes.cpp
  head/contrib/llvm/lib/CodeGen/GlobalISel/
     - copied from r309123, projects/clang390-import/contrib/llvm/lib/CodeGen/GlobalISel/
  head/contrib/llvm/lib/CodeGen/LiveRangeUtils.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/CodeGen/LiveRangeUtils.h
  head/contrib/llvm/lib/CodeGen/LowerEmuTLS.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/CodeGen/LowerEmuTLS.cpp
  head/contrib/llvm/lib/CodeGen/PatchableFunction.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/CodeGen/PatchableFunction.cpp
  head/contrib/llvm/lib/CodeGen/PostRAHazardRecognizer.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/CodeGen/PostRAHazardRecognizer.cpp
  head/contrib/llvm/lib/CodeGen/PreISelIntrinsicLowering.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/CodeGen/PreISelIntrinsicLowering.cpp
  head/contrib/llvm/lib/CodeGen/RegUsageInfoCollector.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/CodeGen/RegUsageInfoCollector.cpp
  head/contrib/llvm/lib/CodeGen/RegUsageInfoPropagate.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/CodeGen/RegUsageInfoPropagate.cpp
  head/contrib/llvm/lib/CodeGen/RegisterUsageInfo.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/CodeGen/RegisterUsageInfo.cpp
  head/contrib/llvm/lib/CodeGen/RenameIndependentSubregs.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/CodeGen/RenameIndependentSubregs.cpp
  head/contrib/llvm/lib/CodeGen/SafeStack.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/CodeGen/SafeStack.cpp
  head/contrib/llvm/lib/CodeGen/SafeStackColoring.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/CodeGen/SafeStackColoring.cpp
  head/contrib/llvm/lib/CodeGen/SafeStackColoring.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/CodeGen/SafeStackColoring.h
  head/contrib/llvm/lib/CodeGen/SafeStackLayout.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/CodeGen/SafeStackLayout.cpp
  head/contrib/llvm/lib/CodeGen/SafeStackLayout.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/CodeGen/SafeStackLayout.h
  head/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGTargetInfo.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGTargetInfo.cpp
  head/contrib/llvm/lib/CodeGen/TailDuplicator.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/CodeGen/TailDuplicator.cpp
  head/contrib/llvm/lib/CodeGen/TargetPassConfig.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/CodeGen/TargetPassConfig.cpp
  head/contrib/llvm/lib/CodeGen/XRayInstrumentation.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/CodeGen/XRayInstrumentation.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/ByteStream.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/DebugInfo/CodeView/ByteStream.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/CVTypeVisitor.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/DebugInfo/CodeView/CVTypeVisitor.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/CodeViewError.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/DebugInfo/CodeView/CodeViewError.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/EnumTables.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/DebugInfo/CodeView/EnumTables.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/ModuleSubstream.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/DebugInfo/CodeView/ModuleSubstream.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/ModuleSubstreamVisitor.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/DebugInfo/CodeView/ModuleSubstreamVisitor.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/RecordSerialization.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/DebugInfo/CodeView/RecordSerialization.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/StreamReader.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/DebugInfo/CodeView/StreamReader.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/StreamWriter.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/DebugInfo/CodeView/StreamWriter.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/SymbolDumper.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/DebugInfo/CodeView/SymbolDumper.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/TypeDumper.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/DebugInfo/CodeView/TypeDumper.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/TypeRecord.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/DebugInfo/CodeView/TypeRecord.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/TypeStreamMerger.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/DebugInfo/CodeView/TypeStreamMerger.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/DIA/DIAError.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/DebugInfo/PDB/DIA/DIAError.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/GenericError.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/DebugInfo/PDB/GenericError.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Raw/
     - copied from r309123, projects/clang390-import/contrib/llvm/lib/DebugInfo/PDB/Raw/
  head/contrib/llvm/lib/ExecutionEngine/Orc/OrcABISupport.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/ExecutionEngine/Orc/OrcABISupport.cpp
  head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFThumb.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFThumb.h
  head/contrib/llvm/lib/IR/AttributeSetNode.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/IR/AttributeSetNode.h
  head/contrib/llvm/lib/IR/ModuleSummaryIndex.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/IR/ModuleSummaryIndex.cpp
  head/contrib/llvm/lib/IR/OptBisect.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/IR/OptBisect.cpp
  head/contrib/llvm/lib/IR/ProfileSummary.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/IR/ProfileSummary.cpp
  head/contrib/llvm/lib/LTO/LTO.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/LTO/LTO.cpp
  head/contrib/llvm/lib/LTO/ThinLTOCodeGenerator.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/LTO/ThinLTOCodeGenerator.cpp
  head/contrib/llvm/lib/LTO/UpdateCompilerUsed.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/LTO/UpdateCompilerUsed.cpp
  head/contrib/llvm/lib/MC/MCCodeView.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/MC/MCCodeView.cpp
  head/contrib/llvm/lib/MC/MCDisassembler/MCSymbolizer.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/MC/MCDisassembler/MCSymbolizer.cpp
  head/contrib/llvm/lib/Object/ModuleSummaryIndexObjectFile.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Object/ModuleSummaryIndexObjectFile.cpp
  head/contrib/llvm/lib/ObjectYAML/
     - copied from r309123, projects/clang390-import/contrib/llvm/lib/ObjectYAML/
  head/contrib/llvm/lib/ProfileData/Coverage/
     - copied from r309123, projects/clang390-import/contrib/llvm/lib/ProfileData/Coverage/
  head/contrib/llvm/lib/ProfileData/ProfileSummaryBuilder.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/ProfileData/ProfileSummaryBuilder.cpp
  head/contrib/llvm/lib/Support/CachePruning.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Support/CachePruning.cpp
  head/contrib/llvm/lib/Support/Error.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Support/Error.cpp
  head/contrib/llvm/lib/Support/SHA1.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Support/SHA1.cpp
  head/contrib/llvm/lib/Support/ScopedPrinter.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Support/ScopedPrinter.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64CallLowering.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/AArch64/AArch64CallLowering.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64CallLowering.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/AArch64/AArch64CallLowering.h
  head/contrib/llvm/lib/Target/AArch64/AArch64RedundantCopyElimination.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/AArch64/AArch64RedundantCopyElimination.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64RegisterBankInfo.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/AArch64/AArch64RegisterBankInfo.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64RegisterBankInfo.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/AArch64/AArch64RegisterBankInfo.h
  head/contrib/llvm/lib/Target/AArch64/AArch64SchedKryo.td
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/AArch64/AArch64SchedKryo.td
  head/contrib/llvm/lib/Target/AArch64/AArch64SchedKryoDetails.td
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/AArch64/AArch64SchedKryoDetails.td
  head/contrib/llvm/lib/Target/AArch64/AArch64SchedVulcan.td
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/AArch64/AArch64SchedVulcan.td
  head/contrib/llvm/lib/Target/AArch64/AArch64SystemOperands.td
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/AArch64/AArch64SystemOperands.td
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUCallLowering.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/AMDGPU/AMDGPUCallLowering.h
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPURuntimeMetadata.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/AMDGPU/AMDGPURuntimeMetadata.h
  head/contrib/llvm/lib/Target/AMDGPU/Disassembler/
     - copied from r309123, projects/clang390-import/contrib/llvm/lib/Target/AMDGPU/Disassembler/
  head/contrib/llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
  head/contrib/llvm/lib/Target/AMDGPU/GCNHazardRecognizer.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/AMDGPU/GCNHazardRecognizer.h
  head/contrib/llvm/lib/Target/AMDGPU/R600FrameLowering.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/AMDGPU/R600FrameLowering.cpp
  head/contrib/llvm/lib/Target/AMDGPU/R600FrameLowering.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/AMDGPU/R600FrameLowering.h
  head/contrib/llvm/lib/Target/AMDGPU/SIDebuggerInsertNops.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/AMDGPU/SIDebuggerInsertNops.cpp
  head/contrib/llvm/lib/Target/AMDGPU/SIWholeQuadMode.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/AMDGPU/SIWholeQuadMode.cpp
  head/contrib/llvm/lib/Target/AMDGPU/Utils/AMDGPUAsmUtils.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/AMDGPU/Utils/AMDGPUAsmUtils.cpp
  head/contrib/llvm/lib/Target/AMDGPU/Utils/AMDGPUAsmUtils.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/AMDGPU/Utils/AMDGPUAsmUtils.h
  head/contrib/llvm/lib/Target/AMDGPU/Utils/AMDKernelCodeTInfo.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/AMDGPU/Utils/AMDKernelCodeTInfo.h
  head/contrib/llvm/lib/Target/AMDGPU/Utils/AMDKernelCodeTUtils.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/AMDGPU/Utils/AMDKernelCodeTUtils.cpp
  head/contrib/llvm/lib/Target/AMDGPU/Utils/AMDKernelCodeTUtils.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/AMDGPU/Utils/AMDKernelCodeTUtils.h
  head/contrib/llvm/lib/Target/AVR/AVRFrameLowering.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/AVR/AVRFrameLowering.h
  head/contrib/llvm/lib/Target/AVR/AVRISelLowering.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/AVR/AVRISelLowering.h
  head/contrib/llvm/lib/Target/AVR/AVRInstrFormats.td
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/AVR/AVRInstrFormats.td
  head/contrib/llvm/lib/Target/AVR/AVRInstrInfo.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/AVR/AVRInstrInfo.cpp
  head/contrib/llvm/lib/Target/AVR/AVRInstrInfo.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/AVR/AVRInstrInfo.h
  head/contrib/llvm/lib/Target/AVR/AVRInstrInfo.td
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/AVR/AVRInstrInfo.td
  head/contrib/llvm/lib/Target/AVR/AVRRegisterInfo.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/AVR/AVRRegisterInfo.cpp
  head/contrib/llvm/lib/Target/AVR/AVRRegisterInfo.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/AVR/AVRRegisterInfo.h
  head/contrib/llvm/lib/Target/AVR/AVRSubtarget.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/AVR/AVRSubtarget.cpp
  head/contrib/llvm/lib/Target/AVR/AVRSubtarget.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/AVR/AVRSubtarget.h
  head/contrib/llvm/lib/Target/AVR/AVRTargetMachine.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/AVR/AVRTargetMachine.h
  head/contrib/llvm/lib/Target/AVR/MCTargetDesc/
     - copied from r309123, projects/clang390-import/contrib/llvm/lib/Target/AVR/MCTargetDesc/
  head/contrib/llvm/lib/Target/AVR/TODO.md
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/AVR/TODO.md
  head/contrib/llvm/lib/Target/Hexagon/HexagonBlockRanges.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/Hexagon/HexagonBlockRanges.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonBlockRanges.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/Hexagon/HexagonBlockRanges.h
  head/contrib/llvm/lib/Target/Hexagon/HexagonBranchRelaxation.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/Hexagon/HexagonBranchRelaxation.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonOptAddrMode.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/Hexagon/HexagonOptAddrMode.cpp
  head/contrib/llvm/lib/Target/Lanai/
     - copied from r309123, projects/clang390-import/contrib/llvm/lib/Target/Lanai/
  head/contrib/llvm/lib/Target/Mips/MipsHazardSchedule.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/Mips/MipsHazardSchedule.cpp
  head/contrib/llvm/lib/Target/NVPTX/NVPTXInferAddressSpaces.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/NVPTX/NVPTXInferAddressSpaces.cpp
  head/contrib/llvm/lib/Target/NVPTX/NVVMIntrRange.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/NVPTX/NVVMIntrRange.cpp
  head/contrib/llvm/lib/Target/PowerPC/PPCCCState.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/PowerPC/PPCCCState.cpp
  head/contrib/llvm/lib/Target/PowerPC/PPCCCState.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/PowerPC/PPCCCState.h
  head/contrib/llvm/lib/Target/PowerPC/PPCQPXLoadSplat.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/PowerPC/PPCQPXLoadSplat.cpp
  head/contrib/llvm/lib/Target/PowerPC/README_P9.txt
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/PowerPC/README_P9.txt
  head/contrib/llvm/lib/Target/PowerPC/p9-instrs.txt
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/PowerPC/p9-instrs.txt
  head/contrib/llvm/lib/Target/Sparc/LeonFeatures.td
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/Sparc/LeonFeatures.td
  head/contrib/llvm/lib/Target/Sparc/LeonPasses.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/Sparc/LeonPasses.cpp
  head/contrib/llvm/lib/Target/Sparc/LeonPasses.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/Sparc/LeonPasses.h
  head/contrib/llvm/lib/Target/Sparc/SparcSchedule.td
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/Sparc/SparcSchedule.td
  head/contrib/llvm/lib/Target/SystemZ/SystemZTDC.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/SystemZ/SystemZTDC.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyFixIrreducibleControlFlow.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/WebAssembly/WebAssemblyFixIrreducibleControlFlow.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyOptimizeLiveIntervals.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/WebAssembly/WebAssemblyOptimizeLiveIntervals.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyPrepareForLiveIntervals.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/WebAssembly/WebAssemblyPrepareForLiveIntervals.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyReplacePhysRegs.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/WebAssembly/WebAssemblyReplacePhysRegs.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblySetP2AlignOperands.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/WebAssembly/WebAssemblySetP2AlignOperands.cpp
  head/contrib/llvm/lib/Target/X86/X86FixupBWInsts.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/X86/X86FixupBWInsts.cpp
  head/contrib/llvm/lib/Target/X86/X86FixupSetCC.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/X86/X86FixupSetCC.cpp
  head/contrib/llvm/lib/Target/X86/X86WinAllocaExpander.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Target/X86/X86WinAllocaExpander.cpp
  head/contrib/llvm/lib/Transforms/IPO/LowerTypeTests.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Transforms/IPO/LowerTypeTests.cpp
  head/contrib/llvm/lib/Transforms/IPO/WholeProgramDevirt.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Transforms/IPO/WholeProgramDevirt.cpp
  head/contrib/llvm/lib/Transforms/Instrumentation/EfficiencySanitizer.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Transforms/Instrumentation/EfficiencySanitizer.cpp
  head/contrib/llvm/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
  head/contrib/llvm/lib/Transforms/Scalar/GVNHoist.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Transforms/Scalar/GVNHoist.cpp
  head/contrib/llvm/lib/Transforms/Scalar/GuardWidening.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Transforms/Scalar/GuardWidening.cpp
  head/contrib/llvm/lib/Transforms/Scalar/LoopDataPrefetch.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Transforms/Scalar/LoopDataPrefetch.cpp
  head/contrib/llvm/lib/Transforms/Scalar/LoopSimplifyCFG.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Transforms/Scalar/LoopSimplifyCFG.cpp
  head/contrib/llvm/lib/Transforms/Scalar/LoopVersioningLICM.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Transforms/Scalar/LoopVersioningLICM.cpp
  head/contrib/llvm/lib/Transforms/Scalar/LowerGuardIntrinsic.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Transforms/Scalar/LowerGuardIntrinsic.cpp
  head/contrib/llvm/lib/Transforms/Utils/Evaluator.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Transforms/Utils/Evaluator.cpp
  head/contrib/llvm/lib/Transforms/Utils/FunctionImportUtils.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Transforms/Utils/FunctionImportUtils.cpp
  head/contrib/llvm/lib/Transforms/Utils/MemorySSA.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Transforms/Utils/MemorySSA.cpp
  head/contrib/llvm/lib/Transforms/Utils/NameAnonFunctions.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Transforms/Utils/NameAnonFunctions.cpp
  head/contrib/llvm/lib/Transforms/Utils/SanitizerStats.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Transforms/Utils/SanitizerStats.cpp
  head/contrib/llvm/lib/Transforms/Vectorize/LoadStoreVectorizer.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/lib/Transforms/Vectorize/LoadStoreVectorizer.cpp
  head/contrib/llvm/tools/clang/include/clang/AST/Availability.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/include/clang/AST/Availability.h
  head/contrib/llvm/tools/clang/include/clang/AST/LocInfoType.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/include/clang/AST/LocInfoType.h
  head/contrib/llvm/tools/clang/include/clang/AST/OperationKinds.def
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/include/clang/AST/OperationKinds.def
  head/contrib/llvm/tools/clang/include/clang/Basic/Cuda.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/include/clang/Basic/Cuda.h
  head/contrib/llvm/tools/clang/include/clang/Basic/DebugInfoOptions.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/include/clang/Basic/DebugInfoOptions.h
  head/contrib/llvm/tools/clang/include/clang/Basic/OpenCLImageTypes.def
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/include/clang/Basic/OpenCLImageTypes.def
  head/contrib/llvm/tools/clang/include/clang/Basic/OpenCLOptions.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/include/clang/Basic/OpenCLOptions.h
  head/contrib/llvm/tools/clang/include/clang/Basic/PragmaKinds.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/include/clang/Basic/PragmaKinds.h
  head/contrib/llvm/tools/clang/include/clang/CodeGen/SwiftCallingConv.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/include/clang/CodeGen/SwiftCallingConv.h
  head/contrib/llvm/tools/clang/include/clang/Index/CodegenNameGenerator.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/include/clang/Index/CodegenNameGenerator.h
  head/contrib/llvm/tools/clang/include/clang/Index/IndexDataConsumer.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/include/clang/Index/IndexDataConsumer.h
  head/contrib/llvm/tools/clang/include/clang/Index/IndexSymbol.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/include/clang/Index/IndexSymbol.h
  head/contrib/llvm/tools/clang/include/clang/Index/IndexingAction.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/include/clang/Index/IndexingAction.h
  head/contrib/llvm/tools/clang/include/clang/Lex/HeaderMapTypes.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/include/clang/Lex/HeaderMapTypes.h
  head/contrib/llvm/tools/clang/include/clang/Sema/CleanupInfo.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/include/clang/Sema/CleanupInfo.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/SValExplainer.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/SValExplainer.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Regions.def
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Regions.def
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SValVisitor.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SValVisitor.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.def
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.def
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymExpr.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymExpr.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Symbols.def
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Symbols.def
  head/contrib/llvm/tools/clang/include/clang/Tooling/Core/QualTypeNames.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/include/clang/Tooling/Core/QualTypeNames.h
  head/contrib/llvm/tools/clang/include/clang/Tooling/FixIt.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/include/clang/Tooling/FixIt.h
  head/contrib/llvm/tools/clang/lib/Basic/Cuda.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/lib/Basic/Cuda.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGCUDABuiltin.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/lib/CodeGen/CGCUDABuiltin.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.h
  head/contrib/llvm/tools/clang/lib/CodeGen/SwiftCallingConv.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/lib/CodeGen/SwiftCallingConv.cpp
  head/contrib/llvm/tools/clang/lib/Format/AffectedRangeManager.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/lib/Format/AffectedRangeManager.cpp
  head/contrib/llvm/tools/clang/lib/Format/AffectedRangeManager.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/lib/Format/AffectedRangeManager.h
  head/contrib/llvm/tools/clang/lib/Format/FormatTokenLexer.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/lib/Format/FormatTokenLexer.cpp
  head/contrib/llvm/tools/clang/lib/Format/FormatTokenLexer.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/lib/Format/FormatTokenLexer.h
  head/contrib/llvm/tools/clang/lib/Format/SortJavaScriptImports.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/lib/Format/SortJavaScriptImports.cpp
  head/contrib/llvm/tools/clang/lib/Format/SortJavaScriptImports.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/lib/Format/SortJavaScriptImports.h
  head/contrib/llvm/tools/clang/lib/Format/TokenAnalyzer.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/lib/Format/TokenAnalyzer.cpp
  head/contrib/llvm/tools/clang/lib/Format/TokenAnalyzer.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/lib/Format/TokenAnalyzer.h
  head/contrib/llvm/tools/clang/lib/Headers/__clang_cuda_cmath.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/lib/Headers/__clang_cuda_cmath.h
  head/contrib/llvm/tools/clang/lib/Headers/__clang_cuda_intrinsics.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/lib/Headers/__clang_cuda_intrinsics.h
  head/contrib/llvm/tools/clang/lib/Headers/__clang_cuda_math_forward_declares.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/lib/Headers/__clang_cuda_math_forward_declares.h
  head/contrib/llvm/tools/clang/lib/Headers/avx512ifmaintrin.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/lib/Headers/avx512ifmaintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/avx512ifmavlintrin.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/lib/Headers/avx512ifmavlintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/avx512pfintrin.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/lib/Headers/avx512pfintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/avx512vbmiintrin.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/lib/Headers/avx512vbmiintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/avx512vbmivlintrin.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/lib/Headers/avx512vbmivlintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/avx512vlcdintrin.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/lib/Headers/avx512vlcdintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/clflushoptintrin.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/lib/Headers/clflushoptintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/intrin.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/lib/Headers/intrin.h
  head/contrib/llvm/tools/clang/lib/Headers/mwaitxintrin.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/lib/Headers/mwaitxintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/opencl-c.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/lib/Headers/opencl-c.h
  head/contrib/llvm/tools/clang/lib/Index/CodegenNameGenerator.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/lib/Index/CodegenNameGenerator.cpp
  head/contrib/llvm/tools/clang/lib/Index/IndexBody.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/lib/Index/IndexBody.cpp
  head/contrib/llvm/tools/clang/lib/Index/IndexDecl.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/lib/Index/IndexDecl.cpp
  head/contrib/llvm/tools/clang/lib/Index/IndexSymbol.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/lib/Index/IndexSymbol.cpp
  head/contrib/llvm/tools/clang/lib/Index/IndexTypeSourceInfo.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/lib/Index/IndexTypeSourceInfo.cpp
  head/contrib/llvm/tools/clang/lib/Index/IndexingAction.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/lib/Index/IndexingAction.cpp
  head/contrib/llvm/tools/clang/lib/Index/IndexingContext.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/lib/Index/IndexingContext.cpp
  head/contrib/llvm/tools/clang/lib/Index/IndexingContext.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/lib/Index/IndexingContext.h
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
     - copied from r309123, projects/clang390-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCSuperDeallocChecker.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCSuperDeallocChecker.cpp
  head/contrib/llvm/tools/clang/lib/Tooling/Core/QualTypeNames.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/lib/Tooling/Core/QualTypeNames.cpp
  head/contrib/llvm/tools/clang/lib/Tooling/FixIt.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/clang/lib/Tooling/FixIt.cpp
  head/contrib/llvm/tools/lld/
     - copied from r309123, projects/clang390-import/contrib/llvm/tools/lld/
  head/contrib/llvm/tools/lldb/include/lldb/API/SBMemoryRegionInfo.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/lldb/include/lldb/API/SBMemoryRegionInfo.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBMemoryRegionInfoList.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/lldb/include/lldb/API/SBMemoryRegionInfoList.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ThreadSafeSTLVector.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/lldb/include/lldb/Core/ThreadSafeSTLVector.h
  head/contrib/llvm/tools/lldb/include/lldb/Expression/DiagnosticManager.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/lldb/include/lldb/Expression/DiagnosticManager.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandAlias.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandAlias.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/ClangUtil.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/lldb/include/lldb/Symbol/ClangUtil.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/JavaASTContext.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/lldb/include/lldb/Symbol/JavaASTContext.h
  head/contrib/llvm/tools/lldb/include/lldb/lldb-private-defines.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/lldb/include/lldb/lldb-private-defines.h
  head/contrib/llvm/tools/lldb/source/API/SBMemoryRegionInfo.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/lldb/source/API/SBMemoryRegionInfo.cpp
  head/contrib/llvm/tools/lldb/source/API/SBMemoryRegionInfoList.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/lldb/source/API/SBMemoryRegionInfoList.cpp
  head/contrib/llvm/tools/lldb/source/Expression/DiagnosticManager.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/lldb/source/Expression/DiagnosticManager.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/CommandAlias.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/lldb/source/Interpreter/CommandAlias.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-s390x/
     - copied from r309123, projects/clang390-import/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-s390x/
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangDiagnostic.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangDiagnostic.h
  head/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ThreadSanitizer/
     - copied from r309123, projects/clang390-import/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ThreadSanitizer/
  head/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/BlockPointer.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/BlockPointer.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/BlockPointer.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/BlockPointer.h
  head/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxAtomic.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxAtomic.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxAtomic.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxAtomic.h
  head/contrib/llvm/tools/lldb/source/Plugins/Language/Java/
     - copied from r309123, projects/clang390-import/contrib/llvm/tools/lldb/source/Plugins/Language/Java/
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/Java/
     - copied from r309123, projects/clang390-import/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/Java/
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_s390x.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_s390x.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_s390x.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_s390x.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_s390x.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_s390x.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_s390x.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_s390x.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContext_s390x.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContext_s390x.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_s390x.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_s390x.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/lldb-s390x-register-enums.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/lldb-s390x-register-enums.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_s390x.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_s390x.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_s390x.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_s390x.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserJava.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserJava.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserJava.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserJava.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
     - copied from r309123, projects/clang390-import/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
  head/contrib/llvm/tools/lldb/source/Symbol/ClangUtil.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/lldb/source/Symbol/ClangUtil.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/JavaASTContext.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/lldb/source/Symbol/JavaASTContext.cpp
  head/contrib/llvm/tools/llvm-cov/SourceCoverageViewHTML.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/llvm-cov/SourceCoverageViewHTML.cpp
  head/contrib/llvm/tools/llvm-cov/SourceCoverageViewHTML.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/llvm-cov/SourceCoverageViewHTML.h
  head/contrib/llvm/tools/llvm-cov/SourceCoverageViewText.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/llvm-cov/SourceCoverageViewText.cpp
  head/contrib/llvm/tools/llvm-cov/SourceCoverageViewText.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/llvm-cov/SourceCoverageViewText.h
  head/contrib/llvm/tools/llvm-pdbdump/LLVMOutputStyle.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/llvm-pdbdump/LLVMOutputStyle.cpp
  head/contrib/llvm/tools/llvm-pdbdump/LLVMOutputStyle.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/llvm-pdbdump/LLVMOutputStyle.h
  head/contrib/llvm/tools/llvm-pdbdump/OutputStyle.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/llvm-pdbdump/OutputStyle.h
  head/contrib/llvm/tools/llvm-pdbdump/PdbYaml.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/llvm-pdbdump/PdbYaml.cpp
  head/contrib/llvm/tools/llvm-pdbdump/PdbYaml.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/llvm-pdbdump/PdbYaml.h
  head/contrib/llvm/tools/llvm-pdbdump/YAMLOutputStyle.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/llvm-pdbdump/YAMLOutputStyle.cpp
  head/contrib/llvm/tools/llvm-pdbdump/YAMLOutputStyle.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/llvm-pdbdump/YAMLOutputStyle.h
  head/contrib/llvm/tools/llvm-readobj/CodeView.h
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/tools/llvm-readobj/CodeView.h
  head/contrib/llvm/utils/TableGen/SearchableTableEmitter.cpp
     - copied unchanged from r309123, projects/clang390-import/contrib/llvm/utils/TableGen/SearchableTableEmitter.cpp
  head/lib/clang/clang.pre.mk
     - copied unchanged from r309123, projects/clang390-import/lib/clang/clang.pre.mk
  head/lib/clang/headers/
     - copied from r309123, projects/clang390-import/lib/clang/headers/
  head/lib/clang/include/lld/
     - copied from r309123, projects/clang390-import/lib/clang/include/lld/
  head/lib/clang/libclang/
     - copied from r309123, projects/clang390-import/lib/clang/libclang/
  head/lib/clang/libllvm/
     - copied from r309123, projects/clang390-import/lib/clang/libllvm/
  head/lib/clang/libllvmminimal/
     - copied from r309123, projects/clang390-import/lib/clang/libllvmminimal/
  head/lib/clang/lldb.pre.mk
     - copied unchanged from r309123, projects/clang390-import/lib/clang/lldb.pre.mk
  head/lib/clang/llvm.build.mk
     - copied unchanged from r309123, projects/clang390-import/lib/clang/llvm.build.mk
  head/lib/clang/llvm.pre.mk
     - copied unchanged from r309123, projects/clang390-import/lib/clang/llvm.pre.mk
  head/lib/libclang_rt/stats/
     - copied from r309123, projects/clang390-import/lib/libclang_rt/stats/
  head/lib/libclang_rt/stats_client/
     - copied from r309123, projects/clang390-import/lib/libclang_rt/stats_client/
  head/tools/build/options/WITHOUT_LLD
     - copied unchanged from r309123, projects/clang390-import/tools/build/options/WITHOUT_LLD
  head/tools/build/options/WITH_LLD
     - copied unchanged from r309123, projects/clang390-import/tools/build/options/WITH_LLD
  head/usr.bin/clang/Makefile.inc
     - copied unchanged from r309123, projects/clang390-import/usr.bin/clang/Makefile.inc
  head/usr.bin/clang/clang-tblgen/Makefile.depend.host
     - copied unchanged from r309123, projects/clang390-import/usr.bin/clang/clang-tblgen/Makefile.depend.host
  head/usr.bin/clang/lld/
     - copied from r309123, projects/clang390-import/usr.bin/clang/lld/
  head/usr.bin/clang/llvm-tblgen/Makefile.depend.host
     - copied unchanged from r309123, projects/clang390-import/usr.bin/clang/llvm-tblgen/Makefile.depend.host
  head/usr.bin/clang/llvm.prog.mk
     - copied unchanged from r309123, projects/clang390-import/usr.bin/clang/llvm.prog.mk
Replaced:
  head/lib/clang/liblldb/Makefile.depend
     - copied unchanged from r309123, projects/clang390-import/lib/clang/liblldb/Makefile.depend
  head/usr.bin/clang/bugpoint/Makefile.depend
     - copied unchanged from r309123, projects/clang390-import/usr.bin/clang/bugpoint/Makefile.depend
  head/usr.bin/clang/clang-format/Makefile.depend
     - copied unchanged from r309123, projects/clang390-import/usr.bin/clang/clang-format/Makefile.depend
  head/usr.bin/clang/clang-tblgen/Makefile.depend
     - copied unchanged from r309123, projects/clang390-import/usr.bin/clang/clang-tblgen/Makefile.depend
  head/usr.bin/clang/clang/Makefile.depend
     - copied unchanged from r309123, projects/clang390-import/usr.bin/clang/clang/Makefile.depend
  head/usr.bin/clang/llc/Makefile.depend
     - copied unchanged from r309123, projects/clang390-import/usr.bin/clang/llc/Makefile.depend
  head/usr.bin/clang/lldb/Makefile.depend
     - copied unchanged from r309123, projects/clang390-import/usr.bin/clang/lldb/Makefile.depend
  head/usr.bin/clang/lli/Makefile.depend
     - copied unchanged from r309123, projects/clang390-import/usr.bin/clang/lli/Makefile.depend
  head/usr.bin/clang/llvm-ar/Makefile.depend
     - copied unchanged from r309123, projects/clang390-import/usr.bin/clang/llvm-ar/Makefile.depend
  head/usr.bin/clang/llvm-as/Makefile.depend
     - copied unchanged from r309123, projects/clang390-import/usr.bin/clang/llvm-as/Makefile.depend
  head/usr.bin/clang/llvm-bcanalyzer/Makefile.depend
     - copied unchanged from r309123, projects/clang390-import/usr.bin/clang/llvm-bcanalyzer/Makefile.depend
  head/usr.bin/clang/llvm-cov/Makefile.depend
     - copied unchanged from r309123, projects/clang390-import/usr.bin/clang/llvm-cov/Makefile.depend
  head/usr.bin/clang/llvm-cxxdump/Makefile.depend
     - copied unchanged from r309123, projects/clang390-import/usr.bin/clang/llvm-cxxdump/Makefile.depend
  head/usr.bin/clang/llvm-diff/Makefile.depend
     - copied unchanged from r309123, projects/clang390-import/usr.bin/clang/llvm-diff/Makefile.depend
  head/usr.bin/clang/llvm-dis/Makefile.depend
     - copied unchanged from r309123, projects/clang390-import/usr.bin/clang/llvm-dis/Makefile.depend
  head/usr.bin/clang/llvm-dwarfdump/Makefile.depend
     - copied unchanged from r309123, projects/clang390-import/usr.bin/clang/llvm-dwarfdump/Makefile.depend
  head/usr.bin/clang/llvm-extract/Makefile.depend
     - copied unchanged from r309123, projects/clang390-import/usr.bin/clang/llvm-extract/Makefile.depend
  head/usr.bin/clang/llvm-link/Makefile.depend
     - copied unchanged from r309123, projects/clang390-import/usr.bin/clang/llvm-link/Makefile.depend
  head/usr.bin/clang/llvm-lto/Makefile.depend
     - copied unchanged from r309123, projects/clang390-import/usr.bin/clang/llvm-lto/Makefile.depend
  head/usr.bin/clang/llvm-mc/Makefile.depend
     - copied unchanged from r309123, projects/clang390-import/usr.bin/clang/llvm-mc/Makefile.depend
  head/usr.bin/clang/llvm-nm/Makefile.depend
     - copied unchanged from r309123, projects/clang390-import/usr.bin/clang/llvm-nm/Makefile.depend
  head/usr.bin/clang/llvm-objdump/Makefile.depend
     - copied unchanged from r309123, projects/clang390-import/usr.bin/clang/llvm-objdump/Makefile.depend
  head/usr.bin/clang/llvm-pdbdump/Makefile.depend
     - copied unchanged from r309123, projects/clang390-import/usr.bin/clang/llvm-pdbdump/Makefile.depend
  head/usr.bin/clang/llvm-profdata/Makefile.depend
     - copied unchanged from r309123, projects/clang390-import/usr.bin/clang/llvm-profdata/Makefile.depend
  head/usr.bin/clang/llvm-rtdyld/Makefile.depend
     - copied unchanged from r309123, projects/clang390-import/usr.bin/clang/llvm-rtdyld/Makefile.depend
  head/usr.bin/clang/llvm-symbolizer/Makefile.depend
     - copied unchanged from r309123, projects/clang390-import/usr.bin/clang/llvm-symbolizer/Makefile.depend
  head/usr.bin/clang/llvm-tblgen/Makefile.depend
     - copied unchanged from r309123, projects/clang390-import/usr.bin/clang/llvm-tblgen/Makefile.depend
  head/usr.bin/clang/opt/Makefile.depend
     - copied unchanged from r309123, projects/clang390-import/usr.bin/clang/opt/Makefile.depend
Deleted:
  head/contrib/llvm/include/llvm/Analysis/CFLAliasAnalysis.h
  head/contrib/llvm/include/llvm/ExecutionEngine/Orc/OrcArchitectureSupport.h
  head/contrib/llvm/include/llvm/IR/FunctionInfo.h
  head/contrib/llvm/include/llvm/LTO/LTOCodeGenerator.h
  head/contrib/llvm/include/llvm/LTO/LTOModule.h
  head/contrib/llvm/include/llvm/MC/MCCodeGenInfo.h
  head/contrib/llvm/include/llvm/MC/MCDisassembler.h
  head/contrib/llvm/include/llvm/MC/MCExternalSymbolizer.h
  head/contrib/llvm/include/llvm/MC/MCRelocationInfo.h
  head/contrib/llvm/include/llvm/MC/MCSymbolizer.h
  head/contrib/llvm/include/llvm/MC/MCTargetAsmParser.h
  head/contrib/llvm/include/llvm/MC/YAML.h
  head/contrib/llvm/include/llvm/Object/COFFYAML.h
  head/contrib/llvm/include/llvm/Object/ELFYAML.h
  head/contrib/llvm/include/llvm/Object/FunctionIndexObjectFile.h
  head/contrib/llvm/include/llvm/ProfileData/CoverageMapping.h
  head/contrib/llvm/include/llvm/ProfileData/CoverageMappingReader.h
  head/contrib/llvm/include/llvm/ProfileData/CoverageMappingWriter.h
  head/contrib/llvm/include/llvm/Support/AIXDataTypesFix.h
  head/contrib/llvm/include/llvm/Support/DataTypes.h.in
  head/contrib/llvm/include/llvm/Support/RegistryParser.h
  head/contrib/llvm/include/llvm/Target/TargetSelectionDAGInfo.h
  head/contrib/llvm/include/llvm/Transforms/IPO/LowerBitSets.h
  head/contrib/llvm/lib/Analysis/CFLAliasAnalysis.cpp
  head/contrib/llvm/lib/AsmParser/module.modulemap
  head/contrib/llvm/lib/Bitcode/module.modulemap
  head/contrib/llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.h
  head/contrib/llvm/lib/CodeGen/CoreCLRGC.cpp
  head/contrib/llvm/lib/CodeGen/ErlangGC.cpp
  head/contrib/llvm/lib/CodeGen/OcamlGC.cpp
  head/contrib/llvm/lib/CodeGen/Passes.cpp
  head/contrib/llvm/lib/CodeGen/SelectionDAG/TargetSelectionDAGInfo.cpp
  head/contrib/llvm/lib/CodeGen/ShadowStackGC.cpp
  head/contrib/llvm/lib/CodeGen/StatepointExampleGC.cpp
  head/contrib/llvm/lib/CodeGen/module.modulemap
  head/contrib/llvm/lib/DebugInfo/DWARF/module.modulemap
  head/contrib/llvm/lib/ExecutionEngine/Orc/OrcArchitectureSupport.cpp
  head/contrib/llvm/lib/ExecutionEngine/Orc/OrcCBindingsStack.cpp
  head/contrib/llvm/lib/IR/FunctionInfo.cpp
  head/contrib/llvm/lib/IR/module.modulemap
  head/contrib/llvm/lib/MC/MCCodeGenInfo.cpp
  head/contrib/llvm/lib/MC/MCSymbolizer.cpp
  head/contrib/llvm/lib/MC/YAML.cpp
  head/contrib/llvm/lib/Object/COFFYAML.cpp
  head/contrib/llvm/lib/Object/ELFYAML.cpp
  head/contrib/llvm/lib/Object/FunctionIndexObjectFile.cpp
  head/contrib/llvm/lib/ProfileData/CoverageMapping.cpp
  head/contrib/llvm/lib/ProfileData/CoverageMappingReader.cpp
  head/contrib/llvm/lib/ProfileData/CoverageMappingWriter.cpp
  head/contrib/llvm/lib/TableGen/module.modulemap
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUDiagnosticInfoUnsupported.cpp
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUDiagnosticInfoUnsupported.h
  head/contrib/llvm/lib/Target/AMDGPU/R600TextureIntrinsicsReplacer.cpp
  head/contrib/llvm/lib/Target/AMDGPU/SIFixSGPRLiveRanges.cpp
  head/contrib/llvm/lib/Target/AVR/AVRConfig.h
  head/contrib/llvm/lib/Target/CppBackend/
  head/contrib/llvm/lib/Target/Hexagon/HexagonExpandPredSpillCode.cpp
  head/contrib/llvm/lib/Target/PowerPC/PPCLoopDataPrefetch.cpp
  head/contrib/llvm/lib/Target/WebAssembly/Disassembler/CMakeLists.txt
  head/contrib/llvm/lib/Target/WebAssembly/Disassembler/LLVMBuild.txt
  head/contrib/llvm/lib/Target/WebAssembly/Disassembler/Makefile
  head/contrib/llvm/lib/Target/WebAssembly/Relooper.cpp
  head/contrib/llvm/lib/Target/WebAssembly/Relooper.h
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyPEI.cpp
  head/contrib/llvm/lib/Target/X86/Disassembler/X86Disassembler.h
  head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86ELFRelocationInfo.cpp
  head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MachORelocationInfo.cpp
  head/contrib/llvm/lib/Transforms/IPO/LowerBitSets.cpp
  head/contrib/llvm/lib/Transforms/Instrumentation/SafeStack.cpp
  head/contrib/llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp
  head/contrib/llvm/tools/clang/include/clang/Sema/LocInfoType.h
  head/contrib/llvm/tools/clang/lib/Headers/Intrin.h
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/Checkers.td
  head/contrib/llvm/tools/lldb/tools/lldb-mi/Platform.cpp
  head/contrib/llvm/tools/llvm-readobj/StreamWriter.cpp
  head/contrib/llvm/tools/llvm-readobj/StreamWriter.h
  head/contrib/llvm/utils/TableGen/module.modulemap
  head/lib/clang/clang.lib.mk
  head/lib/clang/include/AArch64GenAsmMatcher.inc
  head/lib/clang/include/AArch64GenAsmWriter.inc
  head/lib/clang/include/AArch64GenAsmWriter1.inc
  head/lib/clang/include/AArch64GenCallingConv.inc
  head/lib/clang/include/AArch64GenDAGISel.inc
  head/lib/clang/include/AArch64GenDisassemblerTables.inc
  head/lib/clang/include/AArch64GenFastISel.inc
  head/lib/clang/include/AArch64GenInstrInfo.inc
  head/lib/clang/include/AArch64GenMCCodeEmitter.inc
  head/lib/clang/include/AArch64GenMCPseudoLowering.inc
  head/lib/clang/include/AArch64GenRegisterInfo.inc
  head/lib/clang/include/AArch64GenSubtargetInfo.inc
  head/lib/clang/include/ARMGenAsmMatcher.inc
  head/lib/clang/include/ARMGenAsmWriter.inc
  head/lib/clang/include/ARMGenCallingConv.inc
  head/lib/clang/include/ARMGenCodeEmitter.inc
  head/lib/clang/include/ARMGenDAGISel.inc
  head/lib/clang/include/ARMGenDisassemblerTables.inc
  head/lib/clang/include/ARMGenFastISel.inc
  head/lib/clang/include/ARMGenInstrInfo.inc
  head/lib/clang/include/ARMGenMCCodeEmitter.inc
  head/lib/clang/include/ARMGenMCPseudoLowering.inc
  head/lib/clang/include/ARMGenRegisterInfo.inc
  head/lib/clang/include/ARMGenSubtargetInfo.inc
  head/lib/clang/include/AttributesCompatFunc.inc
  head/lib/clang/include/Checkers.inc
  head/lib/clang/include/Makefile
  head/lib/clang/include/Makefile.depend
  head/lib/clang/include/MipsGenAsmMatcher.inc
  head/lib/clang/include/MipsGenAsmWriter.inc
  head/lib/clang/include/MipsGenCallingConv.inc
  head/lib/clang/include/MipsGenCodeEmitter.inc
  head/lib/clang/include/MipsGenDAGISel.inc
  head/lib/clang/include/MipsGenDisassemblerTables.inc
  head/lib/clang/include/MipsGenFastISel.inc
  head/lib/clang/include/MipsGenInstrInfo.inc
  head/lib/clang/include/MipsGenMCCodeEmitter.inc
  head/lib/clang/include/MipsGenMCPseudoLowering.inc
  head/lib/clang/include/MipsGenRegisterInfo.inc
  head/lib/clang/include/MipsGenSubtargetInfo.inc
  head/lib/clang/include/PPCGenAsmMatcher.inc
  head/lib/clang/include/PPCGenAsmWriter.inc
  head/lib/clang/include/PPCGenCallingConv.inc
  head/lib/clang/include/PPCGenCodeEmitter.inc
  head/lib/clang/include/PPCGenDAGISel.inc
  head/lib/clang/include/PPCGenDisassemblerTables.inc
  head/lib/clang/include/PPCGenFastISel.inc
  head/lib/clang/include/PPCGenInstrInfo.inc
  head/lib/clang/include/PPCGenMCCodeEmitter.inc
  head/lib/clang/include/PPCGenRegisterInfo.inc
  head/lib/clang/include/PPCGenSubtargetInfo.inc
  head/lib/clang/include/SparcGenAsmMatcher.inc
  head/lib/clang/include/SparcGenAsmWriter.inc
  head/lib/clang/include/SparcGenCallingConv.inc
  head/lib/clang/include/SparcGenCodeEmitter.inc
  head/lib/clang/include/SparcGenDAGISel.inc
  head/lib/clang/include/SparcGenDisassemblerTables.inc
  head/lib/clang/include/SparcGenInstrInfo.inc
  head/lib/clang/include/SparcGenMCCodeEmitter.inc
  head/lib/clang/include/SparcGenRegisterInfo.inc
  head/lib/clang/include/SparcGenSubtargetInfo.inc
  head/lib/clang/include/X86GenAsmMatcher.inc
  head/lib/clang/include/X86GenAsmWriter.inc
  head/lib/clang/include/X86GenAsmWriter1.inc
  head/lib/clang/include/X86GenCallingConv.inc
  head/lib/clang/include/X86GenDAGISel.inc
  head/lib/clang/include/X86GenDisassemblerTables.inc
  head/lib/clang/include/X86GenFastISel.inc
  head/lib/clang/include/X86GenInstrInfo.inc
  head/lib/clang/include/X86GenRegisterInfo.inc
  head/lib/clang/include/X86GenSubtargetInfo.inc
  head/lib/clang/include/clang/AST/
  head/lib/clang/include/clang/Basic/AttrHasAttributeImpl.inc
  head/lib/clang/include/clang/Basic/AttrList.inc
  head/lib/clang/include/clang/Basic/DiagnosticASTKinds.inc
  head/lib/clang/include/clang/Basic/DiagnosticAnalysisKinds.inc
  head/lib/clang/include/clang/Basic/DiagnosticCommentKinds.inc
  head/lib/clang/include/clang/Basic/DiagnosticCommonKinds.inc
  head/lib/clang/include/clang/Basic/DiagnosticDriverKinds.inc
  head/lib/clang/include/clang/Basic/DiagnosticFrontendKinds.inc
  head/lib/clang/include/clang/Basic/DiagnosticGroups.inc
  head/lib/clang/include/clang/Basic/DiagnosticIndexName.inc
  head/lib/clang/include/clang/Basic/DiagnosticLexKinds.inc
  head/lib/clang/include/clang/Basic/DiagnosticParseKinds.inc
  head/lib/clang/include/clang/Basic/DiagnosticSemaKinds.inc
  head/lib/clang/include/clang/Basic/DiagnosticSerializationKinds.inc
  head/lib/clang/include/clang/Basic/arm_neon.inc
  head/lib/clang/include/clang/Driver/
  head/lib/clang/include/clang/Parse/
  head/lib/clang/include/clang/Sema/
  head/lib/clang/include/clang/Serialization/
  head/lib/clang/include/llvm/IR/
  head/lib/clang/libclanganalysis/
  head/lib/clang/libclangarcmigrate/
  head/lib/clang/libclangast/
  head/lib/clang/libclangbasic/
  head/lib/clang/libclangcodegen/
  head/lib/clang/libclangdriver/
  head/lib/clang/libclangedit/
  head/lib/clang/libclangformat/
  head/lib/clang/libclangfrontend/
  head/lib/clang/libclangfrontendtool/
  head/lib/clang/libclanglex/
  head/lib/clang/libclangparse/
  head/lib/clang/libclangrewrite/
  head/lib/clang/libclangrewritefrontend/
  head/lib/clang/libclangsema/
  head/lib/clang/libclangserialization/
  head/lib/clang/libclangstaticanalyzercheckers/
  head/lib/clang/libclangstaticanalyzercore/
  head/lib/clang/libclangstaticanalyzerfrontend/
  head/lib/clang/libclangtoolingcore/
  head/lib/clang/liblldbAPI/
  head/lib/clang/liblldbBreakpoint/
  head/lib/clang/liblldbCommands/
  head/lib/clang/liblldbCore/
  head/lib/clang/liblldbDataFormatters/
  head/lib/clang/liblldbExpression/
  head/lib/clang/liblldbHostCommon/
  head/lib/clang/liblldbHostFreeBSD/
  head/lib/clang/liblldbHostPOSIX/
  head/lib/clang/liblldbInitialization/
  head/lib/clang/liblldbInterpreter/
  head/lib/clang/liblldbPluginABISysV_arm/
  head/lib/clang/liblldbPluginABISysV_arm64/
  head/lib/clang/liblldbPluginABISysV_i386/
  head/lib/clang/liblldbPluginABISysV_mips/
  head/lib/clang/liblldbPluginABISysV_mips64/
  head/lib/clang/liblldbPluginABISysV_ppc/
  head/lib/clang/liblldbPluginABISysV_ppc64/
  head/lib/clang/liblldbPluginABISysV_x86_64/
  head/lib/clang/liblldbPluginCXXItaniumABI/
  head/lib/clang/liblldbPluginDisassemblerLLVM/
  head/lib/clang/liblldbPluginDynamicLoaderPosixDYLD/
  head/lib/clang/liblldbPluginDynamicLoaderStatic/
  head/lib/clang/liblldbPluginExpressionParserClang/
  head/lib/clang/liblldbPluginExpressionParserGo/
  head/lib/clang/liblldbPluginInstructionARM/
  head/lib/clang/liblldbPluginInstructionARM64/
  head/lib/clang/liblldbPluginInstructionMIPS/
  head/lib/clang/liblldbPluginInstructionMIPS64/
  head/lib/clang/liblldbPluginInstrumentationRuntimeAddressSanitizer/
  head/lib/clang/liblldbPluginJITLoaderGDB/
  head/lib/clang/liblldbPluginLanguageCPlusPlus/
  head/lib/clang/liblldbPluginLanguageObjC/
  head/lib/clang/liblldbPluginMemoryHistoryASan/
  head/lib/clang/liblldbPluginObjectContainerBSDArchive/
  head/lib/clang/liblldbPluginObjectFileELF/
  head/lib/clang/liblldbPluginObjectFileJIT/
  head/lib/clang/liblldbPluginPlatformFreeBSD/
  head/lib/clang/liblldbPluginPlatformGDB/
  head/lib/clang/liblldbPluginProcessElfCore/
  head/lib/clang/liblldbPluginProcessFreeBSD/
  head/lib/clang/liblldbPluginProcessGDBRemote/
  head/lib/clang/liblldbPluginProcessPOSIX/
  head/lib/clang/liblldbPluginProcessUtility/
  head/lib/clang/liblldbPluginScriptInterpreterNone/
  head/lib/clang/liblldbPluginSymbolFileDWARF/
  head/lib/clang/liblldbPluginSymbolFileSymtab/
  head/lib/clang/liblldbPluginSymbolVendorELF/
  head/lib/clang/liblldbPluginUnwindAssemblyInstEmulation/
  head/lib/clang/liblldbPluginUnwindAssemblyX86/
  head/lib/clang/liblldbSymbol/
  head/lib/clang/liblldbTarget/
  head/lib/clang/liblldbUtility/
  head/lib/clang/libllvmaarch64asmparser/
  head/lib/clang/libllvmaarch64asmprinter/
  head/lib/clang/libllvmaarch64codegen/
  head/lib/clang/libllvmaarch64desc/
  head/lib/clang/libllvmaarch64disassembler/
  head/lib/clang/libllvmaarch64info/
  head/lib/clang/libllvmaarch64utils/
  head/lib/clang/libllvmanalysis/
  head/lib/clang/libllvmarmasmparser/
  head/lib/clang/libllvmarmasmprinter/
  head/lib/clang/libllvmarmcodegen/
  head/lib/clang/libllvmarmdesc/
  head/lib/clang/libllvmarmdisassembler/
  head/lib/clang/libllvmarminfo/
  head/lib/clang/libllvmasmparser/
  head/lib/clang/libllvmasmprinter/
  head/lib/clang/libllvmbitreader/
  head/lib/clang/libllvmbitwriter/
  head/lib/clang/libllvmcodegen/
  head/lib/clang/libllvmcore/
  head/lib/clang/libllvmdebuginfodwarf/
  head/lib/clang/libllvmdebuginfopdb/
  head/lib/clang/libllvmexecutionengine/
  head/lib/clang/libllvminstcombine/
  head/lib/clang/libllvminstrumentation/
  head/lib/clang/libllvminterpreter/
  head/lib/clang/libllvmipo/
  head/lib/clang/libllvmirreader/
  head/lib/clang/libllvmlibdriver/
  head/lib/clang/libllvmlinker/
  head/lib/clang/libllvmlto/
  head/lib/clang/libllvmmc/
  head/lib/clang/libllvmmcdisassembler/
  head/lib/clang/libllvmmcjit/
  head/lib/clang/libllvmmcparser/
  head/lib/clang/libllvmmipsasmparser/
  head/lib/clang/libllvmmipsasmprinter/
  head/lib/clang/libllvmmipscodegen/
  head/lib/clang/libllvmmipsdesc/
  head/lib/clang/libllvmmipsdisassembler/
  head/lib/clang/libllvmmipsinfo/
  head/lib/clang/libllvmmirparser/
  head/lib/clang/libllvmobjcarcopts/
  head/lib/clang/libllvmobject/
  head/lib/clang/libllvmoption/
  head/lib/clang/libllvmorcjit/
  head/lib/clang/libllvmpasses/
  head/lib/clang/libllvmpowerpcasmparser/
  head/lib/clang/libllvmpowerpcasmprinter/
  head/lib/clang/libllvmpowerpccodegen/
  head/lib/clang/libllvmpowerpcdesc/
  head/lib/clang/libllvmpowerpcdisassembler/
  head/lib/clang/libllvmpowerpcinfo/
  head/lib/clang/libllvmprofiledata/
  head/lib/clang/libllvmruntimedyld/
  head/lib/clang/libllvmscalaropts/
  head/lib/clang/libllvmselectiondag/
  head/lib/clang/libllvmsparcasmparser/
  head/lib/clang/libllvmsparcasmprinter/
  head/lib/clang/libllvmsparccodegen/
  head/lib/clang/libllvmsparcdesc/
  head/lib/clang/libllvmsparcdisassembler/
  head/lib/clang/libllvmsparcinfo/
  head/lib/clang/libllvmsupport/
  head/lib/clang/libllvmsymbolize/
  head/lib/clang/libllvmtablegen/
  head/lib/clang/libllvmtarget/
  head/lib/clang/libllvmtransformutils/
  head/lib/clang/libllvmvectorize/
  head/lib/clang/libllvmx86asmparser/
  head/lib/clang/libllvmx86asmprinter/
  head/lib/clang/libllvmx86codegen/
  head/lib/clang/libllvmx86desc/
  head/lib/clang/libllvmx86disassembler/
  head/lib/clang/libllvmx86info/
  head/lib/clang/libllvmx86utils/
  head/lib/clang/lldb.lib.mk
Modified:
  head/Makefile.inc1
  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/linux_syscall_hooks.h
  head/contrib/compiler-rt/lib/asan/asan_activation.cc
  head/contrib/compiler-rt/lib/asan/asan_allocator.cc
  head/contrib/compiler-rt/lib/asan/asan_allocator.h
  head/contrib/compiler-rt/lib/asan/asan_fake_stack.cc
  head/contrib/compiler-rt/lib/asan/asan_fake_stack.h
  head/contrib/compiler-rt/lib/asan/asan_flags.cc
  head/contrib/compiler-rt/lib/asan/asan_flags.inc
  head/contrib/compiler-rt/lib/asan/asan_globals.cc
  head/contrib/compiler-rt/lib/asan/asan_init_version.h
  head/contrib/compiler-rt/lib/asan/asan_interceptors.cc
  head/contrib/compiler-rt/lib/asan/asan_interceptors.h
  head/contrib/compiler-rt/lib/asan/asan_interface_internal.h
  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_mac.cc
  head/contrib/compiler-rt/lib/asan/asan_malloc_linux.cc
  head/contrib/compiler-rt/lib/asan/asan_malloc_win.cc
  head/contrib/compiler-rt/lib/asan/asan_mapping.h
  head/contrib/compiler-rt/lib/asan/asan_new_delete.cc
  head/contrib/compiler-rt/lib/asan/asan_poisoning.cc
  head/contrib/compiler-rt/lib/asan/asan_posix.cc
  head/contrib/compiler-rt/lib/asan/asan_report.cc
  head/contrib/compiler-rt/lib/asan/asan_report.h
  head/contrib/compiler-rt/lib/asan/asan_rtl.cc
  head/contrib/compiler-rt/lib/asan/asan_stack.h
  head/contrib/compiler-rt/lib/asan/asan_suppressions.cc
  head/contrib/compiler-rt/lib/asan/asan_thread.cc
  head/contrib/compiler-rt/lib/asan/asan_thread.h
  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/asan/asan_win_dynamic_runtime_thunk.cc
  head/contrib/compiler-rt/lib/builtins/arm/adddf3vfp.S
  head/contrib/compiler-rt/lib/builtins/arm/addsf3vfp.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/arm/aeabi_dcmp.S
  head/contrib/compiler-rt/lib/builtins/arm/aeabi_fcmp.S
  head/contrib/compiler-rt/lib/builtins/arm/aeabi_idivmod.S
  head/contrib/compiler-rt/lib/builtins/arm/aeabi_ldivmod.S
  head/contrib/compiler-rt/lib/builtins/arm/aeabi_memcmp.S
  head/contrib/compiler-rt/lib/builtins/arm/aeabi_memcpy.S
  head/contrib/compiler-rt/lib/builtins/arm/aeabi_memmove.S
  head/contrib/compiler-rt/lib/builtins/arm/aeabi_memset.S
  head/contrib/compiler-rt/lib/builtins/arm/aeabi_uidivmod.S
  head/contrib/compiler-rt/lib/builtins/arm/aeabi_uldivmod.S
  head/contrib/compiler-rt/lib/builtins/arm/bswapdi2.S
  head/contrib/compiler-rt/lib/builtins/arm/bswapsi2.S
  head/contrib/compiler-rt/lib/builtins/arm/clzdi2.S
  head/contrib/compiler-rt/lib/builtins/arm/clzsi2.S
  head/contrib/compiler-rt/lib/builtins/arm/comparesf2.S
  head/contrib/compiler-rt/lib/builtins/arm/divdf3vfp.S
  head/contrib/compiler-rt/lib/builtins/arm/divmodsi4.S
  head/contrib/compiler-rt/lib/builtins/arm/divsf3vfp.S
  head/contrib/compiler-rt/lib/builtins/arm/divsi3.S
  head/contrib/compiler-rt/lib/builtins/arm/eqdf2vfp.S
  head/contrib/compiler-rt/lib/builtins/arm/eqsf2vfp.S
  head/contrib/compiler-rt/lib/builtins/arm/extendsfdf2vfp.S
  head/contrib/compiler-rt/lib/builtins/arm/fixdfsivfp.S
  head/contrib/compiler-rt/lib/builtins/arm/fixsfsivfp.S
  head/contrib/compiler-rt/lib/builtins/arm/fixunsdfsivfp.S
  head/contrib/compiler-rt/lib/builtins/arm/fixunssfsivfp.S
  head/contrib/compiler-rt/lib/builtins/arm/floatsidfvfp.S
  head/contrib/compiler-rt/lib/builtins/arm/floatsisfvfp.S
  head/contrib/compiler-rt/lib/builtins/arm/floatunssidfvfp.S
  head/contrib/compiler-rt/lib/builtins/arm/floatunssisfvfp.S
  head/contrib/compiler-rt/lib/builtins/arm/gedf2vfp.S
  head/contrib/compiler-rt/lib/builtins/arm/gesf2vfp.S
  head/contrib/compiler-rt/lib/builtins/arm/gtdf2vfp.S
  head/contrib/compiler-rt/lib/builtins/arm/gtsf2vfp.S
  head/contrib/compiler-rt/lib/builtins/arm/ledf2vfp.S
  head/contrib/compiler-rt/lib/builtins/arm/lesf2vfp.S
  head/contrib/compiler-rt/lib/builtins/arm/ltdf2vfp.S
  head/contrib/compiler-rt/lib/builtins/arm/ltsf2vfp.S
  head/contrib/compiler-rt/lib/builtins/arm/modsi3.S
  head/contrib/compiler-rt/lib/builtins/arm/muldf3vfp.S
  head/contrib/compiler-rt/lib/builtins/arm/mulsf3vfp.S
  head/contrib/compiler-rt/lib/builtins/arm/nedf2vfp.S
  head/contrib/compiler-rt/lib/builtins/arm/negdf2vfp.S
  head/contrib/compiler-rt/lib/builtins/arm/negsf2vfp.S
  head/contrib/compiler-rt/lib/builtins/arm/nesf2vfp.S
  head/contrib/compiler-rt/lib/builtins/arm/restore_vfp_d8_d15_regs.S
  head/contrib/compiler-rt/lib/builtins/arm/save_vfp_d8_d15_regs.S
  head/contrib/compiler-rt/lib/builtins/arm/subdf3vfp.S
  head/contrib/compiler-rt/lib/builtins/arm/subsf3vfp.S
  head/contrib/compiler-rt/lib/builtins/arm/switch16.S
  head/contrib/compiler-rt/lib/builtins/arm/switch32.S
  head/contrib/compiler-rt/lib/builtins/arm/switch8.S
  head/contrib/compiler-rt/lib/builtins/arm/switchu8.S
  head/contrib/compiler-rt/lib/builtins/arm/sync_fetch_and_add_4.S
  head/contrib/compiler-rt/lib/builtins/arm/sync_fetch_and_add_8.S
  head/contrib/compiler-rt/lib/builtins/arm/sync_fetch_and_and_4.S
  head/contrib/compiler-rt/lib/builtins/arm/sync_fetch_and_and_8.S
  head/contrib/compiler-rt/lib/builtins/arm/sync_fetch_and_max_4.S
  head/contrib/compiler-rt/lib/builtins/arm/sync_fetch_and_max_8.S
  head/contrib/compiler-rt/lib/builtins/arm/sync_fetch_and_min_4.S
  head/contrib/compiler-rt/lib/builtins/arm/sync_fetch_and_min_8.S
  head/contrib/compiler-rt/lib/builtins/arm/sync_fetch_and_nand_4.S
  head/contrib/compiler-rt/lib/builtins/arm/sync_fetch_and_nand_8.S
  head/contrib/compiler-rt/lib/builtins/arm/sync_fetch_and_or_4.S
  head/contrib/compiler-rt/lib/builtins/arm/sync_fetch_and_or_8.S
  head/contrib/compiler-rt/lib/builtins/arm/sync_fetch_and_sub_4.S
  head/contrib/compiler-rt/lib/builtins/arm/sync_fetch_and_sub_8.S
  head/contrib/compiler-rt/lib/builtins/arm/sync_fetch_and_umax_4.S
  head/contrib/compiler-rt/lib/builtins/arm/sync_fetch_and_umax_8.S
  head/contrib/compiler-rt/lib/builtins/arm/sync_fetch_and_umin_4.S
  head/contrib/compiler-rt/lib/builtins/arm/sync_fetch_and_umin_8.S
  head/contrib/compiler-rt/lib/builtins/arm/sync_fetch_and_xor_4.S
  head/contrib/compiler-rt/lib/builtins/arm/sync_fetch_and_xor_8.S
  head/contrib/compiler-rt/lib/builtins/arm/sync_synchronize.S
  head/contrib/compiler-rt/lib/builtins/arm/truncdfsf2vfp.S
  head/contrib/compiler-rt/lib/builtins/arm/udivmodsi4.S
  head/contrib/compiler-rt/lib/builtins/arm/udivsi3.S
  head/contrib/compiler-rt/lib/builtins/arm/umodsi3.S
  head/contrib/compiler-rt/lib/builtins/arm/unorddf2vfp.S
  head/contrib/compiler-rt/lib/builtins/arm/unordsf2vfp.S
  head/contrib/compiler-rt/lib/builtins/assembly.h
  head/contrib/compiler-rt/lib/builtins/clear_cache.c
  head/contrib/compiler-rt/lib/builtins/emutls.c
  head/contrib/compiler-rt/lib/builtins/floatdidf.c
  head/contrib/compiler-rt/lib/builtins/floattidf.c
  head/contrib/compiler-rt/lib/builtins/floatundidf.c
  head/contrib/compiler-rt/lib/builtins/floatuntidf.c
  head/contrib/compiler-rt/lib/builtins/gcc_personality_v0.c
  head/contrib/compiler-rt/lib/builtins/i386/ashldi3.S
  head/contrib/compiler-rt/lib/builtins/i386/ashrdi3.S
  head/contrib/compiler-rt/lib/builtins/i386/divdi3.S
  head/contrib/compiler-rt/lib/builtins/i386/floatdidf.S
  head/contrib/compiler-rt/lib/builtins/i386/floatdisf.S
  head/contrib/compiler-rt/lib/builtins/i386/floatdixf.S
  head/contrib/compiler-rt/lib/builtins/i386/floatundidf.S
  head/contrib/compiler-rt/lib/builtins/i386/floatundisf.S
  head/contrib/compiler-rt/lib/builtins/i386/floatundixf.S
  head/contrib/compiler-rt/lib/builtins/i386/lshrdi3.S
  head/contrib/compiler-rt/lib/builtins/i386/moddi3.S
  head/contrib/compiler-rt/lib/builtins/i386/muldi3.S
  head/contrib/compiler-rt/lib/builtins/i386/udivdi3.S
  head/contrib/compiler-rt/lib/builtins/i386/umoddi3.S
  head/contrib/compiler-rt/lib/builtins/int_lib.h
  head/contrib/compiler-rt/lib/builtins/ppc/restFP.S
  head/contrib/compiler-rt/lib/builtins/ppc/saveFP.S
  head/contrib/compiler-rt/lib/builtins/x86_64/floatundidf.S
  head/contrib/compiler-rt/lib/builtins/x86_64/floatundisf.S
  head/contrib/compiler-rt/lib/builtins/x86_64/floatundixf.S
  head/contrib/compiler-rt/lib/cfi/cfi.cc
  head/contrib/compiler-rt/lib/dfsan/dfsan.cc
  head/contrib/compiler-rt/lib/interception/interception_win.cc
  head/contrib/compiler-rt/lib/interception/interception_win.h
  head/contrib/compiler-rt/lib/lsan/lsan.cc
  head/contrib/compiler-rt/lib/lsan/lsan.h
  head/contrib/compiler-rt/lib/lsan/lsan_allocator.cc
  head/contrib/compiler-rt/lib/lsan/lsan_common.cc
  head/contrib/compiler-rt/lib/lsan/lsan_common.h
  head/contrib/compiler-rt/lib/lsan/lsan_common_linux.cc
  head/contrib/compiler-rt/lib/lsan/lsan_flags.inc
  head/contrib/compiler-rt/lib/lsan/lsan_interceptors.cc
  head/contrib/compiler-rt/lib/lsan/lsan_thread.cc
  head/contrib/compiler-rt/lib/lsan/lsan_thread.h
  head/contrib/compiler-rt/lib/msan/msan.cc
  head/contrib/compiler-rt/lib/msan/msan.h
  head/contrib/compiler-rt/lib/msan/msan_interceptors.cc
  head/contrib/compiler-rt/lib/msan/msan_linux.cc
  head/contrib/compiler-rt/lib/msan/msan_report.cc
  head/contrib/compiler-rt/lib/profile/GCDAProfiling.c
  head/contrib/compiler-rt/lib/profile/InstrProfData.inc
  head/contrib/compiler-rt/lib/profile/InstrProfiling.c
  head/contrib/compiler-rt/lib/profile/InstrProfiling.h
  head/contrib/compiler-rt/lib/profile/InstrProfilingBuffer.c
  head/contrib/compiler-rt/lib/profile/InstrProfilingFile.c
  head/contrib/compiler-rt/lib/profile/InstrProfilingInternal.h
  head/contrib/compiler-rt/lib/profile/InstrProfilingPlatformDarwin.c
  head/contrib/compiler-rt/lib/profile/InstrProfilingPlatformLinux.c
  head/contrib/compiler-rt/lib/profile/InstrProfilingPlatformOther.c
  head/contrib/compiler-rt/lib/profile/InstrProfilingPort.h
  head/contrib/compiler-rt/lib/profile/InstrProfilingUtil.c
  head/contrib/compiler-rt/lib/profile/InstrProfilingUtil.h
  head/contrib/compiler-rt/lib/profile/InstrProfilingValue.c
  head/contrib/compiler-rt/lib/profile/InstrProfilingWriter.c
  head/contrib/compiler-rt/lib/profile/WindowsMMap.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator_interface.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator_internal.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_atomic_msvc.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_interceptors_ioctl.inc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common_nolibc.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common_syscalls.inc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_coverage_libcdep.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_coverage_mapping_libcdep.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector1.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector_interface.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_flags.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_flags.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_flags.inc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_interface_internal.h
  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_libc.h
  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_list.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_mac.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_linux.cc
  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_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_common.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_mac.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_quarantine.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.cc
  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_stoptheworld_linux_libcdep.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_internal.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_libcdep.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_win.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_thread_registry.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_tls_get_addr.cc
  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/tsan/dd/dd_interceptors.cc
  head/contrib/compiler-rt/lib/tsan/go/test.c
  head/contrib/compiler-rt/lib/tsan/go/tsan_go.cc
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_defs.h
  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_interface.h
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_interface_atomic.cc
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_interface_java.cc
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_libdispatch_mac.cc
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_malloc_mac.cc
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_mman.cc
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_mman.h
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_mutex.cc
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_mutex.h
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_new_delete.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_platform_posix.cc
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_report.cc
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_report.h
  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_mutex.cc
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_rtl_report.cc
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cc
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_stat.cc
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_stat.h
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_suppressions.cc
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_sync.cc
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_sync.h
  head/contrib/compiler-rt/lib/ubsan/ubsan_diag.cc
  head/contrib/compiler-rt/lib/ubsan/ubsan_flags.cc
  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_handlers_cxx.cc
  head/contrib/compiler-rt/lib/ubsan/ubsan_handlers_cxx.h
  head/contrib/compiler-rt/lib/ubsan/ubsan_platform.h
  head/contrib/compiler-rt/lib/ubsan/ubsan_type_hash.h
  head/contrib/compiler-rt/lib/ubsan/ubsan_type_hash_itanium.cc
  head/contrib/compiler-rt/lib/ubsan/ubsan_value.cc
  head/contrib/libc++/CREDITS.TXT
  head/contrib/libc++/LICENSE.TXT
  head/contrib/libc++/include/__config
  head/contrib/libc++/include/__functional_base
  head/contrib/libc++/include/__hash_table
  head/contrib/libc++/include/__mutex_base
  head/contrib/libc++/include/__tree
  head/contrib/libc++/include/__tuple
  head/contrib/libc++/include/__undef___deallocate
  head/contrib/libc++/include/__undef_min_max
  head/contrib/libc++/include/algorithm
  head/contrib/libc++/include/array
  head/contrib/libc++/include/atomic
  head/contrib/libc++/include/bitset
  head/contrib/libc++/include/cctype
  head/contrib/libc++/include/cmath
  head/contrib/libc++/include/complex
  head/contrib/libc++/include/cstring
  head/contrib/libc++/include/cwchar
  head/contrib/libc++/include/deque
  head/contrib/libc++/include/exception
  head/contrib/libc++/include/experimental/__config
  head/contrib/libc++/include/experimental/algorithm
  head/contrib/libc++/include/experimental/any
  head/contrib/libc++/include/experimental/dynarray
  head/contrib/libc++/include/experimental/functional
  head/contrib/libc++/include/experimental/optional
  head/contrib/libc++/include/experimental/string_view
  head/contrib/libc++/include/experimental/tuple
  head/contrib/libc++/include/ext/hash_map
  head/contrib/libc++/include/ext/hash_set
  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/ios
  head/contrib/libc++/include/iosfwd
  head/contrib/libc++/include/istream
  head/contrib/libc++/include/iterator
  head/contrib/libc++/include/list
  head/contrib/libc++/include/locale
  head/contrib/libc++/include/map
  head/contrib/libc++/include/memory
  head/contrib/libc++/include/mutex
  head/contrib/libc++/include/queue
  head/contrib/libc++/include/shared_mutex
  head/contrib/libc++/include/stack
  head/contrib/libc++/include/stdexcept
  head/contrib/libc++/include/streambuf
  head/contrib/libc++/include/string
  head/contrib/libc++/include/thread
  head/contrib/libc++/include/tuple
  head/contrib/libc++/include/type_traits
  head/contrib/libc++/include/unordered_map
  head/contrib/libc++/include/unordered_set
  head/contrib/libc++/include/utility
  head/contrib/libc++/include/vector
  head/contrib/libc++/include/wchar.h
  head/contrib/libc++/src/algorithm.cpp
  head/contrib/libc++/src/bind.cpp
  head/contrib/libc++/src/condition_variable.cpp
  head/contrib/libc++/src/locale.cpp
  head/contrib/libc++/src/memory.cpp
  head/contrib/libc++/src/mutex.cpp
  head/contrib/libc++/src/regex.cpp
  head/contrib/libc++/src/strstream.cpp
  head/contrib/libc++/src/system_error.cpp
  head/contrib/libc++/src/thread.cpp
  head/contrib/llvm/LICENSE.TXT
  head/contrib/llvm/include/llvm-c/Core.h
  head/contrib/llvm/include/llvm-c/Disassembler.h
  head/contrib/llvm/include/llvm-c/ErrorHandling.h
  head/contrib/llvm/include/llvm-c/Linker.h
  head/contrib/llvm/include/llvm-c/OrcBindings.h
  head/contrib/llvm/include/llvm-c/Target.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/ArrayRef.h
  head/contrib/llvm/include/llvm/ADT/BitVector.h
  head/contrib/llvm/include/llvm/ADT/DenseMap.h
  head/contrib/llvm/include/llvm/ADT/DenseMapInfo.h
  head/contrib/llvm/include/llvm/ADT/DenseSet.h
  head/contrib/llvm/include/llvm/ADT/FoldingSet.h
  head/contrib/llvm/include/llvm/ADT/GraphTraits.h
  head/contrib/llvm/include/llvm/ADT/Hashing.h
  head/contrib/llvm/include/llvm/ADT/PointerEmbeddedInt.h
  head/contrib/llvm/include/llvm/ADT/PostOrderIterator.h
  head/contrib/llvm/include/llvm/ADT/SCCIterator.h
  head/contrib/llvm/include/llvm/ADT/STLExtras.h
  head/contrib/llvm/include/llvm/ADT/SetVector.h
  head/contrib/llvm/include/llvm/ADT/SmallBitVector.h
  head/contrib/llvm/include/llvm/ADT/SmallPtrSet.h
  head/contrib/llvm/include/llvm/ADT/SmallSet.h
  head/contrib/llvm/include/llvm/ADT/SmallVector.h
  head/contrib/llvm/include/llvm/ADT/SparseSet.h
  head/contrib/llvm/include/llvm/ADT/Statistic.h
  head/contrib/llvm/include/llvm/ADT/StringExtras.h
  head/contrib/llvm/include/llvm/ADT/StringMap.h
  head/contrib/llvm/include/llvm/ADT/StringRef.h
  head/contrib/llvm/include/llvm/ADT/StringSet.h
  head/contrib/llvm/include/llvm/ADT/TinyPtrVector.h
  head/contrib/llvm/include/llvm/ADT/Triple.h
  head/contrib/llvm/include/llvm/ADT/ilist.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/AssumptionCache.h
  head/contrib/llvm/include/llvm/Analysis/BasicAliasAnalysis.h
  head/contrib/llvm/include/llvm/Analysis/BlockFrequencyInfo.h
  head/contrib/llvm/include/llvm/Analysis/BlockFrequencyInfoImpl.h
  head/contrib/llvm/include/llvm/Analysis/BranchProbabilityInfo.h
  head/contrib/llvm/include/llvm/Analysis/CGSCCPassManager.h
  head/contrib/llvm/include/llvm/Analysis/CallGraph.h
  head/contrib/llvm/include/llvm/Analysis/CallGraphSCCPass.h
  head/contrib/llvm/include/llvm/Analysis/CallPrinter.h
  head/contrib/llvm/include/llvm/Analysis/CodeMetrics.h
  head/contrib/llvm/include/llvm/Analysis/ConstantFolding.h
  head/contrib/llvm/include/llvm/Analysis/DemandedBits.h
  head/contrib/llvm/include/llvm/Analysis/DependenceAnalysis.h
  head/contrib/llvm/include/llvm/Analysis/DominanceFrontier.h
  head/contrib/llvm/include/llvm/Analysis/EHPersonalities.h
  head/contrib/llvm/include/llvm/Analysis/GlobalsModRef.h
  head/contrib/llvm/include/llvm/Analysis/IVUsers.h
  head/contrib/llvm/include/llvm/Analysis/InlineCost.h
  head/contrib/llvm/include/llvm/Analysis/InstructionSimplify.h
  head/contrib/llvm/include/llvm/Analysis/Interval.h
  head/contrib/llvm/include/llvm/Analysis/IteratedDominanceFrontier.h
  head/contrib/llvm/include/llvm/Analysis/LazyCallGraph.h
  head/contrib/llvm/include/llvm/Analysis/LazyValueInfo.h
  head/contrib/llvm/include/llvm/Analysis/Loads.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/LoopPass.h
  head/contrib/llvm/include/llvm/Analysis/MemoryBuiltins.h
  head/contrib/llvm/include/llvm/Analysis/MemoryDependenceAnalysis.h
  head/contrib/llvm/include/llvm/Analysis/MemoryLocation.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/PostDominators.h
  head/contrib/llvm/include/llvm/Analysis/RegionInfo.h
  head/contrib/llvm/include/llvm/Analysis/RegionInfoImpl.h
  head/contrib/llvm/include/llvm/Analysis/ScalarEvolution.h
  head/contrib/llvm/include/llvm/Analysis/ScalarEvolutionAliasAnalysis.h
  head/contrib/llvm/include/llvm/Analysis/ScalarEvolutionExpander.h
  head/contrib/llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h
  head/contrib/llvm/include/llvm/Analysis/ScopedNoAliasAA.h
  head/contrib/llvm/include/llvm/Analysis/SparsePropagation.h
  head/contrib/llvm/include/llvm/Analysis/TargetLibraryInfo.def
  head/contrib/llvm/include/llvm/Analysis/TargetLibraryInfo.h
  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/ValueTracking.h
  head/contrib/llvm/include/llvm/Analysis/VectorUtils.h
  head/contrib/llvm/include/llvm/AsmParser/Parser.h
  head/contrib/llvm/include/llvm/Bitcode/BitCodes.h
  head/contrib/llvm/include/llvm/Bitcode/BitcodeWriterPass.h
  head/contrib/llvm/include/llvm/Bitcode/BitstreamReader.h
  head/contrib/llvm/include/llvm/Bitcode/BitstreamWriter.h
  head/contrib/llvm/include/llvm/Bitcode/LLVMBitCodes.h
  head/contrib/llvm/include/llvm/Bitcode/ReaderWriter.h
  head/contrib/llvm/include/llvm/CodeGen/Analysis.h
  head/contrib/llvm/include/llvm/CodeGen/AsmPrinter.h
  head/contrib/llvm/include/llvm/CodeGen/BasicTTIImpl.h
  head/contrib/llvm/include/llvm/CodeGen/CallingConvLower.h
  head/contrib/llvm/include/llvm/CodeGen/CommandFlags.h
  head/contrib/llvm/include/llvm/CodeGen/DFAPacketizer.h
  head/contrib/llvm/include/llvm/CodeGen/DIE.h
  head/contrib/llvm/include/llvm/CodeGen/DIEValue.def
  head/contrib/llvm/include/llvm/CodeGen/FastISel.h
  head/contrib/llvm/include/llvm/CodeGen/FaultMaps.h
  head/contrib/llvm/include/llvm/CodeGen/FunctionLoweringInfo.h
  head/contrib/llvm/include/llvm/CodeGen/GCMetadata.h
  head/contrib/llvm/include/llvm/CodeGen/ISDOpcodes.h
  head/contrib/llvm/include/llvm/CodeGen/LiveInterval.h
  head/contrib/llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h
  head/contrib/llvm/include/llvm/CodeGen/LivePhysRegs.h
  head/contrib/llvm/include/llvm/CodeGen/LiveRangeEdit.h
  head/contrib/llvm/include/llvm/CodeGen/LiveVariables.h
  head/contrib/llvm/include/llvm/CodeGen/MIRParser/MIRParser.h
  head/contrib/llvm/include/llvm/CodeGen/MIRYamlMapping.h
  head/contrib/llvm/include/llvm/CodeGen/MachineBasicBlock.h
  head/contrib/llvm/include/llvm/CodeGen/MachineBlockFrequencyInfo.h
  head/contrib/llvm/include/llvm/CodeGen/MachineCombinerPattern.h
  head/contrib/llvm/include/llvm/CodeGen/MachineDominators.h
  head/contrib/llvm/include/llvm/CodeGen/MachineFrameInfo.h
  head/contrib/llvm/include/llvm/CodeGen/MachineFunction.h
  head/contrib/llvm/include/llvm/CodeGen/MachineFunctionPass.h
  head/contrib/llvm/include/llvm/CodeGen/MachineInstr.h
  head/contrib/llvm/include/llvm/CodeGen/MachineInstrBuilder.h
  head/contrib/llvm/include/llvm/CodeGen/MachineInstrBundle.h
  head/contrib/llvm/include/llvm/CodeGen/MachineLoopInfo.h
  head/contrib/llvm/include/llvm/CodeGen/MachineMemOperand.h
  head/contrib/llvm/include/llvm/CodeGen/MachineModuleInfoImpls.h
  head/contrib/llvm/include/llvm/CodeGen/MachineOperand.h
  head/contrib/llvm/include/llvm/CodeGen/MachineRegisterInfo.h
  head/contrib/llvm/include/llvm/CodeGen/MachineSSAUpdater.h
  head/contrib/llvm/include/llvm/CodeGen/MachineScheduler.h
  head/contrib/llvm/include/llvm/CodeGen/MachineTraceMetrics.h
  head/contrib/llvm/include/llvm/CodeGen/MachineValueType.h
  head/contrib/llvm/include/llvm/CodeGen/PBQP/Graph.h
  head/contrib/llvm/include/llvm/CodeGen/ParallelCG.h
  head/contrib/llvm/include/llvm/CodeGen/Passes.h
  head/contrib/llvm/include/llvm/CodeGen/PseudoSourceValue.h
  head/contrib/llvm/include/llvm/CodeGen/RegAllocPBQP.h
  head/contrib/llvm/include/llvm/CodeGen/RegisterPressure.h
  head/contrib/llvm/include/llvm/CodeGen/RegisterScavenging.h
  head/contrib/llvm/include/llvm/CodeGen/ResourcePriorityQueue.h
  head/contrib/llvm/include/llvm/CodeGen/RuntimeLibcalls.h
  head/contrib/llvm/include/llvm/CodeGen/ScheduleDAG.h
  head/contrib/llvm/include/llvm/CodeGen/ScheduleDAGInstrs.h
  head/contrib/llvm/include/llvm/CodeGen/ScheduleHazardRecognizer.h
  head/contrib/llvm/include/llvm/CodeGen/ScoreboardHazardRecognizer.h
  head/contrib/llvm/include/llvm/CodeGen/SelectionDAG.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/StackProtector.h
  head/contrib/llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
  head/contrib/llvm/include/llvm/CodeGen/ValueTypes.h
  head/contrib/llvm/include/llvm/CodeGen/ValueTypes.td
  head/contrib/llvm/include/llvm/CodeGen/WinEHFuncInfo.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/CodeView.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/FieldListRecordBuilder.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/Line.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/ListRecordBuilder.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/MemoryTypeTableBuilder.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/TypeRecordBuilder.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeSymbolEmitter.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeTableBuilder.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/DWARFDebugAbbrev.h
  head/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h
  head/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h
  head/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFFormValue.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/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/DIAEnumLineNumbers.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/DIALineNumber.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/DIA/DIASourceFile.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/DIASupport.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/IPDBLineNumber.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/IPDBSourceFile.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/PDB.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/PDBContext.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/PDBExtras.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/PDBSymDumper.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/DebugInfo/Symbolize/DIPrinter.h
  head/contrib/llvm/include/llvm/DebugInfo/Symbolize/SymbolizableModule.h
  head/contrib/llvm/include/llvm/DebugInfo/Symbolize/Symbolize.h
  head/contrib/llvm/include/llvm/ExecutionEngine/ExecutionEngine.h
  head/contrib/llvm/include/llvm/ExecutionEngine/GenericValue.h
  head/contrib/llvm/include/llvm/ExecutionEngine/JITEventListener.h
  head/contrib/llvm/include/llvm/ExecutionEngine/JITSymbolFlags.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/IRCompileLayer.h
  head/contrib/llvm/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h
  head/contrib/llvm/include/llvm/ExecutionEngine/Orc/JITSymbol.h
  head/contrib/llvm/include/llvm/ExecutionEngine/Orc/LambdaResolver.h
  head/contrib/llvm/include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h
  head/contrib/llvm/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h
  head/contrib/llvm/include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h
  head/contrib/llvm/include/llvm/ExecutionEngine/Orc/OrcError.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/OrcRemoteTargetServer.h
  head/contrib/llvm/include/llvm/ExecutionEngine/Orc/RPCChannel.h
  head/contrib/llvm/include/llvm/ExecutionEngine/Orc/RPCUtils.h
  head/contrib/llvm/include/llvm/ExecutionEngine/RTDyldMemoryManager.h
  head/contrib/llvm/include/llvm/ExecutionEngine/RuntimeDyld.h
  head/contrib/llvm/include/llvm/ExecutionEngine/RuntimeDyldChecker.h
  head/contrib/llvm/include/llvm/IR/Argument.h
  head/contrib/llvm/include/llvm/IR/Attributes.h
  head/contrib/llvm/include/llvm/IR/Attributes.td
  head/contrib/llvm/include/llvm/IR/AutoUpgrade.h
  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/Comdat.h
  head/contrib/llvm/include/llvm/IR/Constant.h
  head/contrib/llvm/include/llvm/IR/ConstantRange.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/DebugInfo.h
  head/contrib/llvm/include/llvm/IR/DebugInfoFlags.def
  head/contrib/llvm/include/llvm/IR/DebugInfoMetadata.h
  head/contrib/llvm/include/llvm/IR/DerivedTypes.h
  head/contrib/llvm/include/llvm/IR/DiagnosticInfo.h
  head/contrib/llvm/include/llvm/IR/Dominators.h
  head/contrib/llvm/include/llvm/IR/Function.h
  head/contrib/llvm/include/llvm/IR/GVMaterializer.h
  head/contrib/llvm/include/llvm/IR/GetElementPtrTypeIterator.h
  head/contrib/llvm/include/llvm/IR/GlobalAlias.h
  head/contrib/llvm/include/llvm/IR/GlobalObject.h
  head/contrib/llvm/include/llvm/IR/GlobalValue.h
  head/contrib/llvm/include/llvm/IR/GlobalVariable.h
  head/contrib/llvm/include/llvm/IR/IRBuilder.h
  head/contrib/llvm/include/llvm/IR/IRPrintingPasses.h
  head/contrib/llvm/include/llvm/IR/InlineAsm.h
  head/contrib/llvm/include/llvm/IR/InstrTypes.h
  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.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/IntrinsicsARM.td
  head/contrib/llvm/include/llvm/IR/IntrinsicsHexagon.td
  head/contrib/llvm/include/llvm/IR/IntrinsicsMips.td
  head/contrib/llvm/include/llvm/IR/IntrinsicsNVVM.td
  head/contrib/llvm/include/llvm/IR/IntrinsicsPowerPC.td
  head/contrib/llvm/include/llvm/IR/IntrinsicsSystemZ.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/LegacyPassManagers.h
  head/contrib/llvm/include/llvm/IR/Mangler.h
  head/contrib/llvm/include/llvm/IR/Metadata.def
  head/contrib/llvm/include/llvm/IR/Metadata.h
  head/contrib/llvm/include/llvm/IR/Module.h
  head/contrib/llvm/include/llvm/IR/ModuleSlotTracker.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/Statepoint.h
  head/contrib/llvm/include/llvm/IR/SymbolTableListTraits.h
  head/contrib/llvm/include/llvm/IR/TrackingMDRef.h
  head/contrib/llvm/include/llvm/IR/Type.h
  head/contrib/llvm/include/llvm/IR/TypeFinder.h
  head/contrib/llvm/include/llvm/IR/Use.h
  head/contrib/llvm/include/llvm/IR/UseListOrder.h
  head/contrib/llvm/include/llvm/IR/User.h
  head/contrib/llvm/include/llvm/IR/Value.def
  head/contrib/llvm/include/llvm/IR/Value.h
  head/contrib/llvm/include/llvm/IR/ValueMap.h
  head/contrib/llvm/include/llvm/IR/ValueSymbolTable.h
  head/contrib/llvm/include/llvm/IR/Verifier.h
  head/contrib/llvm/include/llvm/IRReader/IRReader.h
  head/contrib/llvm/include/llvm/InitializePasses.h
  head/contrib/llvm/include/llvm/LibDriver/LibDriver.h
  head/contrib/llvm/include/llvm/LineEditor/LineEditor.h
  head/contrib/llvm/include/llvm/LinkAllIR.h
  head/contrib/llvm/include/llvm/LinkAllPasses.h
  head/contrib/llvm/include/llvm/Linker/IRMover.h
  head/contrib/llvm/include/llvm/Linker/Linker.h
  head/contrib/llvm/include/llvm/MC/MCAsmBackend.h
  head/contrib/llvm/include/llvm/MC/MCAsmInfo.h
  head/contrib/llvm/include/llvm/MC/MCAsmInfoELF.h
  head/contrib/llvm/include/llvm/MC/MCAssembler.h
  head/contrib/llvm/include/llvm/MC/MCContext.h
  head/contrib/llvm/include/llvm/MC/MCDirectives.h
  head/contrib/llvm/include/llvm/MC/MCDwarf.h
  head/contrib/llvm/include/llvm/MC/MCELFObjectWriter.h
  head/contrib/llvm/include/llvm/MC/MCELFStreamer.h
  head/contrib/llvm/include/llvm/MC/MCExpr.h
  head/contrib/llvm/include/llvm/MC/MCFragment.h
  head/contrib/llvm/include/llvm/MC/MCInstPrinter.h
  head/contrib/llvm/include/llvm/MC/MCLinkerOptimizationHint.h
  head/contrib/llvm/include/llvm/MC/MCMachObjectWriter.h
  head/contrib/llvm/include/llvm/MC/MCObjectFileInfo.h
  head/contrib/llvm/include/llvm/MC/MCObjectStreamer.h
  head/contrib/llvm/include/llvm/MC/MCObjectWriter.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/MCRegisterInfo.h
  head/contrib/llvm/include/llvm/MC/MCSchedule.h
  head/contrib/llvm/include/llvm/MC/MCSection.h
  head/contrib/llvm/include/llvm/MC/MCSectionCOFF.h
  head/contrib/llvm/include/llvm/MC/MCSectionELF.h
  head/contrib/llvm/include/llvm/MC/MCStreamer.h
  head/contrib/llvm/include/llvm/MC/MCSubtargetInfo.h
  head/contrib/llvm/include/llvm/MC/MCSymbol.h
  head/contrib/llvm/include/llvm/MC/MCSymbolMachO.h
  head/contrib/llvm/include/llvm/MC/MCTargetOptions.h
  head/contrib/llvm/include/llvm/MC/MCWin64EH.h
  head/contrib/llvm/include/llvm/MC/MCWinEH.h
  head/contrib/llvm/include/llvm/MC/SectionKind.h
  head/contrib/llvm/include/llvm/MC/StringTableBuilder.h
  head/contrib/llvm/include/llvm/MC/SubtargetFeature.h
  head/contrib/llvm/include/llvm/Object/Archive.h
  head/contrib/llvm/include/llvm/Object/ArchiveWriter.h
  head/contrib/llvm/include/llvm/Object/Binary.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/IRObjectFile.h
  head/contrib/llvm/include/llvm/Object/MachO.h
  head/contrib/llvm/include/llvm/Object/MachOUniversal.h
  head/contrib/llvm/include/llvm/Object/ObjectFile.h
  head/contrib/llvm/include/llvm/Object/RelocVisitor.h
  head/contrib/llvm/include/llvm/Object/StackMapParser.h
  head/contrib/llvm/include/llvm/Object/SymbolicFile.h
  head/contrib/llvm/include/llvm/Option/OptParser.td
  head/contrib/llvm/include/llvm/Option/Option.h
  head/contrib/llvm/include/llvm/Pass.h
  head/contrib/llvm/include/llvm/PassAnalysisSupport.h
  head/contrib/llvm/include/llvm/PassRegistry.h
  head/contrib/llvm/include/llvm/PassSupport.h
  head/contrib/llvm/include/llvm/Passes/PassBuilder.h
  head/contrib/llvm/include/llvm/ProfileData/InstrProf.h
  head/contrib/llvm/include/llvm/ProfileData/InstrProfData.inc
  head/contrib/llvm/include/llvm/ProfileData/InstrProfReader.h
  head/contrib/llvm/include/llvm/ProfileData/InstrProfWriter.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/ARMBuildAttributes.h
  head/contrib/llvm/include/llvm/Support/ARMTargetParser.def
  head/contrib/llvm/include/llvm/Support/AlignOf.h
  head/contrib/llvm/include/llvm/Support/Allocator.h
  head/contrib/llvm/include/llvm/Support/Atomic.h
  head/contrib/llvm/include/llvm/Support/BranchProbability.h
  head/contrib/llvm/include/llvm/Support/COFF.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/ConvertUTF.h
  head/contrib/llvm/include/llvm/Support/CrashRecoveryContext.h
  head/contrib/llvm/include/llvm/Support/Dwarf.def
  head/contrib/llvm/include/llvm/Support/Dwarf.h
  head/contrib/llvm/include/llvm/Support/ELF.h
  head/contrib/llvm/include/llvm/Support/ELFRelocs/Hexagon.def
  head/contrib/llvm/include/llvm/Support/ELFRelocs/Mips.def
  head/contrib/llvm/include/llvm/Support/ELFRelocs/i386.def
  head/contrib/llvm/include/llvm/Support/ELFRelocs/x86_64.def
  head/contrib/llvm/include/llvm/Support/Endian.h
  head/contrib/llvm/include/llvm/Support/EndianStream.h
  head/contrib/llvm/include/llvm/Support/ErrorHandling.h
  head/contrib/llvm/include/llvm/Support/ErrorOr.h
  head/contrib/llvm/include/llvm/Support/FileSystem.h
  head/contrib/llvm/include/llvm/Support/Format.h
  head/contrib/llvm/include/llvm/Support/GenericDomTree.h
  head/contrib/llvm/include/llvm/Support/Host.h
  head/contrib/llvm/include/llvm/Support/JamCRC.h
  head/contrib/llvm/include/llvm/Support/Locale.h
  head/contrib/llvm/include/llvm/Support/LockFileManager.h
  head/contrib/llvm/include/llvm/Support/MD5.h
  head/contrib/llvm/include/llvm/Support/MachO.h
  head/contrib/llvm/include/llvm/Support/ManagedStatic.h
  head/contrib/llvm/include/llvm/Support/MathExtras.h
  head/contrib/llvm/include/llvm/Support/OnDiskHashTable.h
  head/contrib/llvm/include/llvm/Support/Path.h
  head/contrib/llvm/include/llvm/Support/PointerLikeTypeTraits.h
  head/contrib/llvm/include/llvm/Support/PrettyStackTrace.h
  head/contrib/llvm/include/llvm/Support/Printable.h
  head/contrib/llvm/include/llvm/Support/Process.h
  head/contrib/llvm/include/llvm/Support/Program.h
  head/contrib/llvm/include/llvm/Support/RandomNumberGenerator.h
  head/contrib/llvm/include/llvm/Support/Registry.h
  head/contrib/llvm/include/llvm/Support/ScaledNumber.h
  head/contrib/llvm/include/llvm/Support/Signals.h
  head/contrib/llvm/include/llvm/Support/StreamingMemoryObject.h
  head/contrib/llvm/include/llvm/Support/SwapByteOrder.h
  head/contrib/llvm/include/llvm/Support/TargetParser.h
  head/contrib/llvm/include/llvm/Support/TargetRegistry.h
  head/contrib/llvm/include/llvm/Support/Threading.h
  head/contrib/llvm/include/llvm/Support/Timer.h
  head/contrib/llvm/include/llvm/Support/TrailingObjects.h
  head/contrib/llvm/include/llvm/Support/Unicode.h
  head/contrib/llvm/include/llvm/Support/Valgrind.h
  head/contrib/llvm/include/llvm/Support/YAMLParser.h
  head/contrib/llvm/include/llvm/Support/YAMLTraits.h
  head/contrib/llvm/include/llvm/Support/thread.h
  head/contrib/llvm/include/llvm/Support/type_traits.h
  head/contrib/llvm/include/llvm/TableGen/Record.h
  head/contrib/llvm/include/llvm/TableGen/StringToOffsetTable.h
  head/contrib/llvm/include/llvm/Target/Target.td
  head/contrib/llvm/include/llvm/Target/TargetCallingConv.h
  head/contrib/llvm/include/llvm/Target/TargetCallingConv.td
  head/contrib/llvm/include/llvm/Target/TargetFrameLowering.h
  head/contrib/llvm/include/llvm/Target/TargetInstrInfo.h
  head/contrib/llvm/include/llvm/Target/TargetLowering.h
  head/contrib/llvm/include/llvm/Target/TargetLoweringObjectFile.h
  head/contrib/llvm/include/llvm/Target/TargetMachine.h
  head/contrib/llvm/include/llvm/Target/TargetOpcodes.h
  head/contrib/llvm/include/llvm/Target/TargetOptions.h
  head/contrib/llvm/include/llvm/Target/TargetRecip.h
  head/contrib/llvm/include/llvm/Target/TargetRegisterInfo.h
  head/contrib/llvm/include/llvm/Target/TargetSchedule.td
  head/contrib/llvm/include/llvm/Target/TargetSelectionDAG.td
  head/contrib/llvm/include/llvm/Target/TargetSubtargetInfo.h
  head/contrib/llvm/include/llvm/Transforms/IPO.h
  head/contrib/llvm/include/llvm/Transforms/IPO/ForceFunctionAttrs.h
  head/contrib/llvm/include/llvm/Transforms/IPO/FunctionImport.h
  head/contrib/llvm/include/llvm/Transforms/IPO/InferFunctionAttrs.h
  head/contrib/llvm/include/llvm/Transforms/IPO/InlinerPass.h
  head/contrib/llvm/include/llvm/Transforms/IPO/PassManagerBuilder.h
  head/contrib/llvm/include/llvm/Transforms/IPO/StripDeadPrototypes.h
  head/contrib/llvm/include/llvm/Transforms/InstCombine/InstCombine.h
  head/contrib/llvm/include/llvm/Transforms/InstCombine/InstCombineWorklist.h
  head/contrib/llvm/include/llvm/Transforms/Instrumentation.h
  head/contrib/llvm/include/llvm/Transforms/Scalar.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/ADCE.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/EarlyCSE.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/SROA.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/SimplifyCFG.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/Local.h
  head/contrib/llvm/include/llvm/Transforms/Utils/LoopUtils.h
  head/contrib/llvm/include/llvm/Transforms/Utils/LoopVersioning.h
  head/contrib/llvm/include/llvm/Transforms/Utils/ModuleUtils.h
  head/contrib/llvm/include/llvm/Transforms/Utils/PromoteMemToReg.h
  head/contrib/llvm/include/llvm/Transforms/Utils/SSAUpdater.h
  head/contrib/llvm/include/llvm/Transforms/Utils/SSAUpdaterImpl.h
  head/contrib/llvm/include/llvm/Transforms/Utils/SimplifyIndVar.h
  head/contrib/llvm/include/llvm/Transforms/Utils/SimplifyLibCalls.h
  head/contrib/llvm/include/llvm/Transforms/Utils/SplitModule.h
  head/contrib/llvm/include/llvm/Transforms/Utils/UnrollLoop.h
  head/contrib/llvm/include/llvm/Transforms/Utils/ValueMapper.h
  head/contrib/llvm/include/llvm/Transforms/Vectorize.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/AssumptionCache.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/CGSCCPassManager.cpp
  head/contrib/llvm/lib/Analysis/CallGraph.cpp
  head/contrib/llvm/lib/Analysis/CallGraphSCCPass.cpp
  head/contrib/llvm/lib/Analysis/CallPrinter.cpp
  head/contrib/llvm/lib/Analysis/CaptureTracking.cpp
  head/contrib/llvm/lib/Analysis/CodeMetrics.cpp
  head/contrib/llvm/lib/Analysis/ConstantFolding.cpp
  head/contrib/llvm/lib/Analysis/CostModel.cpp
  head/contrib/llvm/lib/Analysis/Delinearization.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/DomPrinter.cpp
  head/contrib/llvm/lib/Analysis/DominanceFrontier.cpp
  head/contrib/llvm/lib/Analysis/EHPersonalities.cpp
  head/contrib/llvm/lib/Analysis/GlobalsModRef.cpp
  head/contrib/llvm/lib/Analysis/IVUsers.cpp
  head/contrib/llvm/lib/Analysis/InlineCost.cpp
  head/contrib/llvm/lib/Analysis/InstructionSimplify.cpp
  head/contrib/llvm/lib/Analysis/Interval.cpp
  head/contrib/llvm/lib/Analysis/IntervalPartition.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/LoopInfo.cpp
  head/contrib/llvm/lib/Analysis/LoopPass.cpp
  head/contrib/llvm/lib/Analysis/MemDepPrinter.cpp
  head/contrib/llvm/lib/Analysis/MemDerefPrinter.cpp
  head/contrib/llvm/lib/Analysis/MemoryBuiltins.cpp
  head/contrib/llvm/lib/Analysis/MemoryDependenceAnalysis.cpp
  head/contrib/llvm/lib/Analysis/MemoryLocation.cpp
  head/contrib/llvm/lib/Analysis/ObjCARCAliasAnalysis.cpp
  head/contrib/llvm/lib/Analysis/ObjCARCInstKind.cpp
  head/contrib/llvm/lib/Analysis/PHITransAddr.cpp
  head/contrib/llvm/lib/Analysis/PostDominators.cpp
  head/contrib/llvm/lib/Analysis/RegionInfo.cpp
  head/contrib/llvm/lib/Analysis/RegionPrinter.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/ScalarEvolutionNormalization.cpp
  head/contrib/llvm/lib/Analysis/ScopedNoAliasAA.cpp
  head/contrib/llvm/lib/Analysis/SparsePropagation.cpp
  head/contrib/llvm/lib/Analysis/StratifiedSets.h
  head/contrib/llvm/lib/Analysis/TargetLibraryInfo.cpp
  head/contrib/llvm/lib/Analysis/TargetTransformInfo.cpp
  head/contrib/llvm/lib/Analysis/Trace.cpp
  head/contrib/llvm/lib/Analysis/TypeBasedAliasAnalysis.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/AsmParser/Parser.cpp
  head/contrib/llvm/lib/Bitcode/Reader/BitReader.cpp
  head/contrib/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
  head/contrib/llvm/lib/Bitcode/Reader/BitstreamReader.cpp
  head/contrib/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
  head/contrib/llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp
  head/contrib/llvm/lib/Bitcode/Writer/ValueEnumerator.cpp
  head/contrib/llvm/lib/Bitcode/Writer/ValueEnumerator.h
  head/contrib/llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp
  head/contrib/llvm/lib/CodeGen/AggressiveAntiDepBreaker.h
  head/contrib/llvm/lib/CodeGen/Analysis.cpp
  head/contrib/llvm/lib/CodeGen/AntiDepBreaker.h
  head/contrib/llvm/lib/CodeGen/AsmPrinter/ARMException.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/AsmPrinterHandler.h
  head/contrib/llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/ByteStreamer.h
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DIE.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DIEHash.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DIEHash.h
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DbgValueHistoryCalculator.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DbgValueHistoryCalculator.h
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
  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/DwarfException.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/DwarfUnit.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
  head/contrib/llvm/lib/CodeGen/AsmPrinter/EHStreamer.h
  head/contrib/llvm/lib/CodeGen/AsmPrinter/WinException.cpp
  head/contrib/llvm/lib/CodeGen/AtomicExpandPass.cpp
  head/contrib/llvm/lib/CodeGen/BranchFolding.cpp
  head/contrib/llvm/lib/CodeGen/BranchFolding.h
  head/contrib/llvm/lib/CodeGen/CalcSpillWeights.cpp
  head/contrib/llvm/lib/CodeGen/CallingConvLower.cpp
  head/contrib/llvm/lib/CodeGen/CodeGen.cpp
  head/contrib/llvm/lib/CodeGen/CodeGenPrepare.cpp
  head/contrib/llvm/lib/CodeGen/CriticalAntiDepBreaker.cpp
  head/contrib/llvm/lib/CodeGen/CriticalAntiDepBreaker.h
  head/contrib/llvm/lib/CodeGen/DFAPacketizer.cpp
  head/contrib/llvm/lib/CodeGen/DeadMachineInstructionElim.cpp
  head/contrib/llvm/lib/CodeGen/EarlyIfConversion.cpp
  head/contrib/llvm/lib/CodeGen/ExecutionDepsFix.cpp
  head/contrib/llvm/lib/CodeGen/ExpandISelPseudos.cpp
  head/contrib/llvm/lib/CodeGen/ExpandPostRAPseudos.cpp
  head/contrib/llvm/lib/CodeGen/FuncletLayout.cpp
  head/contrib/llvm/lib/CodeGen/GCRootLowering.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/InlineSpiller.cpp
  head/contrib/llvm/lib/CodeGen/InterleavedAccessPass.cpp
  head/contrib/llvm/lib/CodeGen/LLVMTargetMachine.cpp
  head/contrib/llvm/lib/CodeGen/LexicalScopes.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/LiveIntervalAnalysis.cpp
  head/contrib/llvm/lib/CodeGen/LivePhysRegs.cpp
  head/contrib/llvm/lib/CodeGen/LiveRangeCalc.cpp
  head/contrib/llvm/lib/CodeGen/LiveRangeCalc.h
  head/contrib/llvm/lib/CodeGen/LiveRangeEdit.cpp
  head/contrib/llvm/lib/CodeGen/LiveStackAnalysis.cpp
  head/contrib/llvm/lib/CodeGen/LiveVariables.cpp
  head/contrib/llvm/lib/CodeGen/LocalStackSlotAllocation.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/MIParser.h
  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/MachineBlockFrequencyInfo.cpp
  head/contrib/llvm/lib/CodeGen/MachineBlockPlacement.cpp
  head/contrib/llvm/lib/CodeGen/MachineBranchProbabilityInfo.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/MachineDominators.cpp
  head/contrib/llvm/lib/CodeGen/MachineFunction.cpp
  head/contrib/llvm/lib/CodeGen/MachineFunctionPass.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/MachineLoopInfo.cpp
  head/contrib/llvm/lib/CodeGen/MachineModuleInfo.cpp
  head/contrib/llvm/lib/CodeGen/MachineRegionInfo.cpp
  head/contrib/llvm/lib/CodeGen/MachineRegisterInfo.cpp
  head/contrib/llvm/lib/CodeGen/MachineSSAUpdater.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/OptimizePHIs.cpp
  head/contrib/llvm/lib/CodeGen/PHIElimination.cpp
  head/contrib/llvm/lib/CodeGen/ParallelCG.cpp
  head/contrib/llvm/lib/CodeGen/PeepholeOptimizer.cpp
  head/contrib/llvm/lib/CodeGen/PostRASchedulerList.cpp
  head/contrib/llvm/lib/CodeGen/PrologEpilogInserter.cpp
  head/contrib/llvm/lib/CodeGen/PseudoSourceValue.cpp
  head/contrib/llvm/lib/CodeGen/RegAllocBase.cpp
  head/contrib/llvm/lib/CodeGen/RegAllocBase.h
  head/contrib/llvm/lib/CodeGen/RegAllocBasic.cpp
  head/contrib/llvm/lib/CodeGen/RegAllocFast.cpp
  head/contrib/llvm/lib/CodeGen/RegAllocGreedy.cpp
  head/contrib/llvm/lib/CodeGen/RegAllocPBQP.cpp
  head/contrib/llvm/lib/CodeGen/RegisterCoalescer.cpp
  head/contrib/llvm/lib/CodeGen/RegisterPressure.cpp
  head/contrib/llvm/lib/CodeGen/RegisterScavenging.cpp
  head/contrib/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp
  head/contrib/llvm/lib/CodeGen/ScheduleDAGPrinter.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/InstrEmitter.h
  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.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/ResourcePriorityQueue.cpp
  head/contrib/llvm/lib/CodeGen/SelectionDAG/SDNodeDbgValue.h
  head/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
  head/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
  head/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.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/StatepointLowering.h
  head/contrib/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
  head/contrib/llvm/lib/CodeGen/ShadowStackGCLowering.cpp
  head/contrib/llvm/lib/CodeGen/SjLjEHPrepare.cpp
  head/contrib/llvm/lib/CodeGen/SlotIndexes.cpp
  head/contrib/llvm/lib/CodeGen/SpillPlacement.cpp
  head/contrib/llvm/lib/CodeGen/SpillPlacement.h
  head/contrib/llvm/lib/CodeGen/Spiller.h
  head/contrib/llvm/lib/CodeGen/SplitKit.cpp
  head/contrib/llvm/lib/CodeGen/SplitKit.h
  head/contrib/llvm/lib/CodeGen/StackColoring.cpp
  head/contrib/llvm/lib/CodeGen/StackMapLivenessAnalysis.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/TailDuplication.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/TargetRegisterInfo.cpp
  head/contrib/llvm/lib/CodeGen/TargetSchedule.cpp
  head/contrib/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
  head/contrib/llvm/lib/CodeGen/UnreachableBlockElim.cpp
  head/contrib/llvm/lib/CodeGen/VirtRegMap.cpp
  head/contrib/llvm/lib/CodeGen/WinEHPrepare.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/FieldListRecordBuilder.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/ListRecordBuilder.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/MemoryTypeTableBuilder.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/MethodListRecordBuilder.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/TypeRecordBuilder.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/TypeTableBuilder.cpp
  head/contrib/llvm/lib/DebugInfo/DWARF/DWARFContext.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/DWARFDebugMacro.cpp
  head/contrib/llvm/lib/DebugInfo/DWARF/DWARFUnit.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/DIAEnumLineNumbers.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/DIALineNumber.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/DIA/DIARawSymbol.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/IPDBSourceFile.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/PDB.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/PDBContext.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/PDBExtras.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/PDBInterfaceAnchors.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/PDBSymDumper.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/DIPrinter.cpp
  head/contrib/llvm/lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp
  head/contrib/llvm/lib/DebugInfo/Symbolize/Symbolize.cpp
  head/contrib/llvm/lib/ExecutionEngine/ExecutionEngine.cpp
  head/contrib/llvm/lib/ExecutionEngine/ExecutionEngineBindings.cpp
  head/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp
  head/contrib/llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp
  head/contrib/llvm/lib/ExecutionEngine/MCJIT/MCJIT.h
  head/contrib/llvm/lib/ExecutionEngine/OProfileJIT/OProfileWrapper.cpp
  head/contrib/llvm/lib/ExecutionEngine/Orc/IndirectionUtils.cpp
  head/contrib/llvm/lib/ExecutionEngine/Orc/OrcCBindings.cpp
  head/contrib/llvm/lib/ExecutionEngine/Orc/OrcCBindingsStack.h
  head/contrib/llvm/lib/ExecutionEngine/Orc/OrcError.cpp
  head/contrib/llvm/lib/ExecutionEngine/Orc/OrcMCJITReplacement.h
  head/contrib/llvm/lib/ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.cpp
  head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RTDyldMemoryManager.cpp
  head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
  head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.cpp
  head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.h
  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/RuntimeDyldELF.h
  head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
  head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
  head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h
  head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFI386.h
  head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFX86_64.h
  head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h
  head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOARM.h
  head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOI386.h
  head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOX86_64.h
  head/contrib/llvm/lib/ExecutionEngine/TargetSelect.cpp
  head/contrib/llvm/lib/IR/AsmWriter.cpp
  head/contrib/llvm/lib/IR/AttributeImpl.h
  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/Comdat.cpp
  head/contrib/llvm/lib/IR/ConstantFold.cpp
  head/contrib/llvm/lib/IR/ConstantFold.h
  head/contrib/llvm/lib/IR/ConstantRange.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/Dominators.cpp
  head/contrib/llvm/lib/IR/Function.cpp
  head/contrib/llvm/lib/IR/GCOV.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/InlineAsm.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.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/Mangler.cpp
  head/contrib/llvm/lib/IR/Metadata.cpp
  head/contrib/llvm/lib/IR/Module.cpp
  head/contrib/llvm/lib/IR/Operator.cpp
  head/contrib/llvm/lib/IR/Pass.cpp
  head/contrib/llvm/lib/IR/PassManager.cpp
  head/contrib/llvm/lib/IR/PassRegistry.cpp
  head/contrib/llvm/lib/IR/Statepoint.cpp
  head/contrib/llvm/lib/IR/Type.cpp
  head/contrib/llvm/lib/IR/TypeFinder.cpp
  head/contrib/llvm/lib/IR/Value.cpp
  head/contrib/llvm/lib/IR/ValueSymbolTable.cpp
  head/contrib/llvm/lib/IR/ValueTypes.cpp
  head/contrib/llvm/lib/IR/Verifier.cpp
  head/contrib/llvm/lib/LTO/LTOCodeGenerator.cpp
  head/contrib/llvm/lib/LTO/LTOModule.cpp
  head/contrib/llvm/lib/LibDriver/LibDriver.cpp
  head/contrib/llvm/lib/LineEditor/LineEditor.cpp
  head/contrib/llvm/lib/Linker/IRMover.cpp
  head/contrib/llvm/lib/Linker/LinkModules.cpp
  head/contrib/llvm/lib/MC/ConstantPools.cpp
  head/contrib/llvm/lib/MC/ELFObjectWriter.cpp
  head/contrib/llvm/lib/MC/MCAsmBackend.cpp
  head/contrib/llvm/lib/MC/MCAsmInfo.cpp
  head/contrib/llvm/lib/MC/MCAsmInfoDarwin.cpp
  head/contrib/llvm/lib/MC/MCAsmInfoELF.cpp
  head/contrib/llvm/lib/MC/MCAsmStreamer.cpp
  head/contrib/llvm/lib/MC/MCAssembler.cpp
  head/contrib/llvm/lib/MC/MCContext.cpp
  head/contrib/llvm/lib/MC/MCDisassembler/Disassembler.cpp
  head/contrib/llvm/lib/MC/MCDisassembler/Disassembler.h
  head/contrib/llvm/lib/MC/MCDisassembler/MCDisassembler.cpp
  head/contrib/llvm/lib/MC/MCDisassembler/MCExternalSymbolizer.cpp
  head/contrib/llvm/lib/MC/MCDisassembler/MCRelocationInfo.cpp
  head/contrib/llvm/lib/MC/MCDwarf.cpp
  head/contrib/llvm/lib/MC/MCELFStreamer.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/MCLabel.cpp
  head/contrib/llvm/lib/MC/MCLinkerOptimizationHint.cpp
  head/contrib/llvm/lib/MC/MCMachOStreamer.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/COFFAsmParser.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/MCParser/MCTargetAsmParser.cpp
  head/contrib/llvm/lib/MC/MCRegisterInfo.cpp
  head/contrib/llvm/lib/MC/MCSection.cpp
  head/contrib/llvm/lib/MC/MCStreamer.cpp
  head/contrib/llvm/lib/MC/MCSymbol.cpp
  head/contrib/llvm/lib/MC/MCValue.cpp
  head/contrib/llvm/lib/MC/MCWin64EH.cpp
  head/contrib/llvm/lib/MC/MCWinEH.cpp
  head/contrib/llvm/lib/MC/MachObjectWriter.cpp
  head/contrib/llvm/lib/MC/StringTableBuilder.cpp
  head/contrib/llvm/lib/MC/SubtargetFeature.cpp
  head/contrib/llvm/lib/MC/WinCOFFObjectWriter.cpp
  head/contrib/llvm/lib/MC/WinCOFFStreamer.cpp
  head/contrib/llvm/lib/Object/Archive.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/IRObjectFile.cpp
  head/contrib/llvm/lib/Object/MachOObjectFile.cpp
  head/contrib/llvm/lib/Object/MachOUniversal.cpp
  head/contrib/llvm/lib/Object/Object.cpp
  head/contrib/llvm/lib/Object/ObjectFile.cpp
  head/contrib/llvm/lib/Object/RecordStreamer.cpp
  head/contrib/llvm/lib/Object/RecordStreamer.h
  head/contrib/llvm/lib/Object/SymbolicFile.cpp
  head/contrib/llvm/lib/Option/OptTable.cpp
  head/contrib/llvm/lib/Option/Option.cpp
  head/contrib/llvm/lib/Passes/PassBuilder.cpp
  head/contrib/llvm/lib/Passes/PassRegistry.def
  head/contrib/llvm/lib/ProfileData/InstrProf.cpp
  head/contrib/llvm/lib/ProfileData/InstrProfReader.cpp
  head/contrib/llvm/lib/ProfileData/InstrProfWriter.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/APFloat.cpp
  head/contrib/llvm/lib/Support/APInt.cpp
  head/contrib/llvm/lib/Support/APSInt.cpp
  head/contrib/llvm/lib/Support/ARMBuildAttrs.cpp
  head/contrib/llvm/lib/Support/Atomic.cpp
  head/contrib/llvm/lib/Support/BranchProbability.cpp
  head/contrib/llvm/lib/Support/CommandLine.cpp
  head/contrib/llvm/lib/Support/ConvertUTFWrapper.cpp
  head/contrib/llvm/lib/Support/CrashRecoveryContext.cpp
  head/contrib/llvm/lib/Support/Dwarf.cpp
  head/contrib/llvm/lib/Support/ErrorHandling.cpp
  head/contrib/llvm/lib/Support/FileUtilities.cpp
  head/contrib/llvm/lib/Support/FoldingSet.cpp
  head/contrib/llvm/lib/Support/Host.cpp
  head/contrib/llvm/lib/Support/IntEqClasses.cpp
  head/contrib/llvm/lib/Support/JamCRC.cpp
  head/contrib/llvm/lib/Support/Locale.cpp
  head/contrib/llvm/lib/Support/LockFileManager.cpp
  head/contrib/llvm/lib/Support/ManagedStatic.cpp
  head/contrib/llvm/lib/Support/MemoryBuffer.cpp
  head/contrib/llvm/lib/Support/Path.cpp
  head/contrib/llvm/lib/Support/PrettyStackTrace.cpp
  head/contrib/llvm/lib/Support/Process.cpp
  head/contrib/llvm/lib/Support/ScaledNumber.cpp
  head/contrib/llvm/lib/Support/Signals.cpp
  head/contrib/llvm/lib/Support/SmallPtrSet.cpp
  head/contrib/llvm/lib/Support/SpecialCaseList.cpp
  head/contrib/llvm/lib/Support/Statistic.cpp
  head/contrib/llvm/lib/Support/StreamingMemoryObject.cpp
  head/contrib/llvm/lib/Support/StringMap.cpp
  head/contrib/llvm/lib/Support/StringRef.cpp
  head/contrib/llvm/lib/Support/TargetParser.cpp
  head/contrib/llvm/lib/Support/TargetRegistry.cpp
  head/contrib/llvm/lib/Support/ThreadPool.cpp
  head/contrib/llvm/lib/Support/Threading.cpp
  head/contrib/llvm/lib/Support/Timer.cpp
  head/contrib/llvm/lib/Support/Triple.cpp
  head/contrib/llvm/lib/Support/Twine.cpp
  head/contrib/llvm/lib/Support/Unix/Memory.inc
  head/contrib/llvm/lib/Support/Unix/Path.inc
  head/contrib/llvm/lib/Support/Unix/Process.inc
  head/contrib/llvm/lib/Support/Unix/Signals.inc
  head/contrib/llvm/lib/Support/Windows/DynamicLibrary.inc
  head/contrib/llvm/lib/Support/Windows/Path.inc
  head/contrib/llvm/lib/Support/Windows/Process.inc
  head/contrib/llvm/lib/Support/Windows/Signals.inc
  head/contrib/llvm/lib/Support/Windows/WindowsSupport.h
  head/contrib/llvm/lib/Support/YAMLParser.cpp
  head/contrib/llvm/lib/Support/YAMLTraits.cpp
  head/contrib/llvm/lib/Support/raw_ostream.cpp
  head/contrib/llvm/lib/TableGen/Record.cpp
  head/contrib/llvm/lib/TableGen/SetTheory.cpp
  head/contrib/llvm/lib/TableGen/TGParser.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64.h
  head/contrib/llvm/lib/Target/AArch64/AArch64.td
  head/contrib/llvm/lib/Target/AArch64/AArch64A53Fix835769.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64AddressTypePromotion.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64AdvSIMDScalarPass.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64BranchRelaxation.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64CallingConvention.td
  head/contrib/llvm/lib/Target/AArch64/AArch64CleanupLocalDynamicTLSPass.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64CollectLOH.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64ConditionOptimizer.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64ConditionalCompares.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64DeadRegisterDefinitionsPass.cpp
  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/AArch64InstrAtomics.td
  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/AArch64LoadStoreOptimizer.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64MachineFunctionInfo.h
  head/contrib/llvm/lib/Target/AArch64/AArch64PBQPRegAlloc.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64PromoteConstant.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64RegisterInfo.td
  head/contrib/llvm/lib/Target/AArch64/AArch64SchedA53.td
  head/contrib/llvm/lib/Target/AArch64/AArch64SchedA57.td
  head/contrib/llvm/lib/Target/AArch64/AArch64SchedCyclone.td
  head/contrib/llvm/lib/Target/AArch64/AArch64SchedM1.td
  head/contrib/llvm/lib/Target/AArch64/AArch64Schedule.td
  head/contrib/llvm/lib/Target/AArch64/AArch64SelectionDAGInfo.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64SelectionDAGInfo.h
  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/AArch64TargetMachine.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64TargetMachine.h
  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/AArch64Disassembler.h
  head/contrib/llvm/lib/Target/AArch64/Disassembler/AArch64ExternalSymbolizer.cpp
  head/contrib/llvm/lib/Target/AArch64/Disassembler/AArch64ExternalSymbolizer.h
  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/AArch64MCCodeEmitter.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/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/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/AMDGPUCallingConv.td
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUFrameLowering.cpp
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUFrameLowering.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/AMDGPUInstrInfo.cpp
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.h
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.td
  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/AMDGPUIntrinsics.td
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUMCInstLower.cpp
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUMCInstLower.h
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUMachineFunction.cpp
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUMachineFunction.h
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUOpenCLImageTypeLoweringPass.cpp
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPURegisterInfo.cpp
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPURegisterInfo.h
  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/AMDILCFGStructurizer.cpp
  head/contrib/llvm/lib/Target/AMDGPU/AMDKernelCodeT.h
  head/contrib/llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
  head/contrib/llvm/lib/Target/AMDGPU/CIInstructions.td
  head/contrib/llvm/lib/Target/AMDGPU/CaymanInstructions.td
  head/contrib/llvm/lib/Target/AMDGPU/EvergreenInstructions.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/AMDGPUAsmBackend.cpp
  head/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFObjectWriter.cpp
  head/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFStreamer.cpp
  head/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFStreamer.h
  head/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUFixupKinds.h
  head/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp
  head/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.h
  head/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCCodeEmitter.h
  head/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.cpp
  head/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.h
  head/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp
  head/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.h
  head/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/R600MCCodeEmitter.cpp
  head/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp
  head/contrib/llvm/lib/Target/AMDGPU/Processors.td
  head/contrib/llvm/lib/Target/AMDGPU/R600ClauseMergePass.cpp
  head/contrib/llvm/lib/Target/AMDGPU/R600ControlFlowFinalizer.cpp
  head/contrib/llvm/lib/Target/AMDGPU/R600Defines.h
  head/contrib/llvm/lib/Target/AMDGPU/R600EmitClauseMarkers.cpp
  head/contrib/llvm/lib/Target/AMDGPU/R600ExpandSpecialInstrs.cpp
  head/contrib/llvm/lib/Target/AMDGPU/R600ISelLowering.cpp
  head/contrib/llvm/lib/Target/AMDGPU/R600ISelLowering.h
  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/R600Intrinsics.td
  head/contrib/llvm/lib/Target/AMDGPU/R600MachineFunctionInfo.h
  head/contrib/llvm/lib/Target/AMDGPU/R600MachineScheduler.cpp
  head/contrib/llvm/lib/Target/AMDGPU/R600MachineScheduler.h
  head/contrib/llvm/lib/Target/AMDGPU/R600OptimizeVectorRegisters.cpp
  head/contrib/llvm/lib/Target/AMDGPU/R600Packetizer.cpp
  head/contrib/llvm/lib/Target/AMDGPU/R600RegisterInfo.cpp
  head/contrib/llvm/lib/Target/AMDGPU/R600RegisterInfo.h
  head/contrib/llvm/lib/Target/AMDGPU/R600Schedule.td
  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/SIFoldOperands.cpp
  head/contrib/llvm/lib/Target/AMDGPU/SIFrameLowering.cpp
  head/contrib/llvm/lib/Target/AMDGPU/SIFrameLowering.h
  head/contrib/llvm/lib/Target/AMDGPU/SIISelLowering.cpp
  head/contrib/llvm/lib/Target/AMDGPU/SIISelLowering.h
  head/contrib/llvm/lib/Target/AMDGPU/SIInsertWaits.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/SIMachineFunctionInfo.h
  head/contrib/llvm/lib/Target/AMDGPU/SIMachineScheduler.cpp
  head/contrib/llvm/lib/Target/AMDGPU/SIMachineScheduler.h
  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/SISchedule.td
  head/contrib/llvm/lib/Target/AMDGPU/SIShrinkInstructions.cpp
  head/contrib/llvm/lib/Target/AMDGPU/SITypeRewriter.cpp
  head/contrib/llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
  head/contrib/llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
  head/contrib/llvm/lib/Target/AMDGPU/VIInstrFormats.td
  head/contrib/llvm/lib/Target/AMDGPU/VIInstructions.td
  head/contrib/llvm/lib/Target/ARM/A15SDOptimizer.cpp
  head/contrib/llvm/lib/Target/ARM/ARM.h
  head/contrib/llvm/lib/Target/ARM/ARM.td
  head/contrib/llvm/lib/Target/ARM/ARMAsmPrinter.cpp
  head/contrib/llvm/lib/Target/ARM/ARMAsmPrinter.h
  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/ARMCallingConv.h
  head/contrib/llvm/lib/Target/ARM/ARMCallingConv.td
  head/contrib/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp
  head/contrib/llvm/lib/Target/ARM/ARMConstantPoolValue.cpp
  head/contrib/llvm/lib/Target/ARM/ARMConstantPoolValue.h
  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/ARMHazardRecognizer.cpp
  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/ARMInstrThumb.td
  head/contrib/llvm/lib/Target/ARM/ARMInstrThumb2.td
  head/contrib/llvm/lib/Target/ARM/ARMInstrVFP.td
  head/contrib/llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
  head/contrib/llvm/lib/Target/ARM/ARMMCInstLower.cpp
  head/contrib/llvm/lib/Target/ARM/ARMMachineFunctionInfo.cpp
  head/contrib/llvm/lib/Target/ARM/ARMMachineFunctionInfo.h
  head/contrib/llvm/lib/Target/ARM/ARMOptimizeBarriersPass.cpp
  head/contrib/llvm/lib/Target/ARM/ARMSchedule.td
  head/contrib/llvm/lib/Target/ARM/ARMScheduleA8.td
  head/contrib/llvm/lib/Target/ARM/ARMScheduleA9.td
  head/contrib/llvm/lib/Target/ARM/ARMScheduleSwift.td
  head/contrib/llvm/lib/Target/ARM/ARMSelectionDAGInfo.cpp
  head/contrib/llvm/lib/Target/ARM/ARMSelectionDAGInfo.h
  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/ARMTargetMachine.h
  head/contrib/llvm/lib/Target/ARM/ARMTargetObjectFile.h
  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/Disassembler/ARMDisassembler.cpp
  head/contrib/llvm/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
  head/contrib/llvm/lib/Target/ARM/InstPrinter/ARMInstPrinter.h
  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/ARMAsmBackend.h
  head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackendDarwin.h
  head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackendELF.h
  head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackendWinCOFF.h
  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/ARMFixupKinds.h
  head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp
  head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp
  head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
  head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMachORelocationInfo.cpp
  head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMachObjectWriter.cpp
  head/contrib/llvm/lib/Target/ARM/MLxExpansionPass.cpp
  head/contrib/llvm/lib/Target/ARM/TargetInfo/ARMTargetInfo.cpp
  head/contrib/llvm/lib/Target/ARM/Thumb1FrameLowering.cpp
  head/contrib/llvm/lib/Target/ARM/Thumb1FrameLowering.h
  head/contrib/llvm/lib/Target/ARM/Thumb1InstrInfo.cpp
  head/contrib/llvm/lib/Target/ARM/Thumb1InstrInfo.h
  head/contrib/llvm/lib/Target/ARM/Thumb2ITBlockPass.cpp
  head/contrib/llvm/lib/Target/ARM/Thumb2InstrInfo.cpp
  head/contrib/llvm/lib/Target/ARM/Thumb2InstrInfo.h
  head/contrib/llvm/lib/Target/ARM/Thumb2SizeReduction.cpp
  head/contrib/llvm/lib/Target/ARM/ThumbRegisterInfo.cpp
  head/contrib/llvm/lib/Target/ARM/ThumbRegisterInfo.h
  head/contrib/llvm/lib/Target/AVR/AVR.h
  head/contrib/llvm/lib/Target/AVR/AVR.td
  head/contrib/llvm/lib/Target/AVR/AVRMachineFunctionInfo.h
  head/contrib/llvm/lib/Target/AVR/AVRSelectionDAGInfo.h
  head/contrib/llvm/lib/Target/AVR/AVRTargetMachine.cpp
  head/contrib/llvm/lib/Target/AVR/AVRTargetObjectFile.h
  head/contrib/llvm/lib/Target/BPF/BPFAsmPrinter.cpp
  head/contrib/llvm/lib/Target/BPF/BPFFrameLowering.h
  head/contrib/llvm/lib/Target/BPF/BPFISelDAGToDAG.cpp
  head/contrib/llvm/lib/Target/BPF/BPFISelLowering.cpp
  head/contrib/llvm/lib/Target/BPF/BPFISelLowering.h
  head/contrib/llvm/lib/Target/BPF/BPFInstrInfo.cpp
  head/contrib/llvm/lib/Target/BPF/BPFInstrInfo.h
  head/contrib/llvm/lib/Target/BPF/BPFMCInstLower.cpp
  head/contrib/llvm/lib/Target/BPF/BPFSubtarget.h
  head/contrib/llvm/lib/Target/BPF/BPFTargetMachine.cpp
  head/contrib/llvm/lib/Target/BPF/BPFTargetMachine.h
  head/contrib/llvm/lib/Target/BPF/MCTargetDesc/BPFAsmBackend.cpp
  head/contrib/llvm/lib/Target/BPF/MCTargetDesc/BPFELFObjectWriter.cpp
  head/contrib/llvm/lib/Target/BPF/MCTargetDesc/BPFMCAsmInfo.h
  head/contrib/llvm/lib/Target/BPF/MCTargetDesc/BPFMCCodeEmitter.cpp
  head/contrib/llvm/lib/Target/BPF/MCTargetDesc/BPFMCTargetDesc.cpp
  head/contrib/llvm/lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp
  head/contrib/llvm/lib/Target/Hexagon/BitTracker.cpp
  head/contrib/llvm/lib/Target/Hexagon/BitTracker.h
  head/contrib/llvm/lib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp
  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/HexagonBitTracker.h
  head/contrib/llvm/lib/Target/Hexagon/HexagonCFGOptimizer.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonCommonGEP.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonCopyToCombine.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonEarlyIfConv.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonExpandCondsets.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonFixupHwLoops.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonFrameLowering.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonFrameLowering.h
  head/contrib/llvm/lib/Target/Hexagon/HexagonGenExtract.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonGenInsert.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonGenMux.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonGenPredicate.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonHardwareLoops.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonISelDAGToDAG.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonISelLowering.h
  head/contrib/llvm/lib/Target/Hexagon/HexagonInstrAlias.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonInstrFormats.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonInstrFormatsV4.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfo.h
  head/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfo.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfoV3.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfoV4.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfoV60.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfoVector.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonIntrinsics.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonIntrinsicsV4.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonIntrinsicsV5.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonIntrinsicsV60.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonMCInstLower.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonMachineFunctionInfo.h
  head/contrib/llvm/lib/Target/Hexagon/HexagonMachineScheduler.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonMachineScheduler.h
  head/contrib/llvm/lib/Target/Hexagon/HexagonNewValueJump.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonOperands.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonOptimizeSZextends.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonPeephole.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonRDF.h
  head/contrib/llvm/lib/Target/Hexagon/HexagonRDFOpt.cpp
  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/HexagonScheduleV4.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonScheduleV55.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonScheduleV60.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonSelectionDAGInfo.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonSelectionDAGInfo.h
  head/contrib/llvm/lib/Target/Hexagon/HexagonSplitConst32AndConst64.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonSplitDouble.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/HexagonSystemInst.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonTargetMachine.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonTargetMachine.h
  head/contrib/llvm/lib/Target/Hexagon/HexagonTargetObjectFile.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonTargetObjectFile.h
  head/contrib/llvm/lib/Target/Hexagon/HexagonVLIWPacketizer.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonVLIWPacketizer.h
  head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp
  head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h
  head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonELFObjectWriter.cpp
  head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonFixupKinds.h
  head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonInstPrinter.cpp
  head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.cpp
  head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.h
  head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.cpp
  head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.h
  head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp
  head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCDuplexInfo.cpp
  head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCELFStreamer.cpp
  head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCExpr.cpp
  head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCExpr.h
  head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.cpp
  head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.h
  head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCShuffler.cpp
  head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp
  head/contrib/llvm/lib/Target/Hexagon/RDFCopy.cpp
  head/contrib/llvm/lib/Target/Hexagon/RDFCopy.h
  head/contrib/llvm/lib/Target/Hexagon/RDFDeadCode.cpp
  head/contrib/llvm/lib/Target/Hexagon/RDFDeadCode.h
  head/contrib/llvm/lib/Target/Hexagon/RDFGraph.cpp
  head/contrib/llvm/lib/Target/Hexagon/RDFGraph.h
  head/contrib/llvm/lib/Target/Hexagon/RDFLiveness.cpp
  head/contrib/llvm/lib/Target/Hexagon/RDFLiveness.h
  head/contrib/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCTargetDesc.cpp
  head/contrib/llvm/lib/Target/MSP430/MSP430BranchSelector.cpp
  head/contrib/llvm/lib/Target/MSP430/MSP430FrameLowering.cpp
  head/contrib/llvm/lib/Target/MSP430/MSP430FrameLowering.h
  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/MSP430InstrInfo.cpp
  head/contrib/llvm/lib/Target/MSP430/MSP430InstrInfo.h
  head/contrib/llvm/lib/Target/MSP430/MSP430Subtarget.h
  head/contrib/llvm/lib/Target/MSP430/MSP430TargetMachine.cpp
  head/contrib/llvm/lib/Target/MSP430/MSP430TargetMachine.h
  head/contrib/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
  head/contrib/llvm/lib/Target/Mips/Disassembler/MipsDisassembler.cpp
  head/contrib/llvm/lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp
  head/contrib/llvm/lib/Target/Mips/InstPrinter/MipsInstPrinter.h
  head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsABIFlagsSection.cpp
  head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsABIFlagsSection.h
  head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.cpp
  head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.h
  head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp
  head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h
  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/MipsMCCodeEmitter.h
  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/MicroMips32r6InstrFormats.td
  head/contrib/llvm/lib/Target/Mips/MicroMips32r6InstrInfo.td
  head/contrib/llvm/lib/Target/Mips/MicroMips64r6InstrFormats.td
  head/contrib/llvm/lib/Target/Mips/MicroMips64r6InstrInfo.td
  head/contrib/llvm/lib/Target/Mips/MicroMipsDSPInstrFormats.td
  head/contrib/llvm/lib/Target/Mips/MicroMipsDSPInstrInfo.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/Mips.h
  head/contrib/llvm/lib/Target/Mips/Mips.td
  head/contrib/llvm/lib/Target/Mips/Mips16FrameLowering.cpp
  head/contrib/llvm/lib/Target/Mips/Mips16HardFloat.cpp
  head/contrib/llvm/lib/Target/Mips/Mips16ISelDAGToDAG.cpp
  head/contrib/llvm/lib/Target/Mips/Mips16ISelDAGToDAG.h
  head/contrib/llvm/lib/Target/Mips/Mips16ISelLowering.cpp
  head/contrib/llvm/lib/Target/Mips/Mips16ISelLowering.h
  head/contrib/llvm/lib/Target/Mips/Mips16InstrInfo.cpp
  head/contrib/llvm/lib/Target/Mips/Mips16InstrInfo.h
  head/contrib/llvm/lib/Target/Mips/Mips16InstrInfo.td
  head/contrib/llvm/lib/Target/Mips/Mips16RegisterInfo.cpp
  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/Mips64r6InstrInfo.td
  head/contrib/llvm/lib/Target/Mips/MipsAsmPrinter.cpp
  head/contrib/llvm/lib/Target/Mips/MipsAsmPrinter.h
  head/contrib/llvm/lib/Target/Mips/MipsCCState.cpp
  head/contrib/llvm/lib/Target/Mips/MipsCallingConv.td
  head/contrib/llvm/lib/Target/Mips/MipsCondMov.td
  head/contrib/llvm/lib/Target/Mips/MipsConstantIslandPass.cpp
  head/contrib/llvm/lib/Target/Mips/MipsDSPInstrFormats.td
  head/contrib/llvm/lib/Target/Mips/MipsDSPInstrInfo.td
  head/contrib/llvm/lib/Target/Mips/MipsDelaySlotFiller.cpp
  head/contrib/llvm/lib/Target/Mips/MipsEVAInstrInfo.td
  head/contrib/llvm/lib/Target/Mips/MipsFastISel.cpp
  head/contrib/llvm/lib/Target/Mips/MipsFrameLowering.cpp
  head/contrib/llvm/lib/Target/Mips/MipsFrameLowering.h
  head/contrib/llvm/lib/Target/Mips/MipsISelDAGToDAG.cpp
  head/contrib/llvm/lib/Target/Mips/MipsISelDAGToDAG.h
  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/MipsInstrFormats.td
  head/contrib/llvm/lib/Target/Mips/MipsInstrInfo.cpp
  head/contrib/llvm/lib/Target/Mips/MipsInstrInfo.h
  head/contrib/llvm/lib/Target/Mips/MipsInstrInfo.td
  head/contrib/llvm/lib/Target/Mips/MipsLongBranch.cpp
  head/contrib/llvm/lib/Target/Mips/MipsMCInstLower.cpp
  head/contrib/llvm/lib/Target/Mips/MipsMCInstLower.h
  head/contrib/llvm/lib/Target/Mips/MipsMSAInstrInfo.td
  head/contrib/llvm/lib/Target/Mips/MipsMachineFunction.cpp
  head/contrib/llvm/lib/Target/Mips/MipsMachineFunction.h
  head/contrib/llvm/lib/Target/Mips/MipsOs16.cpp
  head/contrib/llvm/lib/Target/Mips/MipsRegisterInfo.cpp
  head/contrib/llvm/lib/Target/Mips/MipsRegisterInfo.h
  head/contrib/llvm/lib/Target/Mips/MipsRegisterInfo.td
  head/contrib/llvm/lib/Target/Mips/MipsSEFrameLowering.cpp
  head/contrib/llvm/lib/Target/Mips/MipsSEISelDAGToDAG.cpp
  head/contrib/llvm/lib/Target/Mips/MipsSEISelDAGToDAG.h
  head/contrib/llvm/lib/Target/Mips/MipsSEISelLowering.cpp
  head/contrib/llvm/lib/Target/Mips/MipsSEISelLowering.h
  head/contrib/llvm/lib/Target/Mips/MipsSEInstrInfo.cpp
  head/contrib/llvm/lib/Target/Mips/MipsSEInstrInfo.h
  head/contrib/llvm/lib/Target/Mips/MipsSERegisterInfo.cpp
  head/contrib/llvm/lib/Target/Mips/MipsSchedule.td
  head/contrib/llvm/lib/Target/Mips/MipsScheduleP5600.td
  head/contrib/llvm/lib/Target/Mips/MipsSubtarget.cpp
  head/contrib/llvm/lib/Target/Mips/MipsSubtarget.h
  head/contrib/llvm/lib/Target/Mips/MipsTargetMachine.cpp
  head/contrib/llvm/lib/Target/Mips/MipsTargetMachine.h
  head/contrib/llvm/lib/Target/Mips/MipsTargetObjectFile.cpp
  head/contrib/llvm/lib/Target/Mips/MipsTargetObjectFile.h
  head/contrib/llvm/lib/Target/Mips/MipsTargetStreamer.h
  head/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.cpp
  head/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXMCTargetDesc.cpp
  head/contrib/llvm/lib/Target/NVPTX/NVPTX.h
  head/contrib/llvm/lib/Target/NVPTX/NVPTX.td
  head/contrib/llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
  head/contrib/llvm/lib/Target/NVPTX/NVPTXAsmPrinter.h
  head/contrib/llvm/lib/Target/NVPTX/NVPTXFavorNonGenericAddrSpaces.cpp
  head/contrib/llvm/lib/Target/NVPTX/NVPTXFrameLowering.cpp
  head/contrib/llvm/lib/Target/NVPTX/NVPTXFrameLowering.h
  head/contrib/llvm/lib/Target/NVPTX/NVPTXGenericToNVVM.cpp
  head/contrib/llvm/lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp
  head/contrib/llvm/lib/Target/NVPTX/NVPTXISelDAGToDAG.h
  head/contrib/llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
  head/contrib/llvm/lib/Target/NVPTX/NVPTXISelLowering.h
  head/contrib/llvm/lib/Target/NVPTX/NVPTXImageOptimizer.cpp
  head/contrib/llvm/lib/Target/NVPTX/NVPTXInstrInfo.cpp
  head/contrib/llvm/lib/Target/NVPTX/NVPTXInstrInfo.h
  head/contrib/llvm/lib/Target/NVPTX/NVPTXInstrInfo.td
  head/contrib/llvm/lib/Target/NVPTX/NVPTXIntrinsics.td
  head/contrib/llvm/lib/Target/NVPTX/NVPTXLowerAlloca.cpp
  head/contrib/llvm/lib/Target/NVPTX/NVPTXLowerKernelArgs.cpp
  head/contrib/llvm/lib/Target/NVPTX/NVPTXMCExpr.cpp
  head/contrib/llvm/lib/Target/NVPTX/NVPTXMCExpr.h
  head/contrib/llvm/lib/Target/NVPTX/NVPTXPeephole.cpp
  head/contrib/llvm/lib/Target/NVPTX/NVPTXPrologEpilogPass.cpp
  head/contrib/llvm/lib/Target/NVPTX/NVPTXSection.h
  head/contrib/llvm/lib/Target/NVPTX/NVPTXSubtarget.h
  head/contrib/llvm/lib/Target/NVPTX/NVPTXTargetMachine.cpp
  head/contrib/llvm/lib/Target/NVPTX/NVPTXTargetMachine.h
  head/contrib/llvm/lib/Target/NVPTX/NVPTXTargetObjectFile.h
  head/contrib/llvm/lib/Target/NVPTX/NVPTXTargetTransformInfo.cpp
  head/contrib/llvm/lib/Target/NVPTX/NVPTXTargetTransformInfo.h
  head/contrib/llvm/lib/Target/NVPTX/NVPTXUtilities.cpp
  head/contrib/llvm/lib/Target/NVPTX/NVPTXUtilities.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/InstPrinter/PPCInstPrinter.h
  head/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp
  head/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp
  head/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp
  head/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp
  head/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMachObjectWriter.cpp
  head/contrib/llvm/lib/Target/PowerPC/PPC.h
  head/contrib/llvm/lib/Target/PowerPC/PPC.td
  head/contrib/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
  head/contrib/llvm/lib/Target/PowerPC/PPCBoolRetToInt.cpp
  head/contrib/llvm/lib/Target/PowerPC/PPCBranchSelector.cpp
  head/contrib/llvm/lib/Target/PowerPC/PPCCTRLoops.cpp
  head/contrib/llvm/lib/Target/PowerPC/PPCCallingConv.td
  head/contrib/llvm/lib/Target/PowerPC/PPCEarlyReturn.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/PPCInstrInfo.cpp
  head/contrib/llvm/lib/Target/PowerPC/PPCInstrInfo.h
  head/contrib/llvm/lib/Target/PowerPC/PPCInstrInfo.td
  head/contrib/llvm/lib/Target/PowerPC/PPCInstrVSX.td
  head/contrib/llvm/lib/Target/PowerPC/PPCLoopPreIncPrep.cpp
  head/contrib/llvm/lib/Target/PowerPC/PPCMCInstLower.cpp
  head/contrib/llvm/lib/Target/PowerPC/PPCMIPeephole.cpp
  head/contrib/llvm/lib/Target/PowerPC/PPCMachineFunctionInfo.h
  head/contrib/llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp
  head/contrib/llvm/lib/Target/PowerPC/PPCRegisterInfo.h
  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/PPCScheduleE500mc.td
  head/contrib/llvm/lib/Target/PowerPC/PPCScheduleE5500.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/PPCSubtarget.cpp
  head/contrib/llvm/lib/Target/PowerPC/PPCSubtarget.h
  head/contrib/llvm/lib/Target/PowerPC/PPCTLSDynamicCall.cpp
  head/contrib/llvm/lib/Target/PowerPC/PPCTOCRegDeps.cpp
  head/contrib/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
  head/contrib/llvm/lib/Target/PowerPC/PPCTargetMachine.h
  head/contrib/llvm/lib/Target/PowerPC/PPCTargetObjectFile.cpp
  head/contrib/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
  head/contrib/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.h
  head/contrib/llvm/lib/Target/PowerPC/PPCVSXCopy.cpp
  head/contrib/llvm/lib/Target/PowerPC/PPCVSXFMAMutate.cpp
  head/contrib/llvm/lib/Target/PowerPC/PPCVSXSwapRemoval.cpp
  head/contrib/llvm/lib/Target/Sparc/AsmParser/SparcAsmParser.cpp
  head/contrib/llvm/lib/Target/Sparc/DelaySlotFiller.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/MCTargetDesc/SparcAsmBackend.cpp
  head/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcELFObjectWriter.cpp
  head/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCCodeEmitter.cpp
  head/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.cpp
  head/contrib/llvm/lib/Target/Sparc/Sparc.h
  head/contrib/llvm/lib/Target/Sparc/Sparc.td
  head/contrib/llvm/lib/Target/Sparc/SparcAsmPrinter.cpp
  head/contrib/llvm/lib/Target/Sparc/SparcFrameLowering.cpp
  head/contrib/llvm/lib/Target/Sparc/SparcFrameLowering.h
  head/contrib/llvm/lib/Target/Sparc/SparcISelDAGToDAG.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/SparcInstrFormats.td
  head/contrib/llvm/lib/Target/Sparc/SparcInstrInfo.cpp
  head/contrib/llvm/lib/Target/Sparc/SparcInstrInfo.h
  head/contrib/llvm/lib/Target/Sparc/SparcInstrInfo.td
  head/contrib/llvm/lib/Target/Sparc/SparcMCInstLower.cpp
  head/contrib/llvm/lib/Target/Sparc/SparcRegisterInfo.cpp
  head/contrib/llvm/lib/Target/Sparc/SparcRegisterInfo.h
  head/contrib/llvm/lib/Target/Sparc/SparcRegisterInfo.td
  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/Disassembler/SystemZDisassembler.cpp
  head/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp
  head/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCObjectWriter.cpp
  head/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp
  head/contrib/llvm/lib/Target/SystemZ/README.txt
  head/contrib/llvm/lib/Target/SystemZ/SystemZ.h
  head/contrib/llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp
  head/contrib/llvm/lib/Target/SystemZ/SystemZCallingConv.cpp
  head/contrib/llvm/lib/Target/SystemZ/SystemZCallingConv.h
  head/contrib/llvm/lib/Target/SystemZ/SystemZCallingConv.td
  head/contrib/llvm/lib/Target/SystemZ/SystemZElimCompare.cpp
  head/contrib/llvm/lib/Target/SystemZ/SystemZFrameLowering.cpp
  head/contrib/llvm/lib/Target/SystemZ/SystemZFrameLowering.h
  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/SystemZInstrBuilder.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/SystemZLDCleanup.cpp
  head/contrib/llvm/lib/Target/SystemZ/SystemZLongBranch.cpp
  head/contrib/llvm/lib/Target/SystemZ/SystemZMachineFunctionInfo.h
  head/contrib/llvm/lib/Target/SystemZ/SystemZOperands.td
  head/contrib/llvm/lib/Target/SystemZ/SystemZOperators.td
  head/contrib/llvm/lib/Target/SystemZ/SystemZProcessors.td
  head/contrib/llvm/lib/Target/SystemZ/SystemZRegisterInfo.cpp
  head/contrib/llvm/lib/Target/SystemZ/SystemZRegisterInfo.h
  head/contrib/llvm/lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp
  head/contrib/llvm/lib/Target/SystemZ/SystemZSelectionDAGInfo.h
  head/contrib/llvm/lib/Target/SystemZ/SystemZShortenInst.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/SystemZTargetMachine.h
  head/contrib/llvm/lib/Target/Target.cpp
  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/TargetRecip.cpp
  head/contrib/llvm/lib/Target/TargetSubtargetInfo.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/WebAssemblyELFObjectWriter.cpp
  head/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCAsmInfo.cpp
  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/README.txt
  head/contrib/llvm/lib/Target/WebAssembly/WebAssembly.h
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyArgumentMove.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyFastISel.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/WebAssemblyInstrControl.td
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrFloat.td
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.h
  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/WebAssemblyLowerBrUnless.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyPeephole.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyRegColoring.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyRegNumbering.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyRegisterInfo.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblySelectionDAGInfo.h
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyStoreResults.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblySubtarget.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.h
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.h
  head/contrib/llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt
  head/contrib/llvm/lib/Target/X86/AsmParser/X86AsmInstrumentation.cpp
  head/contrib/llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
  head/contrib/llvm/lib/Target/X86/AsmParser/X86AsmParserCommon.h
  head/contrib/llvm/lib/Target/X86/AsmParser/X86Operand.h
  head/contrib/llvm/lib/Target/X86/Disassembler/X86Disassembler.cpp
  head/contrib/llvm/lib/Target/X86/Disassembler/X86DisassemblerDecoder.cpp
  head/contrib/llvm/lib/Target/X86/Disassembler/X86DisassemblerDecoder.h
  head/contrib/llvm/lib/Target/X86/Disassembler/X86DisassemblerDecoderCommon.h
  head/contrib/llvm/lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp
  head/contrib/llvm/lib/Target/X86/InstPrinter/X86InstComments.cpp
  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/X86ELFObjectWriter.cpp
  head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86FixupKinds.h
  head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp
  head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp
  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/X86MachObjectWriter.cpp
  head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86WinCOFFObjectWriter.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/X86AsmPrinter.h
  head/contrib/llvm/lib/Target/X86/X86CallFrameOptimization.cpp
  head/contrib/llvm/lib/Target/X86/X86CallingConv.td
  head/contrib/llvm/lib/Target/X86/X86ExpandPseudo.cpp
  head/contrib/llvm/lib/Target/X86/X86FastISel.cpp
  head/contrib/llvm/lib/Target/X86/X86FixupLEAs.cpp
  head/contrib/llvm/lib/Target/X86/X86FloatingPoint.cpp
  head/contrib/llvm/lib/Target/X86/X86FrameLowering.cpp
  head/contrib/llvm/lib/Target/X86/X86FrameLowering.h
  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/X86InstrAVX512.td
  head/contrib/llvm/lib/Target/X86/X86InstrBuilder.h
  head/contrib/llvm/lib/Target/X86/X86InstrCompiler.td
  head/contrib/llvm/lib/Target/X86/X86InstrControl.td
  head/contrib/llvm/lib/Target/X86/X86InstrFPStack.td
  head/contrib/llvm/lib/Target/X86/X86InstrFormats.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/X86InstrMPX.td
  head/contrib/llvm/lib/Target/X86/X86InstrSSE.td
  head/contrib/llvm/lib/Target/X86/X86InstrSystem.td
  head/contrib/llvm/lib/Target/X86/X86InstrVMX.td
  head/contrib/llvm/lib/Target/X86/X86InstrXOP.td
  head/contrib/llvm/lib/Target/X86/X86IntrinsicsInfo.h
  head/contrib/llvm/lib/Target/X86/X86MCInstLower.cpp
  head/contrib/llvm/lib/Target/X86/X86MachineFunctionInfo.h
  head/contrib/llvm/lib/Target/X86/X86OptimizeLEAs.cpp
  head/contrib/llvm/lib/Target/X86/X86PadShortFunction.cpp
  head/contrib/llvm/lib/Target/X86/X86RegisterInfo.cpp
  head/contrib/llvm/lib/Target/X86/X86RegisterInfo.td
  head/contrib/llvm/lib/Target/X86/X86Schedule.td
  head/contrib/llvm/lib/Target/X86/X86ScheduleAtom.td
  head/contrib/llvm/lib/Target/X86/X86SelectionDAGInfo.cpp
  head/contrib/llvm/lib/Target/X86/X86SelectionDAGInfo.h
  head/contrib/llvm/lib/Target/X86/X86ShuffleDecodeConstantPool.cpp
  head/contrib/llvm/lib/Target/X86/X86ShuffleDecodeConstantPool.h
  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/X86TargetObjectFile.cpp
  head/contrib/llvm/lib/Target/X86/X86TargetObjectFile.h
  head/contrib/llvm/lib/Target/X86/X86TargetTransformInfo.cpp
  head/contrib/llvm/lib/Target/X86/X86TargetTransformInfo.h
  head/contrib/llvm/lib/Target/X86/X86VZeroUpper.cpp
  head/contrib/llvm/lib/Target/X86/X86WinEHState.cpp
  head/contrib/llvm/lib/Target/XCore/Disassembler/XCoreDisassembler.cpp
  head/contrib/llvm/lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.cpp
  head/contrib/llvm/lib/Target/XCore/XCoreAsmPrinter.cpp
  head/contrib/llvm/lib/Target/XCore/XCoreFrameLowering.cpp
  head/contrib/llvm/lib/Target/XCore/XCoreFrameLowering.h
  head/contrib/llvm/lib/Target/XCore/XCoreFrameToArgsOffsetElim.cpp
  head/contrib/llvm/lib/Target/XCore/XCoreISelDAGToDAG.cpp
  head/contrib/llvm/lib/Target/XCore/XCoreISelLowering.cpp
  head/contrib/llvm/lib/Target/XCore/XCoreISelLowering.h
  head/contrib/llvm/lib/Target/XCore/XCoreInstrInfo.cpp
  head/contrib/llvm/lib/Target/XCore/XCoreInstrInfo.h
  head/contrib/llvm/lib/Target/XCore/XCoreLowerThreadLocal.cpp
  head/contrib/llvm/lib/Target/XCore/XCoreSelectionDAGInfo.cpp
  head/contrib/llvm/lib/Target/XCore/XCoreSelectionDAGInfo.h
  head/contrib/llvm/lib/Target/XCore/XCoreTargetMachine.cpp
  head/contrib/llvm/lib/Target/XCore/XCoreTargetMachine.h
  head/contrib/llvm/lib/Target/XCore/XCoreTargetObjectFile.cpp
  head/contrib/llvm/lib/Target/XCore/XCoreTargetObjectFile.h
  head/contrib/llvm/lib/Transforms/IPO/ArgumentPromotion.cpp
  head/contrib/llvm/lib/Transforms/IPO/ConstantMerge.cpp
  head/contrib/llvm/lib/Transforms/IPO/CrossDSOCFI.cpp
  head/contrib/llvm/lib/Transforms/IPO/DeadArgumentElimination.cpp
  head/contrib/llvm/lib/Transforms/IPO/ElimAvailExtern.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/IPConstantPropagation.cpp
  head/contrib/llvm/lib/Transforms/IPO/IPO.cpp
  head/contrib/llvm/lib/Transforms/IPO/InferFunctionAttrs.cpp
  head/contrib/llvm/lib/Transforms/IPO/InlineAlways.cpp
  head/contrib/llvm/lib/Transforms/IPO/InlineSimple.cpp
  head/contrib/llvm/lib/Transforms/IPO/Inliner.cpp
  head/contrib/llvm/lib/Transforms/IPO/Internalize.cpp
  head/contrib/llvm/lib/Transforms/IPO/LoopExtractor.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/SampleProfile.cpp
  head/contrib/llvm/lib/Transforms/IPO/StripDeadPrototypes.cpp
  head/contrib/llvm/lib/Transforms/IPO/StripSymbols.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/BoundsChecking.cpp
  head/contrib/llvm/lib/Transforms/Instrumentation/CFGMST.h
  head/contrib/llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
  head/contrib/llvm/lib/Transforms/Instrumentation/GCOVProfiling.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/BlotMapVector.h
  head/contrib/llvm/lib/Transforms/ObjCARC/DependencyAnalysis.h
  head/contrib/llvm/lib/Transforms/ObjCARC/ObjCARC.cpp
  head/contrib/llvm/lib/Transforms/ObjCARC/ObjCARC.h
  head/contrib/llvm/lib/Transforms/ObjCARC/ObjCARCAPElim.cpp
  head/contrib/llvm/lib/Transforms/ObjCARC/ObjCARCContract.cpp
  head/contrib/llvm/lib/Transforms/ObjCARC/ObjCARCExpand.cpp
  head/contrib/llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp
  head/contrib/llvm/lib/Transforms/Scalar/ADCE.cpp
  head/contrib/llvm/lib/Transforms/Scalar/AlignmentFromAssumptions.cpp
  head/contrib/llvm/lib/Transforms/Scalar/BDCE.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/EarlyCSE.cpp
  head/contrib/llvm/lib/Transforms/Scalar/Float2Int.cpp
  head/contrib/llvm/lib/Transforms/Scalar/GVN.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/LoadCombine.cpp
  head/contrib/llvm/lib/Transforms/Scalar/LoopDeletion.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/LoopLoadElimination.cpp
  head/contrib/llvm/lib/Transforms/Scalar/LoopRerollPass.cpp
  head/contrib/llvm/lib/Transforms/Scalar/LoopRotation.cpp
  head/contrib/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
  head/contrib/llvm/lib/Transforms/Scalar/LoopUnrollPass.cpp
  head/contrib/llvm/lib/Transforms/Scalar/LoopUnswitch.cpp
  head/contrib/llvm/lib/Transforms/Scalar/LowerAtomic.cpp
  head/contrib/llvm/lib/Transforms/Scalar/LowerExpectIntrinsic.cpp
  head/contrib/llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp
  head/contrib/llvm/lib/Transforms/Scalar/MergedLoadStoreMotion.cpp
  head/contrib/llvm/lib/Transforms/Scalar/NaryReassociate.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/Reg2Mem.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/SeparateConstOffsetFromGEP.cpp
  head/contrib/llvm/lib/Transforms/Scalar/SimplifyCFGPass.cpp
  head/contrib/llvm/lib/Transforms/Scalar/Sink.cpp
  head/contrib/llvm/lib/Transforms/Scalar/SpeculativeExecution.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/ASanStackFrameLayout.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/CloneFunction.cpp
  head/contrib/llvm/lib/Transforms/Utils/CloneModule.cpp
  head/contrib/llvm/lib/Transforms/Utils/CodeExtractor.cpp
  head/contrib/llvm/lib/Transforms/Utils/GlobalStatus.cpp
  head/contrib/llvm/lib/Transforms/Utils/InlineFunction.cpp
  head/contrib/llvm/lib/Transforms/Utils/InstructionNamer.cpp
  head/contrib/llvm/lib/Transforms/Utils/IntegerDivision.cpp
  head/contrib/llvm/lib/Transforms/Utils/LCSSA.cpp
  head/contrib/llvm/lib/Transforms/Utils/Local.cpp
  head/contrib/llvm/lib/Transforms/Utils/LoopSimplify.cpp
  head/contrib/llvm/lib/Transforms/Utils/LoopUnroll.cpp
  head/contrib/llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp
  head/contrib/llvm/lib/Transforms/Utils/LoopUtils.cpp
  head/contrib/llvm/lib/Transforms/Utils/LoopVersioning.cpp
  head/contrib/llvm/lib/Transforms/Utils/LowerInvoke.cpp
  head/contrib/llvm/lib/Transforms/Utils/LowerSwitch.cpp
  head/contrib/llvm/lib/Transforms/Utils/Mem2Reg.cpp
  head/contrib/llvm/lib/Transforms/Utils/ModuleUtils.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/SimplifyInstructions.cpp
  head/contrib/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
  head/contrib/llvm/lib/Transforms/Utils/SplitModule.cpp
  head/contrib/llvm/lib/Transforms/Utils/SymbolRewriter.cpp
  head/contrib/llvm/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp
  head/contrib/llvm/lib/Transforms/Utils/Utils.cpp
  head/contrib/llvm/lib/Transforms/Utils/ValueMapper.cpp
  head/contrib/llvm/lib/Transforms/Vectorize/BBVectorize.cpp
  head/contrib/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  head/contrib/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
  head/contrib/llvm/lib/Transforms/Vectorize/Vectorize.cpp
  head/contrib/llvm/tools/bugpoint/BugDriver.h
  head/contrib/llvm/tools/bugpoint/CrashDebugger.cpp
  head/contrib/llvm/tools/bugpoint/ExecutionDriver.cpp
  head/contrib/llvm/tools/bugpoint/ExtractFunction.cpp
  head/contrib/llvm/tools/bugpoint/Miscompilation.cpp
  head/contrib/llvm/tools/bugpoint/OptimizerDriver.cpp
  head/contrib/llvm/tools/bugpoint/ToolRunner.cpp
  head/contrib/llvm/tools/bugpoint/bugpoint.cpp
  head/contrib/llvm/tools/clang/LICENSE.TXT
  head/contrib/llvm/tools/clang/include/clang-c/Index.h
  head/contrib/llvm/tools/clang/include/clang/ARCMigrate/ARCMTActions.h
  head/contrib/llvm/tools/clang/include/clang/AST/ASTConsumer.h
  head/contrib/llvm/tools/clang/include/clang/AST/ASTContext.h
  head/contrib/llvm/tools/clang/include/clang/AST/ASTImporter.h
  head/contrib/llvm/tools/clang/include/clang/AST/ASTMutationListener.h
  head/contrib/llvm/tools/clang/include/clang/AST/ASTTypeTraits.h
  head/contrib/llvm/tools/clang/include/clang/AST/Attr.h
  head/contrib/llvm/tools/clang/include/clang/AST/BaseSubobject.h
  head/contrib/llvm/tools/clang/include/clang/AST/BuiltinTypes.def
  head/contrib/llvm/tools/clang/include/clang/AST/CanonicalType.h
  head/contrib/llvm/tools/clang/include/clang/AST/CharUnits.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/DeclarationName.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/ExternalASTSource.h
  head/contrib/llvm/tools/clang/include/clang/AST/GlobalDecl.h
  head/contrib/llvm/tools/clang/include/clang/AST/LambdaCapture.h
  head/contrib/llvm/tools/clang/include/clang/AST/Mangle.h
  head/contrib/llvm/tools/clang/include/clang/AST/OpenMPClause.h
  head/contrib/llvm/tools/clang/include/clang/AST/OperationKinds.h
  head/contrib/llvm/tools/clang/include/clang/AST/PrettyPrinter.h
  head/contrib/llvm/tools/clang/include/clang/AST/RecordLayout.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/StmtGraphTraits.h
  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/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/AST/UnresolvedSet.h
  head/contrib/llvm/tools/clang/include/clang/ASTMatchers/ASTMatchFinder.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/Analysis/Analyses/Dominators.h
  head/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/FormatString.h
  head/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ThreadSafetyUtil.h
  head/contrib/llvm/tools/clang/include/clang/Analysis/AnalysisContext.h
  head/contrib/llvm/tools/clang/include/clang/Analysis/ProgramPoint.h
  head/contrib/llvm/tools/clang/include/clang/Basic/AddressSpaces.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/AttrKinds.h
  head/contrib/llvm/tools/clang/include/clang/Basic/Builtins.def
  head/contrib/llvm/tools/clang/include/clang/Basic/Builtins.h
  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/BuiltinsNVPTX.def
  head/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsPPC.def
  head/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsSystemZ.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/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/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/FileManager.h
  head/contrib/llvm/tools/clang/include/clang/Basic/IdentifierTable.h
  head/contrib/llvm/tools/clang/include/clang/Basic/Lambda.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/OpenMPKinds.def
  head/contrib/llvm/tools/clang/include/clang/Basic/OpenMPKinds.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/TargetCXXABI.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/TypeTraits.h
  head/contrib/llvm/tools/clang/include/clang/Basic/VersionTuple.h
  head/contrib/llvm/tools/clang/include/clang/Basic/VirtualFileSystem.h
  head/contrib/llvm/tools/clang/include/clang/Basic/arm_neon.td
  head/contrib/llvm/tools/clang/include/clang/CodeGen/BackendUtil.h
  head/contrib/llvm/tools/clang/include/clang/CodeGen/CGFunctionInfo.h
  head/contrib/llvm/tools/clang/include/clang/CodeGen/CodeGenABITypes.h
  head/contrib/llvm/tools/clang/include/clang/CodeGen/ModuleBuilder.h
  head/contrib/llvm/tools/clang/include/clang/CodeGen/ObjectFilePCHContainerOperations.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/Compilation.h
  head/contrib/llvm/tools/clang/include/clang/Driver/Driver.h
  head/contrib/llvm/tools/clang/include/clang/Driver/Job.h
  head/contrib/llvm/tools/clang/include/clang/Driver/Multilib.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/CodeGenOptions.def
  head/contrib/llvm/tools/clang/include/clang/Frontend/CodeGenOptions.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/DependencyOutputOptions.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/FrontendOptions.h
  head/contrib/llvm/tools/clang/include/clang/Frontend/LangStandards.def
  head/contrib/llvm/tools/clang/include/clang/Frontend/MultiplexConsumer.h
  head/contrib/llvm/tools/clang/include/clang/Frontend/PCHContainerOperations.h
  head/contrib/llvm/tools/clang/include/clang/Frontend/TextDiagnosticPrinter.h
  head/contrib/llvm/tools/clang/include/clang/Frontend/Utils.h
  head/contrib/llvm/tools/clang/include/clang/Index/USRGeneration.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/Lexer.h
  head/contrib/llvm/tools/clang/include/clang/Lex/LiteralSupport.h
  head/contrib/llvm/tools/clang/include/clang/Lex/MacroArgs.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/Preprocessor.h
  head/contrib/llvm/tools/clang/include/clang/Lex/Token.h
  head/contrib/llvm/tools/clang/include/clang/Parse/Parser.h
  head/contrib/llvm/tools/clang/include/clang/Rewrite/Frontend/ASTConsumers.h
  head/contrib/llvm/tools/clang/include/clang/Rewrite/Frontend/FrontendActions.h
  head/contrib/llvm/tools/clang/include/clang/Sema/AttributeList.h
  head/contrib/llvm/tools/clang/include/clang/Sema/CodeCompleteConsumer.h
  head/contrib/llvm/tools/clang/include/clang/Sema/DeclSpec.h
  head/contrib/llvm/tools/clang/include/clang/Sema/ExternalSemaSource.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/MultiplexExternalSemaSource.h
  head/contrib/llvm/tools/clang/include/clang/Sema/ObjCMethodList.h
  head/contrib/llvm/tools/clang/include/clang/Sema/Overload.h
  head/contrib/llvm/tools/clang/include/clang/Sema/Ownership.h
  head/contrib/llvm/tools/clang/include/clang/Sema/ParsedTemplate.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/SemaInternal.h
  head/contrib/llvm/tools/clang/include/clang/Sema/SemaLambda.h
  head/contrib/llvm/tools/clang/include/clang/Sema/TemplateDeduction.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/Module.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.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/CallEvent.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.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/SValBuilder.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.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/Tooling/CommonOptionsParser.h
  head/contrib/llvm/tools/clang/include/clang/Tooling/Core/Replacement.h
  head/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring.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/ARCMTActions.cpp
  head/contrib/llvm/tools/clang/lib/ARCMigrate/ObjCMT.cpp
  head/contrib/llvm/tools/clang/lib/ARCMigrate/TransProperties.cpp
  head/contrib/llvm/tools/clang/lib/AST/APValue.cpp
  head/contrib/llvm/tools/clang/lib/AST/ASTConsumer.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/ASTTypeTraits.cpp
  head/contrib/llvm/tools/clang/lib/AST/CXXInheritance.cpp
  head/contrib/llvm/tools/clang/lib/AST/Comment.cpp
  head/contrib/llvm/tools/clang/lib/AST/CommentLexer.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/ItaniumMangle.cpp
  head/contrib/llvm/tools/clang/lib/AST/Mangle.cpp
  head/contrib/llvm/tools/clang/lib/AST/MicrosoftCXXABI.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/OpenMPClause.cpp
  head/contrib/llvm/tools/clang/lib/AST/ParentMap.cpp
  head/contrib/llvm/tools/clang/lib/AST/RecordLayout.cpp
  head/contrib/llvm/tools/clang/lib/AST/RecordLayoutBuilder.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/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/TemplateBase.cpp
  head/contrib/llvm/tools/clang/lib/AST/TemplateName.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/Marshallers.h
  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/BodyFarm.h
  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/Consumed.cpp
  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/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/Builtins.cpp
  head/contrib/llvm/tools/clang/lib/Basic/Diagnostic.cpp
  head/contrib/llvm/tools/clang/lib/Basic/DiagnosticIDs.cpp
  head/contrib/llvm/tools/clang/lib/Basic/FileManager.cpp
  head/contrib/llvm/tools/clang/lib/Basic/IdentifierTable.cpp
  head/contrib/llvm/tools/clang/lib/Basic/LangOptions.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/OperatorPrecedence.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/Version.cpp
  head/contrib/llvm/tools/clang/lib/Basic/VirtualFileSystem.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/ABIInfo.h
  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/CGBuilder.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/CGCUDARuntime.h
  head/contrib/llvm/tools/clang/lib/CodeGen/CGCXX.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGCXXABI.h
  head/contrib/llvm/tools/clang/lib/CodeGen/CGCall.cpp
  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/CGCleanup.h
  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/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/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/CGOpenMPRuntime.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGOpenMPRuntime.h
  head/contrib/llvm/tools/clang/lib/CodeGen/CGRecordLayout.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/CodeGenTBAA.h
  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/CoverageMappingGen.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CoverageMappingGen.h
  head/contrib/llvm/tools/clang/lib/CodeGen/EHScopeStack.h
  head/contrib/llvm/tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
  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/TargetInfo.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/TargetInfo.h
  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/CrossWindowsToolChain.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/MSVCToolChain.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.cpp
  head/contrib/llvm/tools/clang/lib/Driver/ToolChains.h
  head/contrib/llvm/tools/clang/lib/Driver/Tools.cpp
  head/contrib/llvm/tools/clang/lib/Driver/Tools.h
  head/contrib/llvm/tools/clang/lib/Driver/Types.cpp
  head/contrib/llvm/tools/clang/lib/Format/ContinuationIndenter.cpp
  head/contrib/llvm/tools/clang/lib/Format/ContinuationIndenter.h
  head/contrib/llvm/tools/clang/lib/Format/Encoding.h
  head/contrib/llvm/tools/clang/lib/Format/Format.cpp
  head/contrib/llvm/tools/clang/lib/Format/FormatToken.cpp
  head/contrib/llvm/tools/clang/lib/Format/FormatToken.h
  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/Format/WhitespaceManager.h
  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/CacheTokens.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/HeaderIncludeGen.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/LayoutOverrideSource.cpp
  head/contrib/llvm/tools/clang/lib/Frontend/ModuleDependencyCollector.cpp
  head/contrib/llvm/tools/clang/lib/Frontend/MultiplexConsumer.cpp
  head/contrib/llvm/tools/clang/lib/Frontend/PCHContainerOperations.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/HTMLPrint.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/SerializedDiagnosticPrinter.cpp
  head/contrib/llvm/tools/clang/lib/Frontend/TestModuleFileExtension.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/__wmmintrin_aes.h
  head/contrib/llvm/tools/clang/lib/Headers/__wmmintrin_pclmul.h
  head/contrib/llvm/tools/clang/lib/Headers/altivec.h
  head/contrib/llvm/tools/clang/lib/Headers/ammintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/arm_acle.h
  head/contrib/llvm/tools/clang/lib/Headers/avx2intrin.h
  head/contrib/llvm/tools/clang/lib/Headers/avx512bwintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/avx512cdintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/avx512dqintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/avx512erintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/avx512fintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/avx512vlbwintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/avx512vldqintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/avx512vlintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/avxintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/bmiintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/cpuid.h
  head/contrib/llvm/tools/clang/lib/Headers/cuda_builtin_vars.h
  head/contrib/llvm/tools/clang/lib/Headers/emmintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/f16cintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/float.h
  head/contrib/llvm/tools/clang/lib/Headers/fma4intrin.h
  head/contrib/llvm/tools/clang/lib/Headers/fmaintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/htmintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/htmxlintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/ia32intrin.h
  head/contrib/llvm/tools/clang/lib/Headers/immintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/inttypes.h
  head/contrib/llvm/tools/clang/lib/Headers/mm3dnow.h
  head/contrib/llvm/tools/clang/lib/Headers/mmintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/module.modulemap
  head/contrib/llvm/tools/clang/lib/Headers/pkuintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/pmmintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/popcntintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/smmintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/tbmintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/tmmintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/unwind.h
  head/contrib/llvm/tools/clang/lib/Headers/x86intrin.h
  head/contrib/llvm/tools/clang/lib/Headers/xmmintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/xopintrin.h
  head/contrib/llvm/tools/clang/lib/Index/CommentToXML.cpp
  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/PPCaching.cpp
  head/contrib/llvm/tools/clang/lib/Lex/PPDirectives.cpp
  head/contrib/llvm/tools/clang/lib/Lex/PPExpressions.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/TokenLexer.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/AttributeList.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/MultiplexExternalSemaSource.cpp
  head/contrib/llvm/tools/clang/lib/Sema/Scope.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/Sema/TypeLocBuilder.cpp
  head/contrib/llvm/tools/clang/lib/Sema/TypeLocBuilder.h
  head/contrib/llvm/tools/clang/lib/Serialization/ASTCommon.cpp
  head/contrib/llvm/tools/clang/lib/Serialization/ASTCommon.h
  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/GeneratePCH.cpp
  head/contrib/llvm/tools/clang/lib/Serialization/GlobalModuleIndex.cpp
  head/contrib/llvm/tools/clang/lib/Serialization/Module.cpp
  head/contrib/llvm/tools/clang/lib/Serialization/ModuleManager.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/AnalyzerStatsChecker.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/CStringChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.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/ClangCheckers.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ClangSACheckers.h
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.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/DynamicTypePropagation.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.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/NSErrorChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCContainersChecker.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/RetainCountChecker.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/TraversalChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UndefBranchChecker.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/VforkChecker.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/CheckerContext.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/CheckerRegistry.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/CoreEngine.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/ExprEngineCallAndReturn.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/IssueHash.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/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/SymbolManager.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
  head/contrib/llvm/tools/clang/lib/Tooling/CommonOptionsParser.cpp
  head/contrib/llvm/tools/clang/lib/Tooling/CompilationDatabase.cpp
  head/contrib/llvm/tools/clang/lib/Tooling/Core/Replacement.cpp
  head/contrib/llvm/tools/clang/lib/Tooling/Refactoring.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/driver.cpp
  head/contrib/llvm/tools/clang/utils/TableGen/ClangAttrEmitter.cpp
  head/contrib/llvm/tools/clang/utils/TableGen/ClangDiagnosticsEmitter.cpp
  head/contrib/llvm/tools/clang/utils/TableGen/NeonEmitter.cpp
  head/contrib/llvm/tools/clang/utils/TableGen/TableGen.cpp
  head/contrib/llvm/tools/llc/llc.cpp
  head/contrib/llvm/tools/lldb/include/lldb/API/LLDB.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBCommandReturnObject.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/SBHostOS.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBInstruction.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBLaunchInfo.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBListener.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBProcess.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBStream.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBStringList.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/SBThreadCollection.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBValue.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/BreakpointResolver.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/WatchpointList.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ArchSpec.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/Broadcaster.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/Communication.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ConstString.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/DataExtractor.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/Debugger.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/EmulateInstruction.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/Event.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/History.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/IOHandler.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/Listener.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/Logging.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/RangeMap.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/SearchFilter.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/Section.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/StreamCallback.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/StreamTee.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ThreadSafeSTLMap.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ThreadSafeValue.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/Timer.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/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/ValueObjectSyntheticFilter.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/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/TypeCategory.h
  head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeCategoryMap.h
  head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeSynthetic.h
  head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ValueObjectPrinter.h
  head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/VectorIterator.h
  head/contrib/llvm/tools/lldb/include/lldb/Expression/DWARFExpression.h
  head/contrib/llvm/tools/lldb/include/lldb/Expression/ExpressionParser.h
  head/contrib/llvm/tools/lldb/include/lldb/Expression/ExpressionSourceCode.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/IRDynamicChecks.h
  head/contrib/llvm/tools/lldb/include/lldb/Expression/IRExecutionUnit.h
  head/contrib/llvm/tools/lldb/include/lldb/Expression/IRInterpreter.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/UserExpression.h
  head/contrib/llvm/tools/lldb/include/lldb/Expression/UtilityFunction.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/FileSpec.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/FileSystem.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/Host.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/HostInfoBase.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/HostNativeProcessBase.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/HostProcess.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/OptionParser.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/ProcessRunLock.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/posix/ConnectionFileDescriptorPosix.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/posix/HostInfoPosix.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/posix/HostProcessPosix.h
  head/contrib/llvm/tools/lldb/include/lldb/Initialization/SystemLifetimeManager.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/Args.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/OptionGroupValueObjectDisplay.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/ScriptInterpreter.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/ArmUnwindInfo.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/CompactUnwindInfo.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/CompileUnit.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/CompilerDecl.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/CompilerDeclContext.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/CompilerType.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/DWARFCallFrameInfo.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/FuncUnwinders.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/Function.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/GoASTContext.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/LineEntry.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/ObjectFile.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/Symbol.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/SymbolContext.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/Type.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/Symbol/Variable.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ABI.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/InstrumentationRuntime.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/JITLoaderList.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/MemoryRegionInfo.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/QueueList.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/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/ThreadCollection.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadList.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlan.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanPython.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanStepInstruction.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/Unwind.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/Iterable.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/ProcessStructReader.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/SharedCluster.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-enumerations.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-private.h
  head/contrib/llvm/tools/lldb/source/API/SBAddress.cpp
  head/contrib/llvm/tools/lldb/source/API/SBBlock.cpp
  head/contrib/llvm/tools/lldb/source/API/SBBreakpoint.cpp
  head/contrib/llvm/tools/lldb/source/API/SBBreakpointLocation.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/SBDebugger.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/SBFrame.cpp
  head/contrib/llvm/tools/lldb/source/API/SBFunction.cpp
  head/contrib/llvm/tools/lldb/source/API/SBHostOS.cpp
  head/contrib/llvm/tools/lldb/source/API/SBInstruction.cpp
  head/contrib/llvm/tools/lldb/source/API/SBInstructionList.cpp
  head/contrib/llvm/tools/lldb/source/API/SBListener.cpp
  head/contrib/llvm/tools/lldb/source/API/SBModule.cpp
  head/contrib/llvm/tools/lldb/source/API/SBProcess.cpp
  head/contrib/llvm/tools/lldb/source/API/SBStringList.cpp
  head/contrib/llvm/tools/lldb/source/API/SBSymbol.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/SBValue.cpp
  head/contrib/llvm/tools/lldb/source/API/SBWatchpoint.cpp
  head/contrib/llvm/tools/lldb/source/API/SystemInitializerFull.cpp
  head/contrib/llvm/tools/lldb/source/API/liblldb.exports
  head/contrib/llvm/tools/lldb/source/Breakpoint/Breakpoint.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/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/WatchpointList.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/CommandObjectArgs.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectBreakpoint.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectBreakpointCommand.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectBugreport.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectCommands.cpp
  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/CommandObjectHelp.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectHelp.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectLanguage.cpp
  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/CommandObjectMemory.cpp
  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/CommandObjectPlugin.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectProcess.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectQuit.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectRegister.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectSettings.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectSource.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectSyntax.cpp
  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/CommandObjectType.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectVersion.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectWatchpoint.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectWatchpointCommand.cpp
  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/AddressResolverName.cpp
  head/contrib/llvm/tools/lldb/source/Core/ArchSpec.cpp
  head/contrib/llvm/tools/lldb/source/Core/Broadcaster.cpp
  head/contrib/llvm/tools/lldb/source/Core/Communication.cpp
  head/contrib/llvm/tools/lldb/source/Core/ConnectionSharedMemory.cpp
  head/contrib/llvm/tools/lldb/source/Core/ConstString.cpp
  head/contrib/llvm/tools/lldb/source/Core/CxaDemangle.cpp
  head/contrib/llvm/tools/lldb/source/Core/DataBufferHeap.cpp
  head/contrib/llvm/tools/lldb/source/Core/DataBufferMemoryMap.cpp
  head/contrib/llvm/tools/lldb/source/Core/DataEncoder.cpp
  head/contrib/llvm/tools/lldb/source/Core/DataExtractor.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/DynamicLoader.cpp
  head/contrib/llvm/tools/lldb/source/Core/EmulateInstruction.cpp
  head/contrib/llvm/tools/lldb/source/Core/Error.cpp
  head/contrib/llvm/tools/lldb/source/Core/Event.cpp
  head/contrib/llvm/tools/lldb/source/Core/FastDemangle.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/Listener.cpp
  head/contrib/llvm/tools/lldb/source/Core/Log.cpp
  head/contrib/llvm/tools/lldb/source/Core/Logging.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/RegisterValue.cpp
  head/contrib/llvm/tools/lldb/source/Core/RegularExpression.cpp
  head/contrib/llvm/tools/lldb/source/Core/Scalar.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/StreamCallback.cpp
  head/contrib/llvm/tools/lldb/source/Core/Timer.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/ValueObjectConstResult.cpp
  head/contrib/llvm/tools/lldb/source/Core/ValueObjectConstResultCast.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/ValueObjectSyntheticFilter.cpp
  head/contrib/llvm/tools/lldb/source/Core/ValueObjectVariable.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/FormatManager.cpp
  head/contrib/llvm/tools/lldb/source/DataFormatters/FormattersHelpers.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/ValueObjectPrinter.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/ExpressionVariable.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/UserExpression.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/FileSpec.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/HostProcess.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/MonitoringProcessLauncher.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/NativeBreakpointList.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/NativeProcessProtocol.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/OptionParser.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/Socket.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/SocketAddress.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/SoftwareBreakpoint.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/TCPSocket.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/UDPSocket.cpp
  head/contrib/llvm/tools/lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp
  head/contrib/llvm/tools/lldb/source/Host/posix/DomainSocket.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/HostThreadPosix.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/Args.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/CommandHistory.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/CommandObjectScript.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueArray.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueFileSpecLIst.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/Options.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp
  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-hexagon/ABISysV_hexagon.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-i386/ABISysV_i386.cpp
  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-ppc64/ABISysV_ppc64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
  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/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.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.h
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ASTDumper.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.h
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.h
  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/ClangFunctionCaller.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.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/ExpressionParser/Clang/IRForTarget.h
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Go/GoAST.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/Instruction/ARM/EmulateInstructionARM.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h
  head/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/EmulationStateARM.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/EmulationStateARM.h
  head/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.h
  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/InstrumentationRuntime/AddressSanitizer/AddressSanitizerRuntime.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
  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/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/CPlusPlus/LibStdcpp.h
  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/Cocoa.h
  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/ObjCLanguage.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/ObjCLanguage.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/Go/GoLanguageRuntime.cpp
  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/AppleObjCRuntime.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp
  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.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.cpp
  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/MemoryHistory/asan/MemoryHistoryASan.cpp
  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/OperatingSystem/Go/OperatingSystemGo.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
  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/NetBSD/PlatformNetBSD.h
  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/FreeBSD/FreeBSDThread.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.h
  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/RegisterContextPOSIXProcessMonitor_arm.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_powerpc.cpp
  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/HistoryThread.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/HistoryThread.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/HistoryUnwind.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/HistoryUnwind.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.cpp
  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/RegisterContextFreeBSD_arm.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_arm64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_arm.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_arm64.cpp
  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_powerpc.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_x86_64.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp
  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/ThreadElfCore.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ThreadElfCore.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
  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/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/ProcessGDBRemote.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.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/SymbolFile/DWARF/DIERef.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DIERef.h
  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/DWARFASTParserGo.cpp
  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/DWARFDIECollection.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIECollection.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.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/DWARFDeclContext.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/HashedNameToDIE.cpp
  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/Symtab/SymbolFileSymtab.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
  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/ClangExternalASTSourceCommon.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/CompilerDecl.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/CompilerDeclContext.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/GoASTContext.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/LineEntry.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/LineTable.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/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/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/JITLoaderList.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/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/QueueList.cpp
  head/contrib/llvm/tools/lldb/source/Target/RegisterContext.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/ThreadCollection.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/ThreadPlanCallUserExpression.cpp
  head/contrib/llvm/tools/lldb/source/Target/ThreadPlanShouldStopHere.cpp
  head/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepInstruction.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/UnixSignals.cpp
  head/contrib/llvm/tools/lldb/source/Target/UnwindAssembly.cpp
  head/contrib/llvm/tools/lldb/source/Utility/ConvertEnum.cpp
  head/contrib/llvm/tools/lldb/source/Utility/JSON.cpp
  head/contrib/llvm/tools/lldb/source/Utility/ModuleCache.cpp
  head/contrib/llvm/tools/lldb/source/Utility/SharingPtr.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/StringExtractorGDBRemote.h
  head/contrib/llvm/tools/lldb/source/Utility/TaskPool.cpp
  head/contrib/llvm/tools/lldb/tools/compact-unwind/compact-unwind-dumper.c
  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.cpp
  head/contrib/llvm/tools/lldb/tools/driver/Platform.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/MICmdCmdData.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdThread.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdThread.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdVar.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/MIUtilFileStd.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/Platform.h
  head/contrib/llvm/tools/lldb/tools/lldb-server/lldb-gdbserver.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-server/lldb-server.cpp
  head/contrib/llvm/tools/lli/ChildTarget/ChildTarget.cpp
  head/contrib/llvm/tools/lli/OrcLazyJIT.cpp
  head/contrib/llvm/tools/lli/OrcLazyJIT.h
  head/contrib/llvm/tools/lli/RemoteJITUtils.h
  head/contrib/llvm/tools/lli/lli.cpp
  head/contrib/llvm/tools/llvm-ar/llvm-ar.cpp
  head/contrib/llvm/tools/llvm-as/llvm-as.cpp
  head/contrib/llvm/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
  head/contrib/llvm/tools/llvm-cov/CodeCoverage.cpp
  head/contrib/llvm/tools/llvm-cov/CoverageFilters.h
  head/contrib/llvm/tools/llvm-cov/CoverageReport.cpp
  head/contrib/llvm/tools/llvm-cov/CoverageReport.h
  head/contrib/llvm/tools/llvm-cov/CoverageSummaryInfo.h
  head/contrib/llvm/tools/llvm-cov/CoverageViewOptions.h
  head/contrib/llvm/tools/llvm-cov/RenderingSupport.h
  head/contrib/llvm/tools/llvm-cov/SourceCoverageView.cpp
  head/contrib/llvm/tools/llvm-cov/SourceCoverageView.h
  head/contrib/llvm/tools/llvm-cov/TestingSupport.cpp
  head/contrib/llvm/tools/llvm-cov/gcov.cpp
  head/contrib/llvm/tools/llvm-cov/llvm-cov.cpp
  head/contrib/llvm/tools/llvm-cxxdump/Error.cpp
  head/contrib/llvm/tools/llvm-cxxdump/llvm-cxxdump.cpp
  head/contrib/llvm/tools/llvm-diff/DiffConsumer.h
  head/contrib/llvm/tools/llvm-diff/DiffLog.cpp
  head/contrib/llvm/tools/llvm-diff/DifferenceEngine.cpp
  head/contrib/llvm/tools/llvm-diff/DifferenceEngine.h
  head/contrib/llvm/tools/llvm-diff/llvm-diff.cpp
  head/contrib/llvm/tools/llvm-dis/llvm-dis.cpp
  head/contrib/llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp
  head/contrib/llvm/tools/llvm-extract/llvm-extract.cpp
  head/contrib/llvm/tools/llvm-link/llvm-link.cpp
  head/contrib/llvm/tools/llvm-lto/llvm-lto.cpp
  head/contrib/llvm/tools/llvm-mc/Disassembler.cpp
  head/contrib/llvm/tools/llvm-mc/llvm-mc.cpp
  head/contrib/llvm/tools/llvm-nm/llvm-nm.cpp
  head/contrib/llvm/tools/llvm-objdump/COFFDump.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-pdbdump/BuiltinDumper.cpp
  head/contrib/llvm/tools/llvm-pdbdump/BuiltinDumper.h
  head/contrib/llvm/tools/llvm-pdbdump/ClassDefinitionDumper.cpp
  head/contrib/llvm/tools/llvm-pdbdump/ClassDefinitionDumper.h
  head/contrib/llvm/tools/llvm-pdbdump/CompilandDumper.cpp
  head/contrib/llvm/tools/llvm-pdbdump/CompilandDumper.h
  head/contrib/llvm/tools/llvm-pdbdump/EnumDumper.cpp
  head/contrib/llvm/tools/llvm-pdbdump/EnumDumper.h
  head/contrib/llvm/tools/llvm-pdbdump/ExternalSymbolDumper.cpp
  head/contrib/llvm/tools/llvm-pdbdump/ExternalSymbolDumper.h
  head/contrib/llvm/tools/llvm-pdbdump/FunctionDumper.cpp
  head/contrib/llvm/tools/llvm-pdbdump/FunctionDumper.h
  head/contrib/llvm/tools/llvm-pdbdump/LinePrinter.cpp
  head/contrib/llvm/tools/llvm-pdbdump/LinePrinter.h
  head/contrib/llvm/tools/llvm-pdbdump/TypeDumper.cpp
  head/contrib/llvm/tools/llvm-pdbdump/TypeDumper.h
  head/contrib/llvm/tools/llvm-pdbdump/TypedefDumper.cpp
  head/contrib/llvm/tools/llvm-pdbdump/TypedefDumper.h
  head/contrib/llvm/tools/llvm-pdbdump/VariableDumper.cpp
  head/contrib/llvm/tools/llvm-pdbdump/VariableDumper.h
  head/contrib/llvm/tools/llvm-pdbdump/llvm-pdbdump.cpp
  head/contrib/llvm/tools/llvm-pdbdump/llvm-pdbdump.h
  head/contrib/llvm/tools/llvm-profdata/llvm-profdata.cpp
  head/contrib/llvm/tools/llvm-readobj/ARMAttributeParser.cpp
  head/contrib/llvm/tools/llvm-readobj/ARMAttributeParser.h
  head/contrib/llvm/tools/llvm-readobj/ARMEHABIPrinter.h
  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/ELFDumper.cpp
  head/contrib/llvm/tools/llvm-readobj/Error.cpp
  head/contrib/llvm/tools/llvm-readobj/MachODumper.cpp
  head/contrib/llvm/tools/llvm-readobj/ObjDumper.cpp
  head/contrib/llvm/tools/llvm-readobj/ObjDumper.h
  head/contrib/llvm/tools/llvm-readobj/Win64EHDumper.cpp
  head/contrib/llvm/tools/llvm-readobj/Win64EHDumper.h
  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/opt/AnalysisWrappers.cpp
  head/contrib/llvm/tools/opt/BreakpointPrinter.cpp
  head/contrib/llvm/tools/opt/NewPMDriver.cpp
  head/contrib/llvm/tools/opt/NewPMDriver.h
  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/AsmWriterInst.cpp
  head/contrib/llvm/utils/TableGen/AsmWriterInst.h
  head/contrib/llvm/utils/TableGen/Attributes.cpp
  head/contrib/llvm/utils/TableGen/CodeEmitterGen.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/CodeGenMapTable.cpp
  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/CodeGenTarget.h
  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/DAGISelMatcherOpt.cpp
  head/contrib/llvm/utils/TableGen/DFAPacketizerEmitter.cpp
  head/contrib/llvm/utils/TableGen/DisassemblerEmitter.cpp
  head/contrib/llvm/utils/TableGen/FastISelEmitter.cpp
  head/contrib/llvm/utils/TableGen/FixedLenDecoderEmitter.cpp
  head/contrib/llvm/utils/TableGen/InstrInfoEmitter.cpp
  head/contrib/llvm/utils/TableGen/IntrinsicEmitter.cpp
  head/contrib/llvm/utils/TableGen/RegisterInfoEmitter.cpp
  head/contrib/llvm/utils/TableGen/SequenceToOffsetTable.h
  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/X86DisassemblerTables.cpp
  head/contrib/llvm/utils/TableGen/X86RecognizableInstr.cpp
  head/contrib/llvm/utils/TableGen/X86RecognizableInstr.h
  head/etc/mtree/BSD.debug.dist
  head/etc/mtree/BSD.usr.dist
  head/lib/clang/Makefile
  head/lib/clang/clang.build.mk
  head/lib/clang/freebsd_cc_version.h
  head/lib/clang/include/clang/Basic/Version.inc
  head/lib/clang/include/clang/Config/config.h
  head/lib/clang/include/llvm/Config/AsmParsers.def
  head/lib/clang/include/llvm/Config/AsmPrinters.def
  head/lib/clang/include/llvm/Config/Disassemblers.def
  head/lib/clang/include/llvm/Config/Targets.def
  head/lib/clang/include/llvm/Config/config.h
  head/lib/clang/include/llvm/Config/llvm-config.h
  head/lib/clang/include/llvm/Support/DataTypes.h
  head/lib/clang/liblldb/Makefile
  head/lib/libc++/Makefile
  head/lib/libclang_rt/Makefile
  head/lib/libclang_rt/Makefile.inc
  head/lib/libclang_rt/asan-preinit/Makefile
  head/lib/libclang_rt/asan/Makefile
  head/lib/libclang_rt/asan_cxx/Makefile
  head/lib/libclang_rt/asan_dynamic/Makefile
  head/lib/libclang_rt/include/Makefile
  head/lib/libclang_rt/profile/Makefile
  head/lib/libclang_rt/safestack/Makefile
  head/lib/libclang_rt/ubsan_standalone/Makefile
  head/lib/libclang_rt/ubsan_standalone_cxx/Makefile
  head/lib/libcompiler_rt/Makefile
  head/lib/libcompiler_rt/Makefile.inc
  head/share/mk/local.gendirdeps.mk
  head/share/mk/src.opts.mk
  head/sys/sys/param.h
  head/targets/pseudo/clang/Makefile.depend
  head/tools/build/mk/OptionalObsoleteFiles.inc
  head/usr.bin/clang/Makefile
  head/usr.bin/clang/bugpoint/Makefile
  head/usr.bin/clang/clang-format/Makefile
  head/usr.bin/clang/clang-tblgen/Makefile
  head/usr.bin/clang/clang.prog.mk
  head/usr.bin/clang/clang/Makefile
  head/usr.bin/clang/llc/Makefile
  head/usr.bin/clang/lldb/Makefile
  head/usr.bin/clang/lli/Makefile
  head/usr.bin/clang/llvm-ar/Makefile
  head/usr.bin/clang/llvm-as/Makefile
  head/usr.bin/clang/llvm-bcanalyzer/Makefile
  head/usr.bin/clang/llvm-cov/Makefile
  head/usr.bin/clang/llvm-cxxdump/Makefile
  head/usr.bin/clang/llvm-diff/Makefile
  head/usr.bin/clang/llvm-dis/Makefile
  head/usr.bin/clang/llvm-dwarfdump/Makefile
  head/usr.bin/clang/llvm-extract/Makefile
  head/usr.bin/clang/llvm-link/Makefile
  head/usr.bin/clang/llvm-lto/Makefile
  head/usr.bin/clang/llvm-mc/Makefile
  head/usr.bin/clang/llvm-nm/Makefile
  head/usr.bin/clang/llvm-objdump/Makefile
  head/usr.bin/clang/llvm-pdbdump/Makefile
  head/usr.bin/clang/llvm-profdata/Makefile
  head/usr.bin/clang/llvm-rtdyld/Makefile
  head/usr.bin/clang/llvm-symbolizer/Makefile
  head/usr.bin/clang/llvm-tblgen/Makefile
  head/usr.bin/clang/opt/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/zdb/   (props changed)
  head/cddl/contrib/opensolaris/cmd/zfs/   (props changed)
  head/cddl/contrib/opensolaris/lib/libzfs/   (props changed)
  head/contrib/amd/   (props changed)
  head/contrib/atf/   (props changed)
  head/contrib/binutils/   (props changed)
  head/contrib/bmake/   (props changed)
  head/contrib/byacc/   (props changed)
  head/contrib/compiler-rt/   (props changed)
  head/contrib/dma/   (props changed)
  head/contrib/elftoolchain/   (props changed)
  head/contrib/elftoolchain/elfdump/   (props changed)
  head/contrib/file/   (props changed)
  head/contrib/gcc/   (props changed)
  head/contrib/ipfilter/   (props changed)
  head/contrib/libarchive/   (props changed)
  head/contrib/libc++/   (props changed)
  head/contrib/libcxxrt/   (props changed)
  head/contrib/libexecinfo/   (props changed)
  head/contrib/libpcap/   (props changed)
  head/contrib/libucl/   (props changed)
  head/contrib/llvm/   (props changed)
  head/contrib/llvm/projects/libunwind/   (props changed)
  head/contrib/llvm/tools/clang/   (props changed)
  head/contrib/llvm/tools/lldb/   (props changed)
  head/contrib/llvm/tools/llvm-dwarfdump/   (props changed)
  head/contrib/llvm/tools/llvm-lto/   (props changed)
  head/contrib/mdocml/   (props changed)
  head/contrib/ncurses/   (props changed)
  head/contrib/netbsd-tests/   (props changed)
  head/contrib/ntp/   (props changed)
  head/contrib/one-true-awk/   (props changed)
  head/contrib/openbsm/   (props changed)
  head/contrib/sqlite3/   (props changed)
  head/contrib/tcpdump/   (props changed)
  head/contrib/tnftp/   (props changed)
  head/contrib/top/   (props changed)
  head/contrib/tzcode/zic/   (props changed)
  head/contrib/tzdata/   (props changed)
  head/contrib/unbound/   (props changed)
  head/crypto/heimdal/   (props changed)
  head/crypto/openssh/   (props changed)
  head/crypto/openssl/   (props changed)
  head/gnu/lib/   (props changed)
  head/gnu/usr.bin/binutils/   (props changed)
  head/gnu/usr.bin/cc/cc_tools/   (props changed)
  head/gnu/usr.bin/gdb/   (props changed)
  head/lib/libc/locale/ascii.c   (props changed)
  head/sys/amd64/amd64/efirt.c   (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/libfdt/   (props changed)
  head/sys/contrib/octeon-sdk/   (props changed)
  head/sys/contrib/x86emu/   (props changed)
  head/sys/contrib/xz-embedded/   (props changed)
  head/usr.sbin/bhyve/pci_fbuf.c   (props changed)
  head/usr.sbin/bhyve/pci_xhci.c   (props changed)
  head/usr.sbin/bhyve/vga.c   (props changed)

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Thu Nov 24 22:33:18 2016	(r309123)
+++ head/Makefile.inc1	Thu Nov 24 22:54:55 2016	(r309124)
@@ -1670,13 +1670,12 @@ _gensnmptree=	usr.sbin/bsnmpd/gensnmptre
 # the bootstrap compiler, or as the part of the normal build.
 .if ${MK_CLANG_BOOTSTRAP} != "no" || ${MK_CLANG} != "no"
 _clang_tblgen= \
-	lib/clang/libllvmsupport \
-	lib/clang/libllvmtablegen \
+	lib/clang/libllvmminimal \
 	usr.bin/clang/llvm-tblgen \
 	usr.bin/clang/clang-tblgen
 
-${_bt}-usr.bin/clang/clang-tblgen: ${_bt}-lib/clang/libllvmtablegen ${_bt}-lib/clang/libllvmsupport
-${_bt}-usr.bin/clang/llvm-tblgen: ${_bt}-lib/clang/libllvmtablegen ${_bt}-lib/clang/libllvmsupport
+${_bt}-usr.bin/clang/clang-tblgen: ${_bt}-lib/clang/libllvmminimal
+${_bt}-usr.bin/clang/llvm-tblgen: ${_bt}-lib/clang/libllvmminimal
 .endif
 
 # Default to building the GPL DTC, but build the BSDL one if users explicitly

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Thu Nov 24 22:33:18 2016	(r309123)
+++ head/ObsoleteFiles.inc	Thu Nov 24 22:54:55 2016	(r309124)
@@ -38,6 +38,98 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20161124: new clang import which bumps version from 3.8.0 to 3.9.0.
+OLD_FILES+=usr/lib/clang/3.8.0/include/sanitizer/allocator_interface.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/sanitizer/asan_interface.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/sanitizer/common_interface_defs.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/sanitizer/coverage_interface.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/sanitizer/dfsan_interface.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/sanitizer/linux_syscall_hooks.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/sanitizer/lsan_interface.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/sanitizer/msan_interface.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/sanitizer/tsan_interface_atomic.h
+OLD_DIRS+=usr/lib/clang/3.8.0/include/sanitizer
+OLD_FILES+=usr/lib/clang/3.8.0/include/__clang_cuda_runtime_wrapper.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/__stddef_max_align_t.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/__wmmintrin_aes.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/__wmmintrin_pclmul.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/adxintrin.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/altivec.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/ammintrin.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/arm_acle.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/arm_neon.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/avx2intrin.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/avx512bwintrin.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/avx512cdintrin.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/avx512dqintrin.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/avx512erintrin.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/avx512fintrin.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/avx512vlbwintrin.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/avx512vldqintrin.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/avx512vlintrin.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/avxintrin.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/bmi2intrin.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/bmiintrin.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/cpuid.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/cuda_builtin_vars.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/emmintrin.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/f16cintrin.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/fma4intrin.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/fmaintrin.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/fxsrintrin.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/htmintrin.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/htmxlintrin.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/ia32intrin.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/immintrin.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/lzcntintrin.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/mm3dnow.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/mm_malloc.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/mmintrin.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/module.modulemap
+OLD_FILES+=usr/lib/clang/3.8.0/include/nmmintrin.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/pkuintrin.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/pmmintrin.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/popcntintrin.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/prfchwintrin.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/rdseedintrin.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/rtmintrin.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/s390intrin.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/shaintrin.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/smmintrin.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/tbmintrin.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/tmmintrin.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/vadefs.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/vecintrin.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/wmmintrin.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/x86intrin.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/xmmintrin.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/xopintrin.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/xsavecintrin.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/xsaveintrin.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/xsaveoptintrin.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/xsavesintrin.h
+OLD_FILES+=usr/lib/clang/3.8.0/include/xtestintrin.h
+OLD_DIRS+=usr/lib/clang/3.8.0/include
+OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.asan-i386.a
+OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.asan-i386.so
+OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.asan-preinit-i386.a
+OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.asan-preinit-x86_64.a
+OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.asan-x86_64.a
+OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.asan-x86_64.so
+OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.asan_cxx-i386.a
+OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.asan_cxx-x86_64.a
+OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.profile-arm.a
+OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.profile-i386.a
+OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.profile-x86_64.a
+OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.safestack-i386.a
+OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.safestack-x86_64.a
+OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.ubsan_standalone-i386.a
+OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a
+OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a
+OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a
+OLD_DIRS+=usr/lib/clang/3.8.0/lib/freebsd
+OLD_DIRS+=usr/lib/clang/3.8.0/lib
+OLD_DIRS+=usr/lib/clang/3.8.0
 # 20161121: Hyper-V manuals only apply to amd64 and i386.
 .if ${TARGET_ARCH} != "amd64" && ${TARGET_ARCH} != "i386"
 OLD_FILES+=usr/share/man/man4/hv_kvp.4.gz

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Thu Nov 24 22:33:18 2016	(r309123)
+++ head/UPDATING	Thu Nov 24 22:54:55 2016	(r309124)
@@ -51,6 +51,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12
 
 ****************************** SPECIAL WARNING: ******************************
 
+20161124:
+	Clang, llvm, lldb, compiler-rt and libc++ have been upgraded to 3.9.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.
+
 20161119:
 	The layout of the pmap structure has changed for powerpc to put the pmap
 	statistics at the front for all CPU variations.  libkvm(3) and all tools

Modified: head/contrib/compiler-rt/LICENSE.TXT
==============================================================================
--- head/contrib/compiler-rt/LICENSE.TXT	Thu Nov 24 22:33:18 2016	(r309123)
+++ head/contrib/compiler-rt/LICENSE.TXT	Thu Nov 24 22:54:55 2016	(r309124)
@@ -14,7 +14,7 @@ Full text of the relevant licenses is in
 University of Illinois/NCSA
 Open Source License
 
-Copyright (c) 2009-2015 by the contributors listed in CREDITS.TXT
+Copyright (c) 2009-2016 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	Thu Nov 24 22:33:18 2016	(r309123)
+++ head/contrib/compiler-rt/include/sanitizer/allocator_interface.h	Thu Nov 24 22:54:55 2016	(r309124)
@@ -59,6 +59,23 @@ extern "C" {
        deallocation of "ptr". */
   void __sanitizer_malloc_hook(const volatile void *ptr, size_t size);
   void __sanitizer_free_hook(const volatile void *ptr);
+
+  /* Installs a pair of hooks for malloc/free.
+     Several (currently, 5) hook pairs may be installed, they are executed
+     in the order they were installed and after calling
+     __sanitizer_malloc_hook/__sanitizer_free_hook.
+     Unlike __sanitizer_malloc_hook/__sanitizer_free_hook these hooks can be
+     chained and do not rely on weak symbols working on the platform, but
+     require __sanitizer_install_malloc_and_free_hooks to be called at startup
+     and thus will not be called on malloc/free very early in the process.
+     Returns the number of hooks currently installed or 0 on failure.
+     Not thread-safe, should be called in the main thread before starting
+     other threads.
+  */
+  int __sanitizer_install_malloc_and_free_hooks(
+      void (*malloc_hook)(const volatile void *, size_t),
+      void (*free_hook)(const volatile 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	Thu Nov 24 22:33:18 2016	(r309123)
+++ head/contrib/compiler-rt/include/sanitizer/common_interface_defs.h	Thu Nov 24 22:54:55 2016	(r309124)
@@ -41,6 +41,9 @@ extern "C" {
 
   // Tell the tools to write their reports to "path.<pid>" instead of stderr.
   void __sanitizer_set_report_path(const char *path);
+  // Tell the tools to write their reports to the provided file descriptor
+  // (casted to void *).
+  void __sanitizer_set_report_fd(void *fd);
 
   // Notify the tools that the sandbox is going to be turned on. The reserved
   // parameter will be used in the future to hold a structure with functions
@@ -128,8 +131,45 @@ extern "C" {
                                     const void *s2, size_t n, int result);
   void __sanitizer_weak_hook_strncmp(void *called_pc, const char *s1,
                                     const char *s2, size_t n, int result);
+  void __sanitizer_weak_hook_strncasecmp(void *called_pc, const char *s1,
+                                         const char *s2, size_t n, int result);
   void __sanitizer_weak_hook_strcmp(void *called_pc, const char *s1,
                                     const char *s2, int result);
+  void __sanitizer_weak_hook_strcasecmp(void *called_pc, const char *s1,
+                                        const char *s2, int result);
+  void __sanitizer_weak_hook_strstr(void *called_pc, const char *s1,
+                                    const char *s2, char *result);
+  void __sanitizer_weak_hook_strcasestr(void *called_pc, const char *s1,
+                                        const char *s2, char *result);
+  void __sanitizer_weak_hook_memmem(void *called_pc,
+                                    const void *s1, size_t len1,
+                                    const void *s2, size_t len2, void *result);
+
+  // Prints stack traces for all live heap allocations ordered by total
+  // allocation size until `top_percent` of total live heap is shown.
+  // `top_percent` should be between 1 and 100.
+  // Experimental feature currently available only with asan on Linux/x86_64.
+  void __sanitizer_print_memory_profile(size_t top_percent);
+
+  // Fiber annotation interface.
+  // Before switching to a different stack, one must call
+  // __sanitizer_start_switch_fiber with a pointer to the bottom of the
+  // destination stack and its size. When code starts running on the new stack,
+  // it must call __sanitizer_finish_switch_fiber to finalize the switch.
+  // The start_switch function takes a void** to store the current fake stack if
+  // there is one (it is needed when detect_stack_use_after_return is enabled).
+  // When restoring a stack, this pointer must be given to the finish_switch
+  // function. In most cases, this void* can be stored on the stack just before
+  // switching.  When leaving a fiber definitely, null must be passed as first
+  // argument to the start_switch function so that the fake stack is destroyed.
+  // If you do not want support for stack use-after-return detection, you can
+  // always pass null to these two functions.
+  // Note that the fake stack mechanism is disabled during fiber switch, so if a
+  // signal callback runs during the switch, it will not benefit from the stack
+  // use-after-return detection.
+  void __sanitizer_start_switch_fiber(void **fake_stack_save,
+                                      const void *bottom, size_t size);
+  void __sanitizer_finish_switch_fiber(void *fake_stack_save);
 #ifdef __cplusplus
 }  // extern "C"
 #endif

Copied: head/contrib/compiler-rt/include/sanitizer/esan_interface.h (from r309123, projects/clang390-import/contrib/compiler-rt/include/sanitizer/esan_interface.h)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/contrib/compiler-rt/include/sanitizer/esan_interface.h	Thu Nov 24 22:54:55 2016	(r309124, copy of r309123, projects/clang390-import/contrib/compiler-rt/include/sanitizer/esan_interface.h)
@@ -0,0 +1,50 @@
+//===-- sanitizer/esan_interface.h ------------------------------*- C++ -*-===//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+//
+// This file is a part of EfficiencySanitizer, a family of performance tuners.
+//
+// Public interface header.
+//===----------------------------------------------------------------------===//
+#ifndef SANITIZER_ESAN_INTERFACE_H
+#define SANITIZER_ESAN_INTERFACE_H
+
+#include <sanitizer/common_interface_defs.h>
+
+// We declare our interface routines as weak to allow the user to avoid
+// ifdefs and instead use this pattern to allow building the same sources
+// with and without our runtime library:
+//     if (__esan_report)
+//       __esan_report();
+#ifdef _MSC_VER
+/* selectany is as close to weak as we'll get. */
+#define COMPILER_RT_WEAK __declspec(selectany)
+#elif __GNUC__
+#define COMPILER_RT_WEAK __attribute__((weak))
+#else
+#define COMPILER_RT_WEAK
+#endif
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+// This function can be called mid-run (or at the end of a run for
+// a server process that doesn't shut down normally) to request that
+// data for that point in the run be reported from the tool.
+void COMPILER_RT_WEAK __esan_report();
+
+// This function returns the number of samples that the esan tool has collected
+// to this point.  This is useful for testing.
+unsigned int COMPILER_RT_WEAK __esan_get_sample_count();
+
+#ifdef __cplusplus
+} // extern "C"
+#endif
+
+#endif // SANITIZER_ESAN_INTERFACE_H

Modified: head/contrib/compiler-rt/include/sanitizer/linux_syscall_hooks.h
==============================================================================
--- head/contrib/compiler-rt/include/sanitizer/linux_syscall_hooks.h	Thu Nov 24 22:33:18 2016	(r309123)
+++ head/contrib/compiler-rt/include/sanitizer/linux_syscall_hooks.h	Thu Nov 24 22:54:55 2016	(r309124)
@@ -1835,6 +1835,17 @@
   __sanitizer_syscall_pre_impl_vfork()
 #define __sanitizer_syscall_post_vfork(res) \
   __sanitizer_syscall_post_impl_vfork(res)
+#define __sanitizer_syscall_pre_sigaction(signum, act, oldact)                 \
+  __sanitizer_syscall_pre_impl_sigaction((long)signum, (long)act, (long)oldact)
+#define __sanitizer_syscall_post_sigaction(res, signum, act, oldact)           \
+  __sanitizer_syscall_post_impl_sigaction(res, (long)signum, (long)act,        \
+                                          (long)oldact)
+#define __sanitizer_syscall_pre_rt_sigaction(signum, act, oldact, sz)          \
+  __sanitizer_syscall_pre_impl_rt_sigaction((long)signum, (long)act,           \
+                                            (long)oldact, (long)sz)
+#define __sanitizer_syscall_post_rt_sigaction(res, signum, act, oldact, sz)    \
+  __sanitizer_syscall_post_impl_rt_sigaction(res, (long)signum, (long)act,     \
+                                             (long)oldact, (long)sz)
 
 // And now a few syscalls we don't handle yet.
 #define __sanitizer_syscall_pre_afs_syscall(...)
@@ -1889,7 +1900,6 @@
 #define __sanitizer_syscall_pre_query_module(...)
 #define __sanitizer_syscall_pre_readahead(...)
 #define __sanitizer_syscall_pre_readdir(...)
-#define __sanitizer_syscall_pre_rt_sigaction(...)
 #define __sanitizer_syscall_pre_rt_sigreturn(...)
 #define __sanitizer_syscall_pre_rt_sigsuspend(...)
 #define __sanitizer_syscall_pre_security(...)
@@ -1903,7 +1913,6 @@
 #define __sanitizer_syscall_pre_setreuid32(...)
 #define __sanitizer_syscall_pre_set_thread_area(...)
 #define __sanitizer_syscall_pre_setuid32(...)
-#define __sanitizer_syscall_pre_sigaction(...)
 #define __sanitizer_syscall_pre_sigaltstack(...)
 #define __sanitizer_syscall_pre_sigreturn(...)
 #define __sanitizer_syscall_pre_sigsuspend(...)
@@ -1971,7 +1980,6 @@
 #define __sanitizer_syscall_post_query_module(res, ...)
 #define __sanitizer_syscall_post_readahead(res, ...)
 #define __sanitizer_syscall_post_readdir(res, ...)
-#define __sanitizer_syscall_post_rt_sigaction(res, ...)
 #define __sanitizer_syscall_post_rt_sigreturn(res, ...)
 #define __sanitizer_syscall_post_rt_sigsuspend(res, ...)
 #define __sanitizer_syscall_post_security(res, ...)
@@ -1985,7 +1993,6 @@
 #define __sanitizer_syscall_post_setreuid32(res, ...)
 #define __sanitizer_syscall_post_set_thread_area(res, ...)
 #define __sanitizer_syscall_post_setuid32(res, ...)
-#define __sanitizer_syscall_post_sigaction(res, ...)
 #define __sanitizer_syscall_post_sigaltstack(res, ...)
 #define __sanitizer_syscall_post_sigreturn(res, ...)
 #define __sanitizer_syscall_post_sigsuspend(res, ...)
@@ -3062,7 +3069,13 @@ void __sanitizer_syscall_pre_impl_fork()
 void __sanitizer_syscall_post_impl_fork(long res);
 void __sanitizer_syscall_pre_impl_vfork();
 void __sanitizer_syscall_post_impl_vfork(long res);
-
+void __sanitizer_syscall_pre_impl_sigaction(long signum, long act, long oldact);
+void __sanitizer_syscall_post_impl_sigaction(long res, long signum, long act,
+                                             long oldact);
+void __sanitizer_syscall_pre_impl_rt_sigaction(long signum, long act,
+                                               long oldact, long sz);
+void __sanitizer_syscall_post_impl_rt_sigaction(long res, long signum, long act,
+                                                long oldact, long sz);
 #ifdef __cplusplus
 }  // extern "C"
 #endif

Modified: head/contrib/compiler-rt/lib/asan/asan_activation.cc
==============================================================================
--- head/contrib/compiler-rt/lib/asan/asan_activation.cc	Thu Nov 24 22:33:18 2016	(r309123)
+++ head/contrib/compiler-rt/lib/asan/asan_activation.cc	Thu Nov 24 22:54:55 2016	(r309124)
@@ -47,6 +47,7 @@ static struct AsanDeactivatedFlags {
     FlagParser parser;
     RegisterActivationFlags(&parser, &f, &cf);
 
+    cf.SetDefaults();
     // Copy the current activation flags.
     allocator_options.CopyTo(&f, &cf);
     cf.malloc_context_size = malloc_context_size;
@@ -61,7 +62,7 @@ static struct AsanDeactivatedFlags {
       parser.ParseString(env);
     }
 
-    SetVerbosity(cf.verbosity);
+    InitializeCommonFlags(&cf);
 
     if (Verbosity()) ReportUnrecognizedFlags();
 

Modified: head/contrib/compiler-rt/lib/asan/asan_allocator.cc
==============================================================================
--- head/contrib/compiler-rt/lib/asan/asan_allocator.cc	Thu Nov 24 22:33:18 2016	(r309123)
+++ head/contrib/compiler-rt/lib/asan/asan_allocator.cc	Thu Nov 24 22:54:55 2016	(r309124)
@@ -223,7 +223,7 @@ void AllocatorOptions::CopyTo(Flags *f, 
 
 struct Allocator {
   static const uptr kMaxAllowedMallocSize =
-      FIRST_32_SECOND_64(3UL << 30, 1UL << 40);
+      FIRST_32_SECOND_64(3UL << 30, 1ULL << 40);
   static const uptr kMaxThreadLocalQuarantine =
       FIRST_32_SECOND_64(1 << 18, 1 << 20);
 
@@ -457,29 +457,28 @@ struct Allocator {
     return res;
   }
 
-  void AtomicallySetQuarantineFlag(AsanChunk *m, void *ptr,
+  // Set quarantine flag if chunk is allocated, issue ASan error report on
+  // available and quarantined chunks. Return true on success, false otherwise.
+  bool AtomicallySetQuarantineFlagIfAllocated(AsanChunk *m, void *ptr,
                                    BufferedStackTrace *stack) {
     u8 old_chunk_state = CHUNK_ALLOCATED;
     // Flip the chunk_state atomically to avoid race on double-free.
-    if (!atomic_compare_exchange_strong((atomic_uint8_t*)m, &old_chunk_state,
-                                        CHUNK_QUARANTINE, memory_order_acquire))
+    if (!atomic_compare_exchange_strong((atomic_uint8_t *)m, &old_chunk_state,
+                                        CHUNK_QUARANTINE,
+                                        memory_order_acquire)) {
       ReportInvalidFree(ptr, old_chunk_state, stack);
+      // It's not safe to push a chunk in quarantine on invalid free.
+      return false;
+    }
     CHECK_EQ(CHUNK_ALLOCATED, old_chunk_state);
+    return true;
   }
 
   // Expects the chunk to already be marked as quarantined by using
-  // AtomicallySetQuarantineFlag.
+  // AtomicallySetQuarantineFlagIfAllocated.
   void QuarantineChunk(AsanChunk *m, void *ptr, BufferedStackTrace *stack,
                        AllocType alloc_type) {
     CHECK_EQ(m->chunk_state, CHUNK_QUARANTINE);
-
-    if (m->alloc_type != alloc_type) {
-      if (atomic_load(&alloc_dealloc_mismatch, memory_order_acquire)) {
-        ReportAllocTypeMismatch((uptr)ptr, stack, (AllocType)m->alloc_type,
-                                (AllocType)alloc_type);
-      }
-    }
-
     CHECK_GE(m->alloc_tid, 0);
     if (SANITIZER_WORDSIZE == 64)  // On 32-bits this resides in user area.
       CHECK_EQ(m->free_tid, kInvalidTid);
@@ -516,13 +515,24 @@ struct Allocator {
 
     uptr chunk_beg = p - kChunkHeaderSize;
     AsanChunk *m = reinterpret_cast<AsanChunk *>(chunk_beg);
+
+    ASAN_FREE_HOOK(ptr);
+    // Must mark the chunk as quarantined before any changes to its metadata.
+    // Do not quarantine given chunk if we failed to set CHUNK_QUARANTINE flag.
+    if (!AtomicallySetQuarantineFlagIfAllocated(m, ptr, stack)) return;
+
+    if (m->alloc_type != alloc_type) {
+      if (atomic_load(&alloc_dealloc_mismatch, memory_order_acquire)) {
+        ReportAllocTypeMismatch((uptr)ptr, stack, (AllocType)m->alloc_type,
+                                (AllocType)alloc_type);
+      }
+    }
+
     if (delete_size && flags()->new_delete_type_mismatch &&
         delete_size != m->UsedSize()) {
-      ReportNewDeleteSizeMismatch(p, delete_size, stack);
+      ReportNewDeleteSizeMismatch(p, m->UsedSize(), delete_size, stack);
     }
-    ASAN_FREE_HOOK(ptr);
-    // Must mark the chunk as quarantined before any changes to its metadata.
-    AtomicallySetQuarantineFlag(m, ptr, stack);
+
     QuarantineChunk(m, ptr, stack, alloc_type);
   }
 
@@ -655,6 +665,9 @@ static AsanAllocator &get_allocator() {
 bool AsanChunkView::IsValid() {
   return chunk_ && chunk_->chunk_state != CHUNK_AVAILABLE;
 }
+bool AsanChunkView::IsAllocated() {
+  return chunk_ && chunk_->chunk_state == CHUNK_ALLOCATED;
+}
 uptr AsanChunkView::Beg() { return chunk_->Beg(); }
 uptr AsanChunkView::End() { return Beg() + UsedSize(); }
 uptr AsanChunkView::UsedSize() { return chunk_->UsedSize(); }
@@ -668,12 +681,15 @@ static StackTrace GetStackTraceFromId(u3
   return res;
 }
 
+u32 AsanChunkView::GetAllocStackId() { return chunk_->alloc_context_id; }
+u32 AsanChunkView::GetFreeStackId() { return chunk_->free_context_id; }
+
 StackTrace AsanChunkView::GetAllocStack() {
-  return GetStackTraceFromId(chunk_->alloc_context_id);
+  return GetStackTraceFromId(GetAllocStackId());
 }
 
 StackTrace AsanChunkView::GetFreeStack() {
-  return GetStackTraceFromId(chunk_->free_context_id);
+  return GetStackTraceFromId(GetFreeStackId());
 }
 
 void InitializeAllocator(const AllocatorOptions &options) {
@@ -754,7 +770,7 @@ int asan_posix_memalign(void **memptr, u
   return 0;
 }
 
-uptr asan_malloc_usable_size(void *ptr, uptr pc, uptr bp) {
+uptr asan_malloc_usable_size(const void *ptr, uptr pc, uptr bp) {
   if (!ptr) return 0;
   uptr usable_size = instance.AllocationSize(reinterpret_cast<uptr>(ptr));
   if (flags()->check_malloc_usable_size && (usable_size == 0)) {

Modified: head/contrib/compiler-rt/lib/asan/asan_allocator.h
==============================================================================
--- head/contrib/compiler-rt/lib/asan/asan_allocator.h	Thu Nov 24 22:33:18 2016	(r309123)
+++ head/contrib/compiler-rt/lib/asan/asan_allocator.h	Thu Nov 24 22:54:55 2016	(r309124)
@@ -49,14 +49,17 @@ void GetAllocatorOptions(AllocatorOption
 class AsanChunkView {
  public:
   explicit AsanChunkView(AsanChunk *chunk) : chunk_(chunk) {}
-  bool IsValid();   // Checks if AsanChunkView points to a valid allocated
-                    // or quarantined chunk.
-  uptr Beg();       // First byte of user memory.
-  uptr End();       // Last byte of user memory.
-  uptr UsedSize();  // Size requested by the user.
+  bool IsValid();        // Checks if AsanChunkView points to a valid allocated
+                         // or quarantined chunk.
+  bool IsAllocated();    // Checks if the memory is currently allocated.
+  uptr Beg();            // First byte of user memory.
+  uptr End();            // Last byte of user memory.
+  uptr UsedSize();       // Size requested by the user.
   uptr AllocTid();
   uptr FreeTid();
   bool Eq(const AsanChunkView &c) const { return chunk_ == c.chunk_; }
+  u32 GetAllocStackId();
+  u32 GetFreeStackId();
   StackTrace GetAllocStack();
   StackTrace GetFreeStack();
   bool AddrIsInside(uptr addr, uptr access_size, sptr *offset) {
@@ -171,7 +174,7 @@ void *asan_pvalloc(uptr size, BufferedSt
 
 int asan_posix_memalign(void **memptr, uptr alignment, uptr size,
                         BufferedStackTrace *stack);
-uptr asan_malloc_usable_size(void *ptr, uptr pc, uptr bp);
+uptr asan_malloc_usable_size(const void *ptr, uptr pc, uptr bp);
 
 uptr asan_mz_size(const void *ptr);
 void asan_mz_force_lock();

Modified: head/contrib/compiler-rt/lib/asan/asan_fake_stack.cc
==============================================================================
--- head/contrib/compiler-rt/lib/asan/asan_fake_stack.cc	Thu Nov 24 22:33:18 2016	(r309123)
+++ head/contrib/compiler-rt/lib/asan/asan_fake_stack.cc	Thu Nov 24 22:54:55 2016	(r309124)
@@ -31,7 +31,7 @@ ALWAYS_INLINE void SetShadow(uptr ptr, u
   CHECK_EQ(SHADOW_SCALE, 3);  // This code expects SHADOW_SCALE=3.
   u64 *shadow = reinterpret_cast<u64*>(MemToShadow(ptr));
   if (class_id <= 6) {
-    for (uptr i = 0; i < (1U << class_id); i++) {
+    for (uptr i = 0; i < (((uptr)1) << class_id); i++) {
       shadow[i] = magic;
       // Make sure this does not become memset.
       SanitizerBreakOptimization(nullptr);
@@ -121,7 +121,7 @@ uptr FakeStack::AddrIsInFakeStack(uptr p
   uptr class_id = (ptr - beg) >> stack_size_log;
   uptr base = beg + (class_id << stack_size_log);
   CHECK_LE(base, ptr);
-  CHECK_LT(ptr, base + (1UL << stack_size_log));
+  CHECK_LT(ptr, base + (((uptr)1) << stack_size_log));
   uptr pos = (ptr - base) >> (kMinStackFrameSizeLog + class_id);
   uptr res = base + pos * BytesInSizeClass(class_id);
   *frame_end = res + BytesInSizeClass(class_id);

Modified: head/contrib/compiler-rt/lib/asan/asan_fake_stack.h
==============================================================================
--- head/contrib/compiler-rt/lib/asan/asan_fake_stack.h	Thu Nov 24 22:33:18 2016	(r309123)
+++ head/contrib/compiler-rt/lib/asan/asan_fake_stack.h	Thu Nov 24 22:54:55 2016	(r309124)
@@ -69,12 +69,12 @@ class FakeStack {
 
   // stack_size_log is at least 15 (stack_size >= 32K).
   static uptr SizeRequiredForFlags(uptr stack_size_log) {
-    return 1UL << (stack_size_log + 1 - kMinStackFrameSizeLog);
+    return ((uptr)1) << (stack_size_log + 1 - kMinStackFrameSizeLog);
   }
 
   // Each size class occupies stack_size bytes.
   static uptr SizeRequiredForFrames(uptr stack_size_log) {
-    return (1ULL << stack_size_log) * kNumberOfSizeClasses;
+    return (((uptr)1) << stack_size_log) * kNumberOfSizeClasses;
   }
 
   // Number of bytes requires for the whole object.
@@ -91,12 +91,12 @@ class FakeStack {
   // and so on.
   static uptr FlagsOffset(uptr stack_size_log, uptr class_id) {
     uptr t = kNumberOfSizeClasses - 1 - class_id;
-    const uptr all_ones = (1 << (kNumberOfSizeClasses - 1)) - 1;
+    const uptr all_ones = (((uptr)1) << (kNumberOfSizeClasses - 1)) - 1;
     return ((all_ones >> t) << t) << (stack_size_log - 15);
   }
 
   static uptr NumberOfFrames(uptr stack_size_log, uptr class_id) {
-    return 1UL << (stack_size_log - kMinStackFrameSizeLog - class_id);
+    return ((uptr)1) << (stack_size_log - kMinStackFrameSizeLog - class_id);
   }
 
   // Divide n by the numbe of frames in size class.
@@ -114,7 +114,8 @@ class FakeStack {
   u8 *GetFrame(uptr stack_size_log, uptr class_id, uptr pos) {
     return reinterpret_cast<u8 *>(this) + kFlagsOffset +
            SizeRequiredForFlags(stack_size_log) +
-           (1 << stack_size_log) * class_id + BytesInSizeClass(class_id) * pos;
+           (((uptr)1) << stack_size_log) * class_id +
+           BytesInSizeClass(class_id) * pos;
   }
 
   // Allocate the fake frame.
@@ -137,7 +138,7 @@ class FakeStack {
 
   // Number of bytes in a fake frame of this size class.
   static uptr BytesInSizeClass(uptr class_id) {
-    return 1UL << (class_id + kMinStackFrameSizeLog);
+    return ((uptr)1) << (class_id + kMinStackFrameSizeLog);
   }
 
   // The fake frame is guaranteed to have a right redzone.
@@ -159,7 +160,7 @@ class FakeStack {
   static const uptr kFlagsOffset = 4096;  // This is were the flags begin.
   // Must match the number of uses of DEFINE_STACK_MALLOC_FREE_WITH_CLASS_ID
   COMPILER_CHECK(kNumberOfSizeClasses == 11);
-  static const uptr kMaxStackMallocSize = 1 << kMaxStackFrameSizeLog;
+  static const uptr kMaxStackMallocSize = ((uptr)1) << kMaxStackFrameSizeLog;
 
   uptr hint_position_[kNumberOfSizeClasses];
   uptr stack_size_log_;

Modified: head/contrib/compiler-rt/lib/asan/asan_flags.cc
==============================================================================
--- head/contrib/compiler-rt/lib/asan/asan_flags.cc	Thu Nov 24 22:33:18 2016	(r309123)
+++ head/contrib/compiler-rt/lib/asan/asan_flags.cc	Thu Nov 24 22:54:55 2016	(r309124)
@@ -116,7 +116,7 @@ void InitializeFlags() {
   ubsan_parser.ParseString(GetEnv("UBSAN_OPTIONS"));
 #endif
 
-  SetVerbosity(common_flags()->verbosity);
+  InitializeCommonFlags();
 
   // TODO(eugenis): dump all flags at verbosity>=2?
   if (Verbosity()) ReportUnrecognizedFlags();
@@ -159,6 +159,14 @@ void InitializeFlags() {
         (ASAN_LOW_MEMORY) ? 1UL << 6 : 1UL << 8;
     f->quarantine_size_mb = kDefaultQuarantineSizeMb;
   }
+  if (!f->replace_str && common_flags()->intercept_strlen) {
+    Report("WARNING: strlen interceptor is enabled even though replace_str=0. "
+           "Use intercept_strlen=0 to disable it.");
+  }
+  if (!f->replace_str && common_flags()->intercept_strchr) {
+    Report("WARNING: strchr* interceptors are enabled even though "
+           "replace_str=0. Use intercept_strchr=0 to disable them.");
+  }
 }
 
 }  // namespace __asan

Modified: head/contrib/compiler-rt/lib/asan/asan_flags.inc
==============================================================================
--- head/contrib/compiler-rt/lib/asan/asan_flags.inc	Thu Nov 24 22:33:18 2016	(r309123)
+++ head/contrib/compiler-rt/lib/asan/asan_flags.inc	Thu Nov 24 22:54:55 2016	(r309124)
@@ -43,7 +43,7 @@ ASAN_FLAG(
     "If set, uses custom wrappers and replacements for libc string functions "
     "to find more errors.")
 ASAN_FLAG(bool, replace_intrin, true,
-          "If set, uses custom wrappers for memset/memcpy/memmove intinsics.")
+          "If set, uses custom wrappers for memset/memcpy/memmove intrinsics.")
 ASAN_FLAG(bool, detect_stack_use_after_return, false,
           "Enables stack-use-after-return checking at run-time.")
 ASAN_FLAG(int, min_uar_stack_size_log, 16, // We can't do smaller anyway.
@@ -77,6 +77,8 @@ ASAN_FLAG(bool, print_stats, false,
           "Print various statistics after printing an error message or if "
           "atexit=1.")
 ASAN_FLAG(bool, print_legend, true, "Print the legend for the shadow bytes.")
+ASAN_FLAG(bool, print_scariness, false,
+          "Print the scariness score. Experimental.")
 ASAN_FLAG(bool, atexit, false,
           "If set, prints ASan exit stats even after program terminates "
           "successfully.")
@@ -104,7 +106,7 @@ ASAN_FLAG(bool, alloc_dealloc_mismatch,
           "Report errors on malloc/delete, new/free, new/delete[], etc.")
 
 ASAN_FLAG(bool, new_delete_type_mismatch, true,
-          "Report errors on mismatch betwen size of new and delete.")
+          "Report errors on mismatch between size of new and delete.")
 ASAN_FLAG(
     bool, strict_init_order, false,
     "If true, assume that dynamic initializers can never access globals from "
@@ -135,3 +137,5 @@ ASAN_FLAG(const char *, suppressions, ""
 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")

Modified: head/contrib/compiler-rt/lib/asan/asan_globals.cc
==============================================================================
--- head/contrib/compiler-rt/lib/asan/asan_globals.cc	Thu Nov 24 22:33:18 2016	(r309123)
+++ head/contrib/compiler-rt/lib/asan/asan_globals.cc	Thu Nov 24 22:54:55 2016	(r309124)
@@ -135,6 +135,70 @@ bool GetInfoForAddressIfGlobal(uptr addr
   return false;
 }
 
+enum GlobalSymbolState {
+  UNREGISTERED = 0,
+  REGISTERED = 1
+};
+
+// Check ODR violation for given global G via special ODR indicator. We use
+// this method in case compiler instruments global variables through their
+// local aliases.
+static void CheckODRViolationViaIndicator(const Global *g) {
+  u8 *odr_indicator = reinterpret_cast<u8 *>(g->odr_indicator);
+  if (*odr_indicator == UNREGISTERED) {
+    *odr_indicator = REGISTERED;
+    return;
+  }
+  // If *odr_indicator is DEFINED, some module have already registered
+  // externally visible symbol with the same name. This is an ODR violation.
+  for (ListOfGlobals *l = list_of_all_globals; l; l = l->next) {
+    if (g->odr_indicator == l->g->odr_indicator &&
+        (flags()->detect_odr_violation >= 2 || g->size != l->g->size) &&
+        !IsODRViolationSuppressed(g->name))
+      ReportODRViolation(g, FindRegistrationSite(g),
+                         l->g, FindRegistrationSite(l->g));
+  }
+}
+
+// Check ODR violation for given global G by checking if it's already poisoned.
+// We use this method in case compiler doesn't use private aliases for global
+// variables.
+static void CheckODRViolationViaPoisoning(const Global *g) {
+  if (__asan_region_is_poisoned(g->beg, g->size_with_redzone)) {
+    // This check may not be enough: if the first global is much larger
+    // the entire redzone of the second global may be within the first global.
+    for (ListOfGlobals *l = list_of_all_globals; l; l = l->next) {
+      if (g->beg == l->g->beg &&
+          (flags()->detect_odr_violation >= 2 || g->size != l->g->size) &&
+          !IsODRViolationSuppressed(g->name))
+        ReportODRViolation(g, FindRegistrationSite(g),
+                           l->g, FindRegistrationSite(l->g));
+    }
+  }
+}
+
+// Clang provides two different ways for global variables protection:
+// it can poison the global itself or its private alias. In former
+// case we may poison same symbol multiple times, that can help us to
+// cheaply detect ODR violation: if we try to poison an already poisoned
+// global, we have ODR violation error.
+// In latter case, we poison each symbol exactly once, so we use special
+// indicator symbol to perform similar check.
+// In either case, compiler provides a special odr_indicator field to Global
+// structure, that can contain two kinds of values:
+//   1) Non-zero value. In this case, odr_indicator is an address of
+//      corresponding indicator variable for given global.
+//   2) Zero. This means that we don't use private aliases for global variables
+//      and can freely check ODR violation with the first method.
+//
+// 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;
+}
+
 // Register a global variable.
 // This function may be called more than once for every global
 // so we store the globals in a map.
@@ -144,22 +208,24 @@ static void RegisterGlobal(const Global 
     ReportGlobal(*g, "Added");
   CHECK(flags()->report_globals);
   CHECK(AddrIsInMem(g->beg));
-  CHECK(AddrIsAlignedByGranularity(g->beg));
+  if (!AddrIsAlignedByGranularity(g->beg)) {
+    Report("The following global variable is not properly aligned.\n");
+    Report("This may happen if another global with the same name\n");
+    Report("resides in another non-instrumented module.\n");
+    Report("Or the global comes from a C file built w/o -fno-common.\n");
+    Report("In either case this is likely an ODR violation bug,\n");
+    Report("but AddressSanitizer can not provide more details.\n");
+    ReportODRViolation(g, FindRegistrationSite(g), g, FindRegistrationSite(g));
+    CHECK(AddrIsAlignedByGranularity(g->beg));
+  }
   CHECK(AddrIsAlignedByGranularity(g->size_with_redzone));
   if (flags()->detect_odr_violation) {
     // Try detecting ODR (One Definition Rule) violation, i.e. the situation
     // where two globals with the same name are defined in different modules.
-    if (__asan_region_is_poisoned(g->beg, g->size_with_redzone)) {
-      // This check may not be enough: if the first global is much larger
-      // the entire redzone of the second global may be within the first global.
-      for (ListOfGlobals *l = list_of_all_globals; l; l = l->next) {
-        if (g->beg == l->g->beg &&
-            (flags()->detect_odr_violation >= 2 || g->size != l->g->size) &&
-            !IsODRViolationSuppressed(g->name))
-          ReportODRViolation(g, FindRegistrationSite(g),
-                             l->g, FindRegistrationSite(l->g));
-      }
-    }
+    if (UseODRIndicator(g))
+      CheckODRViolationViaIndicator(g);
+    else
+      CheckODRViolationViaPoisoning(g);
   }
   if (CanPoisonMemory())
     PoisonRedZones(*g);
@@ -190,6 +256,12 @@ static void UnregisterGlobal(const Globa
   // We unpoison the shadow memory for the global but we do not remove it from
   // the list because that would require O(n^2) time with the current list
   // implementation. It might not be worth doing anyway.
+
+  // Release ODR indicator.
+  if (UseODRIndicator(g)) {
+    u8 *odr_indicator = reinterpret_cast<u8 *>(g->odr_indicator);
+    *odr_indicator = UNREGISTERED;
+  }
 }
 
 void StopInitOrderChecking() {
@@ -212,6 +284,25 @@ void StopInitOrderChecking() {
 // ---------------------- Interface ---------------- {{{1
 using namespace __asan;  // NOLINT
 
+
+// Apply __asan_register_globals to all globals found in the same loaded
+// executable or shared library as `flag'. The flag tracks whether globals have
+// already been registered or not for this image.
+void __asan_register_image_globals(uptr *flag) {
+  if (*flag)
+    return;
+  AsanApplyToGlobals(__asan_register_globals, flag);
+  *flag = 1;
+}
+
+// This mirrors __asan_register_image_globals.
+void __asan_unregister_image_globals(uptr *flag) {
+  if (!*flag)
+    return;
+  AsanApplyToGlobals(__asan_unregister_globals, flag);
+  *flag = 0;
+}
+
 // Register an array of globals.
 void __asan_register_globals(__asan_global *globals, uptr n) {
   if (!flags()->report_globals) return;

Modified: head/contrib/compiler-rt/lib/asan/asan_init_version.h
==============================================================================
--- head/contrib/compiler-rt/lib/asan/asan_init_version.h	Thu Nov 24 22:33:18 2016	(r309123)
+++ head/contrib/compiler-rt/lib/asan/asan_init_version.h	Thu Nov 24 22:54:55 2016	(r309124)
@@ -19,16 +19,20 @@ extern "C" {
   // Every time the ASan ABI changes we also change the version number in the
   // __asan_init function name.  Objects built with incompatible ASan ABI
   // versions will not link with run-time.
+  //
   // Changes between ABI versions:
   // v1=>v2: added 'module_name' to __asan_global
   // v2=>v3: stack frame description (created by the compiler)
-  //         contains the function PC as the 3-rd field (see
-  //         DescribeAddressIfStack).
-  // v3=>v4: added '__asan_global_source_location' to __asan_global.
+  //         contains the function PC as the 3rd field (see
+  //         DescribeAddressIfStack)
+  // v3=>v4: added '__asan_global_source_location' to __asan_global
   // v4=>v5: changed the semantics and format of __asan_stack_malloc_ and
-  //         __asan_stack_free_ functions.
+  //         __asan_stack_free_ functions
   // v5=>v6: changed the name of the version check symbol
-  #define __asan_version_mismatch_check __asan_version_mismatch_check_v6
+  // v6=>v7: added 'odr_indicator' to __asan_global
+  // v7=>v8: added '__asan_(un)register_image_globals' functions for dead
+  //         stripping support on Mach-O platforms
+  #define __asan_version_mismatch_check __asan_version_mismatch_check_v8
 }
 
 #endif  // ASAN_INIT_VERSION_H

Modified: head/contrib/compiler-rt/lib/asan/asan_interceptors.cc
==============================================================================
--- head/contrib/compiler-rt/lib/asan/asan_interceptors.cc	Thu Nov 24 22:33:18 2016	(r309123)
+++ head/contrib/compiler-rt/lib/asan/asan_interceptors.cc	Thu Nov 24 22:54:55 2016	(r309124)
@@ -21,6 +21,7 @@
 #include "asan_stack.h"
 #include "asan_stats.h"
 #include "asan_suppressions.h"
+#include "lsan/lsan_common.h"
 #include "sanitizer_common/sanitizer_libc.h"
 
 #if SANITIZER_POSIX
@@ -110,7 +111,7 @@ static inline bool RangesOverlap(const c
 } while (0)
 
 static inline uptr MaybeRealStrnlen(const char *s, uptr maxlen) {
-#if ASAN_INTERCEPT_STRNLEN
+#if SANITIZER_INTERCEPT_STRNLEN
   if (REAL(strnlen)) {
     return REAL(strnlen)(s, maxlen);
   }
@@ -143,6 +144,8 @@ DECLARE_REAL_AND_INTERCEPTOR(void, free,
   (void) ctx;                                                                  \
 
 #define COMMON_INTERCEPT_FUNCTION(name) ASAN_INTERCEPT_FUNC(name)
+#define COMMON_INTERCEPT_FUNCTION_VER(name, ver)                          \
+  ASAN_INTERCEPT_FUNC_VER(name, ver)
 #define COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ptr, size) \
   ASAN_WRITE_RANGE(ctx, ptr, size)
 #define COMMON_INTERCEPTOR_READ_RANGE(ctx, ptr, size) \
@@ -195,6 +198,10 @@ DECLARE_REAL_AND_INTERCEPTOR(void, free,
   } else {                                                                     \
     *begin = *end = 0;                                                         \
   }
+// Asan needs custom handling of these:
+#undef SANITIZER_INTERCEPT_MEMSET
+#undef SANITIZER_INTERCEPT_MEMMOVE
+#undef SANITIZER_INTERCEPT_MEMCPY
 #include "sanitizer_common/sanitizer_common_interceptors.inc"
 
 // Syscall interceptors don't have contexts, we don't support suppressions
@@ -218,6 +225,7 @@ struct ThreadStartParam {
   atomic_uintptr_t is_registered;
 };
 
+#if ASAN_INTERCEPT_PTHREAD_CREATE
 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) {
   ThreadStartParam *param = reinterpret_cast<ThreadStartParam *>(arg);
   AsanThread *t = nullptr;
@@ -228,7 +236,6 @@ static thread_return_t THREAD_CALLING_CO
   return t->ThreadStart(GetTid(), &param->is_registered);
 }
 
-#if ASAN_INTERCEPT_PTHREAD_CREATE
 INTERCEPTOR(int, pthread_create, void *thread,
     void *attr, void *(*start_routine)(void*), void *arg) {
   EnsureMainThreadIDIsCorrect();
@@ -242,7 +249,17 @@ INTERCEPTOR(int, pthread_create, void *t
   ThreadStartParam param;
   atomic_store(&param.t, 0, memory_order_relaxed);
   atomic_store(&param.is_registered, 0, memory_order_relaxed);
-  int result = REAL(pthread_create)(thread, attr, asan_thread_start, &param);
+  int result;
+  {
+    // Ignore all allocations made by pthread_create: thread stack/TLS may be
+    // stored by pthread for future reuse even after thread destruction, and
+    // the linked list it's stored in doesn't even hold valid pointers to the
+    // objects, the latter are calculated by obscure pointer arithmetic.
+#if CAN_SANITIZE_LEAKS
+    __lsan::ScopedInterceptorDisabler disabler;
+#endif
+    result = REAL(pthread_create)(thread, attr, asan_thread_start, &param);
+  }
   if (result == 0) {
     u32 current_tid = GetCurrentTidOrInvalid();
     AsanThread *t =
@@ -271,7 +288,8 @@ DEFINE_REAL_PTHREAD_FUNCTIONS
 
 #if SANITIZER_ANDROID
 INTERCEPTOR(void*, bsd_signal, int signum, void *handler) {
-  if (!IsDeadlySignal(signum) || common_flags()->allow_user_segv_handler) {
+  if (!IsHandledDeadlySignal(signum) ||
+      common_flags()->allow_user_segv_handler) {
     return REAL(bsd_signal)(signum, handler);
   }
   return 0;
@@ -279,7 +297,8 @@ INTERCEPTOR(void*, bsd_signal, int signu
 #endif
 
 INTERCEPTOR(void*, signal, int signum, void *handler) {
-  if (!IsDeadlySignal(signum) || common_flags()->allow_user_segv_handler) {
+  if (!IsHandledDeadlySignal(signum) ||
+      common_flags()->allow_user_segv_handler) {
     return REAL(signal)(signum, handler);
   }
   return nullptr;
@@ -287,7 +306,8 @@ INTERCEPTOR(void*, signal, int signum, v
 
 INTERCEPTOR(int, sigaction, int signum, const struct sigaction *act,
                             struct sigaction *oldact) {
-  if (!IsDeadlySignal(signum) || common_flags()->allow_user_segv_handler) {
+  if (!IsHandledDeadlySignal(signum) ||
+      common_flags()->allow_user_segv_handler) {
     return REAL(sigaction)(signum, act, oldact);
   }
   return 0;
@@ -453,25 +473,6 @@ INTERCEPTOR(void*, memset, void *block, 
   ASAN_MEMSET_IMPL(ctx, block, c, size);
 }
 
-INTERCEPTOR(char*, strchr, const char *str, int c) {
-  void *ctx;
-  ASAN_INTERCEPTOR_ENTER(ctx, strchr);
-  if (UNLIKELY(!asan_inited)) return internal_strchr(str, c);
-  // strchr is called inside create_purgeable_zone() when MallocGuardEdges=1 is
-  // used.
-  if (asan_init_is_running) {
-    return REAL(strchr)(str, c);
-  }
-  ENSURE_ASAN_INITED();
-  char *result = REAL(strchr)(str, c);
-  if (flags()->replace_str) {
-    uptr len = REAL(strlen)(str);
-    uptr bytes_read = (result ? result - str : len) + 1;
-    ASAN_READ_STRING_OF_LEN(ctx, str, len, bytes_read);
-  }
-  return result;
-}
-
 #if ASAN_INTERCEPT_INDEX
 # if ASAN_USE_ALIAS_ATTRIBUTE_FOR_INDEX
 INTERCEPTOR(char*, index, const char *string, int c)
@@ -549,7 +550,6 @@ INTERCEPTOR(char*, strcpy, char *to, con
   return REAL(strcpy)(to, from);  // NOLINT
 }
 
-#if ASAN_INTERCEPT_STRDUP
 INTERCEPTOR(char*, strdup, const char *s) {
   void *ctx;
   ASAN_INTERCEPTOR_ENTER(ctx, strdup);
@@ -564,29 +564,28 @@ INTERCEPTOR(char*, strdup, const char *s
   REAL(memcpy)(new_mem, s, length + 1);
   return reinterpret_cast<char*>(new_mem);
 }
-#endif
 
-INTERCEPTOR(SIZE_T, strlen, const char *s) {
+#if ASAN_INTERCEPT___STRDUP
+INTERCEPTOR(char*, __strdup, const char *s) {
   void *ctx;
-  ASAN_INTERCEPTOR_ENTER(ctx, strlen);
-  if (UNLIKELY(!asan_inited)) return internal_strlen(s);
-  // strlen is called from malloc_default_purgeable_zone()
-  // in __asan::ReplaceSystemAlloc() on Mac.
-  if (asan_init_is_running) {
-    return REAL(strlen)(s);
-  }
+  ASAN_INTERCEPTOR_ENTER(ctx, strdup);
+  if (UNLIKELY(!asan_inited)) return internal_strdup(s);
   ENSURE_ASAN_INITED();
-  SIZE_T length = REAL(strlen)(s);
+  uptr length = REAL(strlen)(s);
   if (flags()->replace_str) {
     ASAN_READ_RANGE(ctx, s, length + 1);

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


More information about the svn-src-head mailing list