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

Dimitry Andric dim at FreeBSD.org
Thu Mar 2 20:49:48 UTC 2017


Author: dim
Date: Thu Mar  2 20:49:40 2017
New Revision: 314564
URL: https://svnweb.freebsd.org/changeset/base/314564

Log:
  Upgrade our copies of clang, llvm, lld, lldb, compiler-rt and libc++ to
  4.0.0 (branches/release_40 296509).  The release will follow soon.
  
  Please note that from 3.5.0 onwards, clang, llvm and lldb require C++11
  support to build; see UPDATING for more information.
  
  Also note that as of 4.0.0, lld should be able to link the base system
  on amd64 and aarch64.  See the WITH_LLD_IS_LLD setting in src.conf(5).
  Though please be aware that this is work in progress.
  
  Release notes for llvm, clang and lld will be available here:
  <http://releases.llvm.org/4.0.0/docs/ReleaseNotes.html>
  <http://releases.llvm.org/4.0.0/tools/clang/docs/ReleaseNotes.html>
  <http://releases.llvm.org/4.0.0/tools/lld/docs/ReleaseNotes.html>
  
  Thanks to Ed Maste, Jan Beich, Antoine Brodin and Eric Fiselier for
  their help.
  
  Relnotes:	yes
  Exp-run:	antoine
  PR:		215969, 216008
  MFC after:	1 month

Added:
  head/contrib/compiler-rt/include/xray/
     - copied from r314524, projects/clang400-import/contrib/compiler-rt/include/xray/
  head/contrib/compiler-rt/lib/asan/asan_descriptions.cc
     - copied unchanged from r314524, projects/clang400-import/contrib/compiler-rt/lib/asan/asan_descriptions.cc
  head/contrib/compiler-rt/lib/asan/asan_descriptions.h
     - copied unchanged from r314524, projects/clang400-import/contrib/compiler-rt/lib/asan/asan_descriptions.h
  head/contrib/compiler-rt/lib/asan/asan_errors.cc
     - copied unchanged from r314524, projects/clang400-import/contrib/compiler-rt/lib/asan/asan_errors.cc
  head/contrib/compiler-rt/lib/asan/asan_errors.h
     - copied unchanged from r314524, projects/clang400-import/contrib/compiler-rt/lib/asan/asan_errors.h
  head/contrib/compiler-rt/lib/asan/asan_globals_win.cc
     - copied unchanged from r314524, projects/clang400-import/contrib/compiler-rt/lib/asan/asan_globals_win.cc
  head/contrib/compiler-rt/lib/asan/asan_globals_win.h
     - copied unchanged from r314524, projects/clang400-import/contrib/compiler-rt/lib/asan/asan_globals_win.h
  head/contrib/compiler-rt/lib/asan/weak_symbols.txt
     - copied unchanged from r314524, projects/clang400-import/contrib/compiler-rt/lib/asan/weak_symbols.txt
  head/contrib/compiler-rt/lib/builtins/floattitf.c
     - copied unchanged from r314524, projects/clang400-import/contrib/compiler-rt/lib/builtins/floattitf.c
  head/contrib/compiler-rt/lib/builtins/floatuntitf.c
     - copied unchanged from r314524, projects/clang400-import/contrib/compiler-rt/lib/builtins/floatuntitf.c
  head/contrib/compiler-rt/lib/builtins/mingw_fixfloat.c
     - copied unchanged from r314524, projects/clang400-import/contrib/compiler-rt/lib/builtins/mingw_fixfloat.c
  head/contrib/compiler-rt/lib/esan/esan_hashtable.h
     - copied unchanged from r314524, projects/clang400-import/contrib/compiler-rt/lib/esan/esan_hashtable.h
  head/contrib/compiler-rt/lib/sancov/
     - copied from r314524, projects/clang400-import/contrib/compiler-rt/lib/sancov/
  head/contrib/compiler-rt/lib/sanitizer_common/sancov_flags.cc
     - copied unchanged from r314524, projects/clang400-import/contrib/compiler-rt/lib/sanitizer_common/sancov_flags.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sancov_flags.h
     - copied unchanged from r314524, projects/clang400-import/contrib/compiler-rt/lib/sanitizer_common/sancov_flags.h
  head/contrib/compiler-rt/lib/sanitizer_common/sancov_flags.inc
     - copied unchanged from r314524, projects/clang400-import/contrib/compiler-rt/lib/sanitizer_common/sancov_flags.inc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator_bytemap.h
     - copied unchanged from r314524, projects/clang400-import/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator_bytemap.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator_combined.h
     - copied unchanged from r314524, projects/clang400-import/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator_combined.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator_local_cache.h
     - copied unchanged from r314524, projects/clang400-import/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator_local_cache.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary32.h
     - copied unchanged from r314524, projects/clang400-import/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary32.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary64.h
     - copied unchanged from r314524, projects/clang400-import/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary64.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator_secondary.h
     - copied unchanged from r314524, projects/clang400-import/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator_secondary.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator_size_class_map.h
     - copied unchanged from r314524, projects/clang400-import/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator_size_class_map.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator_stats.h
     - copied unchanged from r314524, projects/clang400-import/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator_stats.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_coverage_libcdep_new.cc
     - copied unchanged from r314524, projects/clang400-import/contrib/compiler-rt/lib/sanitizer_common/sanitizer_coverage_libcdep_new.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_dbghelp.h
     - copied unchanged from r314524, projects/clang400-import/contrib/compiler-rt/lib/sanitizer_common/sanitizer_dbghelp.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_linux_mips64.S
     - copied unchanged from r314524, projects/clang400-import/contrib/compiler-rt/lib/sanitizer_common/sanitizer_linux_mips64.S
  head/contrib/compiler-rt/lib/sanitizer_common/symbolizer/
     - copied from r314524, projects/clang400-import/contrib/compiler-rt/lib/sanitizer_common/symbolizer/
  head/contrib/compiler-rt/lib/sanitizer_common/weak_symbols.txt
     - copied unchanged from r314524, projects/clang400-import/contrib/compiler-rt/lib/sanitizer_common/weak_symbols.txt
  head/contrib/compiler-rt/lib/scudo/scudo_allocator_secondary.h
     - copied unchanged from r314524, projects/clang400-import/contrib/compiler-rt/lib/scudo/scudo_allocator_secondary.h
  head/contrib/compiler-rt/lib/scudo/scudo_crc32.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/compiler-rt/lib/scudo/scudo_crc32.cpp
  head/contrib/compiler-rt/lib/scudo/scudo_crc32.h
     - copied unchanged from r314524, projects/clang400-import/contrib/compiler-rt/lib/scudo/scudo_crc32.h
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_rtl_mips64.S
     - copied unchanged from r314524, projects/clang400-import/contrib/compiler-rt/lib/tsan/rtl/tsan_rtl_mips64.S
  head/contrib/compiler-rt/lib/ubsan/weak_symbols.txt
     - copied unchanged from r314524, projects/clang400-import/contrib/compiler-rt/lib/ubsan/weak_symbols.txt
  head/contrib/compiler-rt/lib/xray/
     - copied from r314524, projects/clang400-import/contrib/compiler-rt/lib/xray/
  head/contrib/libc++/include/__libcpp_version
     - copied unchanged from r314524, projects/clang400-import/contrib/libc++/include/__libcpp_version
  head/contrib/libc++/include/__string
     - copied unchanged from r314524, projects/clang400-import/contrib/libc++/include/__string
  head/contrib/libc++/include/any
     - copied unchanged from r314524, projects/clang400-import/contrib/libc++/include/any
  head/contrib/libc++/include/experimental/numeric
     - copied unchanged from r314524, projects/clang400-import/contrib/libc++/include/experimental/numeric
  head/contrib/libc++/include/limits.h
     - copied unchanged from r314524, projects/clang400-import/contrib/libc++/include/limits.h
  head/contrib/libc++/include/locale.h
     - copied unchanged from r314524, projects/clang400-import/contrib/libc++/include/locale.h
  head/contrib/libc++/include/optional
     - copied unchanged from r314524, projects/clang400-import/contrib/libc++/include/optional
  head/contrib/libc++/include/stdint.h
     - copied unchanged from r314524, projects/clang400-import/contrib/libc++/include/stdint.h
  head/contrib/libc++/include/string_view
     - copied unchanged from r314524, projects/clang400-import/contrib/libc++/include/string_view
  head/contrib/libc++/include/variant
     - copied unchanged from r314524, projects/clang400-import/contrib/libc++/include/variant
  head/contrib/libc++/src/variant.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/libc++/src/variant.cpp
  head/contrib/llvm/include/llvm/ADT/AllocatorList.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/ADT/AllocatorList.h
  head/contrib/llvm/include/llvm/ADT/CachedHashString.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/ADT/CachedHashString.h
  head/contrib/llvm/include/llvm/ADT/ScopeExit.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/ADT/ScopeExit.h
  head/contrib/llvm/include/llvm/ADT/ilist_base.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/ADT/ilist_base.h
  head/contrib/llvm/include/llvm/ADT/ilist_iterator.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/ADT/ilist_iterator.h
  head/contrib/llvm/include/llvm/ADT/ilist_node_base.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/ADT/ilist_node_base.h
  head/contrib/llvm/include/llvm/ADT/ilist_node_options.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/ADT/ilist_node_options.h
  head/contrib/llvm/include/llvm/ADT/simple_ilist.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/ADT/simple_ilist.h
  head/contrib/llvm/include/llvm/Analysis/LazyBranchProbabilityInfo.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/Analysis/LazyBranchProbabilityInfo.h
  head/contrib/llvm/include/llvm/Analysis/LoopAnalysisManager.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/Analysis/LoopAnalysisManager.h
  head/contrib/llvm/include/llvm/Bitcode/BitcodeReader.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/Bitcode/BitcodeReader.h
  head/contrib/llvm/include/llvm/Bitcode/BitcodeWriter.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/Bitcode/BitcodeWriter.h
  head/contrib/llvm/include/llvm/CodeGen/GlobalISel/InstructionSelect.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/CodeGen/GlobalISel/InstructionSelect.h
  head/contrib/llvm/include/llvm/CodeGen/GlobalISel/InstructionSelector.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/CodeGen/GlobalISel/InstructionSelector.h
  head/contrib/llvm/include/llvm/CodeGen/GlobalISel/Legalizer.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/CodeGen/GlobalISel/Legalizer.h
  head/contrib/llvm/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
  head/contrib/llvm/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
  head/contrib/llvm/include/llvm/CodeGen/GlobalISel/Utils.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/CodeGen/GlobalISel/Utils.h
  head/contrib/llvm/include/llvm/CodeGen/LowLevelType.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/CodeGen/LowLevelType.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/CVDebugRecord.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/DebugInfo/CodeView/CVDebugRecord.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/CVTypeDumper.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/DebugInfo/CodeView/CVTypeDumper.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/SymbolDeserializer.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/DebugInfo/CodeView/SymbolDeserializer.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/SymbolRecordMapping.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/DebugInfo/CodeView/SymbolRecordMapping.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/SymbolSerializer.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/DebugInfo/CodeView/SymbolSerializer.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/SymbolVisitorCallbackPipeline.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/DebugInfo/CodeView/SymbolVisitorCallbackPipeline.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/SymbolVisitorCallbacks.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/DebugInfo/CodeView/SymbolVisitorCallbacks.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeDatabase.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeDatabase.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeDatabaseVisitor.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeDatabaseVisitor.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeDeserializer.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeDeserializer.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeDumpVisitor.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeDumpVisitor.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeDumperBase.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeDumperBase.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeRecordMapping.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeRecordMapping.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeSerializer.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeSerializer.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeVisitorCallbackPipeline.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeVisitorCallbackPipeline.h
  head/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugPubTable.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugPubTable.h
  head/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFDie.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFDie.h
  head/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFGdbIndex.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFGdbIndex.h
  head/contrib/llvm/include/llvm/DebugInfo/MSF/
     - copied from r314524, projects/clang400-import/contrib/llvm/include/llvm/DebugInfo/MSF/
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Raw/GlobalsStream.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/DebugInfo/PDB/Raw/GlobalsStream.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Raw/TpiHashing.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/DebugInfo/PDB/Raw/TpiHashing.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Raw/TpiStreamBuilder.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/DebugInfo/PDB/Raw/TpiStreamBuilder.h
  head/contrib/llvm/include/llvm/Demangle/
     - copied from r314524, projects/clang400-import/contrib/llvm/include/llvm/Demangle/
  head/contrib/llvm/include/llvm/ExecutionEngine/JITSymbol.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/ExecutionEngine/JITSymbol.h
  head/contrib/llvm/include/llvm/ExecutionEngine/Orc/RPCSerialization.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/ExecutionEngine/Orc/RPCSerialization.h
  head/contrib/llvm/include/llvm/ExecutionEngine/Orc/RawByteChannel.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/ExecutionEngine/Orc/RawByteChannel.h
  head/contrib/llvm/include/llvm/IR/ModuleSummaryIndexYAML.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/IR/ModuleSummaryIndexYAML.h
  head/contrib/llvm/include/llvm/LTO/Caching.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/LTO/Caching.h
  head/contrib/llvm/include/llvm/LTO/Config.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/LTO/Config.h
  head/contrib/llvm/include/llvm/LTO/LTOBackend.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/LTO/LTOBackend.h
  head/contrib/llvm/include/llvm/MC/LaneBitmask.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/MC/LaneBitmask.h
  head/contrib/llvm/include/llvm/Object/Decompressor.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/Object/Decompressor.h
  head/contrib/llvm/include/llvm/Object/ModuleSymbolTable.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/Object/ModuleSymbolTable.h
  head/contrib/llvm/include/llvm/Object/Wasm.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/Object/Wasm.h
  head/contrib/llvm/include/llvm/ObjectYAML/DWARFYAML.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/ObjectYAML/DWARFYAML.h
  head/contrib/llvm/include/llvm/Support/Chrono.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/Support/Chrono.h
  head/contrib/llvm/include/llvm/Support/ELFRelocs/RISCV.def
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/Support/ELFRelocs/RISCV.def
  head/contrib/llvm/include/llvm/Support/FormatAdapters.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/Support/FormatAdapters.h
  head/contrib/llvm/include/llvm/Support/FormatCommon.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/Support/FormatCommon.h
  head/contrib/llvm/include/llvm/Support/FormatProviders.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/Support/FormatProviders.h
  head/contrib/llvm/include/llvm/Support/FormatVariadic.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/Support/FormatVariadic.h
  head/contrib/llvm/include/llvm/Support/FormatVariadicDetails.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/Support/FormatVariadicDetails.h
  head/contrib/llvm/include/llvm/Support/GlobPattern.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/Support/GlobPattern.h
  head/contrib/llvm/include/llvm/Support/NativeFormatting.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/Support/NativeFormatting.h
  head/contrib/llvm/include/llvm/Support/TarWriter.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/Support/TarWriter.h
  head/contrib/llvm/include/llvm/Support/TrigramIndex.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/Support/TrigramIndex.h
  head/contrib/llvm/include/llvm/Support/Wasm.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/Support/Wasm.h
  head/contrib/llvm/include/llvm/Support/xxhash.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/Support/xxhash.h
  head/contrib/llvm/include/llvm/Target/TargetGlobalISel.td
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/Target/TargetGlobalISel.td
  head/contrib/llvm/include/llvm/Transforms/Coroutines.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/Transforms/Coroutines.h
  head/contrib/llvm/include/llvm/Transforms/IPO/AlwaysInliner.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/Transforms/IPO/AlwaysInliner.h
  head/contrib/llvm/include/llvm/Transforms/IPO/GlobalSplit.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/Transforms/IPO/GlobalSplit.h
  head/contrib/llvm/include/llvm/Transforms/IPO/Inliner.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/Transforms/IPO/Inliner.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/GVNExpression.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/Transforms/Scalar/GVNExpression.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/IVUsersPrinter.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/Transforms/Scalar/IVUsersPrinter.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/LoopAccessAnalysisPrinter.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/Transforms/Scalar/LoopAccessAnalysisPrinter.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/LoopDataPrefetch.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/Transforms/Scalar/LoopDataPrefetch.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/LoopPassManager.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/Transforms/Scalar/LoopPassManager.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/LoopStrengthReduce.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/Transforms/Scalar/LoopStrengthReduce.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/LoopUnrollPass.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/Transforms/Scalar/LoopUnrollPass.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/LowerGuardIntrinsic.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/Transforms/Scalar/LowerGuardIntrinsic.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/NaryReassociate.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/Transforms/Scalar/NaryReassociate.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/NewGVN.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/Transforms/Scalar/NewGVN.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/SpeculativeExecution.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/Transforms/Scalar/SpeculativeExecution.h
  head/contrib/llvm/include/llvm/Transforms/Utils/BreakCriticalEdges.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/Transforms/Utils/BreakCriticalEdges.h
  head/contrib/llvm/include/llvm/Transforms/Utils/EscapeEnumerator.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/Transforms/Utils/EscapeEnumerator.h
  head/contrib/llvm/include/llvm/Transforms/Utils/FunctionComparator.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/Transforms/Utils/FunctionComparator.h
  head/contrib/llvm/include/llvm/Transforms/Utils/ImportedFunctionsInliningStatistics.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/Transforms/Utils/ImportedFunctionsInliningStatistics.h
  head/contrib/llvm/include/llvm/Transforms/Utils/LibCallsShrinkWrap.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/Transforms/Utils/LibCallsShrinkWrap.h
  head/contrib/llvm/include/llvm/Transforms/Utils/LowerInvoke.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/Transforms/Utils/LowerInvoke.h
  head/contrib/llvm/include/llvm/Transforms/Utils/NameAnonGlobals.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/include/llvm/Transforms/Utils/NameAnonGlobals.h
  head/contrib/llvm/include/llvm/XRay/
     - copied from r314524, projects/clang400-import/contrib/llvm/include/llvm/XRay/
  head/contrib/llvm/lib/Analysis/LazyBranchProbabilityInfo.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Analysis/LazyBranchProbabilityInfo.cpp
  head/contrib/llvm/lib/Analysis/LoopAnalysisManager.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Analysis/LoopAnalysisManager.cpp
  head/contrib/llvm/lib/Bitcode/Reader/MetadataLoader.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Bitcode/Reader/MetadataLoader.cpp
  head/contrib/llvm/lib/Bitcode/Reader/MetadataLoader.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Bitcode/Reader/MetadataLoader.h
  head/contrib/llvm/lib/Bitcode/Reader/ValueList.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Bitcode/Reader/ValueList.cpp
  head/contrib/llvm/lib/Bitcode/Reader/ValueList.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Bitcode/Reader/ValueList.h
  head/contrib/llvm/lib/CodeGen/BranchRelaxation.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/CodeGen/BranchRelaxation.cpp
  head/contrib/llvm/lib/CodeGen/CountingFunctionInserter.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/CodeGen/CountingFunctionInserter.cpp
  head/contrib/llvm/lib/CodeGen/GlobalISel/CallLowering.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/CodeGen/GlobalISel/CallLowering.cpp
  head/contrib/llvm/lib/CodeGen/GlobalISel/InstructionSelect.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/CodeGen/GlobalISel/InstructionSelect.cpp
  head/contrib/llvm/lib/CodeGen/GlobalISel/InstructionSelector.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/CodeGen/GlobalISel/InstructionSelector.cpp
  head/contrib/llvm/lib/CodeGen/GlobalISel/Legalizer.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/CodeGen/GlobalISel/Legalizer.cpp
  head/contrib/llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  head/contrib/llvm/lib/CodeGen/GlobalISel/LegalizerInfo.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/CodeGen/GlobalISel/LegalizerInfo.cpp
  head/contrib/llvm/lib/CodeGen/GlobalISel/Utils.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/CodeGen/GlobalISel/Utils.cpp
  head/contrib/llvm/lib/CodeGen/LowLevelType.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/CodeGen/LowLevelType.cpp
  head/contrib/llvm/lib/CodeGen/MachinePipeliner.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/CodeGen/MachinePipeliner.cpp
  head/contrib/llvm/lib/CodeGen/ResetMachineFunctionPass.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/CodeGen/ResetMachineFunctionPass.cpp
  head/contrib/llvm/lib/CodeGen/TargetSubtargetInfo.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/CodeGen/TargetSubtargetInfo.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/CVSymbolVisitor.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/DebugInfo/CodeView/CVSymbolVisitor.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/CVTypeDumper.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/DebugInfo/CodeView/CVTypeDumper.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/CodeViewRecordIO.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/DebugInfo/CodeView/CodeViewRecordIO.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/SymbolRecordMapping.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/DebugInfo/CodeView/SymbolRecordMapping.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/TypeDatabase.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/DebugInfo/CodeView/TypeDatabase.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/TypeDatabaseVisitor.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/DebugInfo/CodeView/TypeDatabaseVisitor.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/TypeRecordMapping.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/TypeSerializer.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/DebugInfo/CodeView/TypeSerializer.cpp
  head/contrib/llvm/lib/DebugInfo/DWARF/DWARFDebugPubTable.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/DebugInfo/DWARF/DWARFDebugPubTable.cpp
  head/contrib/llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
  head/contrib/llvm/lib/DebugInfo/DWARF/DWARFGdbIndex.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/DebugInfo/DWARF/DWARFGdbIndex.cpp
  head/contrib/llvm/lib/DebugInfo/MSF/
     - copied from r314524, projects/clang400-import/contrib/llvm/lib/DebugInfo/MSF/
  head/contrib/llvm/lib/DebugInfo/PDB/Raw/GSI.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/DebugInfo/PDB/Raw/GSI.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Raw/GSI.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/DebugInfo/PDB/Raw/GSI.h
  head/contrib/llvm/lib/DebugInfo/PDB/Raw/GlobalsStream.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/DebugInfo/PDB/Raw/GlobalsStream.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Raw/TpiHashing.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/DebugInfo/PDB/Raw/TpiHashing.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Raw/TpiStreamBuilder.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/DebugInfo/PDB/Raw/TpiStreamBuilder.cpp
  head/contrib/llvm/lib/Demangle/
     - copied from r314524, projects/clang400-import/contrib/llvm/lib/Demangle/
  head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/JITSymbol.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/JITSymbol.cpp
  head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldELFMips.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldELFMips.cpp
  head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldELFMips.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldELFMips.h
  head/contrib/llvm/lib/LTO/Caching.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/LTO/Caching.cpp
  head/contrib/llvm/lib/LTO/LTOBackend.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/LTO/LTOBackend.cpp
  head/contrib/llvm/lib/Object/Decompressor.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Object/Decompressor.cpp
  head/contrib/llvm/lib/Object/ModuleSymbolTable.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Object/ModuleSymbolTable.cpp
  head/contrib/llvm/lib/Object/WasmObjectFile.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Object/WasmObjectFile.cpp
  head/contrib/llvm/lib/ObjectYAML/DWARFYAML.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/ObjectYAML/DWARFYAML.cpp
  head/contrib/llvm/lib/Support/Chrono.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Support/Chrono.cpp
  head/contrib/llvm/lib/Support/ConvertUTF.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Support/ConvertUTF.cpp
  head/contrib/llvm/lib/Support/FormatVariadic.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Support/FormatVariadic.cpp
  head/contrib/llvm/lib/Support/GlobPattern.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Support/GlobPattern.cpp
  head/contrib/llvm/lib/Support/NativeFormatting.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Support/NativeFormatting.cpp
  head/contrib/llvm/lib/Support/TarWriter.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Support/TarWriter.cpp
  head/contrib/llvm/lib/Support/TrigramIndex.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Support/TrigramIndex.cpp
  head/contrib/llvm/lib/Support/xxhash.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Support/xxhash.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64GenRegisterBankInfo.def
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/AArch64/AArch64GenRegisterBankInfo.def
  head/contrib/llvm/lib/Target/AArch64/AArch64InstructionSelector.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/AArch64/AArch64InstructionSelector.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64InstructionSelector.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/AArch64/AArch64InstructionSelector.h
  head/contrib/llvm/lib/Target/AArch64/AArch64LegalizerInfo.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/AArch64/AArch64LegalizerInfo.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64LegalizerInfo.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/AArch64/AArch64LegalizerInfo.h
  head/contrib/llvm/lib/Target/AArch64/AArch64SchedFalkor.td
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/AArch64/AArch64SchedFalkor.td
  head/contrib/llvm/lib/Target/AArch64/AArch64VectorByElementOpt.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/AArch64/AArch64VectorByElementOpt.cpp
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUPTNote.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/AMDGPU/AMDGPUPTNote.h
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUUnifyMetadata.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/AMDGPU/AMDGPUUnifyMetadata.cpp
  head/contrib/llvm/lib/Target/AMDGPU/BUFInstructions.td
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/AMDGPU/BUFInstructions.td
  head/contrib/llvm/lib/Target/AMDGPU/DSInstructions.td
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/AMDGPU/DSInstructions.td
  head/contrib/llvm/lib/Target/AMDGPU/FLATInstructions.td
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/AMDGPU/FLATInstructions.td
  head/contrib/llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp
  head/contrib/llvm/lib/Target/AMDGPU/GCNSchedStrategy.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/AMDGPU/GCNSchedStrategy.h
  head/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPURuntimeMD.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPURuntimeMD.cpp
  head/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPURuntimeMD.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPURuntimeMD.h
  head/contrib/llvm/lib/Target/AMDGPU/MIMGInstructions.td
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/AMDGPU/MIMGInstructions.td
  head/contrib/llvm/lib/Target/AMDGPU/SIInsertSkips.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/AMDGPU/SIInsertSkips.cpp
  head/contrib/llvm/lib/Target/AMDGPU/SIOptimizeExecMasking.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/AMDGPU/SIOptimizeExecMasking.cpp
  head/contrib/llvm/lib/Target/AMDGPU/SMInstructions.td
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/AMDGPU/SMInstructions.td
  head/contrib/llvm/lib/Target/AMDGPU/SOPInstructions.td
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/AMDGPU/SOPInstructions.td
  head/contrib/llvm/lib/Target/AMDGPU/VOP1Instructions.td
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/AMDGPU/VOP1Instructions.td
  head/contrib/llvm/lib/Target/AMDGPU/VOP2Instructions.td
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/AMDGPU/VOP2Instructions.td
  head/contrib/llvm/lib/Target/AMDGPU/VOP3Instructions.td
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/AMDGPU/VOP3Instructions.td
  head/contrib/llvm/lib/Target/AMDGPU/VOPCInstructions.td
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/AMDGPU/VOPCInstructions.td
  head/contrib/llvm/lib/Target/AMDGPU/VOPInstructions.td
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/AMDGPU/VOPInstructions.td
  head/contrib/llvm/lib/Target/ARM/ARMBasicBlockInfo.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/ARM/ARMBasicBlockInfo.h
  head/contrib/llvm/lib/Target/ARM/ARMCallLowering.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/ARM/ARMCallLowering.cpp
  head/contrib/llvm/lib/Target/ARM/ARMCallLowering.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/ARM/ARMCallLowering.h
  head/contrib/llvm/lib/Target/ARM/ARMComputeBlockSize.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/ARM/ARMComputeBlockSize.cpp
  head/contrib/llvm/lib/Target/ARM/ARMInstructionSelector.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/ARM/ARMInstructionSelector.cpp
  head/contrib/llvm/lib/Target/ARM/ARMInstructionSelector.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/ARM/ARMInstructionSelector.h
  head/contrib/llvm/lib/Target/ARM/ARMLegalizerInfo.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/ARM/ARMLegalizerInfo.cpp
  head/contrib/llvm/lib/Target/ARM/ARMLegalizerInfo.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/ARM/ARMLegalizerInfo.h
  head/contrib/llvm/lib/Target/ARM/ARMRegisterBankInfo.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/ARM/ARMRegisterBankInfo.cpp
  head/contrib/llvm/lib/Target/ARM/ARMRegisterBankInfo.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/ARM/ARMRegisterBankInfo.h
  head/contrib/llvm/lib/Target/ARM/ARMScheduleR52.td
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/ARM/ARMScheduleR52.td
  head/contrib/llvm/lib/Target/AVR/AVRAsmPrinter.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/AVR/AVRAsmPrinter.cpp
  head/contrib/llvm/lib/Target/AVR/AVRDevices.td
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/AVR/AVRDevices.td
  head/contrib/llvm/lib/Target/AVR/AVRExpandPseudoInsts.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/AVR/AVRExpandPseudoInsts.cpp
  head/contrib/llvm/lib/Target/AVR/AVRFrameLowering.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/AVR/AVRFrameLowering.cpp
  head/contrib/llvm/lib/Target/AVR/AVRISelDAGToDAG.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/AVR/AVRISelDAGToDAG.cpp
  head/contrib/llvm/lib/Target/AVR/AVRISelLowering.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/AVR/AVRISelLowering.cpp
  head/contrib/llvm/lib/Target/AVR/AVRInstrumentFunctions.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/AVR/AVRInstrumentFunctions.cpp
  head/contrib/llvm/lib/Target/AVR/AVRMCInstLower.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/AVR/AVRMCInstLower.cpp
  head/contrib/llvm/lib/Target/AVR/AVRMCInstLower.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/AVR/AVRMCInstLower.h
  head/contrib/llvm/lib/Target/AVR/AVRRelaxMemOperations.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/AVR/AVRRelaxMemOperations.cpp
  head/contrib/llvm/lib/Target/AVR/AsmParser/
     - copied from r314524, projects/clang400-import/contrib/llvm/lib/Target/AVR/AsmParser/
  head/contrib/llvm/lib/Target/AVR/Disassembler/
     - copied from r314524, projects/clang400-import/contrib/llvm/lib/Target/AVR/Disassembler/
  head/contrib/llvm/lib/Target/AVR/InstPrinter/
     - copied from r314524, projects/clang400-import/contrib/llvm/lib/Target/AVR/InstPrinter/
  head/contrib/llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.cpp
  head/contrib/llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.h
  head/contrib/llvm/lib/Target/AVR/MCTargetDesc/AVRELFObjectWriter.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/AVR/MCTargetDesc/AVRELFObjectWriter.cpp
  head/contrib/llvm/lib/Target/AVR/MCTargetDesc/AVRFixupKinds.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/AVR/MCTargetDesc/AVRFixupKinds.h
  head/contrib/llvm/lib/Target/AVR/MCTargetDesc/AVRMCCodeEmitter.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/AVR/MCTargetDesc/AVRMCCodeEmitter.cpp
  head/contrib/llvm/lib/Target/AVR/MCTargetDesc/AVRMCCodeEmitter.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/AVR/MCTargetDesc/AVRMCCodeEmitter.h
  head/contrib/llvm/lib/Target/AVR/MCTargetDesc/AVRMCExpr.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/AVR/MCTargetDesc/AVRMCExpr.cpp
  head/contrib/llvm/lib/Target/AVR/MCTargetDesc/AVRMCExpr.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/AVR/MCTargetDesc/AVRMCExpr.h
  head/contrib/llvm/lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.cpp
  head/contrib/llvm/lib/Target/AVR/README.md
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/AVR/README.md
  head/contrib/llvm/lib/Target/BPF/Disassembler/
     - copied from r314524, projects/clang400-import/contrib/llvm/lib/Target/BPF/Disassembler/
  head/contrib/llvm/lib/Target/Hexagon/HexagonConstPropagation.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/Hexagon/HexagonConstPropagation.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonHazardRecognizer.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/Hexagon/HexagonHazardRecognizer.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonHazardRecognizer.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/Hexagon/HexagonHazardRecognizer.h
  head/contrib/llvm/lib/Target/Hexagon/HexagonPatterns.td
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/Hexagon/HexagonPatterns.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonVectorPrint.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/Hexagon/HexagonVectorPrint.cpp
  head/contrib/llvm/lib/Target/Mips/MipsScheduleGeneric.td
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/Mips/MipsScheduleGeneric.td
  head/contrib/llvm/lib/Target/NVPTX/NVPTXLowerArgs.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/NVPTX/NVPTXLowerArgs.cpp
  head/contrib/llvm/lib/Target/PowerPC/P9InstrResources.td
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/PowerPC/P9InstrResources.td
  head/contrib/llvm/lib/Target/PowerPC/PPCScheduleP9.td
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/PowerPC/PPCScheduleP9.td
  head/contrib/llvm/lib/Target/RISCV/
     - copied from r314524, projects/clang400-import/contrib/llvm/lib/Target/RISCV/
  head/contrib/llvm/lib/Target/SystemZ/SystemZExpandPseudo.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/SystemZ/SystemZExpandPseudo.cpp
  head/contrib/llvm/lib/Target/SystemZ/SystemZFeatures.td
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/SystemZ/SystemZFeatures.td
  head/contrib/llvm/lib/Target/SystemZ/SystemZHazardRecognizer.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/SystemZ/SystemZHazardRecognizer.cpp
  head/contrib/llvm/lib/Target/SystemZ/SystemZHazardRecognizer.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/SystemZ/SystemZHazardRecognizer.h
  head/contrib/llvm/lib/Target/SystemZ/SystemZMachineScheduler.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/SystemZ/SystemZMachineScheduler.cpp
  head/contrib/llvm/lib/Target/SystemZ/SystemZMachineScheduler.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/SystemZ/SystemZMachineScheduler.h
  head/contrib/llvm/lib/Target/SystemZ/SystemZSchedule.td
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/SystemZ/SystemZSchedule.td
  head/contrib/llvm/lib/Target/SystemZ/SystemZScheduleZ13.td
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/SystemZ/SystemZScheduleZ13.td
  head/contrib/llvm/lib/Target/SystemZ/SystemZScheduleZ196.td
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/SystemZ/SystemZScheduleZ196.td
  head/contrib/llvm/lib/Target/SystemZ/SystemZScheduleZEC12.td
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/SystemZ/SystemZScheduleZEC12.td
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyCallIndirectFixup.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/WebAssembly/WebAssemblyCallIndirectFixup.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyExplicitLocals.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/WebAssembly/WebAssemblyExplicitLocals.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyFixFunctionBitcasts.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/WebAssembly/WebAssemblyFixFunctionBitcasts.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyUtilities.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/WebAssembly/WebAssemblyUtilities.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyUtilities.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/WebAssembly/WebAssemblyUtilities.h
  head/contrib/llvm/lib/Target/X86/X86CallLowering.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/X86/X86CallLowering.cpp
  head/contrib/llvm/lib/Target/X86/X86CallLowering.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/X86/X86CallLowering.h
  head/contrib/llvm/lib/Target/X86/X86CallingConv.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/X86/X86CallingConv.cpp
  head/contrib/llvm/lib/Target/X86/X86EvexToVex.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/X86/X86EvexToVex.cpp
  head/contrib/llvm/lib/Target/X86/X86InstrFMA3Info.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/X86/X86InstrFMA3Info.cpp
  head/contrib/llvm/lib/Target/X86/X86InstrFMA3Info.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/X86/X86InstrFMA3Info.h
  head/contrib/llvm/lib/Target/X86/X86InstrTablesInfo.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/X86/X86InstrTablesInfo.h
  head/contrib/llvm/lib/Target/X86/X86InterleavedAccess.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Target/X86/X86InterleavedAccess.cpp
  head/contrib/llvm/lib/Transforms/Coroutines/
     - copied from r314524, projects/clang400-import/contrib/llvm/lib/Transforms/Coroutines/
  head/contrib/llvm/lib/Transforms/IPO/AlwaysInliner.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Transforms/IPO/AlwaysInliner.cpp
  head/contrib/llvm/lib/Transforms/IPO/GlobalSplit.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Transforms/IPO/GlobalSplit.cpp
  head/contrib/llvm/lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp
  head/contrib/llvm/lib/Transforms/Scalar/IVUsersPrinter.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Transforms/Scalar/IVUsersPrinter.cpp
  head/contrib/llvm/lib/Transforms/Scalar/LoopAccessAnalysisPrinter.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Transforms/Scalar/LoopAccessAnalysisPrinter.cpp
  head/contrib/llvm/lib/Transforms/Scalar/LoopPassManager.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Transforms/Scalar/LoopPassManager.cpp
  head/contrib/llvm/lib/Transforms/Scalar/LoopSink.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Transforms/Scalar/LoopSink.cpp
  head/contrib/llvm/lib/Transforms/Scalar/NewGVN.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Transforms/Scalar/NewGVN.cpp
  head/contrib/llvm/lib/Transforms/Utils/EscapeEnumerator.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Transforms/Utils/EscapeEnumerator.cpp
  head/contrib/llvm/lib/Transforms/Utils/FunctionComparator.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Transforms/Utils/FunctionComparator.cpp
  head/contrib/llvm/lib/Transforms/Utils/ImportedFunctionsInliningStatistics.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Transforms/Utils/ImportedFunctionsInliningStatistics.cpp
  head/contrib/llvm/lib/Transforms/Utils/LibCallsShrinkWrap.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Transforms/Utils/LibCallsShrinkWrap.cpp
  head/contrib/llvm/lib/Transforms/Utils/LoopUnrollPeel.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Transforms/Utils/LoopUnrollPeel.cpp
  head/contrib/llvm/lib/Transforms/Utils/NameAnonGlobals.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Transforms/Utils/NameAnonGlobals.cpp
  head/contrib/llvm/lib/Transforms/Utils/StripGCRelocates.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Transforms/Utils/StripGCRelocates.cpp
  head/contrib/llvm/lib/Transforms/Utils/StripNonLineTableDebugInfo.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/lib/Transforms/Utils/StripNonLineTableDebugInfo.cpp
  head/contrib/llvm/lib/XRay/
     - copied from r314524, projects/clang400-import/contrib/llvm/lib/XRay/
  head/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/OSLog.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/OSLog.h
  head/contrib/llvm/tools/clang/include/clang/Analysis/CloneDetection.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/clang/include/clang/Analysis/CloneDetection.h
  head/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsX86_64.def
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsX86_64.def
  head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticDocs.td
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticDocs.td
  head/contrib/llvm/tools/clang/include/clang/Driver/Distro.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/clang/include/clang/Driver/Distro.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/MPIFunctionClassifier.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/MPIFunctionClassifier.h
  head/contrib/llvm/tools/clang/include/clang/Tooling/Core/Diagnostic.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/clang/include/clang/Tooling/Core/Diagnostic.h
  head/contrib/llvm/tools/clang/include/clang/Tooling/DiagnosticsYaml.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/clang/include/clang/Tooling/DiagnosticsYaml.h
  head/contrib/llvm/tools/clang/lib/Analysis/CloneDetection.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/clang/lib/Analysis/CloneDetection.cpp
  head/contrib/llvm/tools/clang/lib/Analysis/OSLog.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/clang/lib/Analysis/OSLog.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGCoroutine.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/clang/lib/CodeGen/CGCoroutine.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/ConstantBuilder.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/clang/lib/CodeGen/ConstantBuilder.h
  head/contrib/llvm/tools/clang/lib/CodeGen/VarBypassDetector.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/clang/lib/CodeGen/VarBypassDetector.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/VarBypassDetector.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/clang/lib/CodeGen/VarBypassDetector.h
  head/contrib/llvm/tools/clang/lib/Driver/Distro.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/clang/lib/Driver/Distro.cpp
  head/contrib/llvm/tools/clang/lib/Format/Comments.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/clang/lib/Format/Comments.cpp
  head/contrib/llvm/tools/clang/lib/Format/Comments.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/clang/lib/Format/Comments.h
  head/contrib/llvm/tools/clang/lib/Headers/__clang_cuda_builtin_vars.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/clang/lib/Headers/__clang_cuda_builtin_vars.h
  head/contrib/llvm/tools/clang/lib/Headers/__clang_cuda_complex_builtins.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/clang/lib/Headers/__clang_cuda_complex_builtins.h
  head/contrib/llvm/tools/clang/lib/Headers/armintr.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/clang/lib/Headers/armintr.h
  head/contrib/llvm/tools/clang/lib/Headers/cuda_wrappers/
     - copied from r314524, projects/clang400-import/contrib/llvm/tools/clang/lib/Headers/cuda_wrappers/
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/AnalysisOrderChecker.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/AnalysisOrderChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/BlockInCriticalSectionChecker.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/BlockInCriticalSectionChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CXXSelfAssignmentChecker.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CXXSelfAssignmentChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CloneChecker.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CloneChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ConversionChecker.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ConversionChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/GTestChecker.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/GTestChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/IteratorPastEndChecker.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/IteratorPastEndChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/NumberObjectConversionChecker.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/NumberObjectConversionChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCPropertyChecker.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCPropertyChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ValistChecker.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ValistChecker.cpp
  head/contrib/llvm/tools/clang/lib/Tooling/Core/Diagnostic.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/clang/lib/Tooling/Core/Diagnostic.cpp
  head/contrib/llvm/tools/lld/COFF/Memory.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/lld/COFF/Memory.h
  head/contrib/llvm/tools/lld/COFF/PDB.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/lld/COFF/PDB.h
  head/contrib/llvm/tools/lld/COFF/Strings.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/lld/COFF/Strings.cpp
  head/contrib/llvm/tools/lld/COFF/Strings.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/lld/COFF/Strings.h
  head/contrib/llvm/tools/lld/ELF/GdbIndex.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/lld/ELF/GdbIndex.cpp
  head/contrib/llvm/tools/lld/ELF/GdbIndex.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/lld/ELF/GdbIndex.h
  head/contrib/llvm/tools/lld/ELF/Memory.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/lld/ELF/Memory.h
  head/contrib/llvm/tools/lld/ELF/Mips.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/lld/ELF/Mips.cpp
  head/contrib/llvm/tools/lld/ELF/SyntheticSections.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/lld/ELF/SyntheticSections.cpp
  head/contrib/llvm/tools/lld/ELF/SyntheticSections.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/lld/ELF/SyntheticSections.h
  head/contrib/llvm/tools/lld/ELF/Threads.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/lld/ELF/Threads.h
  head/contrib/llvm/tools/lld/include/lld/Core/Reproduce.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/lld/include/lld/Core/Reproduce.h
  head/contrib/llvm/tools/lld/include/lld/Support/
     - copied from r314524, projects/clang400-import/contrib/llvm/tools/lld/include/lld/Support/
  head/contrib/llvm/tools/lld/lib/Core/Reproduce.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/lld/lib/Core/Reproduce.cpp
  head/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/DebugInfo.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/DebugInfo.h
  head/contrib/llvm/tools/lld/lib/Support/
     - copied from r314524, projects/clang400-import/contrib/llvm/tools/lld/lib/Support/
  head/contrib/llvm/tools/lldb/include/lldb/API/SBStructuredData.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/lldb/include/lldb/API/SBStructuredData.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/PosixApi.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/lldb/include/lldb/Host/PosixApi.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/OCamlASTContext.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/lldb/include/lldb/Symbol/OCamlASTContext.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/StructuredDataPlugin.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/lldb/include/lldb/Target/StructuredDataPlugin.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanCallOnFunctionExit.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanCallOnFunctionExit.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/SelectHelper.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/lldb/include/lldb/Utility/SelectHelper.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/Timeout.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/lldb/include/lldb/Utility/Timeout.h
  head/contrib/llvm/tools/lldb/source/API/SBStructuredData.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/lldb/source/API/SBStructuredData.cpp
  head/contrib/llvm/tools/lldb/source/API/liblldb-private.exports
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/lldb/source/API/liblldb-private.exports
  head/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/LibStdcppTuple.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/LibStdcppTuple.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/LibStdcppUniquePointer.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/LibStdcppUniquePointer.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/OCaml/
     - copied from r314524, projects/clang400-import/contrib/llvm/tools/lldb/source/Plugins/Language/OCaml/
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptExpressionOpts.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptExpressionOpts.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptExpressionOpts.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptExpressionOpts.h
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptScriptGroup.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptScriptGroup.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptScriptGroup.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptScriptGroup.h
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
     - copied from r314524, projects/clang400-import/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/
     - copied from r314524, projects/clang400-import/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/
  head/contrib/llvm/tools/lldb/source/Plugins/StructuredData/
     - copied from r314524, projects/clang400-import/contrib/llvm/tools/lldb/source/Plugins/StructuredData/
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserOCaml.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserOCaml.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserOCaml.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserOCaml.h
  head/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.h
  head/contrib/llvm/tools/lldb/source/Symbol/OCamlASTContext.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/lldb/source/Symbol/OCamlASTContext.cpp
  head/contrib/llvm/tools/lldb/source/Target/StructuredDataPlugin.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/lldb/source/Target/StructuredDataPlugin.cpp
  head/contrib/llvm/tools/lldb/source/Target/ThreadPlanCallOnFunctionExit.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/lldb/source/Target/ThreadPlanCallOnFunctionExit.cpp
  head/contrib/llvm/tools/lldb/source/Utility/SelectHelper.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/lldb/source/Utility/SelectHelper.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-server/Darwin/
     - copied from r314524, projects/clang400-import/contrib/llvm/tools/lldb/tools/lldb-server/Darwin/
  head/contrib/llvm/tools/llvm-cov/CoverageExporterJson.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/llvm-cov/CoverageExporterJson.cpp
  head/contrib/llvm/tools/llvm-cxxfilt/
     - copied from r314524, projects/clang400-import/contrib/llvm/tools/llvm-cxxfilt/
  head/contrib/llvm/tools/llvm-lto2/
     - copied from r314524, projects/clang400-import/contrib/llvm/tools/llvm-lto2/
  head/contrib/llvm/tools/llvm-modextract/
     - copied from r314524, projects/clang400-import/contrib/llvm/tools/llvm-modextract/
  head/contrib/llvm/tools/llvm-objdump/WasmDump.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/llvm-objdump/WasmDump.cpp
  head/contrib/llvm/tools/llvm-pdbdump/PrettyBuiltinDumper.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/llvm-pdbdump/PrettyBuiltinDumper.cpp
  head/contrib/llvm/tools/llvm-pdbdump/PrettyBuiltinDumper.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/llvm-pdbdump/PrettyBuiltinDumper.h
  head/contrib/llvm/tools/llvm-pdbdump/PrettyClassDefinitionDumper.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/llvm-pdbdump/PrettyClassDefinitionDumper.cpp
  head/contrib/llvm/tools/llvm-pdbdump/PrettyClassDefinitionDumper.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/llvm-pdbdump/PrettyClassDefinitionDumper.h
  head/contrib/llvm/tools/llvm-pdbdump/PrettyCompilandDumper.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/llvm-pdbdump/PrettyCompilandDumper.cpp
  head/contrib/llvm/tools/llvm-pdbdump/PrettyCompilandDumper.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/llvm-pdbdump/PrettyCompilandDumper.h
  head/contrib/llvm/tools/llvm-pdbdump/PrettyEnumDumper.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/llvm-pdbdump/PrettyEnumDumper.cpp
  head/contrib/llvm/tools/llvm-pdbdump/PrettyEnumDumper.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/llvm-pdbdump/PrettyEnumDumper.h
  head/contrib/llvm/tools/llvm-pdbdump/PrettyExternalSymbolDumper.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/llvm-pdbdump/PrettyExternalSymbolDumper.cpp
  head/contrib/llvm/tools/llvm-pdbdump/PrettyExternalSymbolDumper.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/llvm-pdbdump/PrettyExternalSymbolDumper.h
  head/contrib/llvm/tools/llvm-pdbdump/PrettyFunctionDumper.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/llvm-pdbdump/PrettyFunctionDumper.cpp
  head/contrib/llvm/tools/llvm-pdbdump/PrettyFunctionDumper.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/llvm-pdbdump/PrettyFunctionDumper.h
  head/contrib/llvm/tools/llvm-pdbdump/PrettyTypeDumper.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/llvm-pdbdump/PrettyTypeDumper.cpp
  head/contrib/llvm/tools/llvm-pdbdump/PrettyTypeDumper.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/llvm-pdbdump/PrettyTypeDumper.h
  head/contrib/llvm/tools/llvm-pdbdump/PrettyTypedefDumper.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/llvm-pdbdump/PrettyTypedefDumper.cpp
  head/contrib/llvm/tools/llvm-pdbdump/PrettyTypedefDumper.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/llvm-pdbdump/PrettyTypedefDumper.h
  head/contrib/llvm/tools/llvm-pdbdump/PrettyVariableDumper.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/llvm-pdbdump/PrettyVariableDumper.cpp
  head/contrib/llvm/tools/llvm-pdbdump/PrettyVariableDumper.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/llvm-pdbdump/PrettyVariableDumper.h
  head/contrib/llvm/tools/llvm-pdbdump/YamlSerializationContext.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/llvm-pdbdump/YamlSerializationContext.h
  head/contrib/llvm/tools/llvm-pdbdump/YamlSymbolDumper.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/llvm-pdbdump/YamlSymbolDumper.cpp
  head/contrib/llvm/tools/llvm-pdbdump/YamlSymbolDumper.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/llvm-pdbdump/YamlSymbolDumper.h
  head/contrib/llvm/tools/llvm-pdbdump/YamlTypeDumper.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/llvm-pdbdump/YamlTypeDumper.cpp
  head/contrib/llvm/tools/llvm-pdbdump/YamlTypeDumper.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/tools/llvm-pdbdump/YamlTypeDumper.h
  head/contrib/llvm/tools/llvm-xray/
     - copied from r314524, projects/clang400-import/contrib/llvm/tools/llvm-xray/
  head/contrib/llvm/utils/TableGen/GlobalISelEmitter.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/utils/TableGen/GlobalISelEmitter.cpp
  head/contrib/llvm/utils/TableGen/SubtargetFeatureInfo.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/utils/TableGen/SubtargetFeatureInfo.cpp
  head/contrib/llvm/utils/TableGen/SubtargetFeatureInfo.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/utils/TableGen/SubtargetFeatureInfo.h
  head/contrib/llvm/utils/TableGen/Types.cpp
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/utils/TableGen/Types.cpp
  head/contrib/llvm/utils/TableGen/Types.h
     - copied unchanged from r314524, projects/clang400-import/contrib/llvm/utils/TableGen/Types.h
  head/lib/clang/include/llvm/Config/abi-breaking.h
     - copied unchanged from r314524, projects/clang400-import/lib/clang/include/llvm/Config/abi-breaking.h
  head/usr.bin/clang/llvm-cxxfilt/
     - copied from r314524, projects/clang400-import/usr.bin/clang/llvm-cxxfilt/
  head/usr.bin/clang/llvm-lto2/
     - copied from r314524, projects/clang400-import/usr.bin/clang/llvm-lto2/
  head/usr.bin/clang/llvm-modextract/
     - copied from r314524, projects/clang400-import/usr.bin/clang/llvm-modextract/
  head/usr.bin/clang/llvm-xray/
     - copied from r314524, projects/clang400-import/usr.bin/clang/llvm-xray/
Deleted:
  head/contrib/libc++/include/__undef___deallocate
  head/contrib/llvm/include/llvm/Analysis/LoopPassManager.h
  head/contrib/llvm/include/llvm/Bitcode/ReaderWriter.h
  head/contrib/llvm/include/llvm/CodeGen/MachineFunctionAnalysis.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/ByteStream.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/CodeViewOStream.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/FieldListRecordBuilder.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/MethodListRecordBuilder.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/StreamArray.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/StreamInterface.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/StreamReader.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/StreamRef.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/StreamWriter.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeDumper.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Raw/DirectoryStreamData.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Raw/IPDBFile.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Raw/IPDBStreamData.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Raw/IndexedStreamData.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Raw/MappedBlockStream.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Raw/MsfBuilder.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Raw/MsfCommon.h
  head/contrib/llvm/include/llvm/ExecutionEngine/JITSymbolFlags.h
  head/contrib/llvm/include/llvm/ExecutionEngine/Orc/JITSymbol.h
  head/contrib/llvm/include/llvm/ExecutionEngine/Orc/LogicalDylib.h
  head/contrib/llvm/include/llvm/ExecutionEngine/Orc/RPCChannel.h
  head/contrib/llvm/include/llvm/Support/DataStream.h
  head/contrib/llvm/include/llvm/Support/MemoryObject.h
  head/contrib/llvm/include/llvm/Support/StreamingMemoryObject.h
  head/contrib/llvm/include/llvm/Support/TimeValue.h
  head/contrib/llvm/include/llvm/Target/TargetRecip.h
  head/contrib/llvm/include/llvm/Transforms/IPO/InlinerPass.h
  head/contrib/llvm/lib/Analysis/LoopPassManager.cpp
  head/contrib/llvm/lib/CodeGen/MachineFunctionAnalysis.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/ByteStream.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/StreamReader.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/StreamWriter.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/TypeDumper.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/TypeRecordBuilder.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/TypeTableBuilder.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Raw/IndexedStreamData.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Raw/MappedBlockStream.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Raw/MsfBuilder.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Raw/MsfCommon.cpp
  head/contrib/llvm/lib/ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.cpp
  head/contrib/llvm/lib/Support/ConvertUTF.c
  head/contrib/llvm/lib/Support/DataStream.cpp
  head/contrib/llvm/lib/Support/IntrusiveRefCntPtr.cpp
  head/contrib/llvm/lib/Support/MemoryObject.cpp
  head/contrib/llvm/lib/Support/StreamingMemoryObject.cpp
  head/contrib/llvm/lib/Support/TimeValue.cpp
  head/contrib/llvm/lib/Support/Unix/TimeValue.inc
  head/contrib/llvm/lib/Support/Windows/TimeValue.inc
  head/contrib/llvm/lib/Target/AArch64/AArch64BranchRelaxation.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonRDF.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonRDF.h
  head/contrib/llvm/lib/Target/Hexagon/HexagonSelectCCInfo.td
  head/contrib/llvm/lib/Target/NVPTX/NVPTXFavorNonGenericAddrSpaces.cpp
  head/contrib/llvm/lib/Target/NVPTX/NVPTXLowerKernelArgs.cpp
  head/contrib/llvm/lib/Target/TargetRecip.cpp
  head/contrib/llvm/lib/Target/TargetSubtargetInfo.cpp
  head/contrib/llvm/lib/Transforms/IPO/InlineAlways.cpp
  head/contrib/llvm/lib/Transforms/Utils/NameAnonFunctions.cpp
  head/contrib/llvm/tools/clang/lib/Headers/cuda_builtin_vars.h
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIFunctionClassifier.h
  head/contrib/llvm/tools/lld/ELF/SymbolListFile.cpp
  head/contrib/llvm/tools/lld/ELF/SymbolListFile.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ConnectionMachPort.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ConnectionSharedMemory.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/CxaDemangle.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/Condition.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/Mutex.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/TimeValue.h
  head/contrib/llvm/tools/lldb/source/Core/ConnectionMachPort.cpp
  head/contrib/llvm/tools/lldb/source/Core/ConnectionSharedMemory.cpp
  head/contrib/llvm/tools/lldb/source/Core/CxaDemangle.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/Condition.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/Mutex.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/TimeValue.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_arm64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_arm64.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_arm64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_arm64.h
  head/contrib/llvm/tools/lldb/source/Utility/KQueue.cpp
  head/contrib/llvm/tools/lldb/source/Utility/KQueue.h
  head/contrib/llvm/tools/lldb/source/Utility/TimeSpecTimeout.cpp
  head/contrib/llvm/tools/lldb/source/Utility/TimeSpecTimeout.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilParse.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilParse.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/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
Modified:
  head/Makefile.inc1
  head/ObsoleteFiles.inc
  head/UPDATING
  head/contrib/compiler-rt/include/sanitizer/common_interface_defs.h
  head/contrib/compiler-rt/include/sanitizer/coverage_interface.h
  head/contrib/compiler-rt/lib/asan/asan_activation.cc
  head/contrib/compiler-rt/lib/asan/asan_activation_flags.inc
  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_debugging.cc
  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_interceptors.cc
  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_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_memory_profile.cc
  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_poisoning.h
  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_scariness_score.h
  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_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_uidivmod.S
  head/contrib/compiler-rt/lib/builtins/arm/aeabi_uldivmod.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/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/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/subdf3vfp.S
  head/contrib/compiler-rt/lib/builtins/arm/subsf3vfp.S
  head/contrib/compiler-rt/lib/builtins/arm/truncdfsf2vfp.S
  head/contrib/compiler-rt/lib/builtins/arm/udivsi3.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/atomic.c
  head/contrib/compiler-rt/lib/builtins/clear_cache.c
  head/contrib/compiler-rt/lib/builtins/int_lib.h
  head/contrib/compiler-rt/lib/cfi/cfi.cc
  head/contrib/compiler-rt/lib/dfsan/dfsan.cc
  head/contrib/compiler-rt/lib/dfsan/dfsan.h
  head/contrib/compiler-rt/lib/dfsan/dfsan_interceptors.cc
  head/contrib/compiler-rt/lib/dfsan/dfsan_platform.h
  head/contrib/compiler-rt/lib/dfsan/done_abilist.txt
  head/contrib/compiler-rt/lib/esan/cache_frag.cpp
  head/contrib/compiler-rt/lib/esan/esan.cpp
  head/contrib/compiler-rt/lib/esan/esan.h
  head/contrib/compiler-rt/lib/esan/esan_flags.cpp
  head/contrib/compiler-rt/lib/esan/esan_interceptors.cpp
  head/contrib/compiler-rt/lib/esan/esan_interface_internal.h
  head/contrib/compiler-rt/lib/esan/esan_linux.cpp
  head/contrib/compiler-rt/lib/esan/esan_shadow.h
  head/contrib/compiler-rt/lib/interception/interception.h
  head/contrib/compiler-rt/lib/interception/interception_win.cc
  head/contrib/compiler-rt/lib/lsan/lsan_allocator.cc
  head/contrib/compiler-rt/lib/lsan/lsan_common.cc
  head/contrib/compiler-rt/lib/lsan/lsan_common_linux.cc
  head/contrib/compiler-rt/lib/lsan/lsan_thread.cc
  head/contrib/compiler-rt/lib/msan/msan.h
  head/contrib/compiler-rt/lib/msan/msan_allocator.cc
  head/contrib/compiler-rt/lib/msan/msan_interceptors.cc
  head/contrib/compiler-rt/lib/msan/msan_interface_internal.h
  head/contrib/compiler-rt/lib/msan/msan_linux.cc
  head/contrib/compiler-rt/lib/profile/GCDAProfiling.c
  head/contrib/compiler-rt/lib/profile/InstrProfData.inc
  head/contrib/compiler-rt/lib/profile/InstrProfiling.c
  head/contrib/compiler-rt/lib/profile/InstrProfiling.h
  head/contrib/compiler-rt/lib/profile/InstrProfilingFile.c
  head/contrib/compiler-rt/lib/profile/InstrProfilingInternal.h
  head/contrib/compiler-rt/lib/profile/InstrProfilingPort.h
  head/contrib/compiler-rt/lib/profile/InstrProfilingRuntime.cc
  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/WindowsMMap.c
  head/contrib/compiler-rt/lib/safestack/safestack.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_addrhashmap.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.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_format.inc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_ioctl.inc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common_libcdep.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common_nolibc.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_coverage_libcdep.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_flags.cc
  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.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_libignore.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_libignore.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_mac.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_mac.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_malloc_mac.inc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_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_libcdep.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_printf.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_procmaps.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_freebsd.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_linux.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_mac.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_quarantine.h
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stackdepot.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_libcdep.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_printer.cc
  head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_printer.h
  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_win.cc
  head/contrib/compiler-rt/lib/scudo/scudo_allocator.cpp
  head/contrib/compiler-rt/lib/scudo/scudo_allocator.h
  head/contrib/compiler-rt/lib/scudo/scudo_flags.cpp
  head/contrib/compiler-rt/lib/scudo/scudo_flags.h
  head/contrib/compiler-rt/lib/scudo/scudo_interceptors.cpp
  head/contrib/compiler-rt/lib/scudo/scudo_new_delete.cpp
  head/contrib/compiler-rt/lib/scudo/scudo_termination.cpp
  head/contrib/compiler-rt/lib/scudo/scudo_utils.cpp
  head/contrib/compiler-rt/lib/scudo/scudo_utils.h
  head/contrib/compiler-rt/lib/stats/stats_client.cc
  head/contrib/compiler-rt/lib/tsan/go/tsan_go.cc
  head/contrib/compiler-rt/lib/tsan/rtl/tsan.syms.extra
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_clock.cc
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_debugging.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.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_inl.h
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_interface_java.cc
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_interface_java.h
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_libdispatch_mac.cc
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_mman.cc
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_mutexset.h
  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_platform_windows.cc
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_report.cc
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_rtl.cc
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_rtl.h
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_rtl_aarch64.S
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_rtl_mutex.cc
  head/contrib/compiler-rt/lib/tsan/rtl/tsan_rtl_proc.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_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/tsan/rtl/tsan_trace.h
  head/contrib/compiler-rt/lib/ubsan/ubsan_diag.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_init.cc
  head/contrib/compiler-rt/lib/ubsan/ubsan_type_hash_itanium.cc
  head/contrib/libc++/CREDITS.TXT
  head/contrib/libc++/LICENSE.TXT
  head/contrib/libc++/include/__bit_reference
  head/contrib/libc++/include/__config
  head/contrib/libc++/include/__debug
  head/contrib/libc++/include/__functional_03
  head/contrib/libc++/include/__functional_base
  head/contrib/libc++/include/__hash_table
  head/contrib/libc++/include/__locale
  head/contrib/libc++/include/__mutex_base
  head/contrib/libc++/include/__nullptr
  head/contrib/libc++/include/__refstring
  head/contrib/libc++/include/__sso_allocator
  head/contrib/libc++/include/__std_stream
  head/contrib/libc++/include/__threading_support
  head/contrib/libc++/include/__tree
  head/contrib/libc++/include/__tuple
  head/contrib/libc++/include/algorithm
  head/contrib/libc++/include/array
  head/contrib/libc++/include/atomic
  head/contrib/libc++/include/bitset
  head/contrib/libc++/include/chrono
  head/contrib/libc++/include/cmath
  head/contrib/libc++/include/codecvt
  head/contrib/libc++/include/complex
  head/contrib/libc++/include/cstdio
  head/contrib/libc++/include/cstdlib
  head/contrib/libc++/include/cwchar
  head/contrib/libc++/include/deque
  head/contrib/libc++/include/exception
  head/contrib/libc++/include/experimental/algorithm
  head/contrib/libc++/include/experimental/any
  head/contrib/libc++/include/experimental/dynarray
  head/contrib/libc++/include/experimental/filesystem
  head/contrib/libc++/include/experimental/iterator
  head/contrib/libc++/include/experimental/memory_resource
  head/contrib/libc++/include/experimental/optional
  head/contrib/libc++/include/experimental/propagate_const
  head/contrib/libc++/include/experimental/string_view
  head/contrib/libc++/include/experimental/type_traits
  head/contrib/libc++/include/experimental/utility
  head/contrib/libc++/include/ext/__hash
  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/initializer_list
  head/contrib/libc++/include/inttypes.h
  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/limits
  head/contrib/libc++/include/list
  head/contrib/libc++/include/locale
  head/contrib/libc++/include/map
  head/contrib/libc++/include/math.h
  head/contrib/libc++/include/memory
  head/contrib/libc++/include/module.modulemap
  head/contrib/libc++/include/mutex
  head/contrib/libc++/include/new
  head/contrib/libc++/include/numeric
  head/contrib/libc++/include/ostream
  head/contrib/libc++/include/queue
  head/contrib/libc++/include/random
  head/contrib/libc++/include/ratio
  head/contrib/libc++/include/regex
  head/contrib/libc++/include/scoped_allocator
  head/contrib/libc++/include/set
  head/contrib/libc++/include/sstream
  head/contrib/libc++/include/stack
  head/contrib/libc++/include/stdexcept
  head/contrib/libc++/include/streambuf
  head/contrib/libc++/include/string
  head/contrib/libc++/include/system_error
  head/contrib/libc++/include/thread
  head/contrib/libc++/include/tuple
  head/contrib/libc++/include/type_traits
  head/contrib/libc++/include/typeindex
  head/contrib/libc++/include/typeinfo
  head/contrib/libc++/include/unordered_map
  head/contrib/libc++/include/unordered_set
  head/contrib/libc++/include/utility
  head/contrib/libc++/include/valarray
  head/contrib/libc++/include/vector
  head/contrib/libc++/src/algorithm.cpp
  head/contrib/libc++/src/any.cpp
  head/contrib/libc++/src/chrono.cpp
  head/contrib/libc++/src/condition_variable.cpp
  head/contrib/libc++/src/debug.cpp
  head/contrib/libc++/src/exception.cpp
  head/contrib/libc++/src/experimental/filesystem/directory_iterator.cpp
  head/contrib/libc++/src/experimental/filesystem/operations.cpp
  head/contrib/libc++/src/experimental/filesystem/path.cpp
  head/contrib/libc++/src/experimental/memory_resource.cpp
  head/contrib/libc++/src/include/atomic_support.h
  head/contrib/libc++/src/include/config_elast.h
  head/contrib/libc++/src/ios.cpp
  head/contrib/libc++/src/iostream.cpp
  head/contrib/libc++/src/locale.cpp
  head/contrib/libc++/src/memory.cpp
  head/contrib/libc++/src/mutex.cpp
  head/contrib/libc++/src/new.cpp
  head/contrib/libc++/src/optional.cpp
  head/contrib/libc++/src/random.cpp
  head/contrib/libc++/src/stdexcept.cpp
  head/contrib/libc++/src/string.cpp
  head/contrib/libc++/src/strstream.cpp
  head/contrib/libc++/src/system_error.cpp
  head/contrib/libc++/src/thread.cpp
  head/contrib/libc++/src/typeinfo.cpp
  head/contrib/llvm/LICENSE.TXT
  head/contrib/llvm/include/llvm-c/Core.h
  head/contrib/llvm/include/llvm-c/Transforms/Scalar.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/APSInt.h
  head/contrib/llvm/include/llvm/ADT/ArrayRef.h
  head/contrib/llvm/include/llvm/ADT/BitVector.h
  head/contrib/llvm/include/llvm/ADT/DAGDeltaAlgorithm.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/DepthFirstIterator.h
  head/contrib/llvm/include/llvm/ADT/EpochTracker.h
  head/contrib/llvm/include/llvm/ADT/EquivalenceClasses.h
  head/contrib/llvm/include/llvm/ADT/FoldingSet.h
  head/contrib/llvm/include/llvm/ADT/GraphTraits.h
  head/contrib/llvm/include/llvm/ADT/ImmutableList.h
  head/contrib/llvm/include/llvm/ADT/ImmutableMap.h
  head/contrib/llvm/include/llvm/ADT/ImmutableSet.h
  head/contrib/llvm/include/llvm/ADT/IntervalMap.h
  head/contrib/llvm/include/llvm/ADT/IntrusiveRefCntPtr.h
  head/contrib/llvm/include/llvm/ADT/MapVector.h
  head/contrib/llvm/include/llvm/ADT/Optional.h
  head/contrib/llvm/include/llvm/ADT/PackedVector.h
  head/contrib/llvm/include/llvm/ADT/PointerSumType.h
  head/contrib/llvm/include/llvm/ADT/PointerUnion.h
  head/contrib/llvm/include/llvm/ADT/PostOrderIterator.h
  head/contrib/llvm/include/llvm/ADT/PriorityQueue.h
  head/contrib/llvm/include/llvm/ADT/PriorityWorklist.h
  head/contrib/llvm/include/llvm/ADT/SCCIterator.h
  head/contrib/llvm/include/llvm/ADT/STLExtras.h
  head/contrib/llvm/include/llvm/ADT/ScopedHashTable.h
  head/contrib/llvm/include/llvm/ADT/SetVector.h
  head/contrib/llvm/include/llvm/ADT/SmallPtrSet.h
  head/contrib/llvm/include/llvm/ADT/SmallSet.h
  head/contrib/llvm/include/llvm/ADT/SmallString.h
  head/contrib/llvm/include/llvm/ADT/SmallVector.h
  head/contrib/llvm/include/llvm/ADT/SparseBitVector.h
  head/contrib/llvm/include/llvm/ADT/SparseMultiSet.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/StringSwitch.h
  head/contrib/llvm/include/llvm/ADT/TinyPtrVector.h
  head/contrib/llvm/include/llvm/ADT/Triple.h
  head/contrib/llvm/include/llvm/ADT/Twine.h
  head/contrib/llvm/include/llvm/ADT/ilist.h
  head/contrib/llvm/include/llvm/ADT/ilist_node.h
  head/contrib/llvm/include/llvm/ADT/iterator.h
  head/contrib/llvm/include/llvm/Analysis/AliasAnalysis.h
  head/contrib/llvm/include/llvm/Analysis/AliasAnalysisEvaluator.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/CFGPrinter.h
  head/contrib/llvm/include/llvm/Analysis/CFLAndersAliasAnalysis.h
  head/contrib/llvm/include/llvm/Analysis/CFLSteensAliasAnalysis.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/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/LazyBlockFrequencyInfo.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/LoopIterator.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/ModuleSummaryAnalysis.h
  head/contrib/llvm/include/llvm/Analysis/ObjCARCAliasAnalysis.h
  head/contrib/llvm/include/llvm/Analysis/OptimizationDiagnosticInfo.h
  head/contrib/llvm/include/llvm/Analysis/PostDominators.h
  head/contrib/llvm/include/llvm/Analysis/ProfileSummaryInfo.h
  head/contrib/llvm/include/llvm/Analysis/RegionInfo.h
  head/contrib/llvm/include/llvm/Analysis/RegionInfoImpl.h
  head/contrib/llvm/include/llvm/Analysis/RegionIterator.h
  head/contrib/llvm/include/llvm/Analysis/RegionPass.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/TargetFolder.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/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/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/DIE.h
  head/contrib/llvm/include/llvm/CodeGen/DIEValue.def
  head/contrib/llvm/include/llvm/CodeGen/FastISel.h
  head/contrib/llvm/include/llvm/CodeGen/FunctionLoweringInfo.h
  head/contrib/llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h
  head/contrib/llvm/include/llvm/CodeGen/GlobalISel/GISelAccessor.h
  head/contrib/llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.h
  head/contrib/llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
  head/contrib/llvm/include/llvm/CodeGen/GlobalISel/RegBankSelect.h
  head/contrib/llvm/include/llvm/CodeGen/GlobalISel/RegisterBank.h
  head/contrib/llvm/include/llvm/CodeGen/GlobalISel/RegisterBankInfo.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/LiveVariables.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/MachineDominators.h
  head/contrib/llvm/include/llvm/CodeGen/MachineFrameInfo.h
  head/contrib/llvm/include/llvm/CodeGen/MachineFunction.h
  head/contrib/llvm/include/llvm/CodeGen/MachineInstr.h
  head/contrib/llvm/include/llvm/CodeGen/MachineInstrBuilder.h
  head/contrib/llvm/include/llvm/CodeGen/MachineInstrBundle.h
  head/contrib/llvm/include/llvm/CodeGen/MachineInstrBundleIterator.h
  head/contrib/llvm/include/llvm/CodeGen/MachineLoopInfo.h
  head/contrib/llvm/include/llvm/CodeGen/MachineMemOperand.h
  head/contrib/llvm/include/llvm/CodeGen/MachineModuleInfo.h
  head/contrib/llvm/include/llvm/CodeGen/MachineOperand.h
  head/contrib/llvm/include/llvm/CodeGen/MachinePassRegistry.h
  head/contrib/llvm/include/llvm/CodeGen/MachineRegionInfo.h
  head/contrib/llvm/include/llvm/CodeGen/MachineRegisterInfo.h
  head/contrib/llvm/include/llvm/CodeGen/MachineScheduler.h
  head/contrib/llvm/include/llvm/CodeGen/MachineValueType.h
  head/contrib/llvm/include/llvm/CodeGen/PBQP/Graph.h
  head/contrib/llvm/include/llvm/CodeGen/PBQP/Math.h
  head/contrib/llvm/include/llvm/CodeGen/PBQP/Solution.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/RuntimeLibcalls.h
  head/contrib/llvm/include/llvm/CodeGen/ScheduleDAG.h
  head/contrib/llvm/include/llvm/CodeGen/ScheduleDAGInstrs.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/TailDuplicator.h
  head/contrib/llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
  head/contrib/llvm/include/llvm/CodeGen/TargetPassConfig.h
  head/contrib/llvm/include/llvm/CodeGen/ValueTypes.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/CVRecord.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/CVSymbolVisitor.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/CVTypeVisitor.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/CodeView.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/CodeViewError.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/EnumTables.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/ModuleSubstream.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/ModuleSubstreamVisitor.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/RecordSerialization.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/SymbolDumpDelegate.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/SymbolDumper.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/SymbolVisitorDelegate.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/TypeRecords.def
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeTableBuilder.h
  head/contrib/llvm/include/llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h
  head/contrib/llvm/include/llvm/DebugInfo/DIContext.h
  head/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h
  head/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.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/DWARFDebugArangeSet.h
  head/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h
  head/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugLine.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/PDB/ConcreteSymbolEnumerator.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/DIAError.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/GenericError.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/IPDBEnumChildren.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/IPDBSession.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/PDBContext.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/PDBTypes.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Raw/DbiStream.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Raw/DbiStreamBuilder.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Raw/ISectionContribVisitor.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Raw/InfoStream.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Raw/InfoStreamBuilder.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Raw/ModInfo.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Raw/ModStream.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Raw/NameHashTable.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Raw/NameMap.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Raw/NameMapBuilder.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Raw/PDBFile.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Raw/PDBFileBuilder.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Raw/PublicsStream.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Raw/RawConstants.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Raw/RawError.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Raw/RawSession.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Raw/RawTypes.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Raw/SymbolStream.h
  head/contrib/llvm/include/llvm/DebugInfo/PDB/Raw/TpiStream.h
  head/contrib/llvm/include/llvm/ExecutionEngine/ExecutionEngine.h
  head/contrib/llvm/include/llvm/ExecutionEngine/JITEventListener.h
  head/contrib/llvm/include/llvm/ExecutionEngine/ObjectCache.h
  head/contrib/llvm/include/llvm/ExecutionEngine/ObjectMemoryBuffer.h
  head/contrib/llvm/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
  head/contrib/llvm/include/llvm/ExecutionEngine/Orc/ExecutionUtils.h
  head/contrib/llvm/include/llvm/ExecutionEngine/Orc/GlobalMappingLayer.h
  head/contrib/llvm/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h
  head/contrib/llvm/include/llvm/ExecutionEngine/Orc/IRTransformLayer.h
  head/contrib/llvm/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h
  head/contrib/llvm/include/llvm/ExecutionEngine/Orc/LambdaResolver.h
  head/contrib/llvm/include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h
  head/contrib/llvm/include/llvm/ExecutionEngine/Orc/NullResolver.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/OrcABISupport.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/RPCUtils.h
  head/contrib/llvm/include/llvm/ExecutionEngine/RTDyldMemoryManager.h
  head/contrib/llvm/include/llvm/ExecutionEngine/RuntimeDyld.h
  head/contrib/llvm/include/llvm/ExecutionEngine/SectionMemoryManager.h
  head/contrib/llvm/include/llvm/IR/Attributes.h
  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/ConstantFolder.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/DebugLoc.h
  head/contrib/llvm/include/llvm/IR/DerivedTypes.h
  head/contrib/llvm/include/llvm/IR/DiagnosticInfo.h
  head/contrib/llvm/include/llvm/IR/DiagnosticPrinter.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/GlobalIFunc.h
  head/contrib/llvm/include/llvm/IR/GlobalIndirectSymbol.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/InstIterator.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/IntrinsicsNVVM.td
  head/contrib/llvm/include/llvm/IR/IntrinsicsPowerPC.td
  head/contrib/llvm/include/llvm/IR/IntrinsicsSystemZ.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/LegacyPassNameParser.h
  head/contrib/llvm/include/llvm/IR/MDBuilder.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/ModuleSummaryIndex.h
  head/contrib/llvm/include/llvm/IR/NoFolder.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/Type.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.h
  head/contrib/llvm/include/llvm/IR/ValueHandle.h
  head/contrib/llvm/include/llvm/IR/ValueMap.h
  head/contrib/llvm/include/llvm/IR/Verifier.h
  head/contrib/llvm/include/llvm/InitializePasses.h
  head/contrib/llvm/include/llvm/LTO/LTO.h
  head/contrib/llvm/include/llvm/LTO/legacy/LTOCodeGenerator.h
  head/contrib/llvm/include/llvm/LTO/legacy/LTOModule.h
  head/contrib/llvm/include/llvm/LTO/legacy/ThinLTOCodeGenerator.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/MC/ConstantPools.h
  head/contrib/llvm/include/llvm/MC/MCAsmBackend.h
  head/contrib/llvm/include/llvm/MC/MCAsmInfo.h
  head/contrib/llvm/include/llvm/MC/MCAssembler.h
  head/contrib/llvm/include/llvm/MC/MCCodeView.h
  head/contrib/llvm/include/llvm/MC/MCContext.h
  head/contrib/llvm/include/llvm/MC/MCELFStreamer.h
  head/contrib/llvm/include/llvm/MC/MCExpr.h
  head/contrib/llvm/include/llvm/MC/MCFixup.h
  head/contrib/llvm/include/llvm/MC/MCFragment.h
  head/contrib/llvm/include/llvm/MC/MCInstPrinter.h
  head/contrib/llvm/include/llvm/MC/MCInstrDesc.h
  head/contrib/llvm/include/llvm/MC/MCInstrInfo.h
  head/contrib/llvm/include/llvm/MC/MCInstrItineraries.h
  head/contrib/llvm/include/llvm/MC/MCObjectFileInfo.h
  head/contrib/llvm/include/llvm/MC/MCObjectStreamer.h
  head/contrib/llvm/include/llvm/MC/MCParser/AsmLexer.h
  head/contrib/llvm/include/llvm/MC/MCParser/MCAsmLexer.h
  head/contrib/llvm/include/llvm/MC/MCParser/MCAsmParser.h
  head/contrib/llvm/include/llvm/MC/MCParser/MCAsmParserExtension.h
  head/contrib/llvm/include/llvm/MC/MCParser/MCTargetAsmParser.h
  head/contrib/llvm/include/llvm/MC/MCRegisterInfo.h
  head/contrib/llvm/include/llvm/MC/MCSection.h
  head/contrib/llvm/include/llvm/MC/MCSectionCOFF.h
  head/contrib/llvm/include/llvm/MC/MCStreamer.h
  head/contrib/llvm/include/llvm/MC/MCTargetOptions.h
  head/contrib/llvm/include/llvm/MC/MCTargetOptionsCommandFlags.h
  head/contrib/llvm/include/llvm/MC/MCWinCOFFStreamer.h
  head/contrib/llvm/include/llvm/MC/SectionKind.h
  head/contrib/llvm/include/llvm/MC/StringTableBuilder.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/COFFImportFile.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/ModuleSummaryIndexObjectFile.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/SymbolSize.h
  head/contrib/llvm/include/llvm/Object/SymbolicFile.h
  head/contrib/llvm/include/llvm/ObjectYAML/MachOYAML.h
  head/contrib/llvm/include/llvm/Option/ArgList.h
  head/contrib/llvm/include/llvm/Pass.h
  head/contrib/llvm/include/llvm/PassInfo.h
  head/contrib/llvm/include/llvm/PassSupport.h
  head/contrib/llvm/include/llvm/Passes/PassBuilder.h
  head/contrib/llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h
  head/contrib/llvm/include/llvm/ProfileData/Coverage/CoverageMappingWriter.h
  head/contrib/llvm/include/llvm/ProfileData/InstrProf.h
  head/contrib/llvm/include/llvm/ProfileData/InstrProfData.inc
  head/contrib/llvm/include/llvm/ProfileData/InstrProfWriter.h
  head/contrib/llvm/include/llvm/ProfileData/ProfileCommon.h
  head/contrib/llvm/include/llvm/ProfileData/SampleProf.h
  head/contrib/llvm/include/llvm/Support/AArch64TargetParser.def
  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/ArrayRecycler.h
  head/contrib/llvm/include/llvm/Support/AtomicOrdering.h
  head/contrib/llvm/include/llvm/Support/COFF.h
  head/contrib/llvm/include/llvm/Support/CachePruning.h
  head/contrib/llvm/include/llvm/Support/Casting.h
  head/contrib/llvm/include/llvm/Support/CodeGen.h
  head/contrib/llvm/include/llvm/Support/CommandLine.h
  head/contrib/llvm/include/llvm/Support/Compiler.h
  head/contrib/llvm/include/llvm/Support/Compression.h
  head/contrib/llvm/include/llvm/Support/ConvertUTF.h
  head/contrib/llvm/include/llvm/Support/DataExtractor.h
  head/contrib/llvm/include/llvm/Support/Debug.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/AArch64.def
  head/contrib/llvm/include/llvm/Support/ELFRelocs/AMDGPU.def
  head/contrib/llvm/include/llvm/Support/ELFRelocs/BPF.def
  head/contrib/llvm/include/llvm/Support/ELFRelocs/SystemZ.def
  head/contrib/llvm/include/llvm/Support/Endian.h
  head/contrib/llvm/include/llvm/Support/Error.h
  head/contrib/llvm/include/llvm/Support/FileOutputBuffer.h
  head/contrib/llvm/include/llvm/Support/FileSystem.h
  head/contrib/llvm/include/llvm/Support/Format.h
  head/contrib/llvm/include/llvm/Support/GCOV.h
  head/contrib/llvm/include/llvm/Support/GenericDomTree.h
  head/contrib/llvm/include/llvm/Support/GenericDomTreeConstruction.h
  head/contrib/llvm/include/llvm/Support/GraphWriter.h
  head/contrib/llvm/include/llvm/Support/Host.h
  head/contrib/llvm/include/llvm/Support/MD5.h
  head/contrib/llvm/include/llvm/Support/MachO.def
  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/MemoryBuffer.h
  head/contrib/llvm/include/llvm/Support/OnDiskHashTable.h
  head/contrib/llvm/include/llvm/Support/Options.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/RWMutex.h
  head/contrib/llvm/include/llvm/Support/RandomNumberGenerator.h
  head/contrib/llvm/include/llvm/Support/Recycler.h
  head/contrib/llvm/include/llvm/Support/RecyclingAllocator.h
  head/contrib/llvm/include/llvm/Support/Regex.h
  head/contrib/llvm/include/llvm/Support/Registry.h
  head/contrib/llvm/include/llvm/Support/SHA1.h
  head/contrib/llvm/include/llvm/Support/SMLoc.h
  head/contrib/llvm/include/llvm/Support/SourceMgr.h
  head/contrib/llvm/include/llvm/Support/StringSaver.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/UnicodeCharRanges.h
  head/contrib/llvm/include/llvm/Support/YAMLParser.h
  head/contrib/llvm/include/llvm/Support/YAMLTraits.h
  head/contrib/llvm/include/llvm/Support/raw_ostream.h
  head/contrib/llvm/include/llvm/TableGen/Record.h
  head/contrib/llvm/include/llvm/TableGen/SetTheory.h
  head/contrib/llvm/include/llvm/Target/CostTable.h
  head/contrib/llvm/include/llvm/Target/GenericOpcodes.td
  head/contrib/llvm/include/llvm/Target/Target.td
  head/contrib/llvm/include/llvm/Target/TargetCallingConv.h
  head/contrib/llvm/include/llvm/Target/TargetFrameLowering.h
  head/contrib/llvm/include/llvm/Target/TargetInstrInfo.h
  head/contrib/llvm/include/llvm/Target/TargetIntrinsicInfo.h
  head/contrib/llvm/include/llvm/Target/TargetItinerary.td
  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.def
  head/contrib/llvm/include/llvm/Target/TargetOpcodes.h
  head/contrib/llvm/include/llvm/Target/TargetOptions.h
  head/contrib/llvm/include/llvm/Target/TargetRegisterInfo.h
  head/contrib/llvm/include/llvm/Target/TargetSelectionDAG.td
  head/contrib/llvm/include/llvm/Target/TargetSubtargetInfo.h
  head/contrib/llvm/include/llvm/Transforms/GCOVProfiler.h
  head/contrib/llvm/include/llvm/Transforms/IPO.h
  head/contrib/llvm/include/llvm/Transforms/IPO/CrossDSOCFI.h
  head/contrib/llvm/include/llvm/Transforms/IPO/FunctionAttrs.h
  head/contrib/llvm/include/llvm/Transforms/IPO/FunctionImport.h
  head/contrib/llvm/include/llvm/Transforms/IPO/GlobalOpt.h
  head/contrib/llvm/include/llvm/Transforms/IPO/InferFunctionAttrs.h
  head/contrib/llvm/include/llvm/Transforms/IPO/Internalize.h
  head/contrib/llvm/include/llvm/Transforms/IPO/LowerTypeTests.h
  head/contrib/llvm/include/llvm/Transforms/IPO/PartialInlining.h
  head/contrib/llvm/include/llvm/Transforms/IPO/PassManagerBuilder.h
  head/contrib/llvm/include/llvm/Transforms/IPO/SCCP.h
  head/contrib/llvm/include/llvm/Transforms/IPO/WholeProgramDevirt.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/InstrProfiling.h
  head/contrib/llvm/include/llvm/Transforms/Instrumentation.h
  head/contrib/llvm/include/llvm/Transforms/PGOInstrumentation.h
  head/contrib/llvm/include/llvm/Transforms/SampleProfile.h
  head/contrib/llvm/include/llvm/Transforms/Scalar.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/DCE.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/DeadStoreElimination.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/EarlyCSE.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/GVN.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/GuardWidening.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/IndVarSimplify.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/JumpThreading.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/LICM.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/LoopDeletion.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/LoopIdiomRecognize.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/LoopInstSimplify.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/LoopRotation.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/LoopSimplifyCFG.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/MergedLoadStoreMotion.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/PartiallyInlineLibCalls.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/Reassociate.h
  head/contrib/llvm/include/llvm/Transforms/Scalar/SCCP.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/Scalar/Sink.h
  head/contrib/llvm/include/llvm/Transforms/Utils/ASanStackFrameLayout.h
  head/contrib/llvm/include/llvm/Transforms/Utils/AddDiscriminators.h
  head/contrib/llvm/include/llvm/Transforms/Utils/BasicBlockUtils.h
  head/contrib/llvm/include/llvm/Transforms/Utils/Cloning.h
  head/contrib/llvm/include/llvm/Transforms/Utils/CmpInstAnalysis.h
  head/contrib/llvm/include/llvm/Transforms/Utils/CodeExtractor.h
  head/contrib/llvm/include/llvm/Transforms/Utils/FunctionImportUtils.h
  head/contrib/llvm/include/llvm/Transforms/Utils/LCSSA.h
  head/contrib/llvm/include/llvm/Transforms/Utils/Local.h
  head/contrib/llvm/include/llvm/Transforms/Utils/LoopSimplify.h
  head/contrib/llvm/include/llvm/Transforms/Utils/LoopUtils.h
  head/contrib/llvm/include/llvm/Transforms/Utils/Mem2Reg.h
  head/contrib/llvm/include/llvm/Transforms/Utils/MemorySSA.h
  head/contrib/llvm/include/llvm/Transforms/Utils/ModuleUtils.h
  head/contrib/llvm/include/llvm/Transforms/Utils/SSAUpdaterImpl.h
  head/contrib/llvm/include/llvm/Transforms/Utils/SimplifyInstructions.h
  head/contrib/llvm/include/llvm/Transforms/Utils/SimplifyLibCalls.h
  head/contrib/llvm/include/llvm/Transforms/Utils/SymbolRewriter.h
  head/contrib/llvm/include/llvm/Transforms/Utils/UnrollLoop.h
  head/contrib/llvm/include/llvm/Transforms/Vectorize/LoopVectorize.h
  head/contrib/llvm/include/llvm/Transforms/Vectorize/SLPVectorizer.h
  head/contrib/llvm/include/llvm/module.modulemap
  head/contrib/llvm/include/llvm/module.modulemap.build
  head/contrib/llvm/lib/Analysis/AliasAnalysis.cpp
  head/contrib/llvm/lib/Analysis/AliasAnalysisEvaluator.cpp
  head/contrib/llvm/lib/Analysis/AliasAnalysisSummary.cpp
  head/contrib/llvm/lib/Analysis/AliasAnalysisSummary.h
  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/CFGPrinter.cpp
  head/contrib/llvm/lib/Analysis/CFLAndersAliasAnalysis.cpp
  head/contrib/llvm/lib/Analysis/CFLGraph.h
  head/contrib/llvm/lib/Analysis/CFLSteensAliasAnalysis.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/CodeMetrics.cpp
  head/contrib/llvm/lib/Analysis/ConstantFolding.cpp
  head/contrib/llvm/lib/Analysis/CostModel.cpp
  head/contrib/llvm/lib/Analysis/DemandedBits.cpp
  head/contrib/llvm/lib/Analysis/DependenceAnalysis.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/IteratedDominanceFrontier.cpp
  head/contrib/llvm/lib/Analysis/LazyBlockFrequencyInfo.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/MemoryBuiltins.cpp
  head/contrib/llvm/lib/Analysis/MemoryDependenceAnalysis.cpp
  head/contrib/llvm/lib/Analysis/ModuleDebugInfoPrinter.cpp
  head/contrib/llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
  head/contrib/llvm/lib/Analysis/ObjCARCAliasAnalysis.cpp
  head/contrib/llvm/lib/Analysis/ObjCARCInstKind.cpp
  head/contrib/llvm/lib/Analysis/OptimizationDiagnosticInfo.cpp
  head/contrib/llvm/lib/Analysis/PHITransAddr.cpp
  head/contrib/llvm/lib/Analysis/PostDominators.cpp
  head/contrib/llvm/lib/Analysis/ProfileSummaryInfo.cpp
  head/contrib/llvm/lib/Analysis/RegionInfo.cpp
  head/contrib/llvm/lib/Analysis/RegionPass.cpp
  head/contrib/llvm/lib/Analysis/ScalarEvolution.cpp
  head/contrib/llvm/lib/Analysis/ScalarEvolutionAliasAnalysis.cpp
  head/contrib/llvm/lib/Analysis/ScalarEvolutionExpander.cpp
  head/contrib/llvm/lib/Analysis/ScopedNoAliasAA.cpp
  head/contrib/llvm/lib/Analysis/StratifiedSets.h
  head/contrib/llvm/lib/Analysis/TargetLibraryInfo.cpp
  head/contrib/llvm/lib/Analysis/TargetTransformInfo.cpp
  head/contrib/llvm/lib/Analysis/TypeBasedAliasAnalysis.cpp
  head/contrib/llvm/lib/Analysis/TypeMetadataUtils.cpp
  head/contrib/llvm/lib/Analysis/ValueTracking.cpp
  head/contrib/llvm/lib/Analysis/VectorUtils.cpp
  head/contrib/llvm/lib/AsmParser/LLLexer.cpp
  head/contrib/llvm/lib/AsmParser/LLParser.cpp
  head/contrib/llvm/lib/AsmParser/LLParser.h
  head/contrib/llvm/lib/AsmParser/LLToken.h
  head/contrib/llvm/lib/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/BitWriter.cpp
  head/contrib/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
  head/contrib/llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp
  head/contrib/llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp
  head/contrib/llvm/lib/CodeGen/AllocationOrder.cpp
  head/contrib/llvm/lib/CodeGen/AllocationOrder.h
  head/contrib/llvm/lib/CodeGen/Analysis.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/ARMException.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/AddressPool.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DIE.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DIEHash.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DbgValueHistoryCalculator.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.h
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfAccelTable.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfAccelTable.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.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/WinException.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/WinException.h
  head/contrib/llvm/lib/CodeGen/BranchFolding.cpp
  head/contrib/llvm/lib/CodeGen/BranchFolding.h
  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/DFAPacketizer.cpp
  head/contrib/llvm/lib/CodeGen/DeadMachineInstructionElim.cpp
  head/contrib/llvm/lib/CodeGen/DetectDeadLanes.cpp
  head/contrib/llvm/lib/CodeGen/DwarfEHPrepare.cpp
  head/contrib/llvm/lib/CodeGen/EarlyIfConversion.cpp
  head/contrib/llvm/lib/CodeGen/EdgeBundles.cpp
  head/contrib/llvm/lib/CodeGen/ExecutionDepsFix.cpp
  head/contrib/llvm/lib/CodeGen/FuncletLayout.cpp
  head/contrib/llvm/lib/CodeGen/GCMetadata.cpp
  head/contrib/llvm/lib/CodeGen/GCMetadataPrinter.cpp
  head/contrib/llvm/lib/CodeGen/GCRootLowering.cpp
  head/contrib/llvm/lib/CodeGen/GCStrategy.cpp
  head/contrib/llvm/lib/CodeGen/GlobalISel/GlobalISel.cpp
  head/contrib/llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
  head/contrib/llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
  head/contrib/llvm/lib/CodeGen/GlobalISel/RegBankSelect.cpp
  head/contrib/llvm/lib/CodeGen/GlobalISel/RegisterBank.cpp
  head/contrib/llvm/lib/CodeGen/GlobalISel/RegisterBankInfo.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/IntrinsicLowering.cpp
  head/contrib/llvm/lib/CodeGen/LLVMTargetMachine.cpp
  head/contrib/llvm/lib/CodeGen/LatencyPriorityQueue.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/LiveInterval.cpp
  head/contrib/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
  head/contrib/llvm/lib/CodeGen/LiveIntervalUnion.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/LiveRegMatrix.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/MIRPrintingPass.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/MachineFunction.cpp
  head/contrib/llvm/lib/CodeGen/MachineFunctionPass.cpp
  head/contrib/llvm/lib/CodeGen/MachineFunctionPrinterPass.cpp
  head/contrib/llvm/lib/CodeGen/MachineInstr.cpp
  head/contrib/llvm/lib/CodeGen/MachineInstrBundle.cpp
  head/contrib/llvm/lib/CodeGen/MachineLICM.cpp
  head/contrib/llvm/lib/CodeGen/MachineLoopInfo.cpp
  head/contrib/llvm/lib/CodeGen/MachineModuleInfo.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/PHIEliminationUtils.cpp
  head/contrib/llvm/lib/CodeGen/ParallelCG.cpp
  head/contrib/llvm/lib/CodeGen/PatchableFunction.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/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/RegUsageInfoCollector.cpp
  head/contrib/llvm/lib/CodeGen/RegUsageInfoPropagate.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/RegisterUsageInfo.cpp
  head/contrib/llvm/lib/CodeGen/RenameIndependentSubregs.cpp
  head/contrib/llvm/lib/CodeGen/SafeStack.cpp
  head/contrib/llvm/lib/CodeGen/SafeStackColoring.cpp
  head/contrib/llvm/lib/CodeGen/SafeStackLayout.cpp
  head/contrib/llvm/lib/CodeGen/ScheduleDAG.cpp
  head/contrib/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp
  head/contrib/llvm/lib/CodeGen/ScoreboardHazardRecognizer.cpp
  head/contrib/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  head/contrib/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
  head/contrib/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
  head/contrib/llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
  head/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
  head/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
  head/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
  head/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.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/ScheduleDAGRRList.cpp
  head/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h
  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/TargetLowering.cpp
  head/contrib/llvm/lib/CodeGen/ShadowStackGCLowering.cpp
  head/contrib/llvm/lib/CodeGen/ShrinkWrap.cpp
  head/contrib/llvm/lib/CodeGen/SjLjEHPrepare.cpp
  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/TailDuplicator.cpp
  head/contrib/llvm/lib/CodeGen/TargetFrameLoweringImpl.cpp
  head/contrib/llvm/lib/CodeGen/TargetInstrInfo.cpp
  head/contrib/llvm/lib/CodeGen/TargetLoweringBase.cpp
  head/contrib/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  head/contrib/llvm/lib/CodeGen/TargetOptionsImpl.cpp
  head/contrib/llvm/lib/CodeGen/TargetPassConfig.cpp
  head/contrib/llvm/lib/CodeGen/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/CodeGen/XRayInstrumentation.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/CVTypeVisitor.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/CodeViewError.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/EnumTables.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/ModuleSubstream.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/ModuleSubstreamVisitor.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/RecordSerialization.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/SymbolDumper.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/TypeRecord.cpp
  head/contrib/llvm/lib/DebugInfo/CodeView/TypeStreamMerger.cpp
  head/contrib/llvm/lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp
  head/contrib/llvm/lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
  head/contrib/llvm/lib/DebugInfo/DWARF/DWARFCompileUnit.cpp
  head/contrib/llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
  head/contrib/llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
  head/contrib/llvm/lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp
  head/contrib/llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
  head/contrib/llvm/lib/DebugInfo/DWARF/DWARFDebugLoc.cpp
  head/contrib/llvm/lib/DebugInfo/DWARF/DWARFFormValue.cpp
  head/contrib/llvm/lib/DebugInfo/DWARF/DWARFTypeUnit.cpp
  head/contrib/llvm/lib/DebugInfo/DWARF/DWARFUnit.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/DIA/DIAError.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/DIA/DIASession.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/GenericError.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/PDBInterfaceAnchors.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/PDBSymDumper.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/PDBSymbol.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Raw/DbiStream.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Raw/DbiStreamBuilder.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Raw/Hash.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Raw/InfoStream.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Raw/InfoStreamBuilder.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Raw/ModInfo.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Raw/ModStream.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Raw/NameHashTable.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Raw/NameMap.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Raw/NameMapBuilder.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Raw/PDBFile.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Raw/PDBFileBuilder.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Raw/PublicsStream.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Raw/RawError.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Raw/RawSession.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Raw/SymbolStream.cpp
  head/contrib/llvm/lib/DebugInfo/PDB/Raw/TpiStream.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/GDBRegistrationListener.cpp
  head/contrib/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp
  head/contrib/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
  head/contrib/llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp
  head/contrib/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h
  head/contrib/llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp
  head/contrib/llvm/lib/ExecutionEngine/MCJIT/MCJIT.h
  head/contrib/llvm/lib/ExecutionEngine/OProfileJIT/OProfileJITEventListener.cpp
  head/contrib/llvm/lib/ExecutionEngine/Orc/IndirectionUtils.cpp
  head/contrib/llvm/lib/ExecutionEngine/Orc/NullResolver.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/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/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/RuntimeDyldCOFFThumb.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/SectionMemoryManager.cpp
  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/AttributeSetNode.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/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/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/ModuleSummaryIndex.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/SymbolTableListTraitsImpl.h
  head/contrib/llvm/lib/IR/Type.cpp
  head/contrib/llvm/lib/IR/User.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/IRReader/IRReader.cpp
  head/contrib/llvm/lib/LTO/LTO.cpp
  head/contrib/llvm/lib/LTO/LTOCodeGenerator.cpp
  head/contrib/llvm/lib/LTO/LTOModule.cpp
  head/contrib/llvm/lib/LTO/ThinLTOCodeGenerator.cpp
  head/contrib/llvm/lib/LTO/UpdateCompilerUsed.cpp
  head/contrib/llvm/lib/LibDriver/LibDriver.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/MCAsmStreamer.cpp
  head/contrib/llvm/lib/MC/MCAssembler.cpp
  head/contrib/llvm/lib/MC/MCCodeView.cpp
  head/contrib/llvm/lib/MC/MCContext.cpp
  head/contrib/llvm/lib/MC/MCDisassembler/Disassembler.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/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/MCRegisterInfo.cpp
  head/contrib/llvm/lib/MC/MCSection.cpp
  head/contrib/llvm/lib/MC/MCSectionCOFF.cpp
  head/contrib/llvm/lib/MC/MCSectionELF.cpp
  head/contrib/llvm/lib/MC/MCSectionMachO.cpp
  head/contrib/llvm/lib/MC/MCStreamer.cpp
  head/contrib/llvm/lib/MC/MCSymbol.cpp
  head/contrib/llvm/lib/MC/MCTargetOptions.cpp
  head/contrib/llvm/lib/MC/MCValue.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/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/ModuleSummaryIndexObjectFile.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/SymbolSize.cpp
  head/contrib/llvm/lib/Object/SymbolicFile.cpp
  head/contrib/llvm/lib/ObjectYAML/ELFYAML.cpp
  head/contrib/llvm/lib/ObjectYAML/MachOYAML.cpp
  head/contrib/llvm/lib/ObjectYAML/ObjectYAML.cpp
  head/contrib/llvm/lib/Option/ArgList.cpp
  head/contrib/llvm/lib/Option/OptTable.cpp
  head/contrib/llvm/lib/Passes/PassBuilder.cpp
  head/contrib/llvm/lib/Passes/PassRegistry.def
  head/contrib/llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
  head/contrib/llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp
  head/contrib/llvm/lib/ProfileData/Coverage/CoverageMappingWriter.cpp
  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/ProfileSummaryBuilder.cpp
  head/contrib/llvm/lib/ProfileData/SampleProf.cpp
  head/contrib/llvm/lib/Support/APFloat.cpp
  head/contrib/llvm/lib/Support/APInt.cpp
  head/contrib/llvm/lib/Support/ARMBuildAttrs.cpp
  head/contrib/llvm/lib/Support/CachePruning.cpp
  head/contrib/llvm/lib/Support/CommandLine.cpp
  head/contrib/llvm/lib/Support/Compression.cpp
  head/contrib/llvm/lib/Support/Debug.cpp
  head/contrib/llvm/lib/Support/DeltaAlgorithm.cpp
  head/contrib/llvm/lib/Support/Dwarf.cpp
  head/contrib/llvm/lib/Support/DynamicLibrary.cpp
  head/contrib/llvm/lib/Support/Error.cpp
  head/contrib/llvm/lib/Support/FileOutputBuffer.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/LockFileManager.cpp
  head/contrib/llvm/lib/Support/MD5.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/RandomNumberGenerator.cpp
  head/contrib/llvm/lib/Support/Regex.cpp
  head/contrib/llvm/lib/Support/SHA1.cpp
  head/contrib/llvm/lib/Support/ScaledNumber.cpp
  head/contrib/llvm/lib/Support/ScopedPrinter.cpp
  head/contrib/llvm/lib/Support/SmallPtrSet.cpp
  head/contrib/llvm/lib/Support/SourceMgr.cpp
  head/contrib/llvm/lib/Support/SpecialCaseList.cpp
  head/contrib/llvm/lib/Support/Statistic.cpp
  head/contrib/llvm/lib/Support/StringMap.cpp
  head/contrib/llvm/lib/Support/StringRef.cpp
  head/contrib/llvm/lib/Support/StringSaver.cpp
  head/contrib/llvm/lib/Support/TargetParser.cpp
  head/contrib/llvm/lib/Support/TargetRegistry.cpp
  head/contrib/llvm/lib/Support/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/Unix/Unix.h
  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/Main.cpp
  head/contrib/llvm/lib/TableGen/Record.cpp
  head/contrib/llvm/lib/TableGen/StringMatcher.cpp
  head/contrib/llvm/lib/TableGen/TGLexer.cpp
  head/contrib/llvm/lib/TableGen/TGLexer.h
  head/contrib/llvm/lib/TableGen/TGParser.cpp
  head/contrib/llvm/lib/TableGen/TGParser.h
  head/contrib/llvm/lib/Target/AArch64/AArch64.h
  head/contrib/llvm/lib/Target/AArch64/AArch64.td
  head/contrib/llvm/lib/Target/AArch64/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/AArch64CallLowering.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64CallLowering.h
  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/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/AArch64MCInstLower.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64MachineFunctionInfo.h
  head/contrib/llvm/lib/Target/AArch64/AArch64PromoteConstant.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64RedundantCopyElimination.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64RegisterBankInfo.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64RegisterBankInfo.h
  head/contrib/llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64RegisterInfo.h
  head/contrib/llvm/lib/Target/AArch64/AArch64RegisterInfo.td
  head/contrib/llvm/lib/Target/AArch64/AArch64SchedA57.td
  head/contrib/llvm/lib/Target/AArch64/AArch64SchedA57WriteRes.td
  head/contrib/llvm/lib/Target/AArch64/AArch64SchedM1.td
  head/contrib/llvm/lib/Target/AArch64/AArch64SchedVulcan.td
  head/contrib/llvm/lib/Target/AArch64/AArch64StorePairSuppress.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64Subtarget.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64Subtarget.h
  head/contrib/llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64TargetMachine.h
  head/contrib/llvm/lib/Target/AArch64/AArch64TargetObjectFile.cpp
  head/contrib/llvm/lib/Target/AArch64/AArch64TargetObjectFile.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/MCTargetDesc/AArch64AsmBackend.cpp
  head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64ELFObjectWriter.cpp
  head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.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/MCTargetDesc/AArch64MachObjectWriter.cpp
  head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.cpp
  head/contrib/llvm/lib/Target/AArch64/TargetInfo/AArch64TargetInfo.cpp
  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/AMDGPUCallLowering.cpp
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUCallLowering.h
  head/contrib/llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
  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/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/AMDGPURuntimeMetadata.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/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/Disassembler/AMDGPUDisassembler.cpp
  head/contrib/llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.h
  head/contrib/llvm/lib/Target/AMDGPU/EvergreenInstructions.td
  head/contrib/llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
  head/contrib/llvm/lib/Target/AMDGPU/GCNHazardRecognizer.h
  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/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/R600EmitClauseMarkers.cpp
  head/contrib/llvm/lib/Target/AMDGPU/R600ExpandSpecialInstrs.cpp
  head/contrib/llvm/lib/Target/AMDGPU/R600FrameLowering.cpp
  head/contrib/llvm/lib/Target/AMDGPU/R600FrameLowering.h
  head/contrib/llvm/lib/Target/AMDGPU/R600ISelLowering.cpp
  head/contrib/llvm/lib/Target/AMDGPU/R600InstrFormats.td
  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/R600MachineFunctionInfo.cpp
  head/contrib/llvm/lib/Target/AMDGPU/R600MachineFunctionInfo.h
  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/SIAnnotateControlFlow.cpp
  head/contrib/llvm/lib/Target/AMDGPU/SIDebuggerInsertNops.cpp
  head/contrib/llvm/lib/Target/AMDGPU/SIDefines.h
  head/contrib/llvm/lib/Target/AMDGPU/SIFixControlFlowLiveIntervals.cpp
  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/SIWholeQuadMode.cpp
  head/contrib/llvm/lib/Target/AMDGPU/TargetInfo/AMDGPUTargetInfo.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/Utils/AMDKernelCodeTInfo.h
  head/contrib/llvm/lib/Target/AMDGPU/Utils/AMDKernelCodeTUtils.cpp
  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.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/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.td
  head/contrib/llvm/lib/Target/ARM/ARMInstrNEON.td
  head/contrib/llvm/lib/Target/ARM/ARMInstrThumb.td
  head/contrib/llvm/lib/Target/ARM/ARMInstrThumb2.td
  head/contrib/llvm/lib/Target/ARM/ARMInstrVFP.td
  head/contrib/llvm/lib/Target/ARM/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/ARMSubtarget.cpp
  head/contrib/llvm/lib/Target/ARM/ARMSubtarget.h
  head/contrib/llvm/lib/Target/ARM/ARMTargetMachine.cpp
  head/contrib/llvm/lib/Target/ARM/ARMTargetObjectFile.cpp
  head/contrib/llvm/lib/Target/ARM/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/MCTargetDesc/ARMAsmBackend.cpp
  head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp
  head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
  head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp
  head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp
  head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
  head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.h
  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/Thumb1InstrInfo.cpp
  head/contrib/llvm/lib/Target/ARM/Thumb2ITBlockPass.cpp
  head/contrib/llvm/lib/Target/ARM/Thumb2InstrInfo.cpp
  head/contrib/llvm/lib/Target/ARM/Thumb2SizeReduction.cpp
  head/contrib/llvm/lib/Target/ARM/ThumbRegisterInfo.cpp
  head/contrib/llvm/lib/Target/AVR/AVR.h
  head/contrib/llvm/lib/Target/AVR/AVR.td
  head/contrib/llvm/lib/Target/AVR/AVRCallingConv.td
  head/contrib/llvm/lib/Target/AVR/AVRISelLowering.h
  head/contrib/llvm/lib/Target/AVR/AVRInstrFormats.td
  head/contrib/llvm/lib/Target/AVR/AVRInstrInfo.cpp
  head/contrib/llvm/lib/Target/AVR/AVRInstrInfo.h
  head/contrib/llvm/lib/Target/AVR/AVRInstrInfo.td
  head/contrib/llvm/lib/Target/AVR/AVRRegisterInfo.cpp
  head/contrib/llvm/lib/Target/AVR/AVRRegisterInfo.h
  head/contrib/llvm/lib/Target/AVR/AVRTargetMachine.cpp
  head/contrib/llvm/lib/Target/AVR/AVRTargetObjectFile.cpp
  head/contrib/llvm/lib/Target/AVR/AVRTargetObjectFile.h
  head/contrib/llvm/lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.h
  head/contrib/llvm/lib/Target/AVR/TargetInfo/AVRTargetInfo.cpp
  head/contrib/llvm/lib/Target/BPF/BPF.td
  head/contrib/llvm/lib/Target/BPF/BPFAsmPrinter.cpp
  head/contrib/llvm/lib/Target/BPF/BPFISelDAGToDAG.cpp
  head/contrib/llvm/lib/Target/BPF/BPFInstrInfo.cpp
  head/contrib/llvm/lib/Target/BPF/BPFInstrInfo.h
  head/contrib/llvm/lib/Target/BPF/BPFInstrInfo.td
  head/contrib/llvm/lib/Target/BPF/BPFRegisterInfo.cpp
  head/contrib/llvm/lib/Target/BPF/BPFTargetMachine.cpp
  head/contrib/llvm/lib/Target/BPF/InstPrinter/BPFInstPrinter.cpp
  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/BPF/MCTargetDesc/BPFMCTargetDesc.h
  head/contrib/llvm/lib/Target/BPF/TargetInfo/BPFTargetInfo.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/HexagonAsmPrinter.h
  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/HexagonBlockRanges.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonBlockRanges.h
  head/contrib/llvm/lib/Target/Hexagon/HexagonBranchRelaxation.cpp
  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/HexagonInstrFormatsV60.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/HexagonInstrInfoV5.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/HexagonIntrinsicsDerived.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonIntrinsicsV4.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonIntrinsicsV60.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonIsetDx.td
  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/HexagonOptAddrMode.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonOptimizeSZextends.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonPeephole.cpp
  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/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/HexagonTargetObjectFile.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonTargetObjectFile.h
  head/contrib/llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.h
  head/contrib/llvm/lib/Target/Hexagon/HexagonVLIWPacketizer.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonVLIWPacketizer.h
  head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp
  head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h
  head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.cpp
  head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp
  head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.h
  head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCompound.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/HexagonMCELFStreamer.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/HexagonMCTargetDesc.cpp
  head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.h
  head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.cpp
  head/contrib/llvm/lib/Target/Hexagon/RDFCopy.cpp
  head/contrib/llvm/lib/Target/Hexagon/RDFCopy.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/Hexagon/TargetInfo/HexagonTargetInfo.cpp
  head/contrib/llvm/lib/Target/Lanai/AsmParser/LanaiAsmParser.cpp
  head/contrib/llvm/lib/Target/Lanai/Disassembler/LanaiDisassembler.cpp
  head/contrib/llvm/lib/Target/Lanai/Disassembler/LanaiDisassembler.h
  head/contrib/llvm/lib/Target/Lanai/InstPrinter/LanaiInstPrinter.h
  head/contrib/llvm/lib/Target/Lanai/Lanai.h
  head/contrib/llvm/lib/Target/Lanai/LanaiAluCode.h
  head/contrib/llvm/lib/Target/Lanai/LanaiAsmPrinter.cpp
  head/contrib/llvm/lib/Target/Lanai/LanaiDelaySlotFiller.cpp
  head/contrib/llvm/lib/Target/Lanai/LanaiFrameLowering.cpp
  head/contrib/llvm/lib/Target/Lanai/LanaiISelDAGToDAG.cpp
  head/contrib/llvm/lib/Target/Lanai/LanaiISelLowering.cpp
  head/contrib/llvm/lib/Target/Lanai/LanaiISelLowering.h
  head/contrib/llvm/lib/Target/Lanai/LanaiInstrInfo.cpp
  head/contrib/llvm/lib/Target/Lanai/LanaiInstrInfo.h
  head/contrib/llvm/lib/Target/Lanai/LanaiInstrInfo.td
  head/contrib/llvm/lib/Target/Lanai/LanaiMCInstLower.cpp
  head/contrib/llvm/lib/Target/Lanai/LanaiMCInstLower.h
  head/contrib/llvm/lib/Target/Lanai/LanaiMemAluCombiner.cpp
  head/contrib/llvm/lib/Target/Lanai/LanaiRegisterInfo.cpp
  head/contrib/llvm/lib/Target/Lanai/LanaiRegisterInfo.h
  head/contrib/llvm/lib/Target/Lanai/LanaiTargetMachine.cpp
  head/contrib/llvm/lib/Target/Lanai/LanaiTargetObjectFile.cpp
  head/contrib/llvm/lib/Target/Lanai/LanaiTargetObjectFile.h
  head/contrib/llvm/lib/Target/Lanai/LanaiTargetTransformInfo.h
  head/contrib/llvm/lib/Target/Lanai/MCTargetDesc/LanaiAsmBackend.cpp
  head/contrib/llvm/lib/Target/Lanai/MCTargetDesc/LanaiELFObjectWriter.cpp
  head/contrib/llvm/lib/Target/Lanai/MCTargetDesc/LanaiMCCodeEmitter.cpp
  head/contrib/llvm/lib/Target/Lanai/MCTargetDesc/LanaiMCTargetDesc.cpp
  head/contrib/llvm/lib/Target/Lanai/MCTargetDesc/LanaiMCTargetDesc.h
  head/contrib/llvm/lib/Target/Lanai/TargetInfo/LanaiTargetInfo.cpp
  head/contrib/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCTargetDesc.cpp
  head/contrib/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCTargetDesc.h
  head/contrib/llvm/lib/Target/MSP430/MSP430AsmPrinter.cpp
  head/contrib/llvm/lib/Target/MSP430/MSP430BranchSelector.cpp
  head/contrib/llvm/lib/Target/MSP430/MSP430FrameLowering.cpp
  head/contrib/llvm/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
  head/contrib/llvm/lib/Target/MSP430/MSP430ISelLowering.cpp
  head/contrib/llvm/lib/Target/MSP430/MSP430InstrInfo.cpp
  head/contrib/llvm/lib/Target/MSP430/MSP430InstrInfo.h
  head/contrib/llvm/lib/Target/MSP430/MSP430RegisterInfo.cpp
  head/contrib/llvm/lib/Target/MSP430/MSP430TargetMachine.cpp
  head/contrib/llvm/lib/Target/MSP430/TargetInfo/MSP430TargetInfo.cpp
  head/contrib/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
  head/contrib/llvm/lib/Target/Mips/Disassembler/MipsDisassembler.cpp
  head/contrib/llvm/lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp
  head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.cpp
  head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp
  head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h
  head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
  head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsFixupKinds.h
  head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.cpp
  head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp
  head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.h
  head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp
  head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.h
  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/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.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/Mips16InstrInfo.cpp
  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/MipsConstantIslandPass.cpp
  head/contrib/llvm/lib/Target/Mips/MipsDelaySlotFiller.cpp
  head/contrib/llvm/lib/Target/Mips/MipsEVAInstrFormats.td
  head/contrib/llvm/lib/Target/Mips/MipsFastISel.cpp
  head/contrib/llvm/lib/Target/Mips/MipsFrameLowering.cpp
  head/contrib/llvm/lib/Target/Mips/MipsHazardSchedule.cpp
  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/MipsMSAInstrInfo.td
  head/contrib/llvm/lib/Target/Mips/MipsMachineFunction.cpp
  head/contrib/llvm/lib/Target/Mips/MipsModuleISelDAGToDAG.cpp
  head/contrib/llvm/lib/Target/Mips/MipsOptimizePICCall.cpp
  head/contrib/llvm/lib/Target/Mips/MipsOs16.cpp
  head/contrib/llvm/lib/Target/Mips/MipsRegisterInfo.cpp
  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/MipsSERegisterInfo.cpp
  head/contrib/llvm/lib/Target/Mips/MipsSchedule.td
  head/contrib/llvm/lib/Target/Mips/MipsScheduleP5600.td
  head/contrib/llvm/lib/Target/Mips/MipsTargetMachine.cpp
  head/contrib/llvm/lib/Target/Mips/MipsTargetObjectFile.cpp
  head/contrib/llvm/lib/Target/Mips/MipsTargetObjectFile.h
  head/contrib/llvm/lib/Target/Mips/TargetInfo/MipsTargetInfo.cpp
  head/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXBaseInfo.h
  head/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXMCTargetDesc.cpp
  head/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXMCTargetDesc.h
  head/contrib/llvm/lib/Target/NVPTX/ManagedStringPool.h
  head/contrib/llvm/lib/Target/NVPTX/NVPTX.h
  head/contrib/llvm/lib/Target/NVPTX/NVPTX.td
  head/contrib/llvm/lib/Target/NVPTX/NVPTXAllocaHoisting.cpp
  head/contrib/llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
  head/contrib/llvm/lib/Target/NVPTX/NVPTXAsmPrinter.h
  head/contrib/llvm/lib/Target/NVPTX/NVPTXFrameLowering.cpp
  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/NVPTXInferAddressSpaces.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/NVPTXLowerAggrCopies.cpp
  head/contrib/llvm/lib/Target/NVPTX/NVPTXLowerAlloca.cpp
  head/contrib/llvm/lib/Target/NVPTX/NVPTXMCExpr.cpp
  head/contrib/llvm/lib/Target/NVPTX/NVPTXPeephole.cpp
  head/contrib/llvm/lib/Target/NVPTX/NVPTXPrologEpilogPass.cpp
  head/contrib/llvm/lib/Target/NVPTX/NVPTXRegisterInfo.cpp
  head/contrib/llvm/lib/Target/NVPTX/NVPTXReplaceImageHandles.cpp
  head/contrib/llvm/lib/Target/NVPTX/NVPTXSection.h
  head/contrib/llvm/lib/Target/NVPTX/NVPTXSubtarget.cpp
  head/contrib/llvm/lib/Target/NVPTX/NVPTXSubtarget.h
  head/contrib/llvm/lib/Target/NVPTX/NVPTXTargetMachine.cpp
  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/NVVMIntrRange.cpp
  head/contrib/llvm/lib/Target/NVPTX/NVVMReflect.cpp
  head/contrib/llvm/lib/Target/NVPTX/TargetInfo/NVPTXTargetInfo.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/PPCMCCodeEmitter.cpp
  head/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp
  head/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.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/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/PPCInstrQPX.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/PPCQPXLoadSplat.cpp
  head/contrib/llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp
  head/contrib/llvm/lib/Target/PowerPC/PPCRegisterInfo.h
  head/contrib/llvm/lib/Target/PowerPC/PPCRegisterInfo.td
  head/contrib/llvm/lib/Target/PowerPC/PPCSchedule.td
  head/contrib/llvm/lib/Target/PowerPC/PPCScheduleE500mc.td
  head/contrib/llvm/lib/Target/PowerPC/PPCScheduleE5500.td
  head/contrib/llvm/lib/Target/PowerPC/PPCSubtarget.h
  head/contrib/llvm/lib/Target/PowerPC/PPCTLSDynamicCall.cpp
  head/contrib/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
  head/contrib/llvm/lib/Target/PowerPC/PPCTargetObjectFile.cpp
  head/contrib/llvm/lib/Target/PowerPC/PPCTargetObjectFile.h
  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/PowerPC/TargetInfo/PowerPCTargetInfo.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/LeonFeatures.td
  head/contrib/llvm/lib/Target/Sparc/LeonPasses.cpp
  head/contrib/llvm/lib/Target/Sparc/LeonPasses.h
  head/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcAsmBackend.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/MCTargetDesc/SparcMCTargetDesc.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/SparcISelDAGToDAG.cpp
  head/contrib/llvm/lib/Target/Sparc/SparcISelLowering.cpp
  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/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/SparcTargetObjectFile.cpp
  head/contrib/llvm/lib/Target/Sparc/SparcTargetObjectFile.h
  head/contrib/llvm/lib/Target/Sparc/TargetInfo/SparcTargetInfo.cpp
  head/contrib/llvm/lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
  head/contrib/llvm/lib/Target/SystemZ/Disassembler/SystemZDisassembler.cpp
  head/contrib/llvm/lib/Target/SystemZ/InstPrinter/SystemZInstPrinter.cpp
  head/contrib/llvm/lib/Target/SystemZ/InstPrinter/SystemZInstPrinter.h
  head/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp
  head/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCCodeEmitter.cpp
  head/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCFixups.h
  head/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCObjectWriter.cpp
  head/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp
  head/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.h
  head/contrib/llvm/lib/Target/SystemZ/SystemZ.h
  head/contrib/llvm/lib/Target/SystemZ/SystemZ.td
  head/contrib/llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp
  head/contrib/llvm/lib/Target/SystemZ/SystemZAsmPrinter.h
  head/contrib/llvm/lib/Target/SystemZ/SystemZElimCompare.cpp
  head/contrib/llvm/lib/Target/SystemZ/SystemZFrameLowering.cpp
  head/contrib/llvm/lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
  head/contrib/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
  head/contrib/llvm/lib/Target/SystemZ/SystemZISelLowering.h
  head/contrib/llvm/lib/Target/SystemZ/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/SystemZInstrVector.td
  head/contrib/llvm/lib/Target/SystemZ/SystemZLDCleanup.cpp
  head/contrib/llvm/lib/Target/SystemZ/SystemZLongBranch.cpp
  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.td
  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/SystemZTargetTransformInfo.cpp
  head/contrib/llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.h
  head/contrib/llvm/lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.cpp
  head/contrib/llvm/lib/Target/TargetIntrinsicInfo.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/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/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/TargetInfo/WebAssemblyTargetInfo.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssembly.h
  head/contrib/llvm/lib/Target/WebAssembly/WebAssembly.td
  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/WebAssemblyFixIrreducibleControlFlow.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyFrameLowering.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyFrameLowering.h
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrCall.td
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrControl.td
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrConv.td
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrFloat.td
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrFormats.td
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.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/WebAssemblyInstrSIMD.td
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyLowerBrUnless.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyOptimizeLiveIntervals.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyOptimizeReturned.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyPeephole.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyPrepareForLiveIntervals.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyRegColoring.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyRegNumbering.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyRegisterInfo.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyRegisterInfo.td
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyReplacePhysRegs.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblySetP2AlignOperands.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyStoreResults.cpp
  head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
  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/X86AsmParser.cpp
  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/InstPrinter/X86ATTInstPrinter.cpp
  head/contrib/llvm/lib/Target/X86/InstPrinter/X86InstComments.cpp
  head/contrib/llvm/lib/Target/X86/InstPrinter/X86InstComments.h
  head/contrib/llvm/lib/Target/X86/InstPrinter/X86IntelInstPrinter.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/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/TargetInfo/X86TargetInfo.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.h
  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/X86FixupBWInsts.cpp
  head/contrib/llvm/lib/Target/X86/X86FixupLEAs.cpp
  head/contrib/llvm/lib/Target/X86/X86FixupSetCC.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/X86InstrArithmetic.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/X86InstrFMA.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/X86InstrSSE.td
  head/contrib/llvm/lib/Target/X86/X86InstrShiftRotate.td
  head/contrib/llvm/lib/Target/X86/X86InstrSystem.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/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.h
  head/contrib/llvm/lib/Target/X86/X86RegisterInfo.td
  head/contrib/llvm/lib/Target/X86/X86SelectionDAGInfo.cpp
  head/contrib/llvm/lib/Target/X86/X86ShuffleDecodeConstantPool.cpp
  head/contrib/llvm/lib/Target/X86/X86ShuffleDecodeConstantPool.h
  head/contrib/llvm/lib/Target/X86/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/X86WinAllocaExpander.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/MCTargetDesc/XCoreMCTargetDesc.h
  head/contrib/llvm/lib/Target/XCore/TargetInfo/XCoreTargetInfo.cpp
  head/contrib/llvm/lib/Target/XCore/XCoreAsmPrinter.cpp
  head/contrib/llvm/lib/Target/XCore/XCoreFrameLowering.cpp
  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/XCoreInstrInfo.cpp
  head/contrib/llvm/lib/Target/XCore/XCoreInstrInfo.h
  head/contrib/llvm/lib/Target/XCore/XCoreInstrInfo.td
  head/contrib/llvm/lib/Target/XCore/XCoreMCInstLower.cpp
  head/contrib/llvm/lib/Target/XCore/XCoreMCInstLower.h
  head/contrib/llvm/lib/Target/XCore/XCoreMachineFunctionInfo.cpp
  head/contrib/llvm/lib/Target/XCore/XCoreRegisterInfo.cpp
  head/contrib/llvm/lib/Target/XCore/XCoreSelectionDAGInfo.cpp
  head/contrib/llvm/lib/Target/XCore/XCoreTargetMachine.cpp
  head/contrib/llvm/lib/Target/XCore/XCoreTargetObjectFile.cpp
  head/contrib/llvm/lib/Target/XCore/XCoreTargetObjectFile.h
  head/contrib/llvm/lib/Target/XCore/XCoreTargetTransformInfo.h
  head/contrib/llvm/lib/Transforms/IPO/ArgumentPromotion.cpp
  head/contrib/llvm/lib/Transforms/IPO/CrossDSOCFI.cpp
  head/contrib/llvm/lib/Transforms/IPO/DeadArgumentElimination.cpp
  head/contrib/llvm/lib/Transforms/IPO/FunctionAttrs.cpp
  head/contrib/llvm/lib/Transforms/IPO/FunctionImport.cpp
  head/contrib/llvm/lib/Transforms/IPO/GlobalDCE.cpp
  head/contrib/llvm/lib/Transforms/IPO/GlobalOpt.cpp
  head/contrib/llvm/lib/Transforms/IPO/IPO.cpp
  head/contrib/llvm/lib/Transforms/IPO/InferFunctionAttrs.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/LowerTypeTests.cpp
  head/contrib/llvm/lib/Transforms/IPO/MergeFunctions.cpp
  head/contrib/llvm/lib/Transforms/IPO/PartialInlining.cpp
  head/contrib/llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
  head/contrib/llvm/lib/Transforms/IPO/PruneEH.cpp
  head/contrib/llvm/lib/Transforms/IPO/SampleProfile.cpp
  head/contrib/llvm/lib/Transforms/IPO/StripSymbols.cpp
  head/contrib/llvm/lib/Transforms/IPO/WholeProgramDevirt.cpp
  head/contrib/llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
  head/contrib/llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
  head/contrib/llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
  head/contrib/llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
  head/contrib/llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
  head/contrib/llvm/lib/Transforms/InstCombine/InstCombineInternal.h
  head/contrib/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
  head/contrib/llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
  head/contrib/llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp
  head/contrib/llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
  head/contrib/llvm/lib/Transforms/InstCombine/InstCombineShifts.cpp
  head/contrib/llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
  head/contrib/llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
  head/contrib/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
  head/contrib/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
  head/contrib/llvm/lib/Transforms/Instrumentation/CFGMST.h
  head/contrib/llvm/lib/Transforms/Instrumentation/EfficiencySanitizer.cpp
  head/contrib/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp
  head/contrib/llvm/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
  head/contrib/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
  head/contrib/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
  head/contrib/llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
  head/contrib/llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp
  head/contrib/llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp
  head/contrib/llvm/lib/Transforms/ObjCARC/ARCRuntimeEntryPoints.h
  head/contrib/llvm/lib/Transforms/ObjCARC/ObjCARCContract.cpp
  head/contrib/llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp
  head/contrib/llvm/lib/Transforms/ObjCARC/PtrState.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/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/GVNHoist.cpp
  head/contrib/llvm/lib/Transforms/Scalar/GuardWidening.cpp
  head/contrib/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
  head/contrib/llvm/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
  head/contrib/llvm/lib/Transforms/Scalar/JumpThreading.cpp
  head/contrib/llvm/lib/Transforms/Scalar/LICM.cpp
  head/contrib/llvm/lib/Transforms/Scalar/LoadCombine.cpp
  head/contrib/llvm/lib/Transforms/Scalar/LoopDataPrefetch.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/LoopSimplifyCFG.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/LoopVersioningLICM.cpp
  head/contrib/llvm/lib/Transforms/Scalar/LowerExpectIntrinsic.cpp
  head/contrib/llvm/lib/Transforms/Scalar/LowerGuardIntrinsic.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/Reassociate.cpp
  head/contrib/llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
  head/contrib/llvm/lib/Transforms/Scalar/SCCP.cpp
  head/contrib/llvm/lib/Transforms/Scalar/SROA.cpp
  head/contrib/llvm/lib/Transforms/Scalar/Scalar.cpp
  head/contrib/llvm/lib/Transforms/Scalar/Scalarizer.cpp
  head/contrib/llvm/lib/Transforms/Scalar/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/BreakCriticalEdges.cpp
  head/contrib/llvm/lib/Transforms/Utils/BuildLibCalls.cpp
  head/contrib/llvm/lib/Transforms/Utils/BypassSlowDivision.cpp
  head/contrib/llvm/lib/Transforms/Utils/CloneModule.cpp
  head/contrib/llvm/lib/Transforms/Utils/CmpInstAnalysis.cpp
  head/contrib/llvm/lib/Transforms/Utils/CodeExtractor.cpp
  head/contrib/llvm/lib/Transforms/Utils/CtorUtils.cpp
  head/contrib/llvm/lib/Transforms/Utils/Evaluator.cpp
  head/contrib/llvm/lib/Transforms/Utils/FlattenCFG.cpp
  head/contrib/llvm/lib/Transforms/Utils/FunctionImportUtils.cpp
  head/contrib/llvm/lib/Transforms/Utils/GlobalStatus.cpp
  head/contrib/llvm/lib/Transforms/Utils/InlineFunction.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/MemorySSA.cpp
  head/contrib/llvm/lib/Transforms/Utils/ModuleUtils.cpp
  head/contrib/llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp
  head/contrib/llvm/lib/Transforms/Utils/SSAUpdater.cpp
  head/contrib/llvm/lib/Transforms/Utils/SimplifyCFG.cpp
  head/contrib/llvm/lib/Transforms/Utils/SimplifyInstructions.cpp
  head/contrib/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
  head/contrib/llvm/lib/Transforms/Utils/SymbolRewriter.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/LoadStoreVectorizer.cpp
  head/contrib/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  head/contrib/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
  head/contrib/llvm/tools/bugpoint/BugDriver.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/FindBugs.cpp
  head/contrib/llvm/tools/bugpoint/ListReducer.h
  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/ToolRunner.h
  head/contrib/llvm/tools/bugpoint/bugpoint.cpp
  head/contrib/llvm/tools/clang/include/clang-c/Index.h
  head/contrib/llvm/tools/clang/include/clang/AST/APValue.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/ASTVector.h
  head/contrib/llvm/tools/clang/include/clang/AST/Attr.h
  head/contrib/llvm/tools/clang/include/clang/AST/AttrIterator.h
  head/contrib/llvm/tools/clang/include/clang/AST/CXXInheritance.h
  head/contrib/llvm/tools/clang/include/clang/AST/CanonicalType.h
  head/contrib/llvm/tools/clang/include/clang/AST/CommentLexer.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/DeclGroup.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/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/Mangle.h
  head/contrib/llvm/tools/clang/include/clang/AST/MangleNumberingContext.h
  head/contrib/llvm/tools/clang/include/clang/AST/OpenMPClause.h
  head/contrib/llvm/tools/clang/include/clang/AST/OperationKinds.def
  head/contrib/llvm/tools/clang/include/clang/AST/RecursiveASTVisitor.h
  head/contrib/llvm/tools/clang/include/clang/AST/Redeclarable.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/StmtOpenMP.h
  head/contrib/llvm/tools/clang/include/clang/AST/TemplateBase.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/TypeNodes.def
  head/contrib/llvm/tools/clang/include/clang/AST/UnresolvedSet.h
  head/contrib/llvm/tools/clang/include/clang/AST/VTTBuilder.h
  head/contrib/llvm/tools/clang/include/clang/AST/VTableBuilder.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/ASTMatchers/ASTMatchersMacros.h
  head/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/Registry.h
  head/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/VariantValue.h
  head/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/Consumed.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/LiveVariables.h
  head/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ThreadSafetyCommon.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/CFG.h
  head/contrib/llvm/tools/clang/include/clang/Analysis/CallGraph.h
  head/contrib/llvm/tools/clang/include/clang/Analysis/ProgramPoint.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/Attributes.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/BuiltinsAMDGPU.def
  head/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsARM.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/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/Diagnostic.td
  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/DiagnosticLexKinds.td
  head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticOptions.def
  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/DiagnosticSerializationKinds.td
  head/contrib/llvm/tools/clang/include/clang/Basic/FileManager.h
  head/contrib/llvm/tools/clang/include/clang/Basic/FileSystemStatCache.h
  head/contrib/llvm/tools/clang/include/clang/Basic/IdentifierTable.h
  head/contrib/llvm/tools/clang/include/clang/Basic/LLVM.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/Linkage.h
  head/contrib/llvm/tools/clang/include/clang/Basic/Module.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/OpenCLImageTypes.def
  head/contrib/llvm/tools/clang/include/clang/Basic/OpenCLOptions.h
  head/contrib/llvm/tools/clang/include/clang/Basic/OpenMPKinds.def
  head/contrib/llvm/tools/clang/include/clang/Basic/OpenMPKinds.h
  head/contrib/llvm/tools/clang/include/clang/Basic/PlistSupport.h
  head/contrib/llvm/tools/clang/include/clang/Basic/SourceManager.h
  head/contrib/llvm/tools/clang/include/clang/Basic/SourceManagerInternals.h
  head/contrib/llvm/tools/clang/include/clang/Basic/Specifiers.h
  head/contrib/llvm/tools/clang/include/clang/Basic/StmtNodes.td
  head/contrib/llvm/tools/clang/include/clang/Basic/TargetBuiltins.h
  head/contrib/llvm/tools/clang/include/clang/Basic/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/Version.h
  head/contrib/llvm/tools/clang/include/clang/Basic/VirtualFileSystem.h
  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/ModuleBuilder.h
  head/contrib/llvm/tools/clang/include/clang/CodeGen/ObjectFilePCHContainerOperations.h
  head/contrib/llvm/tools/clang/include/clang/CodeGen/SwiftCallingConv.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/Tool.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/Driver/Types.h
  head/contrib/llvm/tools/clang/include/clang/Edit/Rewriters.h
  head/contrib/llvm/tools/clang/include/clang/Format/Format.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/DiagnosticRenderer.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/FrontendPluginRegistry.h
  head/contrib/llvm/tools/clang/include/clang/Frontend/LangStandards.def
  head/contrib/llvm/tools/clang/include/clang/Frontend/PCHContainerOperations.h
  head/contrib/llvm/tools/clang/include/clang/Frontend/PreprocessorOutputOptions.h
  head/contrib/llvm/tools/clang/include/clang/Frontend/SerializedDiagnosticReader.h
  head/contrib/llvm/tools/clang/include/clang/Frontend/TextDiagnostic.h
  head/contrib/llvm/tools/clang/include/clang/Frontend/Utils.h
  head/contrib/llvm/tools/clang/include/clang/Index/CommentToXML.h
  head/contrib/llvm/tools/clang/include/clang/Index/IndexSymbol.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/HeaderSearchOptions.h
  head/contrib/llvm/tools/clang/include/clang/Lex/LiteralSupport.h
  head/contrib/llvm/tools/clang/include/clang/Lex/ModuleLoader.h
  head/contrib/llvm/tools/clang/include/clang/Lex/ModuleMap.h
  head/contrib/llvm/tools/clang/include/clang/Lex/PPCallbacks.h
  head/contrib/llvm/tools/clang/include/clang/Lex/PTHManager.h
  head/contrib/llvm/tools/clang/include/clang/Lex/PreprocessingRecord.h
  head/contrib/llvm/tools/clang/include/clang/Lex/Preprocessor.h
  head/contrib/llvm/tools/clang/include/clang/Lex/PreprocessorOptions.h
  head/contrib/llvm/tools/clang/include/clang/Parse/Parser.h
  head/contrib/llvm/tools/clang/include/clang/Rewrite/Core/HTMLRewrite.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/DelayedDiagnostic.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/MultiplexExternalSemaSource.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/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/Template.h
  head/contrib/llvm/tools/clang/include/clang/Sema/TemplateDeduction.h
  head/contrib/llvm/tools/clang/include/clang/Sema/TypoCorrection.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/Serialization/ModuleFileExtension.h
  head/contrib/llvm/tools/clang/include/clang/Serialization/ModuleManager.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/ObjCRetainCount.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/SValExplainer.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.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/CheckerRegistry.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.def
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SummaryManager.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Frontend/AnalysisConsumer.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Frontend/FrontendActions.h
  head/contrib/llvm/tools/clang/include/clang/Tooling/CompilationDatabase.h
  head/contrib/llvm/tools/clang/include/clang/Tooling/Core/Replacement.h
  head/contrib/llvm/tools/clang/include/clang/Tooling/FileMatchTrie.h
  head/contrib/llvm/tools/clang/include/clang/Tooling/JSONCompilationDatabase.h
  head/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring.h
  head/contrib/llvm/tools/clang/include/clang/Tooling/ReplacementsYaml.h
  head/contrib/llvm/tools/clang/include/clang/Tooling/Tooling.h
  head/contrib/llvm/tools/clang/include/clang/module.modulemap
  head/contrib/llvm/tools/clang/lib/ARCMigrate/ARCMT.cpp
  head/contrib/llvm/tools/clang/lib/ARCMigrate/FileRemapper.cpp
  head/contrib/llvm/tools/clang/lib/ARCMigrate/Transforms.cpp
  head/contrib/llvm/tools/clang/lib/AST/APValue.cpp
  head/contrib/llvm/tools/clang/lib/AST/ASTContext.cpp
  head/contrib/llvm/tools/clang/lib/AST/ASTDiagnostic.cpp
  head/contrib/llvm/tools/clang/lib/AST/ASTDumper.cpp
  head/contrib/llvm/tools/clang/lib/AST/ASTImporter.cpp
  head/contrib/llvm/tools/clang/lib/AST/ASTTypeTraits.cpp
  head/contrib/llvm/tools/clang/lib/AST/AttrImpl.cpp
  head/contrib/llvm/tools/clang/lib/AST/CXXABI.h
  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/CommentBriefParser.cpp
  head/contrib/llvm/tools/clang/lib/AST/CommentLexer.cpp
  head/contrib/llvm/tools/clang/lib/AST/CommentParser.cpp
  head/contrib/llvm/tools/clang/lib/AST/CommentSema.cpp
  head/contrib/llvm/tools/clang/lib/AST/Decl.cpp
  head/contrib/llvm/tools/clang/lib/AST/DeclBase.cpp
  head/contrib/llvm/tools/clang/lib/AST/DeclCXX.cpp
  head/contrib/llvm/tools/clang/lib/AST/DeclGroup.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/ExprObjC.cpp
  head/contrib/llvm/tools/clang/lib/AST/ItaniumCXXABI.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/NestedNameSpecifier.cpp
  head/contrib/llvm/tools/clang/lib/AST/OpenMPClause.cpp
  head/contrib/llvm/tools/clang/lib/AST/RawCommentList.cpp
  head/contrib/llvm/tools/clang/lib/AST/Stmt.cpp
  head/contrib/llvm/tools/clang/lib/AST/StmtCXX.cpp
  head/contrib/llvm/tools/clang/lib/AST/StmtObjC.cpp
  head/contrib/llvm/tools/clang/lib/AST/StmtOpenMP.cpp
  head/contrib/llvm/tools/clang/lib/AST/StmtPrinter.cpp
  head/contrib/llvm/tools/clang/lib/AST/StmtProfile.cpp
  head/contrib/llvm/tools/clang/lib/AST/TemplateBase.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/Parser.cpp
  head/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  head/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/VariantValue.cpp
  head/contrib/llvm/tools/clang/lib/Analysis/AnalysisDeclContext.cpp
  head/contrib/llvm/tools/clang/lib/Analysis/BodyFarm.cpp
  head/contrib/llvm/tools/clang/lib/Analysis/CFG.cpp
  head/contrib/llvm/tools/clang/lib/Analysis/CallGraph.cpp
  head/contrib/llvm/tools/clang/lib/Analysis/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/LiveVariables.cpp
  head/contrib/llvm/tools/clang/lib/Analysis/PrintfFormatString.cpp
  head/contrib/llvm/tools/clang/lib/Analysis/ReachableCode.cpp
  head/contrib/llvm/tools/clang/lib/Analysis/ScanfFormatString.cpp
  head/contrib/llvm/tools/clang/lib/Analysis/ThreadSafety.cpp
  head/contrib/llvm/tools/clang/lib/Analysis/ThreadSafetyCommon.cpp
  head/contrib/llvm/tools/clang/lib/Analysis/UninitializedValues.cpp
  head/contrib/llvm/tools/clang/lib/Basic/Diagnostic.cpp
  head/contrib/llvm/tools/clang/lib/Basic/DiagnosticOptions.cpp
  head/contrib/llvm/tools/clang/lib/Basic/FileManager.cpp
  head/contrib/llvm/tools/clang/lib/Basic/FileSystemStatCache.cpp
  head/contrib/llvm/tools/clang/lib/Basic/IdentifierTable.cpp
  head/contrib/llvm/tools/clang/lib/Basic/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/SourceLocation.cpp
  head/contrib/llvm/tools/clang/lib/Basic/SourceManager.cpp
  head/contrib/llvm/tools/clang/lib/Basic/TargetInfo.cpp
  head/contrib/llvm/tools/clang/lib/Basic/Targets.cpp
  head/contrib/llvm/tools/clang/lib/Basic/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/CGBlocks.h
  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/CGCUDABuiltin.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGCUDANV.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGCUDARuntime.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGCXX.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGCXXABI.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGCXXABI.h
  head/contrib/llvm/tools/clang/lib/CodeGen/CGCall.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGCall.h
  head/contrib/llvm/tools/clang/lib/CodeGen/CGClass.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGCleanup.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/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/CGExprComplex.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGExprConstant.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGExprScalar.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGLoopInfo.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGLoopInfo.h
  head/contrib/llvm/tools/clang/lib/CodeGen/CGObjC.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGObjCGNU.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGObjCMac.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGObjCRuntime.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGObjCRuntime.h
  head/contrib/llvm/tools/clang/lib/CodeGen/CGOpenCLRuntime.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGOpenCLRuntime.h
  head/contrib/llvm/tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGOpenMPRuntime.h
  head/contrib/llvm/tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.h
  head/contrib/llvm/tools/clang/lib/CodeGen/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/CGVTables.h
  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/CodeGenTypeCache.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/SanitizerMetadata.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/SwiftCallingConv.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/TargetInfo.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/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/MinGWToolChain.cpp
  head/contrib/llvm/tools/clang/lib/Driver/Multilib.cpp
  head/contrib/llvm/tools/clang/lib/Driver/SanitizerArgs.cpp
  head/contrib/llvm/tools/clang/lib/Driver/Tool.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/Edit/RewriteObjCFoundationAPI.cpp
  head/contrib/llvm/tools/clang/lib/Format/BreakableToken.cpp
  head/contrib/llvm/tools/clang/lib/Format/ContinuationIndenter.cpp
  head/contrib/llvm/tools/clang/lib/Format/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/FormatTokenLexer.cpp
  head/contrib/llvm/tools/clang/lib/Format/FormatTokenLexer.h
  head/contrib/llvm/tools/clang/lib/Format/SortJavaScriptImports.cpp
  head/contrib/llvm/tools/clang/lib/Format/TokenAnalyzer.cpp
  head/contrib/llvm/tools/clang/lib/Format/TokenAnalyzer.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/UnwrappedLineFormatter.h
  head/contrib/llvm/tools/clang/lib/Format/UnwrappedLineParser.cpp
  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/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/FrontendOptions.cpp
  head/contrib/llvm/tools/clang/lib/Frontend/InitHeaderSearch.cpp
  head/contrib/llvm/tools/clang/lib/Frontend/InitPreprocessor.cpp
  head/contrib/llvm/tools/clang/lib/Frontend/ModuleDependencyCollector.cpp
  head/contrib/llvm/tools/clang/lib/Frontend/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/Rewrite/RewriteTest.cpp
  head/contrib/llvm/tools/clang/lib/Frontend/SerializedDiagnosticPrinter.cpp
  head/contrib/llvm/tools/clang/lib/Frontend/SerializedDiagnosticReader.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/Frontend/TextDiagnosticPrinter.cpp
  head/contrib/llvm/tools/clang/lib/Frontend/VerifyDiagnosticConsumer.cpp
  head/contrib/llvm/tools/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
  head/contrib/llvm/tools/clang/lib/Headers/__clang_cuda_cmath.h
  head/contrib/llvm/tools/clang/lib/Headers/__clang_cuda_intrinsics.h
  head/contrib/llvm/tools/clang/lib/Headers/__clang_cuda_math_forward_declares.h
  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/avx512bwintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/avx512dqintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/avx512fintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/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/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/fxsrintrin.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/intrin.h
  head/contrib/llvm/tools/clang/lib/Headers/lzcntintrin.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/opencl-c.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/stdatomic.h
  head/contrib/llvm/tools/clang/lib/Headers/tmmintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/xmmintrin.h
  head/contrib/llvm/tools/clang/lib/Index/CommentToXML.cpp
  head/contrib/llvm/tools/clang/lib/Index/IndexBody.cpp
  head/contrib/llvm/tools/clang/lib/Index/IndexDecl.cpp
  head/contrib/llvm/tools/clang/lib/Index/IndexSymbol.cpp
  head/contrib/llvm/tools/clang/lib/Index/IndexTypeSourceInfo.cpp
  head/contrib/llvm/tools/clang/lib/Index/IndexingContext.cpp
  head/contrib/llvm/tools/clang/lib/Index/IndexingContext.h
  head/contrib/llvm/tools/clang/lib/Index/USRGeneration.cpp
  head/contrib/llvm/tools/clang/lib/Lex/HeaderMap.cpp
  head/contrib/llvm/tools/clang/lib/Lex/HeaderSearch.cpp
  head/contrib/llvm/tools/clang/lib/Lex/Lexer.cpp
  head/contrib/llvm/tools/clang/lib/Lex/LiteralSupport.cpp
  head/contrib/llvm/tools/clang/lib/Lex/MacroInfo.cpp
  head/contrib/llvm/tools/clang/lib/Lex/ModuleMap.cpp
  head/contrib/llvm/tools/clang/lib/Lex/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/PTHLexer.cpp
  head/contrib/llvm/tools/clang/lib/Lex/Pragma.cpp
  head/contrib/llvm/tools/clang/lib/Lex/PreprocessingRecord.cpp
  head/contrib/llvm/tools/clang/lib/Lex/Preprocessor.cpp
  head/contrib/llvm/tools/clang/lib/Lex/TokenConcatenation.cpp
  head/contrib/llvm/tools/clang/lib/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/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/DelayedDiagnostic.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/ScopeInfo.cpp
  head/contrib/llvm/tools/clang/lib/Sema/Sema.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.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/ASTReaderInternals.h
  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/ModuleFileExtension.cpp
  head/contrib/llvm/tools/clang/lib/Serialization/ModuleManager.cpp
  head/contrib/llvm/tools/clang/lib/Serialization/MultiOnDiskHashTable.h
  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/BuiltinFunctionChecker.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/CastSizeChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CastToStructChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ChrootChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypeChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIChecker.h
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIFunctionClassifier.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPITypes.h
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MacOSXAPIChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCSuperDeallocChecker.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/PthreadLockChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/TestAfterDivZeroChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/AnalyzerOptions.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/BasicValueFactory.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/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/ExprEngineC.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.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/RangeConstraintManager.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/SimpleConstraintManager.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SimpleConstraintManager.h
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/Store.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SymbolManager.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/ModelInjector.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/ModelInjector.h
  head/contrib/llvm/tools/clang/lib/Tooling/ArgumentsAdjusters.cpp
  head/contrib/llvm/tools/clang/lib/Tooling/CompilationDatabase.cpp
  head/contrib/llvm/tools/clang/lib/Tooling/Core/Lookup.cpp
  head/contrib/llvm/tools/clang/lib/Tooling/Core/QualTypeNames.cpp
  head/contrib/llvm/tools/clang/lib/Tooling/Core/Replacement.cpp
  head/contrib/llvm/tools/clang/lib/Tooling/JSONCompilationDatabase.cpp
  head/contrib/llvm/tools/clang/lib/Tooling/Refactoring.cpp
  head/contrib/llvm/tools/clang/lib/Tooling/RefactoringCallbacks.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/ClangASTNodesEmitter.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/clang/utils/TableGen/TableGenBackends.h
  head/contrib/llvm/tools/llc/llc.cpp
  head/contrib/llvm/tools/lld/CMakeLists.txt
  head/contrib/llvm/tools/lld/COFF/CMakeLists.txt
  head/contrib/llvm/tools/lld/COFF/Chunks.cpp
  head/contrib/llvm/tools/lld/COFF/Chunks.h
  head/contrib/llvm/tools/lld/COFF/Config.h
  head/contrib/llvm/tools/lld/COFF/DLL.cpp
  head/contrib/llvm/tools/lld/COFF/Driver.cpp
  head/contrib/llvm/tools/lld/COFF/Driver.h
  head/contrib/llvm/tools/lld/COFF/DriverUtils.cpp
  head/contrib/llvm/tools/lld/COFF/Error.cpp
  head/contrib/llvm/tools/lld/COFF/Error.h
  head/contrib/llvm/tools/lld/COFF/ICF.cpp
  head/contrib/llvm/tools/lld/COFF/InputFiles.cpp
  head/contrib/llvm/tools/lld/COFF/InputFiles.h
  head/contrib/llvm/tools/lld/COFF/Librarian.cpp
  head/contrib/llvm/tools/lld/COFF/MarkLive.cpp
  head/contrib/llvm/tools/lld/COFF/ModuleDef.cpp
  head/contrib/llvm/tools/lld/COFF/Options.td
  head/contrib/llvm/tools/lld/COFF/PDB.cpp
  head/contrib/llvm/tools/lld/COFF/SymbolTable.cpp
  head/contrib/llvm/tools/lld/COFF/SymbolTable.h
  head/contrib/llvm/tools/lld/COFF/Symbols.cpp
  head/contrib/llvm/tools/lld/COFF/Symbols.h
  head/contrib/llvm/tools/lld/COFF/Writer.cpp
  head/contrib/llvm/tools/lld/COFF/Writer.h
  head/contrib/llvm/tools/lld/ELF/CMakeLists.txt
  head/contrib/llvm/tools/lld/ELF/Config.h
  head/contrib/llvm/tools/lld/ELF/Driver.cpp
  head/contrib/llvm/tools/lld/ELF/Driver.h
  head/contrib/llvm/tools/lld/ELF/DriverUtils.cpp
  head/contrib/llvm/tools/lld/ELF/EhFrame.cpp
  head/contrib/llvm/tools/lld/ELF/EhFrame.h
  head/contrib/llvm/tools/lld/ELF/Error.cpp
  head/contrib/llvm/tools/lld/ELF/Error.h
  head/contrib/llvm/tools/lld/ELF/ICF.cpp
  head/contrib/llvm/tools/lld/ELF/InputFiles.cpp
  head/contrib/llvm/tools/lld/ELF/InputFiles.h
  head/contrib/llvm/tools/lld/ELF/InputSection.cpp
  head/contrib/llvm/tools/lld/ELF/InputSection.h
  head/contrib/llvm/tools/lld/ELF/LTO.cpp
  head/contrib/llvm/tools/lld/ELF/LTO.h
  head/contrib/llvm/tools/lld/ELF/LinkerScript.cpp
  head/contrib/llvm/tools/lld/ELF/LinkerScript.h
  head/contrib/llvm/tools/lld/ELF/MarkLive.cpp
  head/contrib/llvm/tools/lld/ELF/Options.td
  head/contrib/llvm/tools/lld/ELF/OutputSections.cpp
  head/contrib/llvm/tools/lld/ELF/OutputSections.h
  head/contrib/llvm/tools/lld/ELF/Relocations.cpp
  head/contrib/llvm/tools/lld/ELF/Relocations.h
  head/contrib/llvm/tools/lld/ELF/ScriptParser.cpp
  head/contrib/llvm/tools/lld/ELF/ScriptParser.h
  head/contrib/llvm/tools/lld/ELF/Strings.cpp
  head/contrib/llvm/tools/lld/ELF/Strings.h
  head/contrib/llvm/tools/lld/ELF/SymbolTable.cpp
  head/contrib/llvm/tools/lld/ELF/SymbolTable.h
  head/contrib/llvm/tools/lld/ELF/Symbols.cpp
  head/contrib/llvm/tools/lld/ELF/Symbols.h
  head/contrib/llvm/tools/lld/ELF/Target.cpp
  head/contrib/llvm/tools/lld/ELF/Target.h
  head/contrib/llvm/tools/lld/ELF/Thunks.cpp
  head/contrib/llvm/tools/lld/ELF/Writer.cpp
  head/contrib/llvm/tools/lld/ELF/Writer.h
  head/contrib/llvm/tools/lld/include/lld/Config/Version.h
  head/contrib/llvm/tools/lld/include/lld/Config/Version.inc.in
  head/contrib/llvm/tools/lld/include/lld/Core/Atom.h
  head/contrib/llvm/tools/lld/include/lld/Core/DefinedAtom.h
  head/contrib/llvm/tools/lld/include/lld/Core/LinkingContext.h
  head/contrib/llvm/tools/lld/include/lld/Core/Node.h
  head/contrib/llvm/tools/lld/include/lld/Core/Parallel.h
  head/contrib/llvm/tools/lld/include/lld/Core/Pass.h
  head/contrib/llvm/tools/lld/include/lld/Core/PassManager.h
  head/contrib/llvm/tools/lld/include/lld/Core/Reader.h
  head/contrib/llvm/tools/lld/include/lld/Core/Reference.h
  head/contrib/llvm/tools/lld/include/lld/Core/Simple.h
  head/contrib/llvm/tools/lld/include/lld/Core/SymbolTable.h
  head/contrib/llvm/tools/lld/include/lld/Driver/Driver.h
  head/contrib/llvm/tools/lld/include/lld/ReaderWriter/MachOLinkingContext.h
  head/contrib/llvm/tools/lld/lib/Config/CMakeLists.txt
  head/contrib/llvm/tools/lld/lib/Config/Version.cpp
  head/contrib/llvm/tools/lld/lib/Core/CMakeLists.txt
  head/contrib/llvm/tools/lld/lib/Core/DefinedAtom.cpp
  head/contrib/llvm/tools/lld/lib/Core/Error.cpp
  head/contrib/llvm/tools/lld/lib/Core/File.cpp
  head/contrib/llvm/tools/lld/lib/Core/LinkingContext.cpp
  head/contrib/llvm/tools/lld/lib/Core/Reader.cpp
  head/contrib/llvm/tools/lld/lib/Core/Resolver.cpp
  head/contrib/llvm/tools/lld/lib/Core/SymbolTable.cpp
  head/contrib/llvm/tools/lld/lib/Core/Writer.cpp
  head/contrib/llvm/tools/lld/lib/Driver/CMakeLists.txt
  head/contrib/llvm/tools/lld/lib/Driver/DarwinLdDriver.cpp
  head/contrib/llvm/tools/lld/lib/ReaderWriter/CMakeLists.txt
  head/contrib/llvm/tools/lld/lib/ReaderWriter/FileArchive.cpp
  head/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/ArchHandler_arm.cpp
  head/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/ArchHandler_arm64.cpp
  head/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/ArchHandler_x86.cpp
  head/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/ArchHandler_x86_64.cpp
  head/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/CMakeLists.txt
  head/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/CompactUnwindPass.cpp
  head/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/File.h
  head/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/GOTPass.cpp
  head/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/LayoutPass.cpp
  head/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/MachOLinkingContext.cpp
  head/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/MachONormalizedFile.h
  head/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp
  head/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryUtils.h
  head/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
  head/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
  head/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp
  head/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileYAML.cpp
  head/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/ObjCPass.cpp
  head/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/ShimPass.cpp
  head/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/StubsPass.cpp
  head/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/TLVPass.cpp
  head/contrib/llvm/tools/lld/lib/ReaderWriter/YAML/CMakeLists.txt
  head/contrib/llvm/tools/lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp
  head/contrib/llvm/tools/lld/tools/lld/CMakeLists.txt
  head/contrib/llvm/tools/lld/tools/lld/lld.cpp
  head/contrib/llvm/tools/lldb/include/lldb/API/LLDB.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBAddress.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBAttachInfo.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBBlock.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBBreakpoint.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBBreakpointLocation.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBBroadcaster.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBCommandInterpreter.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBCommandReturnObject.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBCommunication.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBCompileUnit.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBData.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBDebugger.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBDeclaration.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBDefines.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBError.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBEvent.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBExecutionContext.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/SBFileSpecList.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBFrame.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBFunction.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/SBInstructionList.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBLanguageRuntime.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBLaunchInfo.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBLineEntry.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBListener.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBMemoryRegionInfo.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBMemoryRegionInfoList.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBModule.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBModuleSpec.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBPlatform.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBProcess.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBQueue.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBQueueItem.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBSection.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBSourceManager.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/SBSymbol.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBSymbolContext.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBSymbolContextList.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/SBThreadPlan.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBType.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBTypeCategory.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBTypeEnumMember.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBTypeFilter.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBTypeFormat.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBTypeNameSpecifier.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBTypeSummary.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBTypeSynthetic.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBUnixSignals.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBValue.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBValueList.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBVariablesOptions.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SBWatchpoint.h
  head/contrib/llvm/tools/lldb/include/lldb/API/SystemInitializerFull.h
  head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/Breakpoint.h
  head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointID.h
  head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointIDList.h
  head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointList.h
  head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointLocation.h
  head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointLocationCollection.h
  head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointLocationList.h
  head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointOptions.h
  head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointResolver.h
  head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointResolverAddress.h
  head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointResolverFileLine.h
  head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointResolverFileRegex.h
  head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointResolverName.h
  head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointSite.h
  head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointSiteList.h
  head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/Stoppoint.h
  head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/StoppointCallbackContext.h
  head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/StoppointLocation.h
  head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/Watchpoint.h
  head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/WatchpointList.h
  head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/WatchpointOptions.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/Address.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/AddressRange.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/AddressResolver.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/AddressResolverFileLine.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/AddressResolverName.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ArchSpec.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/Baton.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/Broadcaster.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ClangForward.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/Communication.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/Connection.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ConstString.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/DataBuffer.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/DataBufferHeap.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/DataBufferMemoryMap.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/DataEncoder.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/Disassembler.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/EmulateInstruction.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/Error.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/Event.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/FastDemangle.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/FileLineResolver.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/FileSpecList.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/Flags.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/FormatEntity.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/IOStreamMacros.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/Listener.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/LoadedModuleInfoList.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/Log.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/Logging.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/Mangled.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/MappedHash.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/Module.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ModuleChild.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ModuleList.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ModuleSpec.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/Opcode.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/PluginInterface.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/PluginManager.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/RangeMap.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/RegisterValue.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/RegularExpression.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/STLUtils.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/SourceManager.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/State.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/Stream.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/StreamAsynchronousIO.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/StreamBuffer.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/StreamCallback.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/StreamFile.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/StreamGDBRemote.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/StreamString.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/StreamTee.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/StringList.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/StructuredData.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ThreadSafeDenseMap.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ThreadSafeDenseSet.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ThreadSafeSTLMap.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ThreadSafeSTLVector.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ThreadSafeValue.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/Timer.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/UUID.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/UniqueCStringMap.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/UserID.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/UserSettingsController.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/VMRange.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/Value.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ValueObject.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectCast.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectChild.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectConstResult.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectConstResultCast.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectConstResultChild.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectConstResultImpl.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectDynamicValue.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectList.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectMemory.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectRegister.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectSyntheticFilter.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectVariable.h
  head/contrib/llvm/tools/lldb/include/lldb/Core/dwarf.h
  head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/CXXFunctionPointer.h
  head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/DataVisualization.h
  head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/DumpValueObjectOptions.h
  head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/FormatCache.h
  head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/FormatClasses.h
  head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/FormatManager.h
  head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/FormattersContainer.h
  head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/FormattersHelpers.h
  head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/LanguageCategory.h
  head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/StringPrinter.h
  head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeCategory.h
  head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeCategoryMap.h
  head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeFormat.h
  head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeSummary.h
  head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeSynthetic.h
  head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeValidator.h
  head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ValueObjectPrinter.h
  head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/VectorIterator.h
  head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/VectorType.h
  head/contrib/llvm/tools/lldb/include/lldb/Expression/DWARFExpression.h
  head/contrib/llvm/tools/lldb/include/lldb/Expression/DiagnosticManager.h
  head/contrib/llvm/tools/lldb/include/lldb/Expression/Expression.h
  head/contrib/llvm/tools/lldb/include/lldb/Expression/ExpressionParser.h
  head/contrib/llvm/tools/lldb/include/lldb/Expression/ExpressionSourceCode.h
  head/contrib/llvm/tools/lldb/include/lldb/Expression/ExpressionTypeSystemHelper.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/Materializer.h
  head/contrib/llvm/tools/lldb/include/lldb/Expression/REPL.h
  head/contrib/llvm/tools/lldb/include/lldb/Expression/UserExpression.h
  head/contrib/llvm/tools/lldb/include/lldb/Expression/UtilityFunction.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/Config.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/Debug.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/Editline.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/Endian.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/File.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/FileCache.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/HostGetOpt.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/HostInfo.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/HostInfoBase.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/HostNativeProcess.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/HostNativeProcessBase.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/HostNativeThreadBase.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/HostNativeThreadForward.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/HostProcess.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/HostThread.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/IOObject.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/LockFile.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/LockFileBase.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/MainLoop.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/MainLoopBase.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/MonitoringProcessLauncher.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/OptionParser.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/Pipe.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/PipeBase.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/Predicate.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/ProcessLauncher.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/ProcessRunLock.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/Socket.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/SocketAddress.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/StringConvert.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/Symbols.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/Terminal.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/ThisThread.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/ThreadLauncher.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/Time.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/XML.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/common/GetOptInc.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/common/NativeBreakpoint.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/common/NativeBreakpointList.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/common/NativeProcessProtocol.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/common/NativeRegisterContext.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/common/NativeRegisterContextRegisterInfo.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/common/NativeThreadProtocol.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/common/NativeWatchpointList.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/common/SoftwareBreakpoint.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/common/TCPSocket.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/common/UDPSocket.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/freebsd/Config.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/freebsd/HostInfoFreeBSD.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/freebsd/HostThreadFreeBSD.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/netbsd/HostInfoNetBSD.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/netbsd/HostThreadNetBSD.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/posix/ConnectionFileDescriptorPosix.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/posix/DomainSocket.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/posix/Fcntl.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/Host/posix/HostThreadPosix.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/posix/LockFilePosix.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/posix/MainLoopPosix.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/posix/PipePosix.h
  head/contrib/llvm/tools/lldb/include/lldb/Host/posix/ProcessLauncherPosix.h
  head/contrib/llvm/tools/lldb/include/lldb/Initialization/SystemInitializer.h
  head/contrib/llvm/tools/lldb/include/lldb/Initialization/SystemInitializerCommon.h
  head/contrib/llvm/tools/lldb/include/lldb/Initialization/SystemLifetimeManager.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/Args.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandAlias.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandCompletions.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandHistory.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandInterpreter.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandObject.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandObjectMultiword.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandObjectRegexCommand.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandOptionValidators.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandReturnObject.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupArchitecture.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupBoolean.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupFile.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupFormat.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupOutputFile.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupPlatform.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupString.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupUInt64.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupUUID.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupValueObjectDisplay.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupVariable.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupWatchpoint.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValue.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueArch.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueArgs.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueArray.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueBoolean.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueChar.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueDictionary.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueEnumeration.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueFileSpec.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueFileSpecList.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueFormat.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueFormatEntity.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueLanguage.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValuePathMappings.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueProperties.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueRegex.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueSInt64.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueString.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueUInt64.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueUUID.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValues.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/Options.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/Property.h
  head/contrib/llvm/tools/lldb/include/lldb/Interpreter/ScriptInterpreter.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/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/ClangExternalASTSourceCallbacks.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/ClangExternalASTSourceCommon.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/ClangUtil.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/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/DebugMacros.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/DeclVendor.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/Declaration.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/JavaASTContext.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/LineEntry.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/LineTable.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/ObjectContainer.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/ObjectFile.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/Symbol.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/SymbolContext.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/SymbolContextScope.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/SymbolFile.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/SymbolVendor.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/Symtab.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/TaggedASTType.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/Type.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/TypeList.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/TypeMap.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/Symbol/VariableList.h
  head/contrib/llvm/tools/lldb/include/lldb/Symbol/VerifyDecl.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ABI.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/CPPLanguageRuntime.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/DynamicLoader.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ExecutionContext.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ExecutionContextScope.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/FileAction.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/InstrumentationRuntime.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/InstrumentationRuntimeStopInfo.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/JITLoader.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/MemoryHistory.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/MemoryRegionInfo.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ObjCLanguageRuntime.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/OperatingSystem.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/PathMappingList.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/Platform.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/Process.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ProcessInfo.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ProcessLaunchInfo.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/Queue.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/QueueItem.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/QueueList.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/RegisterCheckpoint.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/RegisterContext.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/SectionLoadHistory.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/SectionLoadList.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/StackFrame.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/StackFrameList.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/StackID.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/StopInfo.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/SystemRuntime.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/Target.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/TargetList.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/Thread.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/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/ThreadPlanBase.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanCallFunction.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanCallFunctionUsingABI.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanCallUserExpression.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanPython.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanRunToAddress.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanShouldStopHere.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanStepInRange.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanStepInstruction.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanStepOut.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanStepOverBreakpoint.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanStepOverRange.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanStepRange.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanStepThrough.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanStepUntil.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanTracer.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadSpec.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/UnixSignals.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/Unwind.h
  head/contrib/llvm/tools/lldb/include/lldb/Target/UnwindAssembly.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/AnsiTerminal.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/CleanUp.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/ConvertEnum.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/Either.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/Iterable.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/JSON.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/LLDBAssert.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/NameMatches.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/PriorityPointerPair.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/ProcessStructReader.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/PseudoTerminal.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/Range.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/RegisterNumber.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/SafeMachO.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/SharedCluster.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/SharingPtr.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/StringExtractor.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/StringLexer.h
  head/contrib/llvm/tools/lldb/include/lldb/Utility/TaskPool.h
  head/contrib/llvm/tools/lldb/include/lldb/lldb-defines.h
  head/contrib/llvm/tools/lldb/include/lldb/lldb-enumerations.h
  head/contrib/llvm/tools/lldb/include/lldb/lldb-forward.h
  head/contrib/llvm/tools/lldb/include/lldb/lldb-private-defines.h
  head/contrib/llvm/tools/lldb/include/lldb/lldb-private-enumerations.h
  head/contrib/llvm/tools/lldb/include/lldb/lldb-private-forward.h
  head/contrib/llvm/tools/lldb/include/lldb/lldb-private-interfaces.h
  head/contrib/llvm/tools/lldb/include/lldb/lldb-private-types.h
  head/contrib/llvm/tools/lldb/include/lldb/lldb-private.h
  head/contrib/llvm/tools/lldb/include/lldb/lldb-public.h
  head/contrib/llvm/tools/lldb/include/lldb/lldb-types.h
  head/contrib/llvm/tools/lldb/include/lldb/lldb-versioning.h
  head/contrib/llvm/tools/lldb/source/API/SBAddress.cpp
  head/contrib/llvm/tools/lldb/source/API/SBAttachInfo.cpp
  head/contrib/llvm/tools/lldb/source/API/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/SBCommunication.cpp
  head/contrib/llvm/tools/lldb/source/API/SBCompileUnit.cpp
  head/contrib/llvm/tools/lldb/source/API/SBData.cpp
  head/contrib/llvm/tools/lldb/source/API/SBDebugger.cpp
  head/contrib/llvm/tools/lldb/source/API/SBDeclaration.cpp
  head/contrib/llvm/tools/lldb/source/API/SBError.cpp
  head/contrib/llvm/tools/lldb/source/API/SBEvent.cpp
  head/contrib/llvm/tools/lldb/source/API/SBExecutionContext.cpp
  head/contrib/llvm/tools/lldb/source/API/SBExpressionOptions.cpp
  head/contrib/llvm/tools/lldb/source/API/SBFileSpec.cpp
  head/contrib/llvm/tools/lldb/source/API/SBFileSpecList.cpp
  head/contrib/llvm/tools/lldb/source/API/SBFrame.cpp
  head/contrib/llvm/tools/lldb/source/API/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/SBLanguageRuntime.cpp
  head/contrib/llvm/tools/lldb/source/API/SBLaunchInfo.cpp
  head/contrib/llvm/tools/lldb/source/API/SBLineEntry.cpp
  head/contrib/llvm/tools/lldb/source/API/SBListener.cpp
  head/contrib/llvm/tools/lldb/source/API/SBMemoryRegionInfo.cpp
  head/contrib/llvm/tools/lldb/source/API/SBMemoryRegionInfoList.cpp
  head/contrib/llvm/tools/lldb/source/API/SBModule.cpp
  head/contrib/llvm/tools/lldb/source/API/SBModuleSpec.cpp
  head/contrib/llvm/tools/lldb/source/API/SBPlatform.cpp
  head/contrib/llvm/tools/lldb/source/API/SBProcess.cpp
  head/contrib/llvm/tools/lldb/source/API/SBQueue.cpp
  head/contrib/llvm/tools/lldb/source/API/SBQueueItem.cpp
  head/contrib/llvm/tools/lldb/source/API/SBSection.cpp
  head/contrib/llvm/tools/lldb/source/API/SBSourceManager.cpp
  head/contrib/llvm/tools/lldb/source/API/SBStream.cpp
  head/contrib/llvm/tools/lldb/source/API/SBStringList.cpp
  head/contrib/llvm/tools/lldb/source/API/SBSymbol.cpp
  head/contrib/llvm/tools/lldb/source/API/SBSymbolContext.cpp
  head/contrib/llvm/tools/lldb/source/API/SBSymbolContextList.cpp
  head/contrib/llvm/tools/lldb/source/API/SBTarget.cpp
  head/contrib/llvm/tools/lldb/source/API/SBThread.cpp
  head/contrib/llvm/tools/lldb/source/API/SBThreadCollection.cpp
  head/contrib/llvm/tools/lldb/source/API/SBThreadPlan.cpp
  head/contrib/llvm/tools/lldb/source/API/SBType.cpp
  head/contrib/llvm/tools/lldb/source/API/SBTypeCategory.cpp
  head/contrib/llvm/tools/lldb/source/API/SBTypeEnumMember.cpp
  head/contrib/llvm/tools/lldb/source/API/SBTypeFilter.cpp
  head/contrib/llvm/tools/lldb/source/API/SBTypeFormat.cpp
  head/contrib/llvm/tools/lldb/source/API/SBTypeNameSpecifier.cpp
  head/contrib/llvm/tools/lldb/source/API/SBTypeSummary.cpp
  head/contrib/llvm/tools/lldb/source/API/SBTypeSynthetic.cpp
  head/contrib/llvm/tools/lldb/source/API/SBUnixSignals.cpp
  head/contrib/llvm/tools/lldb/source/API/SBValue.cpp
  head/contrib/llvm/tools/lldb/source/API/SBValueList.cpp
  head/contrib/llvm/tools/lldb/source/API/SBVariablesOptions.cpp
  head/contrib/llvm/tools/lldb/source/API/SBWatchpoint.cpp
  head/contrib/llvm/tools/lldb/source/API/SystemInitializerFull.cpp
  head/contrib/llvm/tools/lldb/source/Breakpoint/Breakpoint.cpp
  head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointID.cpp
  head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointIDList.cpp
  head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointList.cpp
  head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointLocation.cpp
  head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointLocationCollection.cpp
  head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointLocationList.cpp
  head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointOptions.cpp
  head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointResolver.cpp
  head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointResolverAddress.cpp
  head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointResolverFileLine.cpp
  head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointResolverFileRegex.cpp
  head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointResolverName.cpp
  head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointSite.cpp
  head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointSiteList.cpp
  head/contrib/llvm/tools/lldb/source/Breakpoint/Stoppoint.cpp
  head/contrib/llvm/tools/lldb/source/Breakpoint/StoppointCallbackContext.cpp
  head/contrib/llvm/tools/lldb/source/Breakpoint/StoppointLocation.cpp
  head/contrib/llvm/tools/lldb/source/Breakpoint/Watchpoint.cpp
  head/contrib/llvm/tools/lldb/source/Breakpoint/WatchpointList.cpp
  head/contrib/llvm/tools/lldb/source/Breakpoint/WatchpointOptions.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandCompletions.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectApropos.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectApropos.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectArgs.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectArgs.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectBreakpoint.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectBreakpoint.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectBreakpointCommand.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectBreakpointCommand.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectBugreport.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectBugreport.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectCommands.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectCommands.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectDisassemble.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectDisassemble.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectExpression.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectExpression.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectFrame.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectFrame.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectGUI.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectGUI.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectHelp.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectHelp.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectLanguage.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/CommandObjectLog.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectMemory.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectMemory.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectMultiword.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectPlatform.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectPlatform.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectPlugin.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectPlugin.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectProcess.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectProcess.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectQuit.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectQuit.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectRegister.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectRegister.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectSettings.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectSettings.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectSource.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectSource.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectSyntax.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectSyntax.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectTarget.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectTarget.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectThread.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectThread.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectType.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectType.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectVersion.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectVersion.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectWatchpoint.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectWatchpoint.h
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectWatchpointCommand.cpp
  head/contrib/llvm/tools/lldb/source/Commands/CommandObjectWatchpointCommand.h
  head/contrib/llvm/tools/lldb/source/Core/Address.cpp
  head/contrib/llvm/tools/lldb/source/Core/AddressRange.cpp
  head/contrib/llvm/tools/lldb/source/Core/AddressResolver.cpp
  head/contrib/llvm/tools/lldb/source/Core/AddressResolverFileLine.cpp
  head/contrib/llvm/tools/lldb/source/Core/AddressResolverName.cpp
  head/contrib/llvm/tools/lldb/source/Core/ArchSpec.cpp
  head/contrib/llvm/tools/lldb/source/Core/Baton.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/Connection.cpp
  head/contrib/llvm/tools/lldb/source/Core/ConstString.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/FileLineResolver.cpp
  head/contrib/llvm/tools/lldb/source/Core/FileSpecList.cpp
  head/contrib/llvm/tools/lldb/source/Core/FormatEntity.cpp
  head/contrib/llvm/tools/lldb/source/Core/History.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/ModuleChild.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/SourceManager.cpp
  head/contrib/llvm/tools/lldb/source/Core/State.cpp
  head/contrib/llvm/tools/lldb/source/Core/Stream.cpp
  head/contrib/llvm/tools/lldb/source/Core/StreamAsynchronousIO.cpp
  head/contrib/llvm/tools/lldb/source/Core/StreamCallback.cpp
  head/contrib/llvm/tools/lldb/source/Core/StreamFile.cpp
  head/contrib/llvm/tools/lldb/source/Core/StreamGDBRemote.cpp
  head/contrib/llvm/tools/lldb/source/Core/StreamString.cpp
  head/contrib/llvm/tools/lldb/source/Core/StringList.cpp
  head/contrib/llvm/tools/lldb/source/Core/StructuredData.cpp
  head/contrib/llvm/tools/lldb/source/Core/Timer.cpp
  head/contrib/llvm/tools/lldb/source/Core/UUID.cpp
  head/contrib/llvm/tools/lldb/source/Core/UserID.cpp
  head/contrib/llvm/tools/lldb/source/Core/UserSettingsController.cpp
  head/contrib/llvm/tools/lldb/source/Core/VMRange.cpp
  head/contrib/llvm/tools/lldb/source/Core/Value.cpp
  head/contrib/llvm/tools/lldb/source/Core/ValueObject.cpp
  head/contrib/llvm/tools/lldb/source/Core/ValueObjectCast.cpp
  head/contrib/llvm/tools/lldb/source/Core/ValueObjectChild.cpp
  head/contrib/llvm/tools/lldb/source/Core/ValueObjectConstResult.cpp
  head/contrib/llvm/tools/lldb/source/Core/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/ValueObjectList.cpp
  head/contrib/llvm/tools/lldb/source/Core/ValueObjectMemory.cpp
  head/contrib/llvm/tools/lldb/source/Core/ValueObjectRegister.cpp
  head/contrib/llvm/tools/lldb/source/Core/ValueObjectSyntheticFilter.cpp
  head/contrib/llvm/tools/lldb/source/Core/ValueObjectVariable.cpp
  head/contrib/llvm/tools/lldb/source/DataFormatters/CXXFunctionPointer.cpp
  head/contrib/llvm/tools/lldb/source/DataFormatters/DataVisualization.cpp
  head/contrib/llvm/tools/lldb/source/DataFormatters/DumpValueObjectOptions.cpp
  head/contrib/llvm/tools/lldb/source/DataFormatters/FormatCache.cpp
  head/contrib/llvm/tools/lldb/source/DataFormatters/FormatClasses.cpp
  head/contrib/llvm/tools/lldb/source/DataFormatters/FormatManager.cpp
  head/contrib/llvm/tools/lldb/source/DataFormatters/FormattersHelpers.cpp
  head/contrib/llvm/tools/lldb/source/DataFormatters/LanguageCategory.cpp
  head/contrib/llvm/tools/lldb/source/DataFormatters/StringPrinter.cpp
  head/contrib/llvm/tools/lldb/source/DataFormatters/TypeCategory.cpp
  head/contrib/llvm/tools/lldb/source/DataFormatters/TypeCategoryMap.cpp
  head/contrib/llvm/tools/lldb/source/DataFormatters/TypeFormat.cpp
  head/contrib/llvm/tools/lldb/source/DataFormatters/TypeSummary.cpp
  head/contrib/llvm/tools/lldb/source/DataFormatters/TypeSynthetic.cpp
  head/contrib/llvm/tools/lldb/source/DataFormatters/TypeValidator.cpp
  head/contrib/llvm/tools/lldb/source/DataFormatters/ValueObjectPrinter.cpp
  head/contrib/llvm/tools/lldb/source/DataFormatters/VectorType.cpp
  head/contrib/llvm/tools/lldb/source/Expression/DWARFExpression.cpp
  head/contrib/llvm/tools/lldb/source/Expression/DiagnosticManager.cpp
  head/contrib/llvm/tools/lldb/source/Expression/Expression.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/FileCache.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/FileSpec.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/FileSystem.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/GetOptInc.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/Host.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/HostInfoBase.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/HostNativeThreadBase.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/HostProcess.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/HostThread.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/LockFileBase.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/MonitoringProcessLauncher.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/NativeBreakpoint.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/NativeBreakpointList.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/NativeProcessProtocol.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/NativeRegisterContext.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/NativeRegisterContextRegisterInfo.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/NativeThreadProtocol.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/NativeWatchpointList.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/OptionParser.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/PipeBase.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/ProcessRunLock.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/StringConvert.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/Symbols.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/TCPSocket.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/Terminal.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/ThisThread.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/ThreadLauncher.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/UDPSocket.cpp
  head/contrib/llvm/tools/lldb/source/Host/common/XML.cpp
  head/contrib/llvm/tools/lldb/source/Host/freebsd/Host.cpp
  head/contrib/llvm/tools/lldb/source/Host/freebsd/HostInfoFreeBSD.cpp
  head/contrib/llvm/tools/lldb/source/Host/freebsd/HostThreadFreeBSD.cpp
  head/contrib/llvm/tools/lldb/source/Host/freebsd/ThisThread.cpp
  head/contrib/llvm/tools/lldb/source/Host/netbsd/Host.cpp
  head/contrib/llvm/tools/lldb/source/Host/netbsd/HostInfoNetBSD.cpp
  head/contrib/llvm/tools/lldb/source/Host/netbsd/HostThreadNetBSD.cpp
  head/contrib/llvm/tools/lldb/source/Host/netbsd/ThisThread.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/Host/posix/LockFilePosix.cpp
  head/contrib/llvm/tools/lldb/source/Host/posix/MainLoopPosix.cpp
  head/contrib/llvm/tools/lldb/source/Host/posix/PipePosix.cpp
  head/contrib/llvm/tools/lldb/source/Host/posix/ProcessLauncherPosix.cpp
  head/contrib/llvm/tools/lldb/source/Initialization/SystemInitializer.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/CommandAlias.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/CommandObjectRegexCommand.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/CommandObjectScript.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/CommandObjectScript.h
  head/contrib/llvm/tools/lldb/source/Interpreter/CommandOptionValidators.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/CommandReturnObject.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupArchitecture.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupBoolean.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupFile.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupFormat.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupOutputFile.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupPlatform.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupString.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupUInt64.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupUUID.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupVariable.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupWatchpoint.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionValue.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueArch.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueArgs.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueArray.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueBoolean.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueChar.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueDictionary.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueEnumeration.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueFileSpec.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueFileSpecLIst.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueFormat.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueFormatEntity.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueLanguage.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionValuePathMappings.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueProperties.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueRegex.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueSInt64.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueString.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueUInt64.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueUUID.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/Options.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/Property.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/ScriptInterpreter.cpp
  head/contrib/llvm/tools/lldb/source/Interpreter/embedded_interpreter.py
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.h
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.h
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.h
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm/ABISysV_arm.h
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm64/ABISysV_arm64.h
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-hexagon/ABISysV_hexagon.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-hexagon/ABISysV_hexagon.h
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-i386/ABISysV_i386.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-i386/ABISysV_i386.h
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips/ABISysV_mips.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips/ABISysV_mips.h
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips64/ABISysV_mips64.h
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/ABISysV_ppc.h
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.h
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-s390x/ABISysV_s390x.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-s390x/ABISysV_s390x.h
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.h
  head/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.h
  head/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.h
  head/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/HexagonDYLDRendezvous.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/HexagonDYLDRendezvous.h
  head/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/AuxVector.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/AuxVector.h
  head/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.h
  head/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h
  head/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.h
  head/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.h
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ASTDumper.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ASTDumper.h
  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/ASTStructExtractor.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ASTStructExtractor.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/ClangDiagnostic.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/ClangExpressionVariable.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.h
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.h
  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/GoLexer.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Go/GoLexer.h
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Go/GoParser.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Go/GoParser.h
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Go/GoUserExpression.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Go/GoUserExpression.h
  head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Go/gen_go_ast.py
  head/contrib/llvm/tools/lldb/source/Plugins/Instruction/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/ARM64/EmulateInstructionARM64.h
  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/InstrumentationRuntime/AddressSanitizer/AddressSanitizerRuntime.h
  head/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ThreadSanitizer/ThreadSanitizerRuntime.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ThreadSanitizer/ThreadSanitizerRuntime.h
  head/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.h
  head/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/BlockPointer.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/BlockPointer.h
  head/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.h
  head/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/CxxStringTypes.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/CxxStringTypes.h
  head/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/LibCxx.h
  head/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxAtomic.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxAtomic.h
  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/Go/GoFormatterFunctions.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/Go/GoFormatterFunctions.h
  head/contrib/llvm/tools/lldb/source/Plugins/Language/Go/GoLanguage.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/Go/GoLanguage.h
  head/contrib/llvm/tools/lldb/source/Plugins/Language/Java/JavaFormatterFunctions.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/Java/JavaFormatterFunctions.h
  head/contrib/llvm/tools/lldb/source/Plugins/Language/Java/JavaLanguage.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/Java/JavaLanguage.h
  head/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/CF.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/CF.h
  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/CoreMedia.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/CoreMedia.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/NSDictionary.h
  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/NSSet.h
  head/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/NSString.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/NSString.h
  head/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/ObjCLanguage.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/ObjCLanguage.h
  head/contrib/llvm/tools/lldb/source/Plugins/Language/ObjCPlusPlus/ObjCPlusPlusLanguage.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Language/ObjCPlusPlus/ObjCPlusPlusLanguage.h
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.h
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/Go/GoLanguageRuntime.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/Go/GoLanguageRuntime.h
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/Java/JavaLanguageRuntime.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/Java/JavaLanguageRuntime.h
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.h
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.h
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.h
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.h
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.h
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.h
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.h
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.h
  head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/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/MemoryHistory/asan/MemoryHistoryASan.h
  head/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.h
  head/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.h
  head/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h
  head/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.h
  head/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Go/OperatingSystemGo.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Go/OperatingSystemGo.h
  head/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h
  head/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h
  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/FreeBSDThread.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/POSIXStopInfo.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/POSIXStopInfo.h
  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/RegisterContextPOSIX.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm64.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_mips64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_mips64.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_powerpc.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_powerpc.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_x86.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_x86.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/CrashReason.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/CrashReason.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/ProcessMessage.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/ProcessMessage.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/ProcessPOSIXLog.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/ProcessPOSIXLog.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ARMDefines.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ARMUtils.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/FreeBSDSignals.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/FreeBSDSignals.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/GDBRemoteSignals.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/GDBRemoteSignals.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/HistoryThread.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/InferiorCallPOSIX.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/InstructionUtils.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/LinuxSignals.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/LinuxSignals.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/MipsLinuxSignals.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/MipsLinuxSignals.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/NetBSDSignals.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/NetBSDSignals.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm64.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_i386.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_i386.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextDummy.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextDummy.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_arm.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_arm.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_i386.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_i386.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_mips64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_mips64.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_powerpc.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_powerpc.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_x86_64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_x86_64.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextHistory.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextHistory.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_arm.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_arm.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_i386.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_i386.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips64.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_s390x.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_s390x.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_x86_64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_x86_64.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextMach_arm.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextMach_arm.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextMach_i386.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextMach_i386.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextMach_x86_64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextMach_x86_64.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextMemory.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextMemory.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_mips64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_mips64.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_powerpc.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_powerpc.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_s390x.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_s390x.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_x86.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_x86.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextThreadMemory.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextThreadMemory.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContext_mips.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContext_powerpc.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContext_s390x.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContext_x86.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfoInterface.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_arm.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_arm64.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_i386.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_mips.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_mips64.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_powerpc.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_s390x.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/Utility/StopInfoMachException.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ThreadMemory.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ThreadMemory.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/UnwindLLDB.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/UnwindLLDB.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/lldb-arm-register-enums.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/lldb-arm64-register-enums.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/lldb-mips-freebsd-register-enums.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/lldb-mips-linux-register-enums.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/lldb-s390x-register-enums.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/lldb-x86-register-enums.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.h
  head/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
  head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.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/GDBRemoteCommunication.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.h
  head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h
  head/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/None/ScriptInterpreterNone.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/None/ScriptInterpreterNone.h
  head/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
  head/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonExceptionState.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonExceptionState.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/ScriptInterpreter/Python/lldb-python.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/DWARFASTParserGo.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserJava.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserJava.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFAttribute.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFAttribute.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIECollection.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIECollection.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDataExtractor.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDataExtractor.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.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/DWARFDebugLine.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacinfo.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacinfo.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacinfoEntry.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacinfoEntry.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacro.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacro.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugPubnames.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugPubnames.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugPubnamesSet.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugPubnamesSet.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/NameToDIE.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/NameToDIE.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/UniqueDWARFASTType.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/UniqueDWARFASTType.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.h
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.h
  head/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.h
  head/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp
  head/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.h
  head/contrib/llvm/tools/lldb/source/Symbol/ArmUnwindInfo.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/Block.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/ClangASTContext.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/ClangASTImporter.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/ClangExternalASTSourceCallbacks.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/ClangExternalASTSourceCommon.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/ClangUtil.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/CompactUnwindInfo.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/CompileUnit.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/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/DebugMacros.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/Declaration.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/JavaASTContext.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/TypeList.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/TypeMap.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/TypeSystem.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/UnwindPlan.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/UnwindTable.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/Variable.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/VariableList.cpp
  head/contrib/llvm/tools/lldb/source/Symbol/VerifyDecl.cpp
  head/contrib/llvm/tools/lldb/source/Target/ABI.cpp
  head/contrib/llvm/tools/lldb/source/Target/CPPLanguageRuntime.cpp
  head/contrib/llvm/tools/lldb/source/Target/ExecutionContext.cpp
  head/contrib/llvm/tools/lldb/source/Target/FileAction.cpp
  head/contrib/llvm/tools/lldb/source/Target/InstrumentationRuntime.cpp
  head/contrib/llvm/tools/lldb/source/Target/InstrumentationRuntimeStopInfo.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/QueueItem.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/ThreadPlanBase.cpp
  head/contrib/llvm/tools/lldb/source/Target/ThreadPlanCallFunction.cpp
  head/contrib/llvm/tools/lldb/source/Target/ThreadPlanCallFunctionUsingABI.cpp
  head/contrib/llvm/tools/lldb/source/Target/ThreadPlanCallUserExpression.cpp
  head/contrib/llvm/tools/lldb/source/Target/ThreadPlanPython.cpp
  head/contrib/llvm/tools/lldb/source/Target/ThreadPlanRunToAddress.cpp
  head/contrib/llvm/tools/lldb/source/Target/ThreadPlanShouldStopHere.cpp
  head/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepInRange.cpp
  head/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepInstruction.cpp
  head/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepOut.cpp
  head/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepOverBreakpoint.cpp
  head/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepOverRange.cpp
  head/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepRange.cpp
  head/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepThrough.cpp
  head/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepUntil.cpp
  head/contrib/llvm/tools/lldb/source/Target/ThreadPlanTracer.cpp
  head/contrib/llvm/tools/lldb/source/Target/ThreadSpec.cpp
  head/contrib/llvm/tools/lldb/source/Target/UnixSignals.cpp
  head/contrib/llvm/tools/lldb/source/Target/UnwindAssembly.cpp
  head/contrib/llvm/tools/lldb/source/Utility/ARM64_DWARF_Registers.cpp
  head/contrib/llvm/tools/lldb/source/Utility/ARM64_DWARF_Registers.h
  head/contrib/llvm/tools/lldb/source/Utility/ARM64_ehframe_Registers.h
  head/contrib/llvm/tools/lldb/source/Utility/ARM_DWARF_Registers.cpp
  head/contrib/llvm/tools/lldb/source/Utility/ARM_DWARF_Registers.h
  head/contrib/llvm/tools/lldb/source/Utility/ARM_ehframe_Registers.h
  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/LLDBAssert.cpp
  head/contrib/llvm/tools/lldb/source/Utility/ModuleCache.cpp
  head/contrib/llvm/tools/lldb/source/Utility/ModuleCache.h
  head/contrib/llvm/tools/lldb/source/Utility/NameMatches.cpp
  head/contrib/llvm/tools/lldb/source/Utility/PseudoTerminal.cpp
  head/contrib/llvm/tools/lldb/source/Utility/Range.cpp
  head/contrib/llvm/tools/lldb/source/Utility/RegisterNumber.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/StringLexer.cpp
  head/contrib/llvm/tools/lldb/source/Utility/TaskPool.cpp
  head/contrib/llvm/tools/lldb/source/Utility/UriParser.cpp
  head/contrib/llvm/tools/lldb/source/Utility/UriParser.h
  head/contrib/llvm/tools/lldb/source/lldb.cpp
  head/contrib/llvm/tools/lldb/tools/argdumper/argdumper.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/MICmdArgContext.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgContext.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgSet.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgSet.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValBase.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValBase.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValConsume.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValConsume.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValFile.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValFile.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValListBase.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValListBase.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValListOfN.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValListOfN.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValNumber.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValNumber.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValOptionLong.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValOptionLong.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValOptionShort.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValOptionShort.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValPrintValues.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValPrintValues.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValString.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValString.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValThreadGrp.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValThreadGrp.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdBase.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdBase.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmd.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmd.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdBreak.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdBreak.h
  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/MICmdCmdEnviro.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdEnviro.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdExec.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdExec.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdFile.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdFile.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbInfo.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbInfo.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbSet.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbSet.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbShow.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbShow.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbThread.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbThread.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdMiscellanous.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdMiscellanous.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdStack.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdStack.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdSupportInfo.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdSupportInfo.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdSupportList.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdSupportList.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdSymbol.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdSymbol.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdTarget.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdTarget.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/MICmdCmdTrace.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdTrace.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdVar.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdVar.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCommands.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCommands.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdData.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdFactory.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdFactory.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdInterpreter.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdInterpreter.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdInvoker.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdInvoker.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdMgr.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdMgr.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdMgrSetCmdDeleteCallback.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdMgrSetCmdDeleteCallback.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnBase.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnBase.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnConfig.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBBroadcaster.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBBroadcaster.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebugSessionInfo.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebugSessionInfo.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebugSessionInfoVarObj.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebugSessionInfoVarObj.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebugger.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebugger.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBProxySBValue.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBProxySBValue.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBUtilSBValue.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBUtilSBValue.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLog.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLog.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLogMediumFile.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLogMediumFile.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIOutOfBandRecord.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIOutOfBandRecord.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIResultRecord.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIResultRecord.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValue.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValue.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueConst.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueConst.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueList.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueList.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueResult.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueResult.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueTuple.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueTuple.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnResources.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnResources.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStderr.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStderr.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStdin.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStdin.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStdout.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStdout.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnThreadMgrStd.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnThreadMgrStd.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MIDataTypes.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MIDriver.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MIDriver.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MIDriverBase.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MIDriverBase.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MIDriverMain.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MIDriverMgr.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MIDriverMgr.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilDateTimeStd.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilDateTimeStd.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilDebug.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilDebug.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilFileStd.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilFileStd.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilMapIdToVariant.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilMapIdToVariant.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilSingletonBase.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilSingletonHelper.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilString.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilString.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilThreadBaseStd.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilThreadBaseStd.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilVariant.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilVariant.h
  head/contrib/llvm/tools/lldb/tools/lldb-mi/Platform.h
  head/contrib/llvm/tools/lldb/tools/lldb-server/Acceptor.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-server/Acceptor.h
  head/contrib/llvm/tools/lldb/tools/lldb-server/LLDBServerUtilities.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-server/LLDBServerUtilities.h
  head/contrib/llvm/tools/lldb/tools/lldb-server/lldb-gdbserver.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-server/lldb-platform.cpp
  head/contrib/llvm/tools/lldb/tools/lldb-server/lldb-server.cpp
  head/contrib/llvm/tools/lli/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/CoverageReport.cpp
  head/contrib/llvm/tools/llvm-cov/CoverageReport.h
  head/contrib/llvm/tools/llvm-cov/CoverageSummaryInfo.cpp
  head/contrib/llvm/tools/llvm-cov/CoverageSummaryInfo.h
  head/contrib/llvm/tools/llvm-cov/CoverageViewOptions.h
  head/contrib/llvm/tools/llvm-cov/SourceCoverageView.cpp
  head/contrib/llvm/tools/llvm-cov/SourceCoverageView.h
  head/contrib/llvm/tools/llvm-cov/SourceCoverageViewHTML.cpp
  head/contrib/llvm/tools/llvm-cov/SourceCoverageViewHTML.h
  head/contrib/llvm/tools/llvm-cov/SourceCoverageViewText.cpp
  head/contrib/llvm/tools/llvm-cov/SourceCoverageViewText.h
  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-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/ELFDump.cpp
  head/contrib/llvm/tools/llvm-objdump/MachODump.cpp
  head/contrib/llvm/tools/llvm-objdump/llvm-objdump.cpp
  head/contrib/llvm/tools/llvm-objdump/llvm-objdump.h
  head/contrib/llvm/tools/llvm-pdbdump/LLVMOutputStyle.cpp
  head/contrib/llvm/tools/llvm-pdbdump/LLVMOutputStyle.h
  head/contrib/llvm/tools/llvm-pdbdump/PdbYaml.cpp
  head/contrib/llvm/tools/llvm-pdbdump/PdbYaml.h
  head/contrib/llvm/tools/llvm-pdbdump/YAMLOutputStyle.cpp
  head/contrib/llvm/tools/llvm-pdbdump/YAMLOutputStyle.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/ARMEHABIPrinter.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.h
  head/contrib/llvm/tools/llvm-readobj/StackMapPrinter.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/NewPMDriver.cpp
  head/contrib/llvm/tools/opt/NewPMDriver.h
  head/contrib/llvm/tools/opt/PassPrinters.cpp
  head/contrib/llvm/tools/opt/opt.cpp
  head/contrib/llvm/utils/TableGen/AsmMatcherEmitter.cpp
  head/contrib/llvm/utils/TableGen/AsmWriterEmitter.cpp
  head/contrib/llvm/utils/TableGen/Attributes.cpp
  head/contrib/llvm/utils/TableGen/CTagsEmitter.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/CodeGenTarget.cpp
  head/contrib/llvm/utils/TableGen/CodeGenTarget.h
  head/contrib/llvm/utils/TableGen/DAGISelEmitter.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/PseudoLoweringEmitter.cpp
  head/contrib/llvm/utils/TableGen/RegisterInfoEmitter.cpp
  head/contrib/llvm/utils/TableGen/SearchableTableEmitter.cpp
  head/contrib/llvm/utils/TableGen/SubtargetEmitter.cpp
  head/contrib/llvm/utils/TableGen/TableGen.cpp
  head/contrib/llvm/utils/TableGen/TableGenBackends.h
  head/contrib/llvm/utils/TableGen/X86RecognizableInstr.cpp
  head/contrib/llvm/utils/TableGen/X86RecognizableInstr.h
  head/contrib/tcpdump/getopt_long.h
  head/contrib/tcpdump/ipproto.h
  head/contrib/tcpdump/print-802_11.c
  head/contrib/tcpdump/print-sunrpc.c
  head/contrib/tcpdump/rpc_auth.h
  head/contrib/tcpdump/rpc_msg.h
  head/etc/mtree/BSD.debug.dist
  head/etc/mtree/BSD.usr.dist
  head/lib/clang/freebsd_cc_version.h
  head/lib/clang/headers/Makefile
  head/lib/clang/include/clang/Basic/Version.inc
  head/lib/clang/include/clang/Config/config.h
  head/lib/clang/include/lld/Config/Version.inc
  head/lib/clang/include/llvm/Config/config.h
  head/lib/clang/include/llvm/Config/llvm-config.h
  head/lib/clang/libclang/Makefile
  head/lib/clang/liblldb/Makefile
  head/lib/clang/libllvm/Makefile
  head/lib/clang/libllvmminimal/Makefile
  head/lib/clang/llvm.build.mk
  head/lib/libc++/Makefile
  head/lib/libc/gdtoa/Makefile.inc
  head/lib/libclang_rt/Makefile.inc
  head/lib/libclang_rt/asan/Makefile
  head/lib/libclang_rt/asan_dynamic/Makefile
  head/lib/libclang_rt/safestack/Makefile
  head/lib/libclang_rt/stats/Makefile
  head/lib/libclang_rt/ubsan_standalone/Makefile
  head/share/mk/bsd.sys.mk
  head/share/mk/src.opts.mk
  head/sys/conf/kern.mk
  head/sys/sys/param.h
  head/tools/build/mk/OptionalObsoleteFiles.inc
  head/usr.bin/clang/Makefile
  head/usr.bin/clang/lld/Makefile
  head/usr.bin/clang/llvm-cov/Makefile
  head/usr.bin/clang/llvm-objdump/Makefile
  head/usr.bin/clang/llvm-pdbdump/Makefile
  head/usr.bin/clang/llvm-tblgen/Makefile
Directory Properties:
  head/   (props changed)
  head/cddl/   (props changed)
  head/cddl/contrib/opensolaris/   (props changed)
  head/contrib/binutils/   (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/gcc/   (props changed)
  head/contrib/ipfilter/   (props changed)
  head/contrib/libarchive/   (props changed)
  head/contrib/libc++/   (props changed)
  head/contrib/libpcap/   (props changed)
  head/contrib/libucl/   (props changed)
  head/contrib/libxo/   (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/lld/   (props changed)
  head/contrib/llvm/tools/lldb/   (props changed)
  head/contrib/mdocml/   (props changed)
  head/contrib/mtree/   (props changed)
  head/contrib/netbsd-tests/   (props changed)
  head/contrib/netcat/   (props changed)
  head/contrib/openbsm/   (props changed)
  head/contrib/openpam/   (props changed)
  head/contrib/openresolv/   (props changed)
  head/contrib/sendmail/   (props changed)
  head/contrib/tcpdump/   (props changed)
  head/contrib/tzcode/stdtime/   (props changed)
  head/contrib/xz/   (props changed)
  head/contrib/zlib/   (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/lib/libedit/   (props changed)
  head/lib/libedit/edit/readline/   (props changed)
  head/sys/cddl/contrib/opensolaris/   (props changed)
  head/sys/contrib/ck/   (props changed)
  head/sys/contrib/dev/acpica/   (props changed)
  head/sys/contrib/ipfilter/   (props changed)
  head/usr.sbin/bhyve/ps2mouse.c   (props changed)
  head/usr.sbin/bhyve/rfb.c   (props changed)

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Thu Mar  2 18:07:19 2017	(r314563)
+++ head/Makefile.inc1	Thu Mar  2 20:49:40 2017	(r314564)
@@ -513,7 +513,7 @@ TMAKE=		MAKEOBJDIRPREFIX=${OBJTREE} \
 # cross-tools stage
 XMAKE=		TOOLS_PREFIX=${WORLDTMP} ${BMAKE} \
 		TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH} \
-		MK_GDB=no MK_TESTS=no MK_LLD_IS_LD=no
+		MK_GDB=no MK_TESTS=no
 
 # kernel-tools stage
 KTMAKEENV=	INSTALL="sh ${.CURDIR}/tools/install.sh" \
@@ -1825,6 +1825,9 @@ _elftctools=	lib/libelftc \
 # cross-build on a FreeBSD 10 host:
 _elftctools+=	usr.bin/addr2line
 .endif
+.if ${MK_LLD_IS_LD} != "no"
+_lld=		usr.bin/clang/lld
+.endif
 .elif ${TARGET_ARCH} != ${MACHINE_ARCH} && ${MK_ELFTOOLCHAIN_BOOTSTRAP} != "no"
 # If cross-building with an external binutils we still need to build strip for
 # the target (for at least crunchide).
@@ -1849,6 +1852,7 @@ cross-tools: .MAKE .PHONY
     ${LOCAL_XTOOL_DIRS} \
     ${_clang_libs} \
     ${_clang} \
+    ${_lld} \
     ${_binutils} \
     ${_elftctools} \
     ${_dtrace_tools} \

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Thu Mar  2 18:07:19 2017	(r314563)
+++ head/ObsoleteFiles.inc	Thu Mar  2 20:49:40 2017	(r314564)
@@ -38,6 +38,119 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20170302: new libc++ import which bumps version from 3.9.1 to 4.0.0.
+OLD_FILES+=usr/include/c++/v1/__undef___deallocate
+OLD_FILES+=usr/include/c++/v1/tr1/__undef___deallocate
+# 20170302: new clang import which bumps version from 3.9.1 to 4.0.0.
+OLD_FILES+=usr/lib/clang/3.9.1/include/sanitizer/allocator_interface.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/sanitizer/asan_interface.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/sanitizer/common_interface_defs.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/sanitizer/coverage_interface.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/sanitizer/dfsan_interface.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/sanitizer/esan_interface.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/sanitizer/linux_syscall_hooks.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/sanitizer/lsan_interface.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/sanitizer/msan_interface.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/sanitizer/tsan_interface_atomic.h
+OLD_DIRS+=usr/lib/clang/3.9.1/include/sanitizer
+OLD_FILES+=usr/lib/clang/3.9.1/include/__clang_cuda_cmath.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/__clang_cuda_intrinsics.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/__clang_cuda_math_forward_declares.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/__clang_cuda_runtime_wrapper.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/__stddef_max_align_t.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/__wmmintrin_aes.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/__wmmintrin_pclmul.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/adxintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/altivec.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/ammintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/arm_acle.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/arm_neon.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/avx2intrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/avx512bwintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/avx512cdintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/avx512dqintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/avx512erintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/avx512fintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/avx512ifmaintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/avx512ifmavlintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/avx512pfintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/avx512vbmiintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/avx512vbmivlintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/avx512vlbwintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/avx512vlcdintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/avx512vldqintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/avx512vlintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/avxintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/bmi2intrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/bmiintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/clflushoptintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/cpuid.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/cuda_builtin_vars.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/emmintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/f16cintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/fma4intrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/fmaintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/fxsrintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/htmintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/htmxlintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/ia32intrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/immintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/lzcntintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/mm3dnow.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/mm_malloc.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/mmintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/module.modulemap
+OLD_FILES+=usr/lib/clang/3.9.1/include/msa.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/mwaitxintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/nmmintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/opencl-c.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/pkuintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/pmmintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/popcntintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/prfchwintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/rdseedintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/rtmintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/s390intrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/shaintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/smmintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/tbmintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/tmmintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/vadefs.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/vecintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/wmmintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/x86intrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/xmmintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/xopintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/xsavecintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/xsaveintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/xsaveoptintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/xsavesintrin.h
+OLD_FILES+=usr/lib/clang/3.9.1/include/xtestintrin.h
+OLD_DIRS+=usr/lib/clang/3.9.1/include
+OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.asan-i386.a
+OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.asan-i386.so
+OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.asan-preinit-i386.a
+OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.asan-preinit-x86_64.a
+OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.asan-x86_64.a
+OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.asan-x86_64.so
+OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.asan_cxx-i386.a
+OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.asan_cxx-x86_64.a
+OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.profile-arm.a
+OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.profile-i386.a
+OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.profile-x86_64.a
+OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.safestack-i386.a
+OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.safestack-x86_64.a
+OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.stats-i386.a
+OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.stats-x86_64.a
+OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.stats_client-i386.a
+OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.stats_client-x86_64.a
+OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.ubsan_standalone-i386.a
+OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a
+OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a
+OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a
+OLD_DIRS+=usr/lib/clang/3.9.1/lib/freebsd
+OLD_DIRS+=usr/lib/clang/3.9.1/lib
+OLD_DIRS+=usr/lib/clang/3.9.1
 # 20170226: SVR4 compatibility removed
 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386"
 OLD_FILES+=usr/share/man/man4/streams.4

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Thu Mar  2 18:07:19 2017	(r314563)
+++ head/UPDATING	Thu Mar  2 20:49:40 2017	(r314564)
@@ -51,6 +51,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12
 
 ****************************** SPECIAL WARNING: ******************************
 
+20170302:
+	Clang, llvm, lldb, compiler-rt and libc++ have been upgraded to 4.0.0.
+	Please see the 20141231 entry below for information about prerequisites
+	and upgrading, if you are not already using clang 3.5.0 or higher.
+
 20170221:
 	The code that provides support for ZFS .zfs/ directory functionality
 	has been reimplemented.  It's not possible now to create a snapshot

Modified: head/contrib/compiler-rt/include/sanitizer/common_interface_defs.h
==============================================================================
--- head/contrib/compiler-rt/include/sanitizer/common_interface_defs.h	Thu Mar  2 18:07:19 2017	(r314563)
+++ head/contrib/compiler-rt/include/sanitizer/common_interface_defs.h	Thu Mar  2 20:49:40 2017	(r314564)
@@ -117,6 +117,16 @@ extern "C" {
   // Print the stack trace leading to this call. Useful for debugging user code.
   void __sanitizer_print_stack_trace();
 
+  // Symbolizes the supplied 'pc' using the format string 'fmt'.
+  // Outputs at most 'out_buf_size' bytes into 'out_buf'.
+  // The format syntax is described in
+  // lib/sanitizer_common/sanitizer_stacktrace_printer.h.
+  void __sanitizer_symbolize_pc(void *pc, const char *fmt, char *out_buf,
+                                size_t out_buf_size);
+  // Same as __sanitizer_symbolize_pc, but for data section (i.e. globals).
+  void __sanitizer_symbolize_global(void *data_ptr, const char *fmt,
+                                    char *out_buf, size_t out_buf_size);
+
   // Sets the callback to be called right before death on error.
   // Passing 0 will unset the callback.
   void __sanitizer_set_death_callback(void (*callback)(void));
@@ -169,7 +179,16 @@ extern "C" {
   // 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);
+  void __sanitizer_finish_switch_fiber(void *fake_stack_save,
+                                       const void **bottom_old,
+                                       size_t *size_old);
+
+  // Get full module name and calculate pc offset within it.
+  // Returns 1 if pc belongs to some module, 0 if module was not found.
+  int __sanitizer_get_module_and_offset_for_pc(void *pc, char *module_path,
+                                               size_t module_path_len,
+                                               void **pc_offset);
+
 #ifdef __cplusplus
 }  // extern "C"
 #endif

Modified: head/contrib/compiler-rt/include/sanitizer/coverage_interface.h
==============================================================================
--- head/contrib/compiler-rt/include/sanitizer/coverage_interface.h	Thu Mar  2 18:07:19 2017	(r314563)
+++ head/contrib/compiler-rt/include/sanitizer/coverage_interface.h	Thu Mar  2 20:49:40 2017	(r314564)
@@ -23,6 +23,11 @@ extern "C" {
   void __sanitizer_cov_init();
   // Record and dump coverage info.
   void __sanitizer_cov_dump();
+
+  //  Dump collected coverage info. Sorts pcs by module into individual
+  //  .sancov files.
+  void __sanitizer_dump_coverage(const uintptr_t *pcs, uintptr_t len);
+
   // Open <name>.sancov.packed in the coverage directory and return the file
   // descriptor. Returns -1 on failure, or if coverage dumping is disabled.
   // This is intended for use by sandboxing code.
@@ -41,13 +46,6 @@ extern "C" {
   // Some of the entries in *data will be zero.
   uintptr_t __sanitizer_get_coverage_guards(uintptr_t **data);
 
-  // Set *data to the growing buffer with covered PCs and return the size
-  // of the buffer. The entries are never zero.
-  // When only unique pcs are collected, the size is equal to
-  // __sanitizer_get_total_unique_coverage.
-  // WARNING: EXPERIMENTAL API.
-  uintptr_t __sanitizer_get_coverage_pc_buffer(uintptr_t **data);
-
   // The coverage instrumentation may optionally provide imprecise counters.
   // Rather than exposing the counter values to the user we instead map
   // the counters to a bitset.
@@ -65,6 +63,7 @@ extern "C" {
   // __sanitizer_get_number_of_counters bytes long and 8-aligned.
   uintptr_t
   __sanitizer_update_counter_bitset_and_clear_counters(uint8_t *bitset);
+
 #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 Mar  2 18:07:19 2017	(r314563)
+++ head/contrib/compiler-rt/lib/asan/asan_activation.cc	Thu Mar  2 20:49:40 2017	(r314564)
@@ -77,13 +77,16 @@ static struct AsanDeactivatedFlags {
 
   void Print() {
     Report(
-        "quarantine_size_mb %d, max_redzone %d, poison_heap %d, "
-        "malloc_context_size %d, alloc_dealloc_mismatch %d, "
-        "allocator_may_return_null %d, coverage %d, coverage_dir %s\n",
-        allocator_options.quarantine_size_mb, allocator_options.max_redzone,
-        poison_heap, malloc_context_size,
+        "quarantine_size_mb %d, thread_local_quarantine_size_kb %d, "
+        "max_redzone %d, poison_heap %d, malloc_context_size %d, "
+        "alloc_dealloc_mismatch %d, allocator_may_return_null %d, coverage %d, "
+        "coverage_dir %s, allocator_release_to_os_interval_ms %d\n",
+        allocator_options.quarantine_size_mb,
+        allocator_options.thread_local_quarantine_size_kb,
+        allocator_options.max_redzone, poison_heap, malloc_context_size,
         allocator_options.alloc_dealloc_mismatch,
-        allocator_options.may_return_null, coverage, coverage_dir);
+        allocator_options.may_return_null, coverage, coverage_dir,
+        allocator_options.release_to_os_interval_ms);
   }
 } asan_deactivated_flags;
 
@@ -107,6 +110,7 @@ void AsanDeactivate() {
 
   AllocatorOptions disabled = asan_deactivated_flags.allocator_options;
   disabled.quarantine_size_mb = 0;
+  disabled.thread_local_quarantine_size_kb = 0;
   disabled.min_redzone = 16;  // Redzone must be at least 16 bytes long.
   disabled.max_redzone = 16;
   disabled.alloc_dealloc_mismatch = false;

Modified: head/contrib/compiler-rt/lib/asan/asan_activation_flags.inc
==============================================================================
--- head/contrib/compiler-rt/lib/asan/asan_activation_flags.inc	Thu Mar  2 18:07:19 2017	(r314563)
+++ head/contrib/compiler-rt/lib/asan/asan_activation_flags.inc	Thu Mar  2 20:49:40 2017	(r314564)
@@ -24,6 +24,7 @@
 ASAN_ACTIVATION_FLAG(int, redzone)
 ASAN_ACTIVATION_FLAG(int, max_redzone)
 ASAN_ACTIVATION_FLAG(int, quarantine_size_mb)
+ASAN_ACTIVATION_FLAG(int, thread_local_quarantine_size_kb)
 ASAN_ACTIVATION_FLAG(bool, alloc_dealloc_mismatch)
 ASAN_ACTIVATION_FLAG(bool, poison_heap)
 
@@ -33,3 +34,4 @@ COMMON_ACTIVATION_FLAG(bool, coverage)
 COMMON_ACTIVATION_FLAG(const char *, coverage_dir)
 COMMON_ACTIVATION_FLAG(int, verbosity)
 COMMON_ACTIVATION_FLAG(bool, help)
+COMMON_ACTIVATION_FLAG(s32, allocator_release_to_os_interval_ms)

Modified: head/contrib/compiler-rt/lib/asan/asan_allocator.cc
==============================================================================
--- head/contrib/compiler-rt/lib/asan/asan_allocator.cc	Thu Mar  2 18:07:19 2017	(r314563)
+++ head/contrib/compiler-rt/lib/asan/asan_allocator.cc	Thu Mar  2 20:49:40 2017	(r314564)
@@ -207,25 +207,27 @@ QuarantineCache *GetQuarantineCache(Asan
 
 void AllocatorOptions::SetFrom(const Flags *f, const CommonFlags *cf) {
   quarantine_size_mb = f->quarantine_size_mb;
+  thread_local_quarantine_size_kb = f->thread_local_quarantine_size_kb;
   min_redzone = f->redzone;
   max_redzone = f->max_redzone;
   may_return_null = cf->allocator_may_return_null;
   alloc_dealloc_mismatch = f->alloc_dealloc_mismatch;
+  release_to_os_interval_ms = cf->allocator_release_to_os_interval_ms;
 }
 
 void AllocatorOptions::CopyTo(Flags *f, CommonFlags *cf) {
   f->quarantine_size_mb = quarantine_size_mb;
+  f->thread_local_quarantine_size_kb = thread_local_quarantine_size_kb;
   f->redzone = min_redzone;
   f->max_redzone = max_redzone;
   cf->allocator_may_return_null = may_return_null;
   f->alloc_dealloc_mismatch = alloc_dealloc_mismatch;
+  cf->allocator_release_to_os_interval_ms = release_to_os_interval_ms;
 }
 
 struct Allocator {
   static const uptr kMaxAllowedMallocSize =
       FIRST_32_SECOND_64(3UL << 30, 1ULL << 40);
-  static const uptr kMaxThreadLocalQuarantine =
-      FIRST_32_SECOND_64(1 << 18, 1 << 20);
 
   AsanAllocator allocator;
   AsanQuarantine quarantine;
@@ -254,7 +256,7 @@ struct Allocator {
   void SharedInitCode(const AllocatorOptions &options) {
     CheckOptions(options);
     quarantine.Init((uptr)options.quarantine_size_mb << 20,
-                    kMaxThreadLocalQuarantine);
+                    (uptr)options.thread_local_quarantine_size_kb << 10);
     atomic_store(&alloc_dealloc_mismatch, options.alloc_dealloc_mismatch,
                  memory_order_release);
     atomic_store(&min_redzone, options.min_redzone, memory_order_release);
@@ -262,22 +264,59 @@ struct Allocator {
   }
 
   void Initialize(const AllocatorOptions &options) {
-    allocator.Init(options.may_return_null);
+    allocator.Init(options.may_return_null, options.release_to_os_interval_ms);
     SharedInitCode(options);
   }
 
+  void RePoisonChunk(uptr chunk) {
+    // This could be a user-facing chunk (with redzones), or some internal
+    // housekeeping chunk, like TransferBatch. Start by assuming the former.
+    AsanChunk *ac = GetAsanChunk((void *)chunk);
+    uptr allocated_size = allocator.GetActuallyAllocatedSize((void *)ac);
+    uptr beg = ac->Beg();
+    uptr end = ac->Beg() + ac->UsedSize(true);
+    uptr chunk_end = chunk + allocated_size;
+    if (chunk < beg && beg < end && end <= chunk_end &&
+        ac->chunk_state == CHUNK_ALLOCATED) {
+      // Looks like a valid AsanChunk in use, poison redzones only.
+      PoisonShadow(chunk, beg - chunk, kAsanHeapLeftRedzoneMagic);
+      uptr end_aligned_down = RoundDownTo(end, SHADOW_GRANULARITY);
+      FastPoisonShadowPartialRightRedzone(
+          end_aligned_down, end - end_aligned_down,
+          chunk_end - end_aligned_down, kAsanHeapLeftRedzoneMagic);
+    } else {
+      // This is either not an AsanChunk or freed or quarantined AsanChunk.
+      // In either case, poison everything.
+      PoisonShadow(chunk, allocated_size, kAsanHeapLeftRedzoneMagic);
+    }
+  }
+
   void ReInitialize(const AllocatorOptions &options) {
     allocator.SetMayReturnNull(options.may_return_null);
+    allocator.SetReleaseToOSIntervalMs(options.release_to_os_interval_ms);
     SharedInitCode(options);
+
+    // Poison all existing allocation's redzones.
+    if (CanPoisonMemory()) {
+      allocator.ForceLock();
+      allocator.ForEachChunk(
+          [](uptr chunk, void *alloc) {
+            ((Allocator *)alloc)->RePoisonChunk(chunk);
+          },
+          this);
+      allocator.ForceUnlock();
+    }
   }
 
   void GetOptions(AllocatorOptions *options) const {
     options->quarantine_size_mb = quarantine.GetSize() >> 20;
+    options->thread_local_quarantine_size_kb = quarantine.GetCacheSize() >> 10;
     options->min_redzone = atomic_load(&min_redzone, memory_order_acquire);
     options->max_redzone = atomic_load(&max_redzone, memory_order_acquire);
     options->may_return_null = allocator.MayReturnNull();
     options->alloc_dealloc_mismatch =
         atomic_load(&alloc_dealloc_mismatch, memory_order_acquire);
+    options->release_to_os_interval_ms = allocator.ReleaseToOSIntervalMs();
   }
 
   // -------------------- Helper methods. -------------------------
@@ -356,7 +395,7 @@ struct Allocator {
     if (size > kMaxAllowedMallocSize || needed_size > kMaxAllowedMallocSize) {
       Report("WARNING: AddressSanitizer failed to allocate 0x%zx bytes\n",
              (void*)size);
-      return allocator.ReturnNullOrDie();
+      return allocator.ReturnNullOrDieOnBadRequest();
     }
 
     AsanThread *t = GetCurrentThread();
@@ -373,8 +412,7 @@ struct Allocator {
           allocator.Allocate(cache, needed_size, 8, false, check_rss_limit);
     }
 
-    if (!allocated)
-      return allocator.ReturnNullOrDie();
+    if (!allocated) return allocator.ReturnNullOrDieOnOOM();
 
     if (*(u8 *)MEM_TO_SHADOW((uptr)allocated) == 0 && CanPoisonMemory()) {
       // Heap poisoning is enabled, but the allocator provides an unpoisoned
@@ -530,7 +568,7 @@ struct Allocator {
 
     if (delete_size && flags()->new_delete_type_mismatch &&
         delete_size != m->UsedSize()) {
-      ReportNewDeleteSizeMismatch(p, m->UsedSize(), delete_size, stack);
+      ReportNewDeleteSizeMismatch(p, delete_size, stack);
     }
 
     QuarantineChunk(m, ptr, stack, alloc_type);
@@ -563,7 +601,7 @@ struct Allocator {
 
   void *Calloc(uptr nmemb, uptr size, BufferedStackTrace *stack) {
     if (CallocShouldReturnNullDueToOverflow(size, nmemb))
-      return allocator.ReturnNullOrDie();
+      return allocator.ReturnNullOrDieOnBadRequest();
     void *ptr = Allocate(nmemb * size, 8, stack, FROM_MALLOC, false);
     // If the memory comes from the secondary allocator no need to clear it
     // as it comes directly from mmap.
@@ -643,6 +681,7 @@ struct Allocator {
 
   void PrintStats() {
     allocator.PrintStats();
+    quarantine.PrintStats();
   }
 
   void ForceLock() {
@@ -662,17 +701,23 @@ static AsanAllocator &get_allocator() {
   return instance.allocator;
 }
 
-bool AsanChunkView::IsValid() {
+bool AsanChunkView::IsValid() const {
   return chunk_ && chunk_->chunk_state != CHUNK_AVAILABLE;
 }
-bool AsanChunkView::IsAllocated() {
+bool AsanChunkView::IsAllocated() const {
   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(); }
-uptr AsanChunkView::AllocTid() { return chunk_->alloc_tid; }
-uptr AsanChunkView::FreeTid() { return chunk_->free_tid; }
+bool AsanChunkView::IsQuarantined() const {
+  return chunk_ && chunk_->chunk_state == CHUNK_QUARANTINE;
+}
+uptr AsanChunkView::Beg() const { return chunk_->Beg(); }
+uptr AsanChunkView::End() const { return Beg() + UsedSize(); }
+uptr AsanChunkView::UsedSize() const { return chunk_->UsedSize(); }
+uptr AsanChunkView::AllocTid() const { return chunk_->alloc_tid; }
+uptr AsanChunkView::FreeTid() const { return chunk_->free_tid; }
+AllocType AsanChunkView::GetAllocType() const {
+  return (AllocType)chunk_->alloc_type;
+}
 
 static StackTrace GetStackTraceFromId(u32 id) {
   CHECK(id);
@@ -681,14 +726,14 @@ static StackTrace GetStackTraceFromId(u3
   return res;
 }
 
-u32 AsanChunkView::GetAllocStackId() { return chunk_->alloc_context_id; }
-u32 AsanChunkView::GetFreeStackId() { return chunk_->free_context_id; }
+u32 AsanChunkView::GetAllocStackId() const { return chunk_->alloc_context_id; }
+u32 AsanChunkView::GetFreeStackId() const { return chunk_->free_context_id; }
 
-StackTrace AsanChunkView::GetAllocStack() {
+StackTrace AsanChunkView::GetAllocStack() const {
   return GetStackTraceFromId(GetAllocStackId());
 }
 
-StackTrace AsanChunkView::GetFreeStack() {
+StackTrace AsanChunkView::GetFreeStack() const {
   return GetStackTraceFromId(GetFreeStackId());
 }
 
@@ -707,6 +752,9 @@ void GetAllocatorOptions(AllocatorOption
 AsanChunkView FindHeapChunkByAddress(uptr addr) {
   return instance.FindHeapChunkByAddress(addr);
 }
+AsanChunkView FindHeapChunkByAllocBeg(uptr addr) {
+  return AsanChunkView(instance.GetAsanChunk(reinterpret_cast<void*>(addr)));
+}
 
 void AsanThreadLocalMallocStorage::CommitBack() {
   instance.CommitBack(this);

Modified: head/contrib/compiler-rt/lib/asan/asan_allocator.h
==============================================================================
--- head/contrib/compiler-rt/lib/asan/asan_allocator.h	Thu Mar  2 18:07:19 2017	(r314563)
+++ head/contrib/compiler-rt/lib/asan/asan_allocator.h	Thu Mar  2 20:49:40 2017	(r314564)
@@ -33,10 +33,12 @@ struct AsanChunk;
 
 struct AllocatorOptions {
   u32 quarantine_size_mb;
+  u32 thread_local_quarantine_size_kb;
   u16 min_redzone;
   u16 max_redzone;
   u8 may_return_null;
   u8 alloc_dealloc_mismatch;
+  s32 release_to_os_interval_ms;
 
   void SetFrom(const Flags *f, const CommonFlags *cf);
   void CopyTo(Flags *f, CommonFlags *cf);
@@ -49,27 +51,29 @@ 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.
-  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 IsValid() const;        // Checks if AsanChunkView points to a valid
+                               // allocated or quarantined chunk.
+  bool IsAllocated() const;    // Checks if the memory is currently allocated.
+  bool IsQuarantined() const;  // Checks if the memory is currently quarantined.
+  uptr Beg() const;            // First byte of user memory.
+  uptr End() const;            // Last byte of user memory.
+  uptr UsedSize() const;       // Size requested by the user.
+  uptr AllocTid() const;
+  uptr FreeTid() const;
   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) {
+  u32 GetAllocStackId() const;
+  u32 GetFreeStackId() const;
+  StackTrace GetAllocStack() const;
+  StackTrace GetFreeStack() const;
+  AllocType GetAllocType() const;
+  bool AddrIsInside(uptr addr, uptr access_size, sptr *offset) const {
     if (addr >= Beg() && (addr + access_size) <= End()) {
       *offset = addr - Beg();
       return true;
     }
     return false;
   }
-  bool AddrIsAtLeft(uptr addr, uptr access_size, sptr *offset) {
+  bool AddrIsAtLeft(uptr addr, uptr access_size, sptr *offset) const {
     (void)access_size;
     if (addr < Beg()) {
       *offset = Beg() - addr;
@@ -77,7 +81,7 @@ class AsanChunkView {
     }
     return false;
   }
-  bool AddrIsAtRight(uptr addr, uptr access_size, sptr *offset) {
+  bool AddrIsAtRight(uptr addr, uptr access_size, sptr *offset) const {
     if (addr + access_size > End()) {
       *offset = addr - End();
       return true;
@@ -90,6 +94,7 @@ class AsanChunkView {
 };
 
 AsanChunkView FindHeapChunkByAddress(uptr address);
+AsanChunkView FindHeapChunkByAllocBeg(uptr address);
 
 // List of AsanChunks with total size.
 class AsanChunkFifoList: public IntrusiveList<AsanChunk> {
@@ -117,18 +122,36 @@ struct AsanMapUnmapCallback {
 # if defined(__powerpc64__)
 const uptr kAllocatorSpace =  0xa0000000000ULL;
 const uptr kAllocatorSize  =  0x20000000000ULL;  // 2T.
+typedef DefaultSizeClassMap SizeClassMap;
+# elif defined(__aarch64__) && SANITIZER_ANDROID
+const uptr kAllocatorSpace =  0x3000000000ULL;
+const uptr kAllocatorSize  =  0x2000000000ULL;  // 128G.
+typedef VeryCompactSizeClassMap SizeClassMap;
 # elif defined(__aarch64__)
-// AArch64/SANITIZIER_CAN_USER_ALLOCATOR64 is only for 42-bit VMA
+// AArch64/SANITIZER_CAN_USER_ALLOCATOR64 is only for 42-bit VMA
 // so no need to different values for different VMA.
 const uptr kAllocatorSpace =  0x10000000000ULL;
 const uptr kAllocatorSize  =  0x10000000000ULL;  // 3T.
+typedef DefaultSizeClassMap SizeClassMap;
+# elif SANITIZER_WINDOWS
+const uptr kAllocatorSpace = ~(uptr)0;
+const uptr kAllocatorSize  =  0x8000000000ULL;  // 500G
+typedef DefaultSizeClassMap SizeClassMap;
 # else
 const uptr kAllocatorSpace = 0x600000000000ULL;
 const uptr kAllocatorSize  =  0x40000000000ULL;  // 4T.
-# endif
 typedef DefaultSizeClassMap SizeClassMap;
-typedef SizeClassAllocator64<kAllocatorSpace, kAllocatorSize, 0 /*metadata*/,
-    SizeClassMap, AsanMapUnmapCallback> PrimaryAllocator;
+# endif
+struct AP64 {  // Allocator64 parameters. Deliberately using a short name.
+  static const uptr kSpaceBeg = kAllocatorSpace;
+  static const uptr kSpaceSize = kAllocatorSize;
+  static const uptr kMetadataSize = 0;
+  typedef __asan::SizeClassMap SizeClassMap;
+  typedef AsanMapUnmapCallback MapUnmapCallback;
+  static const uptr kFlags = 0;
+};
+
+typedef SizeClassAllocator64<AP64> PrimaryAllocator;
 #else  // Fallback to SizeClassAllocator32.
 static const uptr kRegionSizeLog = 20;
 static const uptr kNumRegions = SANITIZER_MMAP_RANGE_SIZE >> kRegionSizeLog;

Modified: head/contrib/compiler-rt/lib/asan/asan_debugging.cc
==============================================================================
--- head/contrib/compiler-rt/lib/asan/asan_debugging.cc	Thu Mar  2 18:07:19 2017	(r314563)
+++ head/contrib/compiler-rt/lib/asan/asan_debugging.cc	Thu Mar  2 20:49:40 2017	(r314564)
@@ -14,74 +14,39 @@
 //===----------------------------------------------------------------------===//
 
 #include "asan_allocator.h"
+#include "asan_descriptions.h"
 #include "asan_flags.h"
 #include "asan_internal.h"
 #include "asan_mapping.h"
 #include "asan_report.h"
 #include "asan_thread.h"
 
-namespace __asan {
-
-void GetInfoForStackVar(uptr addr, AddressDescription *descr, AsanThread *t) {
-  descr->name[0] = 0;
-  descr->region_address = 0;
-  descr->region_size = 0;
-  descr->region_kind = "stack";
+namespace {
+using namespace __asan;
 
-  AsanThread::StackFrameAccess access;
-  if (!t->GetStackFrameAccessByAddr(addr, &access))
-    return;
+static void FindInfoForStackVar(uptr addr, const char *frame_descr, uptr offset,
+                                char *name, uptr name_size,
+                                uptr &region_address, uptr &region_size) {
   InternalMmapVector<StackVarDescr> vars(16);
-  if (!ParseFrameDescription(access.frame_descr, &vars)) {
+  if (!ParseFrameDescription(frame_descr, &vars)) {
     return;
   }
 
   for (uptr i = 0; i < vars.size(); i++) {
-    if (access.offset <= vars[i].beg + vars[i].size) {
-      internal_strncat(descr->name, vars[i].name_pos,
-                       Min(descr->name_size, vars[i].name_len));
-      descr->region_address = addr - (access.offset - vars[i].beg);
-      descr->region_size = vars[i].size;
+    if (offset <= vars[i].beg + vars[i].size) {
+      // We use name_len + 1 because strlcpy will guarantee a \0 at the end, so
+      // if we're limiting the copy due to name_len, we add 1 to ensure we copy
+      // the whole name and then terminate with '\0'.
+      internal_strlcpy(name, vars[i].name_pos,
+                       Min(name_size, vars[i].name_len + 1));
+      region_address = addr - (offset - vars[i].beg);
+      region_size = vars[i].size;
       return;
     }
   }
 }
 
-void GetInfoForHeapAddress(uptr addr, AddressDescription *descr) {
-  AsanChunkView chunk = FindHeapChunkByAddress(addr);
-
-  descr->name[0] = 0;
-  descr->region_address = 0;
-  descr->region_size = 0;
-
-  if (!chunk.IsValid()) {
-    descr->region_kind = "heap-invalid";
-    return;
-  }
-
-  descr->region_address = chunk.Beg();
-  descr->region_size = chunk.UsedSize();
-  descr->region_kind = "heap";
-}
-
-void AsanLocateAddress(uptr addr, AddressDescription *descr) {
-  if (DescribeAddressIfShadow(addr, descr, /* print */ false)) {
-    return;
-  }
-  if (GetInfoForAddressIfGlobal(addr, descr)) {
-    return;
-  }
-  asanThreadRegistry().Lock();
-  AsanThread *thread = FindThreadByStackAddress(addr);
-  asanThreadRegistry().Unlock();
-  if (thread) {
-    GetInfoForStackVar(addr, descr, thread);
-    return;
-  }
-  GetInfoForHeapAddress(addr, descr);
-}
-
-static uptr AsanGetStack(uptr addr, uptr *trace, u32 size, u32 *thread_id,
+uptr AsanGetStack(uptr addr, uptr *trace, u32 size, u32 *thread_id,
                          bool alloc_stack) {
   AsanChunkView chunk = FindHeapChunkByAddress(addr);
   if (!chunk.IsValid()) return 0;
@@ -108,18 +73,58 @@ static uptr AsanGetStack(uptr addr, uptr
   return 0;
 }
 
-} // namespace __asan
-
-using namespace __asan;
+}  // namespace
 
 SANITIZER_INTERFACE_ATTRIBUTE
 const char *__asan_locate_address(uptr addr, char *name, uptr name_size,
-                                  uptr *region_address, uptr *region_size) {
-  AddressDescription descr = { name, name_size, 0, 0, nullptr };
-  AsanLocateAddress(addr, &descr);
-  if (region_address) *region_address = descr.region_address;
-  if (region_size) *region_size = descr.region_size;
-  return descr.region_kind;
+                                  uptr *region_address_ptr,
+                                  uptr *region_size_ptr) {
+  AddressDescription descr(addr);
+  uptr region_address = 0;
+  uptr region_size = 0;
+  const char *region_kind = nullptr;
+  if (name && name_size > 0) name[0] = 0;
+
+  if (auto shadow = descr.AsShadow()) {
+    // region_{address,size} are already 0
+    switch (shadow->kind) {
+      case kShadowKindLow:
+        region_kind = "low shadow";
+        break;
+      case kShadowKindGap:
+        region_kind = "shadow gap";
+        break;
+      case kShadowKindHigh:
+        region_kind = "high shadow";
+        break;
+    }
+  } else if (auto heap = descr.AsHeap()) {
+    region_kind = "heap";
+    region_address = heap->chunk_access.chunk_begin;
+    region_size = heap->chunk_access.chunk_size;
+  } else if (auto stack = descr.AsStack()) {
+    region_kind = "stack";
+    if (!stack->frame_descr) {
+      // region_{address,size} are already 0
+    } else {
+      FindInfoForStackVar(addr, stack->frame_descr, stack->offset, name,
+                          name_size, region_address, region_size);
+    }
+  } else if (auto global = descr.AsGlobal()) {
+    region_kind = "global";
+    auto &g = global->globals[0];
+    internal_strlcpy(name, g.name, name_size);
+    region_address = g.beg;
+    region_size = g.size;
+  } else {
+    // region_{address,size} are already 0
+    region_kind = "heap-invalid";
+  }
+
+  CHECK(region_kind);
+  if (region_address_ptr) *region_address_ptr = region_address;
+  if (region_size_ptr) *region_size_ptr = region_size;
+  return region_kind;
 }
 
 SANITIZER_INTERFACE_ATTRIBUTE

Copied: head/contrib/compiler-rt/lib/asan/asan_descriptions.cc (from r314524, projects/clang400-import/contrib/compiler-rt/lib/asan/asan_descriptions.cc)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/contrib/compiler-rt/lib/asan/asan_descriptions.cc	Thu Mar  2 20:49:40 2017	(r314564, copy of r314524, projects/clang400-import/contrib/compiler-rt/lib/asan/asan_descriptions.cc)
@@ -0,0 +1,486 @@
+//===-- asan_descriptions.cc ------------------------------------*- 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 AddressSanitizer, an address sanity checker.
+//
+// ASan functions for getting information about an address and/or printing it.
+//===----------------------------------------------------------------------===//
+
+#include "asan_descriptions.h"
+#include "asan_mapping.h"
+#include "asan_report.h"
+#include "asan_stack.h"
+#include "sanitizer_common/sanitizer_stackdepot.h"
+
+namespace __asan {
+
+// Return " (thread_name) " or an empty string if the name is empty.
+const char *ThreadNameWithParenthesis(AsanThreadContext *t, char buff[],
+                                      uptr buff_len) {
+  const char *name = t->name;
+  if (name[0] == '\0') return "";
+  buff[0] = 0;
+  internal_strncat(buff, " (", 3);
+  internal_strncat(buff, name, buff_len - 4);
+  internal_strncat(buff, ")", 2);
+  return buff;
+}
+
+const char *ThreadNameWithParenthesis(u32 tid, char buff[], uptr buff_len) {
+  if (tid == kInvalidTid) return "";
+  asanThreadRegistry().CheckLocked();
+  AsanThreadContext *t = GetThreadContextByTidLocked(tid);
+  return ThreadNameWithParenthesis(t, buff, buff_len);
+}
+
+void DescribeThread(AsanThreadContext *context) {
+  CHECK(context);
+  asanThreadRegistry().CheckLocked();
+  // No need to announce the main thread.
+  if (context->tid == 0 || context->announced) {
+    return;
+  }
+  context->announced = true;
+  char tname[128];
+  InternalScopedString str(1024);
+  str.append("Thread T%d%s", context->tid,
+             ThreadNameWithParenthesis(context->tid, tname, sizeof(tname)));
+  if (context->parent_tid == kInvalidTid) {
+    str.append(" created by unknown thread\n");
+    Printf("%s", str.data());
+    return;
+  }
+  str.append(
+      " created by T%d%s here:\n", context->parent_tid,
+      ThreadNameWithParenthesis(context->parent_tid, tname, sizeof(tname)));
+  Printf("%s", str.data());
+  StackDepotGet(context->stack_id).Print();
+  // Recursively described parent thread if needed.
+  if (flags()->print_full_thread_history) {
+    AsanThreadContext *parent_context =
+        GetThreadContextByTidLocked(context->parent_tid);
+    DescribeThread(parent_context);
+  }
+}
+
+// Shadow descriptions
+static bool GetShadowKind(uptr addr, ShadowKind *shadow_kind) {
+  CHECK(!AddrIsInMem(addr));
+  if (AddrIsInShadowGap(addr)) {
+    *shadow_kind = kShadowKindGap;
+  } else if (AddrIsInHighShadow(addr)) {
+    *shadow_kind = kShadowKindHigh;
+  } else if (AddrIsInLowShadow(addr)) {
+    *shadow_kind = kShadowKindLow;
+  } else {
+    CHECK(0 && "Address is not in memory and not in shadow?");
+    return false;
+  }
+  return true;
+}
+
+bool DescribeAddressIfShadow(uptr addr) {
+  ShadowAddressDescription descr;
+  if (!GetShadowAddressInformation(addr, &descr)) return false;
+  descr.Print();
+  return true;
+}
+
+bool GetShadowAddressInformation(uptr addr, ShadowAddressDescription *descr) {
+  if (AddrIsInMem(addr)) return false;
+  ShadowKind shadow_kind;
+  if (!GetShadowKind(addr, &shadow_kind)) return false;
+  if (shadow_kind != kShadowKindGap) descr->shadow_byte = *(u8 *)addr;
+  descr->addr = addr;
+  descr->kind = shadow_kind;
+  return true;
+}
+
+// Heap descriptions
+static void GetAccessToHeapChunkInformation(ChunkAccess *descr,
+                                            AsanChunkView chunk, uptr addr,
+                                            uptr access_size) {
+  descr->bad_addr = addr;
+  if (chunk.AddrIsAtLeft(addr, access_size, &descr->offset)) {
+    descr->access_type = kAccessTypeLeft;
+  } else if (chunk.AddrIsAtRight(addr, access_size, &descr->offset)) {
+    descr->access_type = kAccessTypeRight;
+    if (descr->offset < 0) {
+      descr->bad_addr -= descr->offset;
+      descr->offset = 0;
+    }
+  } else if (chunk.AddrIsInside(addr, access_size, &descr->offset)) {
+    descr->access_type = kAccessTypeInside;
+  } else {
+    descr->access_type = kAccessTypeUnknown;
+  }
+  descr->chunk_begin = chunk.Beg();
+  descr->chunk_size = chunk.UsedSize();
+  descr->alloc_type = chunk.GetAllocType();
+}
+
+static void PrintHeapChunkAccess(uptr addr, const ChunkAccess &descr) {
+  Decorator d;
+  InternalScopedString str(4096);
+  str.append("%s", d.Location());
+  switch (descr.access_type) {
+    case kAccessTypeLeft:
+      str.append("%p is located %zd bytes to the left of",
+                 (void *)descr.bad_addr, descr.offset);
+      break;
+    case kAccessTypeRight:
+      str.append("%p is located %zd bytes to the right of",
+                 (void *)descr.bad_addr, descr.offset);
+      break;
+    case kAccessTypeInside:
+      str.append("%p is located %zd bytes inside of", (void *)descr.bad_addr,
+                 descr.offset);
+      break;
+    case kAccessTypeUnknown:
+      str.append(
+          "%p is located somewhere around (this is AddressSanitizer bug!)",
+          (void *)descr.bad_addr);
+  }
+  str.append(" %zu-byte region [%p,%p)\n", descr.chunk_size,
+             (void *)descr.chunk_begin,
+             (void *)(descr.chunk_begin + descr.chunk_size));
+  str.append("%s", d.EndLocation());
+  Printf("%s", str.data());
+}
+
+bool GetHeapAddressInformation(uptr addr, uptr access_size,
+                               HeapAddressDescription *descr) {
+  AsanChunkView chunk = FindHeapChunkByAddress(addr);
+  if (!chunk.IsValid()) {
+    return false;
+  }
+  descr->addr = addr;
+  GetAccessToHeapChunkInformation(&descr->chunk_access, chunk, addr,
+                                  access_size);
+  CHECK_NE(chunk.AllocTid(), kInvalidTid);
+  descr->alloc_tid = chunk.AllocTid();
+  descr->alloc_stack_id = chunk.GetAllocStackId();
+  descr->free_tid = chunk.FreeTid();
+  if (descr->free_tid != kInvalidTid)
+    descr->free_stack_id = chunk.GetFreeStackId();
+  return true;
+}
+
+static StackTrace GetStackTraceFromId(u32 id) {
+  CHECK(id);
+  StackTrace res = StackDepotGet(id);
+  CHECK(res.trace);
+  return res;
+}
+
+bool DescribeAddressIfHeap(uptr addr, uptr access_size) {
+  HeapAddressDescription descr;
+  if (!GetHeapAddressInformation(addr, access_size, &descr)) {
+    Printf(
+        "AddressSanitizer can not describe address in more detail "
+        "(wild memory access suspected).\n");
+    return false;
+  }
+  descr.Print();
+  return true;
+}
+
+// Stack descriptions
+bool GetStackAddressInformation(uptr addr, uptr access_size,
+                                StackAddressDescription *descr) {
+  AsanThread *t = FindThreadByStackAddress(addr);
+  if (!t) return false;
+
+  descr->addr = addr;
+  descr->tid = t->tid();
+  // Try to fetch precise stack frame for this access.
+  AsanThread::StackFrameAccess access;
+  if (!t->GetStackFrameAccessByAddr(addr, &access)) {
+    descr->frame_descr = nullptr;
+    return true;
+  }
+
+  descr->offset = access.offset;
+  descr->access_size = access_size;
+  descr->frame_pc = access.frame_pc;
+  descr->frame_descr = access.frame_descr;
+
+#if SANITIZER_PPC64V1
+  // On PowerPC64 ELFv1, the address of a function actually points to a
+  // three-doubleword data structure with the first field containing
+  // the address of the function's code.
+  descr->frame_pc = *reinterpret_cast<uptr *>(descr->frame_pc);
+#endif
+  descr->frame_pc += 16;
+
+  return true;
+}
+
+static void PrintAccessAndVarIntersection(const StackVarDescr &var, uptr addr,
+                                          uptr access_size, uptr prev_var_end,

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


More information about the svn-src-head mailing list