Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Mar 2016 04:13:21 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r296422 - in projects/release-pkg: . bin/csh cddl/lib/libdtrace contrib/compiler-rt/include/sanitizer contrib/compiler-rt/lib/asan contrib/compiler-rt/lib/asan/scripts contrib/compiler-...
Message-ID:  <201603060413.u264DLdS097510@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Sun Mar  6 04:13:17 2016
New Revision: 296422
URL: https://svnweb.freebsd.org/changeset/base/296422

Log:
  MFH
  
  Sponsored by:	The FreeBSD Foundation

Added:
  projects/release-pkg/contrib/compiler-rt/lib/builtins/arm/aeabi_cdcmp.S
     - copied unchanged from r296421, head/contrib/compiler-rt/lib/builtins/arm/aeabi_cdcmp.S
  projects/release-pkg/contrib/compiler-rt/lib/builtins/arm/aeabi_cdcmpeq_check_nan.c
     - copied unchanged from r296421, head/contrib/compiler-rt/lib/builtins/arm/aeabi_cdcmpeq_check_nan.c
  projects/release-pkg/contrib/compiler-rt/lib/builtins/arm/aeabi_cfcmp.S
     - copied unchanged from r296421, head/contrib/compiler-rt/lib/builtins/arm/aeabi_cfcmp.S
  projects/release-pkg/contrib/compiler-rt/lib/builtins/arm/aeabi_cfcmpeq_check_nan.c
     - copied unchanged from r296421, head/contrib/compiler-rt/lib/builtins/arm/aeabi_cfcmpeq_check_nan.c
  projects/release-pkg/contrib/compiler-rt/lib/builtins/arm/aeabi_drsub.c
     - copied unchanged from r296421, head/contrib/compiler-rt/lib/builtins/arm/aeabi_drsub.c
  projects/release-pkg/contrib/compiler-rt/lib/builtins/arm/aeabi_frsub.c
     - copied unchanged from r296421, head/contrib/compiler-rt/lib/builtins/arm/aeabi_frsub.c
  projects/release-pkg/contrib/compiler-rt/lib/builtins/divtc3.c
     - copied unchanged from r296421, head/contrib/compiler-rt/lib/builtins/divtc3.c
  projects/release-pkg/contrib/compiler-rt/lib/builtins/emutls.c
     - copied unchanged from r296421, head/contrib/compiler-rt/lib/builtins/emutls.c
  projects/release-pkg/contrib/compiler-rt/lib/builtins/i386/chkstk2.S
     - copied unchanged from r296421, head/contrib/compiler-rt/lib/builtins/i386/chkstk2.S
  projects/release-pkg/contrib/compiler-rt/lib/builtins/x86_64/chkstk2.S
     - copied unchanged from r296421, head/contrib/compiler-rt/lib/builtins/x86_64/chkstk2.S
  projects/release-pkg/contrib/compiler-rt/lib/cfi/
     - copied from r296421, head/contrib/compiler-rt/lib/cfi/
  projects/release-pkg/contrib/compiler-rt/lib/dfsan/dfsan_platform.h
     - copied unchanged from r296421, head/contrib/compiler-rt/lib/dfsan/dfsan_platform.h
  projects/release-pkg/contrib/compiler-rt/lib/profile/InstrProfData.inc
     - copied unchanged from r296421, head/contrib/compiler-rt/lib/profile/InstrProfData.inc
  projects/release-pkg/contrib/compiler-rt/lib/profile/InstrProfilingPlatformLinux.c
     - copied unchanged from r296421, head/contrib/compiler-rt/lib/profile/InstrProfilingPlatformLinux.c
  projects/release-pkg/contrib/compiler-rt/lib/profile/InstrProfilingPort.h
     - copied unchanged from r296421, head/contrib/compiler-rt/lib/profile/InstrProfilingPort.h
  projects/release-pkg/contrib/compiler-rt/lib/profile/InstrProfilingValue.c
     - copied unchanged from r296421, head/contrib/compiler-rt/lib/profile/InstrProfilingValue.c
  projects/release-pkg/contrib/compiler-rt/lib/profile/InstrProfilingWriter.c
     - copied unchanged from r296421, head/contrib/compiler-rt/lib/profile/InstrProfilingWriter.c
  projects/release-pkg/contrib/compiler-rt/lib/profile/WindowsMMap.c
     - copied unchanged from r296421, head/contrib/compiler-rt/lib/profile/WindowsMMap.c
  projects/release-pkg/contrib/compiler-rt/lib/profile/WindowsMMap.h
     - copied unchanged from r296421, head/contrib/compiler-rt/lib/profile/WindowsMMap.h
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common_nolibc.cc
     - copied unchanged from r296421, head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common_nolibc.cc
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_malloc_mac.inc
     - copied unchanged from r296421, head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_malloc_mac.inc
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_aarch64.inc
     - copied unchanged from r296421, head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_aarch64.inc
  projects/release-pkg/contrib/compiler-rt/lib/tsan/rtl/tsan_interceptors_mac.cc
     - copied unchanged from r296421, head/contrib/compiler-rt/lib/tsan/rtl/tsan_interceptors_mac.cc
  projects/release-pkg/contrib/compiler-rt/lib/tsan/rtl/tsan_libdispatch_mac.cc
     - copied unchanged from r296421, head/contrib/compiler-rt/lib/tsan/rtl/tsan_libdispatch_mac.cc
  projects/release-pkg/contrib/compiler-rt/lib/tsan/rtl/tsan_malloc_mac.cc
     - copied unchanged from r296421, head/contrib/compiler-rt/lib/tsan/rtl/tsan_malloc_mac.cc
  projects/release-pkg/contrib/compiler-rt/lib/tsan/rtl/tsan_platform_posix.cc
     - copied unchanged from r296421, head/contrib/compiler-rt/lib/tsan/rtl/tsan_platform_posix.cc
  projects/release-pkg/contrib/compiler-rt/lib/tsan/rtl/tsan_ppc_regs.h
     - copied unchanged from r296421, head/contrib/compiler-rt/lib/tsan/rtl/tsan_ppc_regs.h
  projects/release-pkg/contrib/compiler-rt/lib/tsan/rtl/tsan_rtl_aarch64.S
     - copied unchanged from r296421, head/contrib/compiler-rt/lib/tsan/rtl/tsan_rtl_aarch64.S
  projects/release-pkg/contrib/compiler-rt/lib/tsan/rtl/tsan_rtl_ppc64.S
     - copied unchanged from r296421, head/contrib/compiler-rt/lib/tsan/rtl/tsan_rtl_ppc64.S
  projects/release-pkg/contrib/compiler-rt/lib/ubsan/ubsan_checks.inc
     - copied unchanged from r296421, head/contrib/compiler-rt/lib/ubsan/ubsan_checks.inc
  projects/release-pkg/contrib/llvm/include/llvm-c/ErrorHandling.h
     - copied unchanged from r296421, head/contrib/llvm/include/llvm-c/ErrorHandling.h
  projects/release-pkg/contrib/llvm/include/llvm-c/OrcBindings.h
     - copied unchanged from r296421, head/contrib/llvm/include/llvm-c/OrcBindings.h
  projects/release-pkg/contrib/llvm/include/llvm-c/Types.h
     - copied unchanged from r296421, head/contrib/llvm/include/llvm-c/Types.h
  projects/release-pkg/contrib/llvm/include/llvm/ADT/PointerEmbeddedInt.h
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/ADT/PointerEmbeddedInt.h
  projects/release-pkg/contrib/llvm/include/llvm/ADT/PointerSumType.h
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/ADT/PointerSumType.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/BasicAliasAnalysis.h
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/Analysis/BasicAliasAnalysis.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/CFLAliasAnalysis.h
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/Analysis/CFLAliasAnalysis.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/DemandedBits.h
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/Analysis/DemandedBits.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/DivergenceAnalysis.h
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/Analysis/DivergenceAnalysis.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/EHPersonalities.h
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/Analysis/EHPersonalities.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/GlobalsModRef.h
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/Analysis/GlobalsModRef.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/ObjCARCAliasAnalysis.h
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/Analysis/ObjCARCAliasAnalysis.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/ObjCARCAnalysisUtils.h
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/Analysis/ObjCARCAnalysisUtils.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/ObjCARCInstKind.h
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/Analysis/ObjCARCInstKind.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/OrderedBasicBlock.h
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/Analysis/OrderedBasicBlock.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/ScalarEvolutionAliasAnalysis.h
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/Analysis/ScalarEvolutionAliasAnalysis.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/ScopedNoAliasAA.h
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/Analysis/ScopedNoAliasAA.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/TypeBasedAliasAnalysis.h
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/Analysis/TypeBasedAliasAnalysis.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/AtomicExpandUtils.h
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/CodeGen/AtomicExpandUtils.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/ParallelCG.h
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/CodeGen/ParallelCG.h
  projects/release-pkg/contrib/llvm/include/llvm/DebugInfo/CodeView/
     - copied from r296421, head/contrib/llvm/include/llvm/DebugInfo/CodeView/
  projects/release-pkg/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h
  projects/release-pkg/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h
  projects/release-pkg/contrib/llvm/include/llvm/DebugInfo/Symbolize/
     - copied from r296421, head/contrib/llvm/include/llvm/DebugInfo/Symbolize/
  projects/release-pkg/contrib/llvm/include/llvm/ExecutionEngine/Orc/GlobalMappingLayer.h
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/ExecutionEngine/Orc/GlobalMappingLayer.h
  projects/release-pkg/contrib/llvm/include/llvm/ExecutionEngine/Orc/OrcArchitectureSupport.h
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/ExecutionEngine/Orc/OrcArchitectureSupport.h
  projects/release-pkg/contrib/llvm/include/llvm/ExecutionEngine/Orc/OrcError.h
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/ExecutionEngine/Orc/OrcError.h
  projects/release-pkg/contrib/llvm/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h
  projects/release-pkg/contrib/llvm/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h
  projects/release-pkg/contrib/llvm/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetServer.h
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetServer.h
  projects/release-pkg/contrib/llvm/include/llvm/ExecutionEngine/Orc/RPCChannel.h
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/ExecutionEngine/Orc/RPCChannel.h
  projects/release-pkg/contrib/llvm/include/llvm/ExecutionEngine/Orc/RPCUtils.h
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/ExecutionEngine/Orc/RPCUtils.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/Attributes.td
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/IR/Attributes.td
  projects/release-pkg/contrib/llvm/include/llvm/IR/FunctionInfo.h
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/IR/FunctionInfo.h
  projects/release-pkg/contrib/llvm/include/llvm/Linker/IRMover.h
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/Linker/IRMover.h
  projects/release-pkg/contrib/llvm/include/llvm/MC/MCFragment.h
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/MC/MCFragment.h
  projects/release-pkg/contrib/llvm/include/llvm/Object/COFFImportFile.h
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/Object/COFFImportFile.h
  projects/release-pkg/contrib/llvm/include/llvm/Object/FunctionIndexObjectFile.h
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/Object/FunctionIndexObjectFile.h
  projects/release-pkg/contrib/llvm/include/llvm/ProfileData/InstrProfData.inc
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/ProfileData/InstrProfData.inc
  projects/release-pkg/contrib/llvm/include/llvm/Support/ARMTargetParser.def
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/Support/ARMTargetParser.def
  projects/release-pkg/contrib/llvm/include/llvm/Support/ELFRelocs/AVR.def
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/Support/ELFRelocs/AVR.def
  projects/release-pkg/contrib/llvm/include/llvm/Support/ELFRelocs/WebAssembly.def
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/Support/ELFRelocs/WebAssembly.def
  projects/release-pkg/contrib/llvm/include/llvm/Support/JamCRC.h
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/Support/JamCRC.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/Printable.h
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/Support/Printable.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/ThreadPool.h
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/Support/ThreadPool.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/TrailingObjects.h
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/Support/TrailingObjects.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/thread.h
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/Support/thread.h
  projects/release-pkg/contrib/llvm/include/llvm/Transforms/IPO/ForceFunctionAttrs.h
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/Transforms/IPO/ForceFunctionAttrs.h
  projects/release-pkg/contrib/llvm/include/llvm/Transforms/IPO/FunctionImport.h
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/Transforms/IPO/FunctionImport.h
  projects/release-pkg/contrib/llvm/include/llvm/Transforms/IPO/InferFunctionAttrs.h
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/Transforms/IPO/InferFunctionAttrs.h
  projects/release-pkg/contrib/llvm/include/llvm/Transforms/IPO/StripDeadPrototypes.h
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/Transforms/IPO/StripDeadPrototypes.h
  projects/release-pkg/contrib/llvm/include/llvm/Transforms/Scalar/ADCE.h
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/Transforms/Scalar/ADCE.h
  projects/release-pkg/contrib/llvm/include/llvm/Transforms/Scalar/SROA.h
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/Transforms/Scalar/SROA.h
  projects/release-pkg/contrib/llvm/include/llvm/Transforms/Utils/SplitModule.h
     - copied unchanged from r296421, head/contrib/llvm/include/llvm/Transforms/Utils/SplitModule.h
  projects/release-pkg/contrib/llvm/lib/Analysis/CallGraph.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Analysis/CallGraph.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/CallGraphSCCPass.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Analysis/CallGraphSCCPass.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/CallPrinter.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Analysis/CallPrinter.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/DemandedBits.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Analysis/DemandedBits.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/EHPersonalities.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Analysis/EHPersonalities.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/GlobalsModRef.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Analysis/GlobalsModRef.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/InlineCost.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Analysis/InlineCost.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/ObjCARCAliasAnalysis.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Analysis/ObjCARCAliasAnalysis.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/ObjCARCAnalysisUtils.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Analysis/ObjCARCAnalysisUtils.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/ObjCARCInstKind.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Analysis/ObjCARCInstKind.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/OrderedBasicBlock.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Analysis/OrderedBasicBlock.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/FuncletLayout.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/CodeGen/FuncletLayout.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/LiveDebugValues.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/CodeGen/LiveDebugValues.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/ParallelCG.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/CodeGen/ParallelCG.cpp
  projects/release-pkg/contrib/llvm/lib/DebugInfo/CodeView/
     - copied from r296421, head/contrib/llvm/lib/DebugInfo/CodeView/
  projects/release-pkg/contrib/llvm/lib/DebugInfo/DWARF/DWARFDebugMacro.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/DebugInfo/DWARF/DWARFDebugMacro.cpp
  projects/release-pkg/contrib/llvm/lib/DebugInfo/DWARF/DWARFUnitIndex.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/DebugInfo/DWARF/DWARFUnitIndex.cpp
  projects/release-pkg/contrib/llvm/lib/DebugInfo/Symbolize/
     - copied from r296421, head/contrib/llvm/lib/DebugInfo/Symbolize/
  projects/release-pkg/contrib/llvm/lib/ExecutionEngine/Orc/OrcArchitectureSupport.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/ExecutionEngine/Orc/OrcArchitectureSupport.cpp
  projects/release-pkg/contrib/llvm/lib/ExecutionEngine/Orc/OrcCBindings.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/ExecutionEngine/Orc/OrcCBindings.cpp
  projects/release-pkg/contrib/llvm/lib/ExecutionEngine/Orc/OrcCBindingsStack.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/ExecutionEngine/Orc/OrcCBindingsStack.cpp
  projects/release-pkg/contrib/llvm/lib/ExecutionEngine/Orc/OrcCBindingsStack.h
     - copied unchanged from r296421, head/contrib/llvm/lib/ExecutionEngine/Orc/OrcCBindingsStack.h
  projects/release-pkg/contrib/llvm/lib/ExecutionEngine/Orc/OrcError.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/ExecutionEngine/Orc/OrcError.cpp
  projects/release-pkg/contrib/llvm/lib/ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.cpp
  projects/release-pkg/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFI386.h
     - copied unchanged from r296421, head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFI386.h
  projects/release-pkg/contrib/llvm/lib/IR/AttributesCompatFunc.td
     - copied unchanged from r296421, head/contrib/llvm/lib/IR/AttributesCompatFunc.td
  projects/release-pkg/contrib/llvm/lib/IR/FunctionInfo.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/IR/FunctionInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Linker/IRMover.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Linker/IRMover.cpp
  projects/release-pkg/contrib/llvm/lib/Linker/LinkDiagnosticInfo.h
     - copied unchanged from r296421, head/contrib/llvm/lib/Linker/LinkDiagnosticInfo.h
  projects/release-pkg/contrib/llvm/lib/MC/MCFragment.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/MC/MCFragment.cpp
  projects/release-pkg/contrib/llvm/lib/Object/FunctionIndexObjectFile.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Object/FunctionIndexObjectFile.cpp
  projects/release-pkg/contrib/llvm/lib/Support/JamCRC.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Support/JamCRC.cpp
  projects/release-pkg/contrib/llvm/lib/Support/ThreadPool.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Support/ThreadPool.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/AArch64SchedM1.td
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/AArch64/AArch64SchedM1.td
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/AMDGPUAnnotateUniformValues.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/AMDGPU/AMDGPUAnnotateUniformValues.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/AMDGPUDiagnosticInfoUnsupported.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/AMDGPU/AMDGPUDiagnosticInfoUnsupported.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/AMDGPUDiagnosticInfoUnsupported.h
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/AMDGPU/AMDGPUDiagnosticInfoUnsupported.h
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/AMDGPUOpenCLImageTypeLoweringPass.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/AMDGPU/AMDGPUOpenCLImageTypeLoweringPass.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/AMDGPUTargetObjectFile.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/AMDGPU/AMDGPUTargetObjectFile.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/AMDGPUTargetObjectFile.h
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/AMDGPU/AMDGPUTargetObjectFile.h
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFStreamer.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFStreamer.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFStreamer.h
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFStreamer.h
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/SIFrameLowering.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/AMDGPU/SIFrameLowering.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/SIFrameLowering.h
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/AMDGPU/SIFrameLowering.h
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/SIMachineScheduler.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/AMDGPU/SIMachineScheduler.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/SIMachineScheduler.h
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/AMDGPU/SIMachineScheduler.h
  projects/release-pkg/contrib/llvm/lib/Target/AVR/
     - copied from r296421, head/contrib/llvm/lib/Target/AVR/
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/AsmParser/
     - copied from r296421, head/contrib/llvm/lib/Target/Hexagon/AsmParser/
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonBitSimplify.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/Hexagon/HexagonBitSimplify.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonEarlyIfConv.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/Hexagon/HexagonEarlyIfConv.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonGenMux.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/Hexagon/HexagonGenMux.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonInstrAlias.td
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/Hexagon/HexagonInstrAlias.td
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonInstrEnc.td
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/Hexagon/HexagonInstrEnc.td
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonInstrFormatsV60.td
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/Hexagon/HexagonInstrFormatsV60.td
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfoV60.td
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfoV60.td
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonIntrinsicsV60.td
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/Hexagon/HexagonIntrinsicsV60.td
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonOptimizeSZextends.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/Hexagon/HexagonOptimizeSZextends.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonRDF.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/Hexagon/HexagonRDF.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonRDF.h
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/Hexagon/HexagonRDF.h
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonRDFOpt.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/Hexagon/HexagonRDFOpt.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonScheduleV55.td
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/Hexagon/HexagonScheduleV55.td
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonScheduleV60.td
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/Hexagon/HexagonScheduleV60.td
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonSplitDouble.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/Hexagon/HexagonSplitDouble.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonStoreWidening.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/Hexagon/HexagonStoreWidening.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonSystemInst.td
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/Hexagon/HexagonSystemInst.td
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.h
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonVLIWPacketizer.h
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/Hexagon/HexagonVLIWPacketizer.h
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.h
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.h
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCExpr.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCExpr.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCExpr.h
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCExpr.h
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/RDFCopy.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/Hexagon/RDFCopy.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/RDFCopy.h
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/Hexagon/RDFCopy.h
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/RDFDeadCode.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/Hexagon/RDFDeadCode.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/RDFDeadCode.h
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/Hexagon/RDFDeadCode.h
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/RDFGraph.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/Hexagon/RDFGraph.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/RDFGraph.h
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/Hexagon/RDFGraph.h
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/RDFLiveness.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/Hexagon/RDFLiveness.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/RDFLiveness.h
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/Hexagon/RDFLiveness.h
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MicroMips64r6InstrFormats.td
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/Mips/MicroMips64r6InstrFormats.td
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MicroMips64r6InstrInfo.td
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/Mips/MicroMips64r6InstrInfo.td
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MicroMipsDSPInstrFormats.td
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/Mips/MicroMipsDSPInstrFormats.td
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MicroMipsDSPInstrInfo.td
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/Mips/MicroMipsDSPInstrInfo.td
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MipsEVAInstrFormats.td
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/Mips/MipsEVAInstrFormats.td
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MipsEVAInstrInfo.td
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/Mips/MipsEVAInstrInfo.td
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MipsScheduleP5600.td
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/Mips/MipsScheduleP5600.td
  projects/release-pkg/contrib/llvm/lib/Target/PowerPC/PPCBoolRetToInt.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/PowerPC/PPCBoolRetToInt.cpp
  projects/release-pkg/contrib/llvm/lib/Target/PowerPC/PPCMIPeephole.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/PowerPC/PPCMIPeephole.cpp
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/Disassembler/
     - copied from r296421, head/contrib/llvm/lib/Target/WebAssembly/Disassembler/
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyAsmBackend.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyAsmBackend.cpp
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyELFObjectWriter.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyELFObjectWriter.cpp
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCCodeEmitter.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCCodeEmitter.cpp
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.cpp
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.h
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.h
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/Relooper.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/WebAssembly/Relooper.cpp
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/Relooper.h
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/WebAssembly/Relooper.h
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/WebAssemblyArgumentMove.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyArgumentMove.cpp
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/WebAssemblyFastISel.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyFastISel.cpp
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/WebAssemblyISD.def
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyISD.def
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrControl.td
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrControl.td
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/WebAssemblyLowerBrUnless.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyLowerBrUnless.cpp
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.h
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.h
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/WebAssemblyOptimizeReturned.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyOptimizeReturned.cpp
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/WebAssemblyPEI.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyPEI.cpp
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/WebAssemblyPeephole.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyPeephole.cpp
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/WebAssemblyRegColoring.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyRegColoring.cpp
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/WebAssemblyRegNumbering.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyRegNumbering.cpp
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/WebAssemblyStoreResults.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyStoreResults.cpp
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/WebAssemblyTargetObjectFile.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/WebAssembly/WebAssemblyTargetObjectFile.cpp
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86OptimizeLEAs.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/X86/X86OptimizeLEAs.cpp
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86ShuffleDecodeConstantPool.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/X86/X86ShuffleDecodeConstantPool.cpp
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86ShuffleDecodeConstantPool.h
     - copied unchanged from r296421, head/contrib/llvm/lib/Target/X86/X86ShuffleDecodeConstantPool.h
  projects/release-pkg/contrib/llvm/lib/Transforms/IPO/CrossDSOCFI.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Transforms/IPO/CrossDSOCFI.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/IPO/ForceFunctionAttrs.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Transforms/IPO/ForceFunctionAttrs.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/IPO/FunctionImport.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Transforms/IPO/FunctionImport.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/IPO/InferFunctionAttrs.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Transforms/IPO/InferFunctionAttrs.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/IPO/SampleProfile.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Transforms/IPO/SampleProfile.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Instrumentation/CFGMST.h
     - copied unchanged from r296421, head/contrib/llvm/lib/Transforms/Instrumentation/CFGMST.h
  projects/release-pkg/contrib/llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/LoopLoadElimination.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Transforms/Scalar/LoopLoadElimination.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Utils/SplitModule.cpp
     - copied unchanged from r296421, head/contrib/llvm/lib/Transforms/Utils/SplitModule.cpp
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/AST/ExprOpenMP.h
     - copied unchanged from r296421, head/contrib/llvm/tools/clang/include/clang/AST/ExprOpenMP.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsWebAssembly.def
     - copied unchanged from r296421, head/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsWebAssembly.def
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Serialization/ModuleFileExtension.h
     - copied unchanged from r296421, head/contrib/llvm/tools/clang/include/clang/Serialization/ModuleFileExtension.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/IssueHash.h
     - copied unchanged from r296421, head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/IssueHash.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeMap.h
     - copied unchanged from r296421, head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeMap.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/LoopWidening.h
     - copied unchanged from r296421, head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/LoopWidening.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Tooling/Core/Lookup.h
     - copied unchanged from r296421, head/contrib/llvm/tools/clang/include/clang/Tooling/Core/Lookup.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/AST/ExprObjC.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/clang/lib/AST/ExprObjC.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/AST/OpenMPClause.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/clang/lib/AST/OpenMPClause.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/AST/StmtCXX.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/clang/lib/AST/StmtCXX.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/AST/StmtObjC.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/clang/lib/AST/StmtObjC.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/AST/StmtOpenMP.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/clang/lib/AST/StmtOpenMP.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/Address.h
     - copied unchanged from r296421, head/contrib/llvm/tools/clang/lib/CodeGen/Address.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CodeGenTypeCache.h
     - copied unchanged from r296421, head/contrib/llvm/tools/clang/lib/CodeGen/CodeGenTypeCache.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Frontend/TestModuleFileExtension.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/clang/lib/Frontend/TestModuleFileExtension.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Frontend/TestModuleFileExtension.h
     - copied unchanged from r296421, head/contrib/llvm/tools/clang/lib/Frontend/TestModuleFileExtension.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/__clang_cuda_runtime_wrapper.h
     - copied unchanged from r296421, head/contrib/llvm/tools/clang/lib/Headers/__clang_cuda_runtime_wrapper.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/pkuintrin.h
     - copied unchanged from r296421, head/contrib/llvm/tools/clang/lib/Headers/pkuintrin.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/xsavecintrin.h
     - copied unchanged from r296421, head/contrib/llvm/tools/clang/lib/Headers/xsavecintrin.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/xsaveintrin.h
     - copied unchanged from r296421, head/contrib/llvm/tools/clang/lib/Headers/xsaveintrin.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/xsaveoptintrin.h
     - copied unchanged from r296421, head/contrib/llvm/tools/clang/lib/Headers/xsaveoptintrin.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/xsavesintrin.h
     - copied unchanged from r296421, head/contrib/llvm/tools/clang/lib/Headers/xsavesintrin.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Sema/SemaCoroutine.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/clang/lib/Sema/SemaCoroutine.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Serialization/ModuleFileExtension.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/clang/lib/Serialization/ModuleFileExtension.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Serialization/MultiOnDiskHashTable.h
     - copied unchanged from r296421, head/contrib/llvm/tools/clang/lib/Serialization/MultiOnDiskHashTable.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypeChecker.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypeChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/PaddingChecker.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/PaddingChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/VforkChecker.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/VforkChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/DynamicTypeMap.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/DynamicTypeMap.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/IssueHash.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/IssueHash.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/LoopWidening.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/LoopWidening.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Tooling/Core/Lookup.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/clang/lib/Tooling/Core/Lookup.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/LoadedModuleInfoList.h
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/include/lldb/Core/LoadedModuleInfoList.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectConstResultCast.h
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectConstResultCast.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/DataFormatters/CXXFunctionPointer.h
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/CXXFunctionPointer.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/DataFormatters/DumpValueObjectOptions.h
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/DumpValueObjectOptions.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/DataFormatters/FormattersHelpers.h
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/FormattersHelpers.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/DataFormatters/LanguageCategory.h
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/LanguageCategory.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/DataFormatters/VectorIterator.h
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/VectorIterator.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Expression/Expression.h
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/include/lldb/Expression/Expression.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Expression/ExpressionParser.h
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/include/lldb/Expression/ExpressionParser.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Expression/ExpressionTypeSystemHelper.h
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/include/lldb/Expression/ExpressionTypeSystemHelper.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Expression/ExpressionVariable.h
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/include/lldb/Expression/ExpressionVariable.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Expression/FunctionCaller.h
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/include/lldb/Expression/FunctionCaller.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Expression/LLVMUserExpression.h
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/include/lldb/Expression/LLVMUserExpression.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Expression/REPL.h
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/include/lldb/Expression/REPL.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Expression/UserExpression.h
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/include/lldb/Expression/UserExpression.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Expression/UtilityFunction.h
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/include/lldb/Expression/UtilityFunction.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Host/common/GetOptInc.h
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/include/lldb/Host/common/GetOptInc.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Host/common/TCPSocket.h
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/include/lldb/Host/common/TCPSocket.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Host/common/UDPSocket.h
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/include/lldb/Host/common/UDPSocket.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Host/netbsd/
     - copied from r296421, head/contrib/llvm/tools/lldb/include/lldb/Host/netbsd/
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Host/posix/DomainSocket.h
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/include/lldb/Host/posix/DomainSocket.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Symbol/ArmUnwindInfo.h
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/include/lldb/Symbol/ArmUnwindInfo.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Symbol/CompilerDecl.h
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/include/lldb/Symbol/CompilerDecl.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Symbol/CompilerDeclContext.h
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/include/lldb/Symbol/CompilerDeclContext.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Symbol/CompilerType.h
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/include/lldb/Symbol/CompilerType.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Symbol/DebugMacros.h
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/include/lldb/Symbol/DebugMacros.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Symbol/GoASTContext.h
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/include/lldb/Symbol/GoASTContext.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Symbol/TypeMap.h
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/include/lldb/Symbol/TypeMap.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Symbol/TypeSystem.h
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/include/lldb/Symbol/TypeSystem.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Target/Language.h
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/include/lldb/Target/Language.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Utility/Either.h
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/include/lldb/Utility/Either.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Utility/TaskPool.h
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/include/lldb/Utility/TaskPool.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/API/liblldb.exports
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/API/liblldb.exports
  projects/release-pkg/contrib/llvm/tools/lldb/source/API/liblldb.xcode.exports
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/API/liblldb.xcode.exports
  projects/release-pkg/contrib/llvm/tools/lldb/source/Core/ValueObjectConstResultCast.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/Core/ValueObjectConstResultCast.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/DataFormatters/CXXFunctionPointer.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/DataFormatters/CXXFunctionPointer.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/DataFormatters/DumpValueObjectOptions.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/DataFormatters/DumpValueObjectOptions.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/DataFormatters/FormattersHelpers.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/DataFormatters/FormattersHelpers.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/DataFormatters/LanguageCategory.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/DataFormatters/LanguageCategory.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Expression/Expression.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/Expression/Expression.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Expression/ExpressionVariable.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/Expression/ExpressionVariable.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Expression/FunctionCaller.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/Expression/FunctionCaller.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Expression/LLVMUserExpression.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/Expression/LLVMUserExpression.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Expression/REPL.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/Expression/REPL.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Expression/UserExpression.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/Expression/UserExpression.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Expression/UtilityFunction.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/Expression/UtilityFunction.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Host/common/GetOptInc.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/Host/common/GetOptInc.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Host/common/TCPSocket.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/Host/common/TCPSocket.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Host/common/UDPSocket.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/Host/common/UDPSocket.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Host/netbsd/
     - copied from r296421, head/contrib/llvm/tools/lldb/source/Host/netbsd/
  projects/release-pkg/contrib/llvm/tools/lldb/source/Host/posix/DomainSocket.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/Host/posix/DomainSocket.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/
     - copied from r296421, head/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Language/
     - copied from r296421, head/contrib/llvm/tools/lldb/source/Plugins/Language/
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/Go/
     - copied from r296421, head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/Go/
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/
     - copied from r296421, head/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Go/
     - copied from r296421, head/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Go/
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Platform/NetBSD/
     - copied from r296421, head/contrib/llvm/tools/lldb/source/Plugins/Platform/NetBSD/
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIX.h
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIX.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/NetBSDSignals.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/NetBSDSignals.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/NetBSDSignals.h
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/NetBSDSignals.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/win-minidump/
     - copied from r296421, head/contrib/llvm/tools/lldb/source/Plugins/Process/win-minidump/
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/
     - copied from r296421, head/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DIERef.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DIERef.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DIERef.h
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DIERef.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParser.h
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParser.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserGo.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserGo.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserGo.h
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserGo.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFAttribute.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFAttribute.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.h
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacro.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacro.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacro.h
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacro.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.h
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Symbol/ArmUnwindInfo.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/Symbol/ArmUnwindInfo.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Symbol/CompilerDecl.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/Symbol/CompilerDecl.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Symbol/CompilerDeclContext.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/Symbol/CompilerDeclContext.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Symbol/CompilerType.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/Symbol/CompilerType.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Symbol/DebugMacros.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/Symbol/DebugMacros.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Symbol/GoASTContext.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/Symbol/GoASTContext.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Symbol/TypeMap.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/Symbol/TypeMap.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Symbol/TypeSystem.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/Symbol/TypeSystem.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Target/Language.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/Target/Language.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Utility/ARM64_ehframe_Registers.h
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/Utility/ARM64_ehframe_Registers.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Utility/ARM_ehframe_Registers.h
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/Utility/ARM_ehframe_Registers.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Utility/TaskPool.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/source/Utility/TaskPool.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/argdumper/argdumper.exports
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/tools/argdumper/argdumper.exports
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilParse.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilParse.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilParse.h
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilParse.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/lldb-mi.exports
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/tools/lldb-mi/lldb-mi.exports
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-server/Acceptor.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/tools/lldb-server/Acceptor.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-server/Acceptor.h
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/tools/lldb-server/Acceptor.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-server/lldb-server.exports
     - copied unchanged from r296421, head/contrib/llvm/tools/lldb/tools/lldb-server/lldb-server.exports
  projects/release-pkg/contrib/llvm/tools/lli/RemoteJITUtils.h
     - copied unchanged from r296421, head/contrib/llvm/tools/lli/RemoteJITUtils.h
  projects/release-pkg/contrib/llvm/tools/llvm-readobj/COFFImportDumper.cpp
     - copied unchanged from r296421, head/contrib/llvm/tools/llvm-readobj/COFFImportDumper.cpp
  projects/release-pkg/contrib/llvm/utils/TableGen/Attributes.cpp
     - copied unchanged from r296421, head/contrib/llvm/utils/TableGen/Attributes.cpp
  projects/release-pkg/contrib/ofed/libsdp/scripts/
     - copied from r296421, head/contrib/ofed/libsdp/scripts/
  projects/release-pkg/contrib/ofed/libsdp/src/config_parser.y
     - copied unchanged from r296421, head/contrib/ofed/libsdp/src/config_parser.y
  projects/release-pkg/contrib/ofed/libsdp/src/config_scanner.l
     - copied unchanged from r296421, head/contrib/ofed/libsdp/src/config_scanner.l
  projects/release-pkg/contrib/ofed/usr.bin/ibaddr/Makefile.depend
     - copied unchanged from r296421, head/contrib/ofed/usr.bin/ibaddr/Makefile.depend
  projects/release-pkg/contrib/ofed/usr.bin/ibnetdiscover/Makefile.depend
     - copied unchanged from r296421, head/contrib/ofed/usr.bin/ibnetdiscover/Makefile.depend
  projects/release-pkg/contrib/ofed/usr.bin/ibping/Makefile.depend
     - copied unchanged from r296421, head/contrib/ofed/usr.bin/ibping/Makefile.depend
  projects/release-pkg/contrib/ofed/usr.bin/ibportstate/Makefile.depend
     - copied unchanged from r296421, head/contrib/ofed/usr.bin/ibportstate/Makefile.depend
  projects/release-pkg/contrib/ofed/usr.bin/ibroute/Makefile.depend
     - copied unchanged from r296421, head/contrib/ofed/usr.bin/ibroute/Makefile.depend
  projects/release-pkg/contrib/ofed/usr.bin/ibsendtrap/Makefile.depend
     - copied unchanged from r296421, head/contrib/ofed/usr.bin/ibsendtrap/Makefile.depend
  projects/release-pkg/contrib/ofed/usr.bin/ibstat/Makefile.depend
     - copied unchanged from r296421, head/contrib/ofed/usr.bin/ibstat/Makefile.depend
  projects/release-pkg/contrib/ofed/usr.bin/ibsysstat/Makefile.depend
     - copied unchanged from r296421, head/contrib/ofed/usr.bin/ibsysstat/Makefile.depend
  projects/release-pkg/contrib/ofed/usr.bin/ibtracert/Makefile.depend
     - copied unchanged from r296421, head/contrib/ofed/usr.bin/ibtracert/Makefile.depend
  projects/release-pkg/contrib/ofed/usr.bin/opensm/Makefile.depend
     - copied unchanged from r296421, head/contrib/ofed/usr.bin/opensm/Makefile.depend
  projects/release-pkg/contrib/ofed/usr.bin/osmtest/Makefile.depend
     - copied unchanged from r296421, head/contrib/ofed/usr.bin/osmtest/Makefile.depend
  projects/release-pkg/contrib/ofed/usr.bin/perfquery/Makefile.depend
     - copied unchanged from r296421, head/contrib/ofed/usr.bin/perfquery/Makefile.depend
  projects/release-pkg/contrib/ofed/usr.bin/saquery/Makefile.depend
     - copied unchanged from r296421, head/contrib/ofed/usr.bin/saquery/Makefile.depend
  projects/release-pkg/contrib/ofed/usr.bin/sminfo/Makefile.depend
     - copied unchanged from r296421, head/contrib/ofed/usr.bin/sminfo/Makefile.depend
  projects/release-pkg/contrib/ofed/usr.bin/smpdump/Makefile.depend
     - copied unchanged from r296421, head/contrib/ofed/usr.bin/smpdump/Makefile.depend
  projects/release-pkg/contrib/ofed/usr.bin/smpquery/Makefile.depend
     - copied unchanged from r296421, head/contrib/ofed/usr.bin/smpquery/Makefile.depend
  projects/release-pkg/contrib/ofed/usr.bin/vendstat/Makefile.depend
     - copied unchanged from r296421, head/contrib/ofed/usr.bin/vendstat/Makefile.depend
  projects/release-pkg/contrib/ofed/usr.lib/libcxgb4/Makefile.depend
     - copied unchanged from r296421, head/contrib/ofed/usr.lib/libcxgb4/Makefile.depend
  projects/release-pkg/contrib/ofed/usr.lib/libibcm/Makefile.depend
     - copied unchanged from r296421, head/contrib/ofed/usr.lib/libibcm/Makefile.depend
  projects/release-pkg/contrib/ofed/usr.lib/libibcommon/Makefile.depend
     - copied unchanged from r296421, head/contrib/ofed/usr.lib/libibcommon/Makefile.depend
  projects/release-pkg/contrib/ofed/usr.lib/libibmad/Makefile.depend
     - copied unchanged from r296421, head/contrib/ofed/usr.lib/libibmad/Makefile.depend
  projects/release-pkg/contrib/ofed/usr.lib/libibumad/Makefile.depend
     - copied unchanged from r296421, head/contrib/ofed/usr.lib/libibumad/Makefile.depend
  projects/release-pkg/contrib/ofed/usr.lib/libibverbs/Makefile.depend
     - copied unchanged from r296421, head/contrib/ofed/usr.lib/libibverbs/Makefile.depend
  projects/release-pkg/contrib/ofed/usr.lib/libmlx4/Makefile.depend
     - copied unchanged from r296421, head/contrib/ofed/usr.lib/libmlx4/Makefile.depend
  projects/release-pkg/contrib/ofed/usr.lib/libmthca/Makefile.depend
     - copied unchanged from r296421, head/contrib/ofed/usr.lib/libmthca/Makefile.depend
  projects/release-pkg/contrib/ofed/usr.lib/libopensm/Makefile.depend
     - copied unchanged from r296421, head/contrib/ofed/usr.lib/libopensm/Makefile.depend
  projects/release-pkg/contrib/ofed/usr.lib/libosmcomp/Makefile.depend
     - copied unchanged from r296421, head/contrib/ofed/usr.lib/libosmcomp/Makefile.depend
  projects/release-pkg/contrib/ofed/usr.lib/libosmvendor/Makefile.depend
     - copied unchanged from r296421, head/contrib/ofed/usr.lib/libosmvendor/Makefile.depend
  projects/release-pkg/contrib/ofed/usr.lib/librdmacm/Makefile.depend
     - copied unchanged from r296421, head/contrib/ofed/usr.lib/librdmacm/Makefile.depend
  projects/release-pkg/contrib/ofed/usr.lib/libsdp/Makefile.depend
     - copied unchanged from r296421, head/contrib/ofed/usr.lib/libsdp/Makefile.depend
  projects/release-pkg/lib/clang/include/AttributesCompatFunc.inc
     - copied unchanged from r296421, head/lib/clang/include/AttributesCompatFunc.inc
  projects/release-pkg/lib/clang/include/llvm/IR/Attributes.inc
     - copied unchanged from r296421, head/lib/clang/include/llvm/IR/Attributes.inc
  projects/release-pkg/lib/clang/liblldbPluginExpressionParserClang/
     - copied from r296421, head/lib/clang/liblldbPluginExpressionParserClang/
  projects/release-pkg/lib/clang/liblldbPluginExpressionParserGo/
     - copied from r296421, head/lib/clang/liblldbPluginExpressionParserGo/
  projects/release-pkg/lib/clang/liblldbPluginLanguageCPlusPlus/
     - copied from r296421, head/lib/clang/liblldbPluginLanguageCPlusPlus/
  projects/release-pkg/lib/clang/liblldbPluginLanguageObjC/
     - copied from r296421, head/lib/clang/liblldbPluginLanguageObjC/
  projects/release-pkg/lib/clang/liblldbPluginScriptInterpreterNone/
     - copied from r296421, head/lib/clang/liblldbPluginScriptInterpreterNone/
  projects/release-pkg/lib/clang/libllvmaarch64asmprinter/
     - copied from r296421, head/lib/clang/libllvmaarch64asmprinter/
  projects/release-pkg/lib/clang/libllvmarmasmprinter/
     - copied from r296421, head/lib/clang/libllvmarmasmprinter/
  projects/release-pkg/lib/clang/libllvmmipsasmprinter/
     - copied from r296421, head/lib/clang/libllvmmipsasmprinter/
  projects/release-pkg/lib/clang/libllvmpowerpcasmprinter/
     - copied from r296421, head/lib/clang/libllvmpowerpcasmprinter/
  projects/release-pkg/lib/clang/libllvmsparcasmprinter/
     - copied from r296421, head/lib/clang/libllvmsparcasmprinter/
  projects/release-pkg/lib/clang/libllvmsymbolize/
     - copied from r296421, head/lib/clang/libllvmsymbolize/
  projects/release-pkg/lib/clang/libllvmx86asmprinter/
     - copied from r296421, head/lib/clang/libllvmx86asmprinter/
  projects/release-pkg/lib/libclang_rt/asan_dynamic/
     - copied from r296421, head/lib/libclang_rt/asan_dynamic/
  projects/release-pkg/usr.bin/clang/llvm-tblgen/
     - copied from r296421, head/usr.bin/clang/llvm-tblgen/
Deleted:
  projects/release-pkg/contrib/compiler-rt/lib/asan/scripts/
  projects/release-pkg/contrib/compiler-rt/lib/asan/tests/
  projects/release-pkg/contrib/compiler-rt/lib/dfsan/scripts/
  projects/release-pkg/contrib/compiler-rt/lib/msan/tests/
  projects/release-pkg/contrib/compiler-rt/lib/safestack/CMakeLists.txt
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_process_libcdep.cc
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_win.h
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/scripts/
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/tests/
  projects/release-pkg/contrib/compiler-rt/lib/tsan/analyze_libtsan.sh
  projects/release-pkg/contrib/compiler-rt/lib/tsan/check_analyze.sh
  projects/release-pkg/contrib/compiler-rt/lib/tsan/check_cmake.sh
  projects/release-pkg/contrib/compiler-rt/lib/tsan/check_memcpy.sh
  projects/release-pkg/contrib/compiler-rt/lib/tsan/go/build.bat
  projects/release-pkg/contrib/compiler-rt/lib/tsan/go/buildgo.sh
  projects/release-pkg/contrib/compiler-rt/lib/tsan/tests/
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/LibCallAliasAnalysis.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/LibCallSemantics.h
  projects/release-pkg/contrib/llvm/include/llvm/ExecutionEngine/Orc/OrcTargetSupport.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/MetadataTracking.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/OutputBuffer.h
  projects/release-pkg/contrib/llvm/lib/Analysis/AliasAnalysisCounter.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/AliasDebugger.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/IPA/
  projects/release-pkg/contrib/llvm/lib/Analysis/LibCallAliasAnalysis.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/LibCallSemantics.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/NoAliasAnalysis.cpp
  projects/release-pkg/contrib/llvm/lib/ExecutionEngine/Orc/OrcTargetSupport.cpp
  projects/release-pkg/contrib/llvm/lib/IR/MetadataTracking.cpp
  projects/release-pkg/contrib/llvm/lib/ProfileData/InstrProfIndexed.h
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/AArch64MachineCombinerPattern.h
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/SIPrepareScratchRegs.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonRemoveSZExtArgs.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/ObjCARC/ARCInstKind.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/ObjCARC/ARCInstKind.h
  projects/release-pkg/contrib/llvm/lib/Transforms/ObjCARC/ObjCARCAliasAnalysis.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/ObjCARC/ObjCARCAliasAnalysis.h
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/SampleProfile.cpp
  projects/release-pkg/contrib/llvm/patches/patch-01-clang-vendor-suffix.diff
  projects/release-pkg/contrib/llvm/patches/patch-03-enable-armv6-clrex.diff
  projects/release-pkg/contrib/llvm/patches/patch-04-clang-add-mips-triples.diff
  projects/release-pkg/contrib/llvm/patches/patch-05-clang-r244063-missing-atomic-libcall.diff
  projects/release-pkg/contrib/llvm/patches/patch-06-llvm-r248439-fdiv-hoisting.diff
  projects/release-pkg/contrib/llvm/patches/patch-07-undo-llvm-r240144-iostream-sigbus.diff
  projects/release-pkg/contrib/llvm/patches/patch-08-clang-cc1as-dwarf2.diff
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/AST/DataRecursiveASTVisitor.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/Language.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/DataFormatters/CXXFormatterFunctions.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Expression/ASTDumper.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Expression/ASTResultSynthesizer.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Expression/ASTStructExtractor.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Expression/ClangASTSource.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Expression/ClangExpression.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Expression/ClangExpressionDeclMap.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Expression/ClangExpressionParser.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Expression/ClangExpressionVariable.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Expression/ClangFunction.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Expression/ClangModulesDeclVendor.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Expression/ClangPersistentVariables.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Expression/ClangUserExpression.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Expression/ClangUtilityFunction.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Expression/IRForTarget.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Expression/IRToDWARF.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Interpreter/PythonDataObjects.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Interpreter/ScriptInterpreterNone.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Interpreter/ScriptInterpreterPython.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Symbol/ClangASTType.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Symbol/ClangNamespaceDecl.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Utility/PythonPointer.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/lldb-python.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Core/Language.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/DataFormatters/CF.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/DataFormatters/CXXFormatterFunctions.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/DataFormatters/Cocoa.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/DataFormatters/CoreMedia.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/DataFormatters/LibCxx.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/DataFormatters/LibCxxInitializerList.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/DataFormatters/LibCxxList.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/DataFormatters/LibCxxMap.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/DataFormatters/LibCxxUnorderedMap.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/DataFormatters/LibCxxVector.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/DataFormatters/LibStdcpp.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/DataFormatters/NSArray.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/DataFormatters/NSDictionary.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/DataFormatters/NSIndexPath.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/DataFormatters/NSSet.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Expression/ASTDumper.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Expression/ASTResultSynthesizer.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Expression/ASTStructExtractor.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Expression/ClangASTSource.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Expression/ClangExpressionDeclMap.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Expression/ClangExpressionParser.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Expression/ClangExpressionVariable.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Expression/ClangFunction.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Expression/ClangModulesDeclVendor.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Expression/ClangPersistentVariables.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Expression/ClangUserExpression.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Expression/ClangUtilityFunction.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Expression/IRForTarget.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Interpreter/PythonDataObjects.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Interpreter/ScriptInterpreterNone.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Interpreter/ScriptInterpreterPython.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/POSIXThread.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/POSIXThread.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ProcessPOSIX.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ProcessPOSIX.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFLocationDescription.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFLocationDescription.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFLocationList.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFLocationList.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Symbol/ClangASTType.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Symbol/ClangNamespaceDecl.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Utility/ARM64_GCC_Registers.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Utility/ARM_GCC_Registers.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/argdumper/exports
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilSystemLinux.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilSystemLinux.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilSystemOsx.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilSystemOsx.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilSystemWindows.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilSystemWindows.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-server/exports
  projects/release-pkg/contrib/llvm/tools/lli/RPCChannel.h
  projects/release-pkg/contrib/llvm/tools/lli/RemoteMemoryManager.cpp
  projects/release-pkg/contrib/llvm/tools/lli/RemoteMemoryManager.h
  projects/release-pkg/contrib/llvm/tools/lli/RemoteTarget.cpp
  projects/release-pkg/contrib/llvm/tools/lli/RemoteTarget.h
  projects/release-pkg/contrib/llvm/tools/lli/RemoteTargetExternal.cpp
  projects/release-pkg/contrib/llvm/tools/lli/RemoteTargetExternal.h
  projects/release-pkg/contrib/llvm/tools/lli/RemoteTargetMessage.h
  projects/release-pkg/contrib/llvm/tools/lli/Unix/
  projects/release-pkg/contrib/llvm/tools/lli/Windows/
  projects/release-pkg/contrib/llvm/tools/llvm-symbolizer/LLVMSymbolize.cpp
  projects/release-pkg/contrib/llvm/tools/llvm-symbolizer/LLVMSymbolize.h
  projects/release-pkg/contrib/llvm/tools/macho-dump/
  projects/release-pkg/lib/clang/libllvmaarch64instprinter/
  projects/release-pkg/lib/clang/libllvmarminstprinter/
  projects/release-pkg/lib/clang/libllvmipa/
  projects/release-pkg/lib/clang/libllvmmipsinstprinter/
  projects/release-pkg/lib/clang/libllvmpowerpcinstprinter/
  projects/release-pkg/lib/clang/libllvmsparcinstprinter/
  projects/release-pkg/lib/clang/libllvmx86instprinter/
  projects/release-pkg/usr.bin/clang/macho-dump/
  projects/release-pkg/usr.bin/clang/tblgen/
Modified:
  projects/release-pkg/Makefile.inc1
  projects/release-pkg/ObsoleteFiles.inc
  projects/release-pkg/UPDATING
  projects/release-pkg/bin/csh/config_p.h
  projects/release-pkg/cddl/lib/libdtrace/tcp.d
  projects/release-pkg/contrib/compiler-rt/include/sanitizer/asan_interface.h
  projects/release-pkg/contrib/compiler-rt/include/sanitizer/common_interface_defs.h
  projects/release-pkg/contrib/compiler-rt/include/sanitizer/coverage_interface.h
  projects/release-pkg/contrib/compiler-rt/include/sanitizer/dfsan_interface.h
  projects/release-pkg/contrib/compiler-rt/include/sanitizer/lsan_interface.h
  projects/release-pkg/contrib/compiler-rt/include/sanitizer/msan_interface.h
  projects/release-pkg/contrib/compiler-rt/lib/asan/README.txt
  projects/release-pkg/contrib/compiler-rt/lib/asan/asan_activation.cc
  projects/release-pkg/contrib/compiler-rt/lib/asan/asan_allocator.cc
  projects/release-pkg/contrib/compiler-rt/lib/asan/asan_allocator.h
  projects/release-pkg/contrib/compiler-rt/lib/asan/asan_debugging.cc
  projects/release-pkg/contrib/compiler-rt/lib/asan/asan_fake_stack.cc
  projects/release-pkg/contrib/compiler-rt/lib/asan/asan_flags.cc
  projects/release-pkg/contrib/compiler-rt/lib/asan/asan_flags.inc
  projects/release-pkg/contrib/compiler-rt/lib/asan/asan_globals.cc
  projects/release-pkg/contrib/compiler-rt/lib/asan/asan_init_version.h
  projects/release-pkg/contrib/compiler-rt/lib/asan/asan_interceptors.cc
  projects/release-pkg/contrib/compiler-rt/lib/asan/asan_interceptors.h
  projects/release-pkg/contrib/compiler-rt/lib/asan/asan_interface_internal.h
  projects/release-pkg/contrib/compiler-rt/lib/asan/asan_internal.h
  projects/release-pkg/contrib/compiler-rt/lib/asan/asan_linux.cc
  projects/release-pkg/contrib/compiler-rt/lib/asan/asan_mac.cc
  projects/release-pkg/contrib/compiler-rt/lib/asan/asan_malloc_linux.cc
  projects/release-pkg/contrib/compiler-rt/lib/asan/asan_malloc_mac.cc
  projects/release-pkg/contrib/compiler-rt/lib/asan/asan_mapping.h
  projects/release-pkg/contrib/compiler-rt/lib/asan/asan_new_delete.cc
  projects/release-pkg/contrib/compiler-rt/lib/asan/asan_poisoning.cc
  projects/release-pkg/contrib/compiler-rt/lib/asan/asan_posix.cc
  projects/release-pkg/contrib/compiler-rt/lib/asan/asan_report.cc
  projects/release-pkg/contrib/compiler-rt/lib/asan/asan_report.h
  projects/release-pkg/contrib/compiler-rt/lib/asan/asan_rtl.cc
  projects/release-pkg/contrib/compiler-rt/lib/asan/asan_stack.h
  projects/release-pkg/contrib/compiler-rt/lib/asan/asan_thread.cc
  projects/release-pkg/contrib/compiler-rt/lib/asan/asan_thread.h
  projects/release-pkg/contrib/compiler-rt/lib/asan/asan_win.cc
  projects/release-pkg/contrib/compiler-rt/lib/asan/asan_win_dll_thunk.cc
  projects/release-pkg/contrib/compiler-rt/lib/asan/asan_win_dynamic_runtime_thunk.cc
  projects/release-pkg/contrib/compiler-rt/lib/builtins/README.txt
  projects/release-pkg/contrib/compiler-rt/lib/builtins/assembly.h
  projects/release-pkg/contrib/compiler-rt/lib/builtins/atomic.c
  projects/release-pkg/contrib/compiler-rt/lib/builtins/atomic_flag_clear.c
  projects/release-pkg/contrib/compiler-rt/lib/builtins/atomic_flag_clear_explicit.c
  projects/release-pkg/contrib/compiler-rt/lib/builtins/atomic_flag_test_and_set.c
  projects/release-pkg/contrib/compiler-rt/lib/builtins/atomic_flag_test_and_set_explicit.c
  projects/release-pkg/contrib/compiler-rt/lib/builtins/atomic_signal_fence.c
  projects/release-pkg/contrib/compiler-rt/lib/builtins/atomic_thread_fence.c
  projects/release-pkg/contrib/compiler-rt/lib/builtins/comparedf2.c
  projects/release-pkg/contrib/compiler-rt/lib/builtins/comparesf2.c
  projects/release-pkg/contrib/compiler-rt/lib/builtins/comparetf2.c
  projects/release-pkg/contrib/compiler-rt/lib/builtins/divdc3.c
  projects/release-pkg/contrib/compiler-rt/lib/builtins/divsc3.c
  projects/release-pkg/contrib/compiler-rt/lib/builtins/divxc3.c
  projects/release-pkg/contrib/compiler-rt/lib/builtins/enable_execute_stack.c
  projects/release-pkg/contrib/compiler-rt/lib/builtins/extendhfsf2.c
  projects/release-pkg/contrib/compiler-rt/lib/builtins/fixunsdfdi.c
  projects/release-pkg/contrib/compiler-rt/lib/builtins/fixunssfdi.c
  projects/release-pkg/contrib/compiler-rt/lib/builtins/floatdidf.c
  projects/release-pkg/contrib/compiler-rt/lib/builtins/floatditf.c
  projects/release-pkg/contrib/compiler-rt/lib/builtins/floatsitf.c
  projects/release-pkg/contrib/compiler-rt/lib/builtins/floatundidf.c
  projects/release-pkg/contrib/compiler-rt/lib/builtins/fp_add_impl.inc
  projects/release-pkg/contrib/compiler-rt/lib/builtins/fp_extend.h
  projects/release-pkg/contrib/compiler-rt/lib/builtins/fp_extend_impl.inc
  projects/release-pkg/contrib/compiler-rt/lib/builtins/fp_fixint_impl.inc
  projects/release-pkg/contrib/compiler-rt/lib/builtins/fp_fixuint_impl.inc
  projects/release-pkg/contrib/compiler-rt/lib/builtins/fp_lib.h
  projects/release-pkg/contrib/compiler-rt/lib/builtins/fp_mul_impl.inc
  projects/release-pkg/contrib/compiler-rt/lib/builtins/fp_trunc.h
  projects/release-pkg/contrib/compiler-rt/lib/builtins/fp_trunc_impl.inc
  projects/release-pkg/contrib/compiler-rt/lib/builtins/gcc_personality_v0.c
  projects/release-pkg/contrib/compiler-rt/lib/builtins/i386/chkstk.S
  projects/release-pkg/contrib/compiler-rt/lib/builtins/int_lib.h
  projects/release-pkg/contrib/compiler-rt/lib/builtins/int_math.h
  projects/release-pkg/contrib/compiler-rt/lib/builtins/int_types.h
  projects/release-pkg/contrib/compiler-rt/lib/builtins/int_util.c
  projects/release-pkg/contrib/compiler-rt/lib/builtins/int_util.h
  projects/release-pkg/contrib/compiler-rt/lib/builtins/muldc3.c
  projects/release-pkg/contrib/compiler-rt/lib/builtins/mulsc3.c
  projects/release-pkg/contrib/compiler-rt/lib/builtins/mulxc3.c
  projects/release-pkg/contrib/compiler-rt/lib/builtins/ppc/DD.h
  projects/release-pkg/contrib/compiler-rt/lib/builtins/ppc/divtc3.c
  projects/release-pkg/contrib/compiler-rt/lib/builtins/ppc/multc3.c
  projects/release-pkg/contrib/compiler-rt/lib/builtins/subdf3.c
  projects/release-pkg/contrib/compiler-rt/lib/builtins/subsf3.c
  projects/release-pkg/contrib/compiler-rt/lib/builtins/truncdfhf2.c
  projects/release-pkg/contrib/compiler-rt/lib/builtins/truncsfhf2.c
  projects/release-pkg/contrib/compiler-rt/lib/builtins/x86_64/chkstk.S
  projects/release-pkg/contrib/compiler-rt/lib/dfsan/dfsan.cc
  projects/release-pkg/contrib/compiler-rt/lib/dfsan/dfsan.h
  projects/release-pkg/contrib/compiler-rt/lib/dfsan/dfsan_custom.cc
  projects/release-pkg/contrib/compiler-rt/lib/dfsan/done_abilist.txt
  projects/release-pkg/contrib/compiler-rt/lib/interception/interception_linux.h
  projects/release-pkg/contrib/compiler-rt/lib/interception/interception_win.cc
  projects/release-pkg/contrib/compiler-rt/lib/interception/interception_win.h
  projects/release-pkg/contrib/compiler-rt/lib/lsan/lsan.cc
  projects/release-pkg/contrib/compiler-rt/lib/lsan/lsan_allocator.cc
  projects/release-pkg/contrib/compiler-rt/lib/lsan/lsan_common.cc
  projects/release-pkg/contrib/compiler-rt/lib/lsan/lsan_common.h
  projects/release-pkg/contrib/compiler-rt/lib/lsan/lsan_common_linux.cc
  projects/release-pkg/contrib/compiler-rt/lib/lsan/lsan_flags.inc
  projects/release-pkg/contrib/compiler-rt/lib/lsan/lsan_interceptors.cc
  projects/release-pkg/contrib/compiler-rt/lib/lsan/lsan_thread.cc
  projects/release-pkg/contrib/compiler-rt/lib/msan/msan.cc
  projects/release-pkg/contrib/compiler-rt/lib/msan/msan.h
  projects/release-pkg/contrib/compiler-rt/lib/msan/msan_allocator.cc
  projects/release-pkg/contrib/compiler-rt/lib/msan/msan_chained_origin_depot.cc
  projects/release-pkg/contrib/compiler-rt/lib/msan/msan_flags.inc
  projects/release-pkg/contrib/compiler-rt/lib/msan/msan_interceptors.cc
  projects/release-pkg/contrib/compiler-rt/lib/msan/msan_interface_internal.h
  projects/release-pkg/contrib/compiler-rt/lib/msan/msan_linux.cc
  projects/release-pkg/contrib/compiler-rt/lib/msan/msan_new_delete.cc
  projects/release-pkg/contrib/compiler-rt/lib/msan/msan_thread.h
  projects/release-pkg/contrib/compiler-rt/lib/profile/GCDAProfiling.c
  projects/release-pkg/contrib/compiler-rt/lib/profile/InstrProfiling.c
  projects/release-pkg/contrib/compiler-rt/lib/profile/InstrProfiling.h
  projects/release-pkg/contrib/compiler-rt/lib/profile/InstrProfilingBuffer.c
  projects/release-pkg/contrib/compiler-rt/lib/profile/InstrProfilingFile.c
  projects/release-pkg/contrib/compiler-rt/lib/profile/InstrProfilingInternal.h
  projects/release-pkg/contrib/compiler-rt/lib/profile/InstrProfilingPlatformDarwin.c
  projects/release-pkg/contrib/compiler-rt/lib/profile/InstrProfilingPlatformOther.c
  projects/release-pkg/contrib/compiler-rt/lib/profile/InstrProfilingRuntime.cc
  projects/release-pkg/contrib/compiler-rt/lib/profile/InstrProfilingUtil.c
  projects/release-pkg/contrib/compiler-rt/lib/safestack/safestack.cc
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_addrhashmap.h
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator.cc
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator.h
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator_internal.h
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_asm.h
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_atomic.h
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common.cc
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common.h
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_format.inc
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_ioctl.inc
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common_libcdep.cc
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common_syscalls.inc
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_coverage_libcdep.cc
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_coverage_mapping_libcdep.cc
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector1.cc
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector_interface.h
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_flag_parser.cc
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_flag_parser.h
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_flags.cc
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_flags.h
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_flags.inc
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_interface_internal.h
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_lfstack.h
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_libc.cc
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_libc.h
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_libignore.cc
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_linux.cc
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_linux.h
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cc
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_list.h
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_mac.h
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_persistent_allocator.h
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_platform.h
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cc
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_posix.cc
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_posix.h
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_printf.cc
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_common.cc
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_linux.cc
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_mac.cc
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_quarantine.h
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stackdepot.cc
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stackdepot.h
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stackdepotbase.h
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.cc
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.h
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_printer.cc
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cc
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_suppressions.cc
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_suppressions.h
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_internal.h
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_libbacktrace.h
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_libcdep.cc
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.cc
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cc
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_win.cc
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_thread_registry.h
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_tls_get_addr.cc
  projects/release-pkg/contrib/compiler-rt/lib/sanitizer_common/sanitizer_win.cc
  projects/release-pkg/contrib/compiler-rt/lib/tsan/rtl/tsan_clock.cc
  projects/release-pkg/contrib/compiler-rt/lib/tsan/rtl/tsan_defs.h
  projects/release-pkg/contrib/compiler-rt/lib/tsan/rtl/tsan_dense_alloc.h
  projects/release-pkg/contrib/compiler-rt/lib/tsan/rtl/tsan_flags.cc
  projects/release-pkg/contrib/compiler-rt/lib/tsan/rtl/tsan_flags.inc
  projects/release-pkg/contrib/compiler-rt/lib/tsan/rtl/tsan_interceptors.cc
  projects/release-pkg/contrib/compiler-rt/lib/tsan/rtl/tsan_interceptors.h
  projects/release-pkg/contrib/compiler-rt/lib/tsan/rtl/tsan_interface_ann.cc
  projects/release-pkg/contrib/compiler-rt/lib/tsan/rtl/tsan_mman.cc
  projects/release-pkg/contrib/compiler-rt/lib/tsan/rtl/tsan_mman.h
  projects/release-pkg/contrib/compiler-rt/lib/tsan/rtl/tsan_mutex.cc
  projects/release-pkg/contrib/compiler-rt/lib/tsan/rtl/tsan_mutex.h
  projects/release-pkg/contrib/compiler-rt/lib/tsan/rtl/tsan_new_delete.cc
  projects/release-pkg/contrib/compiler-rt/lib/tsan/rtl/tsan_platform.h
  projects/release-pkg/contrib/compiler-rt/lib/tsan/rtl/tsan_platform_linux.cc
  projects/release-pkg/contrib/compiler-rt/lib/tsan/rtl/tsan_platform_mac.cc
  projects/release-pkg/contrib/compiler-rt/lib/tsan/rtl/tsan_platform_windows.cc
  projects/release-pkg/contrib/compiler-rt/lib/tsan/rtl/tsan_report.cc
  projects/release-pkg/contrib/compiler-rt/lib/tsan/rtl/tsan_rtl.cc
  projects/release-pkg/contrib/compiler-rt/lib/tsan/rtl/tsan_rtl.h
  projects/release-pkg/contrib/compiler-rt/lib/tsan/rtl/tsan_rtl_amd64.S
  projects/release-pkg/contrib/compiler-rt/lib/tsan/rtl/tsan_rtl_mutex.cc
  projects/release-pkg/contrib/compiler-rt/lib/tsan/rtl/tsan_rtl_report.cc
  projects/release-pkg/contrib/compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cc
  projects/release-pkg/contrib/compiler-rt/lib/tsan/rtl/tsan_stat.cc
  projects/release-pkg/contrib/compiler-rt/lib/tsan/rtl/tsan_stat.h
  projects/release-pkg/contrib/compiler-rt/lib/tsan/rtl/tsan_suppressions.cc
  projects/release-pkg/contrib/compiler-rt/lib/tsan/rtl/tsan_symbolize.cc
  projects/release-pkg/contrib/compiler-rt/lib/tsan/rtl/tsan_sync.h
  projects/release-pkg/contrib/compiler-rt/lib/ubsan/ubsan_diag.cc
  projects/release-pkg/contrib/compiler-rt/lib/ubsan/ubsan_diag.h
  projects/release-pkg/contrib/compiler-rt/lib/ubsan/ubsan_flags.cc
  projects/release-pkg/contrib/compiler-rt/lib/ubsan/ubsan_flags.inc
  projects/release-pkg/contrib/compiler-rt/lib/ubsan/ubsan_handlers.cc
  projects/release-pkg/contrib/compiler-rt/lib/ubsan/ubsan_handlers.h
  projects/release-pkg/contrib/compiler-rt/lib/ubsan/ubsan_handlers_cxx.cc
  projects/release-pkg/contrib/elftoolchain/elfcopy/sections.c
  projects/release-pkg/contrib/jemalloc/include/jemalloc/internal/nstime.h
  projects/release-pkg/contrib/jemalloc/src/arena.c
  projects/release-pkg/contrib/llvm/include/llvm-c/Analysis.h
  projects/release-pkg/contrib/llvm/include/llvm-c/BitReader.h
  projects/release-pkg/contrib/llvm/include/llvm-c/BitWriter.h
  projects/release-pkg/contrib/llvm/include/llvm-c/Core.h
  projects/release-pkg/contrib/llvm/include/llvm-c/ExecutionEngine.h
  projects/release-pkg/contrib/llvm/include/llvm-c/IRReader.h
  projects/release-pkg/contrib/llvm/include/llvm-c/Initialization.h
  projects/release-pkg/contrib/llvm/include/llvm-c/Linker.h
  projects/release-pkg/contrib/llvm/include/llvm-c/Object.h
  projects/release-pkg/contrib/llvm/include/llvm-c/Support.h
  projects/release-pkg/contrib/llvm/include/llvm-c/Target.h
  projects/release-pkg/contrib/llvm/include/llvm-c/TargetMachine.h
  projects/release-pkg/contrib/llvm/include/llvm-c/Transforms/IPO.h
  projects/release-pkg/contrib/llvm/include/llvm-c/Transforms/PassManagerBuilder.h
  projects/release-pkg/contrib/llvm/include/llvm-c/Transforms/Scalar.h
  projects/release-pkg/contrib/llvm/include/llvm-c/Transforms/Vectorize.h
  projects/release-pkg/contrib/llvm/include/llvm-c/lto.h
  projects/release-pkg/contrib/llvm/include/llvm/ADT/APFloat.h
  projects/release-pkg/contrib/llvm/include/llvm/ADT/APInt.h
  projects/release-pkg/contrib/llvm/include/llvm/ADT/APSInt.h
  projects/release-pkg/contrib/llvm/include/llvm/ADT/ArrayRef.h
  projects/release-pkg/contrib/llvm/include/llvm/ADT/BitVector.h
  projects/release-pkg/contrib/llvm/include/llvm/ADT/DeltaAlgorithm.h
  projects/release-pkg/contrib/llvm/include/llvm/ADT/DenseMap.h
  projects/release-pkg/contrib/llvm/include/llvm/ADT/DenseMapInfo.h
  projects/release-pkg/contrib/llvm/include/llvm/ADT/DenseSet.h
  projects/release-pkg/contrib/llvm/include/llvm/ADT/DepthFirstIterator.h
  projects/release-pkg/contrib/llvm/include/llvm/ADT/FoldingSet.h
  projects/release-pkg/contrib/llvm/include/llvm/ADT/ImmutableList.h
  projects/release-pkg/contrib/llvm/include/llvm/ADT/ImmutableMap.h
  projects/release-pkg/contrib/llvm/include/llvm/ADT/IntEqClasses.h
  projects/release-pkg/contrib/llvm/include/llvm/ADT/IntrusiveRefCntPtr.h
  projects/release-pkg/contrib/llvm/include/llvm/ADT/Optional.h
  projects/release-pkg/contrib/llvm/include/llvm/ADT/PackedVector.h
  projects/release-pkg/contrib/llvm/include/llvm/ADT/PointerIntPair.h
  projects/release-pkg/contrib/llvm/include/llvm/ADT/PointerUnion.h
  projects/release-pkg/contrib/llvm/include/llvm/ADT/PostOrderIterator.h
  projects/release-pkg/contrib/llvm/include/llvm/ADT/STLExtras.h
  projects/release-pkg/contrib/llvm/include/llvm/ADT/ScopedHashTable.h
  projects/release-pkg/contrib/llvm/include/llvm/ADT/SetOperations.h
  projects/release-pkg/contrib/llvm/include/llvm/ADT/SetVector.h
  projects/release-pkg/contrib/llvm/include/llvm/ADT/SmallBitVector.h
  projects/release-pkg/contrib/llvm/include/llvm/ADT/SmallPtrSet.h
  projects/release-pkg/contrib/llvm/include/llvm/ADT/SmallSet.h
  projects/release-pkg/contrib/llvm/include/llvm/ADT/SmallVector.h
  projects/release-pkg/contrib/llvm/include/llvm/ADT/SparseBitVector.h
  projects/release-pkg/contrib/llvm/include/llvm/ADT/Statistic.h
  projects/release-pkg/contrib/llvm/include/llvm/ADT/StringMap.h
  projects/release-pkg/contrib/llvm/include/llvm/ADT/StringRef.h
  projects/release-pkg/contrib/llvm/include/llvm/ADT/StringSet.h
  projects/release-pkg/contrib/llvm/include/llvm/ADT/StringSwitch.h
  projects/release-pkg/contrib/llvm/include/llvm/ADT/TinyPtrVector.h
  projects/release-pkg/contrib/llvm/include/llvm/ADT/Triple.h
  projects/release-pkg/contrib/llvm/include/llvm/ADT/Twine.h
  projects/release-pkg/contrib/llvm/include/llvm/ADT/UniqueVector.h
  projects/release-pkg/contrib/llvm/include/llvm/ADT/ilist.h
  projects/release-pkg/contrib/llvm/include/llvm/ADT/ilist_node.h
  projects/release-pkg/contrib/llvm/include/llvm/ADT/iterator_range.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/AliasAnalysis.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/AliasSetTracker.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/AssumptionCache.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/BlockFrequencyInfo.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/BlockFrequencyInfoImpl.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/BranchProbabilityInfo.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/CFG.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/CGSCCPassManager.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/CallGraph.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/CallGraphSCCPass.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/CaptureTracking.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/DOTGraphTraitsPass.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/DependenceAnalysis.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/IVUsers.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/InlineCost.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/InstructionSimplify.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/IteratedDominanceFrontier.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/LazyCallGraph.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/LazyValueInfo.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/Loads.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/LoopAccessAnalysis.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/LoopInfo.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/LoopInfoImpl.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/LoopPass.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/MemoryBuiltins.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/MemoryDependenceAnalysis.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/PHITransAddr.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/Passes.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/RegionInfo.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/RegionInfoImpl.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/RegionPrinter.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/ScalarEvolution.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/ScalarEvolutionExpander.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/SparsePropagation.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/TargetLibraryInfo.def
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/TargetLibraryInfo.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/TargetTransformInfo.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/ValueTracking.h
  projects/release-pkg/contrib/llvm/include/llvm/Analysis/VectorUtils.h
  projects/release-pkg/contrib/llvm/include/llvm/AsmParser/Parser.h
  projects/release-pkg/contrib/llvm/include/llvm/AsmParser/SlotMapping.h
  projects/release-pkg/contrib/llvm/include/llvm/Bitcode/BitcodeWriterPass.h
  projects/release-pkg/contrib/llvm/include/llvm/Bitcode/BitstreamReader.h
  projects/release-pkg/contrib/llvm/include/llvm/Bitcode/BitstreamWriter.h
  projects/release-pkg/contrib/llvm/include/llvm/Bitcode/LLVMBitCodes.h
  projects/release-pkg/contrib/llvm/include/llvm/Bitcode/ReaderWriter.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/Analysis.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/AsmPrinter.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/BasicTTIImpl.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/CalcSpillWeights.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/CallingConvLower.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/CommandFlags.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/DFAPacketizer.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/DIE.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/FastISel.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/FunctionLoweringInfo.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/GCMetadata.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/GCStrategy.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/ISDOpcodes.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/IntrinsicLowering.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/LiveInterval.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/LivePhysRegs.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/LiveRangeEdit.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/LiveRegMatrix.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/LiveStackAnalysis.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/MIRParser/MIRParser.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/MIRYamlMapping.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/MachineBasicBlock.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/MachineBranchProbabilityInfo.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/MachineCombinerPattern.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/MachineConstantPool.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/MachineDominators.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/MachineFrameInfo.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/MachineFunction.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/MachineInstr.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/MachineInstrBuilder.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/MachineInstrBundle.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/MachineMemOperand.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/MachineModuleInfo.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/MachineModuleInfoImpls.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/MachineRegisterInfo.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/MachineScheduler.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/MachineValueType.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/Passes.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/PseudoSourceValue.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/RegAllocPBQP.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/RegAllocRegistry.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/RegisterPressure.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/RegisterScavenging.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/RuntimeLibcalls.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/ScheduleDAG.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/ScheduleDAGInstrs.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/SchedulerRegistry.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/SelectionDAG.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/SelectionDAGNodes.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/SlotIndexes.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/StackMaps.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/TargetSchedule.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/ValueTypes.h
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/ValueTypes.td
  projects/release-pkg/contrib/llvm/include/llvm/CodeGen/WinEHFuncInfo.h
  projects/release-pkg/contrib/llvm/include/llvm/DebugInfo/DIContext.h
  projects/release-pkg/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h
  projects/release-pkg/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFContext.h
  projects/release-pkg/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
  projects/release-pkg/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFFormValue.h
  projects/release-pkg/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h
  projects/release-pkg/contrib/llvm/include/llvm/DebugInfo/DWARF/DWARFUnit.h
  projects/release-pkg/contrib/llvm/include/llvm/DebugInfo/PDB/PDBContext.h
  projects/release-pkg/contrib/llvm/include/llvm/DebugInfo/PDB/PDBTypes.h
  projects/release-pkg/contrib/llvm/include/llvm/ExecutionEngine/ExecutionEngine.h
  projects/release-pkg/contrib/llvm/include/llvm/ExecutionEngine/Interpreter.h
  projects/release-pkg/contrib/llvm/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
  projects/release-pkg/contrib/llvm/include/llvm/ExecutionEngine/Orc/CompileUtils.h
  projects/release-pkg/contrib/llvm/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h
  projects/release-pkg/contrib/llvm/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h
  projects/release-pkg/contrib/llvm/include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h
  projects/release-pkg/contrib/llvm/include/llvm/ExecutionEngine/Orc/LogicalDylib.h
  projects/release-pkg/contrib/llvm/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h
  projects/release-pkg/contrib/llvm/include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h
  projects/release-pkg/contrib/llvm/include/llvm/ExecutionEngine/RTDyldMemoryManager.h
  projects/release-pkg/contrib/llvm/include/llvm/ExecutionEngine/RuntimeDyld.h
  projects/release-pkg/contrib/llvm/include/llvm/ExecutionEngine/SectionMemoryManager.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/Argument.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/AssemblyAnnotationWriter.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/Attributes.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/BasicBlock.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/CFG.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/CallSite.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/CallingConv.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/Comdat.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/Constant.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/ConstantRange.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/Constants.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/DIBuilder.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/DataLayout.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/DebugInfo.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/DebugInfoFlags.def
  projects/release-pkg/contrib/llvm/include/llvm/IR/DebugInfoMetadata.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/DerivedTypes.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/DiagnosticInfo.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/DiagnosticPrinter.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/Dominators.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/Function.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/GVMaterializer.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/GetElementPtrTypeIterator.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/GlobalAlias.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/GlobalObject.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/GlobalValue.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/GlobalVariable.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/IRBuilder.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/IRPrintingPasses.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/InlineAsm.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/InstIterator.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/InstVisitor.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/InstrTypes.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/Instruction.def
  projects/release-pkg/contrib/llvm/include/llvm/IR/Instruction.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/Instructions.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/IntrinsicInst.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/Intrinsics.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/Intrinsics.td
  projects/release-pkg/contrib/llvm/include/llvm/IR/IntrinsicsAArch64.td
  projects/release-pkg/contrib/llvm/include/llvm/IR/IntrinsicsAMDGPU.td
  projects/release-pkg/contrib/llvm/include/llvm/IR/IntrinsicsARM.td
  projects/release-pkg/contrib/llvm/include/llvm/IR/IntrinsicsHexagon.td
  projects/release-pkg/contrib/llvm/include/llvm/IR/IntrinsicsPowerPC.td
  projects/release-pkg/contrib/llvm/include/llvm/IR/IntrinsicsWebAssembly.td
  projects/release-pkg/contrib/llvm/include/llvm/IR/IntrinsicsX86.td
  projects/release-pkg/contrib/llvm/include/llvm/IR/LLVMContext.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/LegacyPassManagers.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/MDBuilder.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/Mangler.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/Metadata.def
  projects/release-pkg/contrib/llvm/include/llvm/IR/Metadata.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/Module.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/ModuleSlotTracker.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/PassManager.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/PatternMatch.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/Statepoint.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/SymbolTableListTraits.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/TrackingMDRef.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/Type.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/TypeFinder.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/Use.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/UseListOrder.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/User.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/Value.def
  projects/release-pkg/contrib/llvm/include/llvm/IR/Value.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/ValueHandle.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/ValueMap.h
  projects/release-pkg/contrib/llvm/include/llvm/IR/ValueSymbolTable.h
  projects/release-pkg/contrib/llvm/include/llvm/IRReader/IRReader.h
  projects/release-pkg/contrib/llvm/include/llvm/InitializePasses.h
  projects/release-pkg/contrib/llvm/include/llvm/LTO/LTOCodeGenerator.h
  projects/release-pkg/contrib/llvm/include/llvm/LTO/LTOModule.h
  projects/release-pkg/contrib/llvm/include/llvm/LibDriver/LibDriver.h
  projects/release-pkg/contrib/llvm/include/llvm/LinkAllPasses.h
  projects/release-pkg/contrib/llvm/include/llvm/Linker/Linker.h
  projects/release-pkg/contrib/llvm/include/llvm/MC/ConstantPools.h
  projects/release-pkg/contrib/llvm/include/llvm/MC/MCAsmBackend.h
  projects/release-pkg/contrib/llvm/include/llvm/MC/MCAsmInfo.h
  projects/release-pkg/contrib/llvm/include/llvm/MC/MCAssembler.h
  projects/release-pkg/contrib/llvm/include/llvm/MC/MCContext.h
  projects/release-pkg/contrib/llvm/include/llvm/MC/MCDirectives.h
  projects/release-pkg/contrib/llvm/include/llvm/MC/MCDwarf.h
  projects/release-pkg/contrib/llvm/include/llvm/MC/MCELFObjectWriter.h
  projects/release-pkg/contrib/llvm/include/llvm/MC/MCELFStreamer.h
  projects/release-pkg/contrib/llvm/include/llvm/MC/MCExpr.h
  projects/release-pkg/contrib/llvm/include/llvm/MC/MCFixedLenDisassembler.h
  projects/release-pkg/contrib/llvm/include/llvm/MC/MCInstrDesc.h
  projects/release-pkg/contrib/llvm/include/llvm/MC/MCInstrItineraries.h
  projects/release-pkg/contrib/llvm/include/llvm/MC/MCLinkerOptimizationHint.h
  projects/release-pkg/contrib/llvm/include/llvm/MC/MCMachObjectWriter.h
  projects/release-pkg/contrib/llvm/include/llvm/MC/MCObjectFileInfo.h
  projects/release-pkg/contrib/llvm/include/llvm/MC/MCObjectStreamer.h
  projects/release-pkg/contrib/llvm/include/llvm/MC/MCObjectWriter.h
  projects/release-pkg/contrib/llvm/include/llvm/MC/MCParser/AsmLexer.h
  projects/release-pkg/contrib/llvm/include/llvm/MC/MCParser/MCAsmLexer.h
  projects/release-pkg/contrib/llvm/include/llvm/MC/MCParser/MCAsmParserExtension.h
  projects/release-pkg/contrib/llvm/include/llvm/MC/MCParser/MCParsedAsmOperand.h
  projects/release-pkg/contrib/llvm/include/llvm/MC/MCRegisterInfo.h
  projects/release-pkg/contrib/llvm/include/llvm/MC/MCSchedule.h
  projects/release-pkg/contrib/llvm/include/llvm/MC/MCSection.h
  projects/release-pkg/contrib/llvm/include/llvm/MC/MCSectionCOFF.h
  projects/release-pkg/contrib/llvm/include/llvm/MC/MCSectionELF.h
  projects/release-pkg/contrib/llvm/include/llvm/MC/MCSectionMachO.h
  projects/release-pkg/contrib/llvm/include/llvm/MC/MCStreamer.h
  projects/release-pkg/contrib/llvm/include/llvm/MC/MCSubtargetInfo.h
  projects/release-pkg/contrib/llvm/include/llvm/MC/MCSymbol.h
  projects/release-pkg/contrib/llvm/include/llvm/MC/MCTargetAsmParser.h
  projects/release-pkg/contrib/llvm/include/llvm/MC/MCTargetOptions.h
  projects/release-pkg/contrib/llvm/include/llvm/MC/MCTargetOptionsCommandFlags.h
  projects/release-pkg/contrib/llvm/include/llvm/MC/MCValue.h
  projects/release-pkg/contrib/llvm/include/llvm/MC/MCWinCOFFStreamer.h
  projects/release-pkg/contrib/llvm/include/llvm/MC/MachineLocation.h
  projects/release-pkg/contrib/llvm/include/llvm/MC/SectionKind.h
  projects/release-pkg/contrib/llvm/include/llvm/MC/StringTableBuilder.h
  projects/release-pkg/contrib/llvm/include/llvm/MC/SubtargetFeature.h
  projects/release-pkg/contrib/llvm/include/llvm/Object/Archive.h
  projects/release-pkg/contrib/llvm/include/llvm/Object/ArchiveWriter.h
  projects/release-pkg/contrib/llvm/include/llvm/Object/Binary.h
  projects/release-pkg/contrib/llvm/include/llvm/Object/COFF.h
  projects/release-pkg/contrib/llvm/include/llvm/Object/ELF.h
  projects/release-pkg/contrib/llvm/include/llvm/Object/ELFObjectFile.h
  projects/release-pkg/contrib/llvm/include/llvm/Object/ELFTypes.h
  projects/release-pkg/contrib/llvm/include/llvm/Object/Error.h
  projects/release-pkg/contrib/llvm/include/llvm/Object/MachO.h
  projects/release-pkg/contrib/llvm/include/llvm/Object/ObjectFile.h
  projects/release-pkg/contrib/llvm/include/llvm/Object/SymbolicFile.h
  projects/release-pkg/contrib/llvm/include/llvm/Option/Arg.h
  projects/release-pkg/contrib/llvm/include/llvm/Option/ArgList.h
  projects/release-pkg/contrib/llvm/include/llvm/Option/OptTable.h
  projects/release-pkg/contrib/llvm/include/llvm/Option/Option.h
  projects/release-pkg/contrib/llvm/include/llvm/Pass.h
  projects/release-pkg/contrib/llvm/include/llvm/PassAnalysisSupport.h
  projects/release-pkg/contrib/llvm/include/llvm/PassInfo.h
  projects/release-pkg/contrib/llvm/include/llvm/PassRegistry.h
  projects/release-pkg/contrib/llvm/include/llvm/PassSupport.h
  projects/release-pkg/contrib/llvm/include/llvm/ProfileData/CoverageMapping.h
  projects/release-pkg/contrib/llvm/include/llvm/ProfileData/InstrProf.h
  projects/release-pkg/contrib/llvm/include/llvm/ProfileData/InstrProfReader.h
  projects/release-pkg/contrib/llvm/include/llvm/ProfileData/InstrProfWriter.h
  projects/release-pkg/contrib/llvm/include/llvm/ProfileData/SampleProf.h
  projects/release-pkg/contrib/llvm/include/llvm/ProfileData/SampleProfReader.h
  projects/release-pkg/contrib/llvm/include/llvm/ProfileData/SampleProfWriter.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/AlignOf.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/Allocator.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/BlockFrequency.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/BranchProbability.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/CBindingWrapping.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/COFF.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/CommandLine.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/Compiler.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/CrashRecoveryContext.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/DOTGraphTraits.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/Debug.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/Dwarf.def
  projects/release-pkg/contrib/llvm/include/llvm/Support/Dwarf.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/ELF.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/ELFRelocs/PowerPC.def
  projects/release-pkg/contrib/llvm/include/llvm/Support/ELFRelocs/PowerPC64.def
  projects/release-pkg/contrib/llvm/include/llvm/Support/Endian.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/ErrorHandling.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/ErrorOr.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/FileOutputBuffer.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/FileSystem.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/Format.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/GCOV.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/GenericDomTree.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/GenericDomTreeConstruction.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/GraphWriter.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/MachO.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/ManagedStatic.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/MathExtras.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/Memory.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/MemoryBuffer.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/OnDiskHashTable.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/Options.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/Path.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/PointerLikeTypeTraits.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/PrettyStackTrace.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/Program.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/Recycler.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/Registry.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/SMLoc.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/ScaledNumber.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/Signals.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/StreamingMemoryObject.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/StringSaver.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/TargetParser.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/TargetRegistry.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/TargetSelect.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/Threading.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/Timer.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/UnicodeCharRanges.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/Valgrind.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/YAMLParser.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/YAMLTraits.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/circular_raw_ostream.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/raw_ostream.h
  projects/release-pkg/contrib/llvm/include/llvm/Support/type_traits.h
  projects/release-pkg/contrib/llvm/include/llvm/TableGen/Record.h
  projects/release-pkg/contrib/llvm/include/llvm/Target/CostTable.h
  projects/release-pkg/contrib/llvm/include/llvm/Target/Target.td
  projects/release-pkg/contrib/llvm/include/llvm/Target/TargetCallingConv.h
  projects/release-pkg/contrib/llvm/include/llvm/Target/TargetFrameLowering.h
  projects/release-pkg/contrib/llvm/include/llvm/Target/TargetInstrInfo.h
  projects/release-pkg/contrib/llvm/include/llvm/Target/TargetItinerary.td
  projects/release-pkg/contrib/llvm/include/llvm/Target/TargetLowering.h
  projects/release-pkg/contrib/llvm/include/llvm/Target/TargetLoweringObjectFile.h
  projects/release-pkg/contrib/llvm/include/llvm/Target/TargetMachine.h
  projects/release-pkg/contrib/llvm/include/llvm/Target/TargetOpcodes.h
  projects/release-pkg/contrib/llvm/include/llvm/Target/TargetOptions.h
  projects/release-pkg/contrib/llvm/include/llvm/Target/TargetRecip.h
  projects/release-pkg/contrib/llvm/include/llvm/Target/TargetRegisterInfo.h
  projects/release-pkg/contrib/llvm/include/llvm/Target/TargetSelectionDAG.td
  projects/release-pkg/contrib/llvm/include/llvm/Target/TargetSelectionDAGInfo.h
  projects/release-pkg/contrib/llvm/include/llvm/Target/TargetSubtargetInfo.h
  projects/release-pkg/contrib/llvm/include/llvm/Transforms/IPO.h
  projects/release-pkg/contrib/llvm/include/llvm/Transforms/IPO/InlinerPass.h
  projects/release-pkg/contrib/llvm/include/llvm/Transforms/IPO/LowerBitSets.h
  projects/release-pkg/contrib/llvm/include/llvm/Transforms/IPO/PassManagerBuilder.h
  projects/release-pkg/contrib/llvm/include/llvm/Transforms/InstCombine/InstCombineWorklist.h
  projects/release-pkg/contrib/llvm/include/llvm/Transforms/Instrumentation.h
  projects/release-pkg/contrib/llvm/include/llvm/Transforms/Scalar.h
  projects/release-pkg/contrib/llvm/include/llvm/Transforms/Utils/BasicBlockUtils.h
  projects/release-pkg/contrib/llvm/include/llvm/Transforms/Utils/BypassSlowDivision.h
  projects/release-pkg/contrib/llvm/include/llvm/Transforms/Utils/Cloning.h
  projects/release-pkg/contrib/llvm/include/llvm/Transforms/Utils/Local.h
  projects/release-pkg/contrib/llvm/include/llvm/Transforms/Utils/LoopUtils.h
  projects/release-pkg/contrib/llvm/include/llvm/Transforms/Utils/LoopVersioning.h
  projects/release-pkg/contrib/llvm/include/llvm/Transforms/Utils/ModuleUtils.h
  projects/release-pkg/contrib/llvm/include/llvm/Transforms/Utils/SSAUpdaterImpl.h
  projects/release-pkg/contrib/llvm/include/llvm/Transforms/Utils/SimplifyIndVar.h
  projects/release-pkg/contrib/llvm/include/llvm/Transforms/Utils/SimplifyLibCalls.h
  projects/release-pkg/contrib/llvm/include/llvm/Transforms/Utils/UnrollLoop.h
  projects/release-pkg/contrib/llvm/include/llvm/Transforms/Utils/ValueMapper.h
  projects/release-pkg/contrib/llvm/include/llvm/module.modulemap
  projects/release-pkg/contrib/llvm/lib/Analysis/AliasAnalysis.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/AliasAnalysisEvaluator.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/AliasSetTracker.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/Analysis.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/BasicAliasAnalysis.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/BlockFrequencyInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/BlockFrequencyInfoImpl.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/BranchProbabilityInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/CFG.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/CFLAliasAnalysis.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/CaptureTracking.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/CodeMetrics.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/ConstantFolding.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/CostModel.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/Delinearization.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/DependenceAnalysis.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/DivergenceAnalysis.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/IVUsers.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/InstructionSimplify.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/LazyCallGraph.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/LazyValueInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/Lint.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/Loads.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/LoopAccessAnalysis.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/LoopInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/LoopPass.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/MemDepPrinter.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/MemDerefPrinter.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/MemoryBuiltins.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/MemoryDependenceAnalysis.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/RegionInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/RegionPrinter.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/ScalarEvolution.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/ScalarEvolutionAliasAnalysis.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/ScalarEvolutionExpander.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/ScalarEvolutionNormalization.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/ScopedNoAliasAA.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/SparsePropagation.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/TargetLibraryInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/TargetTransformInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/TypeBasedAliasAnalysis.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/ValueTracking.cpp
  projects/release-pkg/contrib/llvm/lib/Analysis/VectorUtils.cpp
  projects/release-pkg/contrib/llvm/lib/AsmParser/LLLexer.cpp
  projects/release-pkg/contrib/llvm/lib/AsmParser/LLParser.cpp
  projects/release-pkg/contrib/llvm/lib/AsmParser/LLParser.h
  projects/release-pkg/contrib/llvm/lib/AsmParser/LLToken.h
  projects/release-pkg/contrib/llvm/lib/AsmParser/Parser.cpp
  projects/release-pkg/contrib/llvm/lib/Bitcode/Reader/BitReader.cpp
  projects/release-pkg/contrib/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
  projects/release-pkg/contrib/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
  projects/release-pkg/contrib/llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp
  projects/release-pkg/contrib/llvm/lib/Bitcode/Writer/ValueEnumerator.cpp
  projects/release-pkg/contrib/llvm/lib/Bitcode/Writer/ValueEnumerator.h
  projects/release-pkg/contrib/llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/AllocationOrder.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/AllocationOrder.h
  projects/release-pkg/contrib/llvm/lib/CodeGen/Analysis.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/AsmPrinter/ARMException.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/AsmPrinter/AsmPrinterHandler.h
  projects/release-pkg/contrib/llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/AsmPrinter/ByteStreamer.h
  projects/release-pkg/contrib/llvm/lib/CodeGen/AsmPrinter/DIE.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/AsmPrinter/DIEHash.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/AsmPrinter/DIEHash.h
  projects/release-pkg/contrib/llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h
  projects/release-pkg/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfAccelTable.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
  projects/release-pkg/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
  projects/release-pkg/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
  projects/release-pkg/contrib/llvm/lib/CodeGen/AsmPrinter/EHStreamer.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/AsmPrinter/EHStreamer.h
  projects/release-pkg/contrib/llvm/lib/CodeGen/AsmPrinter/ErlangGCPrinter.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.h
  projects/release-pkg/contrib/llvm/lib/CodeGen/AsmPrinter/WinException.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/AsmPrinter/WinException.h
  projects/release-pkg/contrib/llvm/lib/CodeGen/AtomicExpandPass.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/BasicTargetTransformInfo.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/BranchFolding.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/BranchFolding.h
  projects/release-pkg/contrib/llvm/lib/CodeGen/CalcSpillWeights.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/CallingConvLower.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/CodeGen.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/CodeGenPrepare.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/CoreCLRGC.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/CriticalAntiDepBreaker.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/DFAPacketizer.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/DeadMachineInstructionElim.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/DwarfEHPrepare.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/EarlyIfConversion.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/ExecutionDepsFix.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/ExpandISelPseudos.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/GCRootLowering.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/GlobalMerge.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/IfConversion.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/ImplicitNullChecks.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/InlineSpiller.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/InterferenceCache.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/InterleavedAccessPass.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/IntrinsicLowering.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/LLVMTargetMachine.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/LiveDebugVariables.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/LiveDebugVariables.h
  projects/release-pkg/contrib/llvm/lib/CodeGen/LiveInterval.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/LivePhysRegs.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/LiveRangeCalc.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/LiveRangeCalc.h
  projects/release-pkg/contrib/llvm/lib/CodeGen/LiveRangeEdit.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/LiveRegMatrix.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/LiveVariables.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/LocalStackSlotAllocation.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/MIRParser/MILexer.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/MIRParser/MILexer.h
  projects/release-pkg/contrib/llvm/lib/CodeGen/MIRParser/MIParser.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/MIRParser/MIParser.h
  projects/release-pkg/contrib/llvm/lib/CodeGen/MIRParser/MIRParser.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/MIRPrinter.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/MIRPrintingPass.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/MachineBasicBlock.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/MachineBlockFrequencyInfo.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/MachineBlockPlacement.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/MachineBranchProbabilityInfo.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/MachineCSE.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/MachineCombiner.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/MachineFunction.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/MachineFunctionPass.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/MachineFunctionPrinterPass.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/MachineInstr.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/MachineInstrBundle.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/MachineLICM.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/MachineLoopInfo.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/MachineModuleInfo.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/MachineRegisterInfo.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/MachineScheduler.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/MachineSink.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/MachineTraceMetrics.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/MachineVerifier.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/PHIElimination.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/PHIEliminationUtils.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/Passes.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/PeepholeOptimizer.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/PostRASchedulerList.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/ProcessImplicitDefs.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/PrologEpilogInserter.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/PseudoSourceValue.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/RegAllocBasic.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/RegAllocFast.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/RegAllocGreedy.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/RegAllocPBQP.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/RegisterCoalescer.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/RegisterPressure.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/RegisterScavenging.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/ScheduleDAG.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/ScheduleDAGPrinter.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
  projects/release-pkg/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h
  projects/release-pkg/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
  projects/release-pkg/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/ShadowStackGCLowering.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/ShrinkWrap.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/SjLjEHPrepare.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/SlotIndexes.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/SpillPlacement.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/SplitKit.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/StackColoring.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/StackMaps.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/StackProtector.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/StackSlotColoring.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/StatepointExampleGC.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/TailDuplication.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/TargetFrameLoweringImpl.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/TargetInstrInfo.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/TargetLoweringBase.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/TargetRegisterInfo.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/TargetSchedule.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/UnreachableBlockElim.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/VirtRegMap.cpp
  projects/release-pkg/contrib/llvm/lib/CodeGen/WinEHPrepare.cpp
  projects/release-pkg/contrib/llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
  projects/release-pkg/contrib/llvm/lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp
  projects/release-pkg/contrib/llvm/lib/DebugInfo/DWARF/DWARFFormValue.cpp
  projects/release-pkg/contrib/llvm/lib/DebugInfo/DWARF/DWARFUnit.cpp
  projects/release-pkg/contrib/llvm/lib/DebugInfo/DWARF/SyntaxHighlighting.cpp
  projects/release-pkg/contrib/llvm/lib/DebugInfo/DWARF/SyntaxHighlighting.h
  projects/release-pkg/contrib/llvm/lib/DebugInfo/PDB/PDB.cpp
  projects/release-pkg/contrib/llvm/lib/DebugInfo/PDB/PDBContext.cpp
  projects/release-pkg/contrib/llvm/lib/ExecutionEngine/ExecutionEngine.cpp
  projects/release-pkg/contrib/llvm/lib/ExecutionEngine/ExecutionEngineBindings.cpp
  projects/release-pkg/contrib/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp
  projects/release-pkg/contrib/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
  projects/release-pkg/contrib/llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp
  projects/release-pkg/contrib/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h
  projects/release-pkg/contrib/llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp
  projects/release-pkg/contrib/llvm/lib/ExecutionEngine/MCJIT/MCJIT.h
  projects/release-pkg/contrib/llvm/lib/ExecutionEngine/Orc/IndirectionUtils.cpp
  projects/release-pkg/contrib/llvm/lib/ExecutionEngine/Orc/OrcMCJITReplacement.h
  projects/release-pkg/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
  projects/release-pkg/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.cpp
  projects/release-pkg/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp
  projects/release-pkg/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
  projects/release-pkg/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h
  projects/release-pkg/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
  projects/release-pkg/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
  projects/release-pkg/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h
  projects/release-pkg/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFX86_64.h
  projects/release-pkg/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h
  projects/release-pkg/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOARM.h
  projects/release-pkg/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOI386.h
  projects/release-pkg/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOX86_64.h
  projects/release-pkg/contrib/llvm/lib/ExecutionEngine/SectionMemoryManager.cpp
  projects/release-pkg/contrib/llvm/lib/IR/AsmWriter.cpp
  projects/release-pkg/contrib/llvm/lib/IR/AttributeImpl.h
  projects/release-pkg/contrib/llvm/lib/IR/Attributes.cpp
  projects/release-pkg/contrib/llvm/lib/IR/AutoUpgrade.cpp
  projects/release-pkg/contrib/llvm/lib/IR/BasicBlock.cpp
  projects/release-pkg/contrib/llvm/lib/IR/ConstantFold.cpp
  projects/release-pkg/contrib/llvm/lib/IR/ConstantRange.cpp
  projects/release-pkg/contrib/llvm/lib/IR/Constants.cpp
  projects/release-pkg/contrib/llvm/lib/IR/ConstantsContext.h
  projects/release-pkg/contrib/llvm/lib/IR/Core.cpp
  projects/release-pkg/contrib/llvm/lib/IR/DIBuilder.cpp
  projects/release-pkg/contrib/llvm/lib/IR/DataLayout.cpp
  projects/release-pkg/contrib/llvm/lib/IR/DebugInfo.cpp
  projects/release-pkg/contrib/llvm/lib/IR/DebugInfoMetadata.cpp
  projects/release-pkg/contrib/llvm/lib/IR/DiagnosticInfo.cpp
  projects/release-pkg/contrib/llvm/lib/IR/Dominators.cpp
  projects/release-pkg/contrib/llvm/lib/IR/Function.cpp
  projects/release-pkg/contrib/llvm/lib/IR/GCOV.cpp
  projects/release-pkg/contrib/llvm/lib/IR/Globals.cpp
  projects/release-pkg/contrib/llvm/lib/IR/IRBuilder.cpp
  projects/release-pkg/contrib/llvm/lib/IR/IRPrintingPasses.cpp
  projects/release-pkg/contrib/llvm/lib/IR/InlineAsm.cpp
  projects/release-pkg/contrib/llvm/lib/IR/Instruction.cpp
  projects/release-pkg/contrib/llvm/lib/IR/Instructions.cpp
  projects/release-pkg/contrib/llvm/lib/IR/LLVMContext.cpp
  projects/release-pkg/contrib/llvm/lib/IR/LLVMContextImpl.cpp
  projects/release-pkg/contrib/llvm/lib/IR/LLVMContextImpl.h
  projects/release-pkg/contrib/llvm/lib/IR/LegacyPassManager.cpp
  projects/release-pkg/contrib/llvm/lib/IR/MDBuilder.cpp
  projects/release-pkg/contrib/llvm/lib/IR/Metadata.cpp
  projects/release-pkg/contrib/llvm/lib/IR/MetadataImpl.h
  projects/release-pkg/contrib/llvm/lib/IR/Module.cpp
  projects/release-pkg/contrib/llvm/lib/IR/Statepoint.cpp
  projects/release-pkg/contrib/llvm/lib/IR/SymbolTableListTraitsImpl.h
  projects/release-pkg/contrib/llvm/lib/IR/Type.cpp
  projects/release-pkg/contrib/llvm/lib/IR/TypeFinder.cpp
  projects/release-pkg/contrib/llvm/lib/IR/User.cpp
  projects/release-pkg/contrib/llvm/lib/IR/Value.cpp
  projects/release-pkg/contrib/llvm/lib/IR/ValueSymbolTable.cpp
  projects/release-pkg/contrib/llvm/lib/IR/ValueTypes.cpp
  projects/release-pkg/contrib/llvm/lib/IR/Verifier.cpp
  projects/release-pkg/contrib/llvm/lib/IRReader/IRReader.cpp
  projects/release-pkg/contrib/llvm/lib/LTO/LTOCodeGenerator.cpp
  projects/release-pkg/contrib/llvm/lib/LTO/LTOModule.cpp
  projects/release-pkg/contrib/llvm/lib/LibDriver/LibDriver.cpp
  projects/release-pkg/contrib/llvm/lib/LibDriver/Options.td
  projects/release-pkg/contrib/llvm/lib/Linker/LinkModules.cpp
  projects/release-pkg/contrib/llvm/lib/MC/ConstantPools.cpp
  projects/release-pkg/contrib/llvm/lib/MC/ELFObjectWriter.cpp
  projects/release-pkg/contrib/llvm/lib/MC/MCAsmBackend.cpp
  projects/release-pkg/contrib/llvm/lib/MC/MCAsmInfo.cpp
  projects/release-pkg/contrib/llvm/lib/MC/MCAsmInfoCOFF.cpp
  projects/release-pkg/contrib/llvm/lib/MC/MCAsmInfoDarwin.cpp
  projects/release-pkg/contrib/llvm/lib/MC/MCAsmStreamer.cpp
  projects/release-pkg/contrib/llvm/lib/MC/MCAssembler.cpp
  projects/release-pkg/contrib/llvm/lib/MC/MCContext.cpp
  projects/release-pkg/contrib/llvm/lib/MC/MCDisassembler/Disassembler.cpp
  projects/release-pkg/contrib/llvm/lib/MC/MCDwarf.cpp
  projects/release-pkg/contrib/llvm/lib/MC/MCELFObjectTargetWriter.cpp
  projects/release-pkg/contrib/llvm/lib/MC/MCELFStreamer.cpp
  projects/release-pkg/contrib/llvm/lib/MC/MCExpr.cpp
  projects/release-pkg/contrib/llvm/lib/MC/MCInst.cpp
  projects/release-pkg/contrib/llvm/lib/MC/MCInstrDesc.cpp
  projects/release-pkg/contrib/llvm/lib/MC/MCMachOStreamer.cpp
  projects/release-pkg/contrib/llvm/lib/MC/MCObjectFileInfo.cpp
  projects/release-pkg/contrib/llvm/lib/MC/MCObjectStreamer.cpp
  projects/release-pkg/contrib/llvm/lib/MC/MCObjectWriter.cpp
  projects/release-pkg/contrib/llvm/lib/MC/MCParser/AsmLexer.cpp
  projects/release-pkg/contrib/llvm/lib/MC/MCParser/AsmParser.cpp
  projects/release-pkg/contrib/llvm/lib/MC/MCParser/COFFAsmParser.cpp
  projects/release-pkg/contrib/llvm/lib/MC/MCParser/DarwinAsmParser.cpp
  projects/release-pkg/contrib/llvm/lib/MC/MCParser/ELFAsmParser.cpp
  projects/release-pkg/contrib/llvm/lib/MC/MCParser/MCAsmLexer.cpp
  projects/release-pkg/contrib/llvm/lib/MC/MCParser/MCTargetAsmParser.cpp
  projects/release-pkg/contrib/llvm/lib/MC/MCSection.cpp
  projects/release-pkg/contrib/llvm/lib/MC/MCSectionCOFF.cpp
  projects/release-pkg/contrib/llvm/lib/MC/MCSectionELF.cpp
  projects/release-pkg/contrib/llvm/lib/MC/MCSectionMachO.cpp
  projects/release-pkg/contrib/llvm/lib/MC/MCStreamer.cpp
  projects/release-pkg/contrib/llvm/lib/MC/MCSubtargetInfo.cpp
  projects/release-pkg/contrib/llvm/lib/MC/MCSymbol.cpp
  projects/release-pkg/contrib/llvm/lib/MC/MCTargetOptions.cpp
  projects/release-pkg/contrib/llvm/lib/MC/MCWinEH.cpp
  projects/release-pkg/contrib/llvm/lib/MC/MachObjectWriter.cpp
  projects/release-pkg/contrib/llvm/lib/MC/StringTableBuilder.cpp
  projects/release-pkg/contrib/llvm/lib/MC/SubtargetFeature.cpp
  projects/release-pkg/contrib/llvm/lib/MC/WinCOFFObjectWriter.cpp
  projects/release-pkg/contrib/llvm/lib/MC/WinCOFFStreamer.cpp
  projects/release-pkg/contrib/llvm/lib/Object/Archive.cpp
  projects/release-pkg/contrib/llvm/lib/Object/ArchiveWriter.cpp
  projects/release-pkg/contrib/llvm/lib/Object/COFFObjectFile.cpp
  projects/release-pkg/contrib/llvm/lib/Object/COFFYAML.cpp
  projects/release-pkg/contrib/llvm/lib/Object/ELF.cpp
  projects/release-pkg/contrib/llvm/lib/Object/ELFYAML.cpp
  projects/release-pkg/contrib/llvm/lib/Object/Error.cpp
  projects/release-pkg/contrib/llvm/lib/Object/IRObjectFile.cpp
  projects/release-pkg/contrib/llvm/lib/Object/MachOObjectFile.cpp
  projects/release-pkg/contrib/llvm/lib/Object/MachOUniversal.cpp
  projects/release-pkg/contrib/llvm/lib/Object/Object.cpp
  projects/release-pkg/contrib/llvm/lib/Object/ObjectFile.cpp
  projects/release-pkg/contrib/llvm/lib/Object/SymbolicFile.cpp
  projects/release-pkg/contrib/llvm/lib/Option/Arg.cpp
  projects/release-pkg/contrib/llvm/lib/Option/ArgList.cpp
  projects/release-pkg/contrib/llvm/lib/Option/OptTable.cpp
  projects/release-pkg/contrib/llvm/lib/Option/Option.cpp
  projects/release-pkg/contrib/llvm/lib/Passes/PassBuilder.cpp
  projects/release-pkg/contrib/llvm/lib/Passes/PassRegistry.def
  projects/release-pkg/contrib/llvm/lib/ProfileData/CoverageMapping.cpp
  projects/release-pkg/contrib/llvm/lib/ProfileData/CoverageMappingReader.cpp
  projects/release-pkg/contrib/llvm/lib/ProfileData/InstrProf.cpp
  projects/release-pkg/contrib/llvm/lib/ProfileData/InstrProfReader.cpp
  projects/release-pkg/contrib/llvm/lib/ProfileData/InstrProfWriter.cpp
  projects/release-pkg/contrib/llvm/lib/ProfileData/SampleProf.cpp
  projects/release-pkg/contrib/llvm/lib/ProfileData/SampleProfReader.cpp
  projects/release-pkg/contrib/llvm/lib/ProfileData/SampleProfWriter.cpp
  projects/release-pkg/contrib/llvm/lib/Support/APFloat.cpp
  projects/release-pkg/contrib/llvm/lib/Support/BlockFrequency.cpp
  projects/release-pkg/contrib/llvm/lib/Support/BranchProbability.cpp
  projects/release-pkg/contrib/llvm/lib/Support/CommandLine.cpp
  projects/release-pkg/contrib/llvm/lib/Support/CrashRecoveryContext.cpp
  projects/release-pkg/contrib/llvm/lib/Support/Debug.cpp
  projects/release-pkg/contrib/llvm/lib/Support/Dwarf.cpp
  projects/release-pkg/contrib/llvm/lib/Support/ErrorHandling.cpp
  projects/release-pkg/contrib/llvm/lib/Support/FileOutputBuffer.cpp
  projects/release-pkg/contrib/llvm/lib/Support/FoldingSet.cpp
  projects/release-pkg/contrib/llvm/lib/Support/GraphWriter.cpp
  projects/release-pkg/contrib/llvm/lib/Support/Host.cpp
  projects/release-pkg/contrib/llvm/lib/Support/IntEqClasses.cpp
  projects/release-pkg/contrib/llvm/lib/Support/Locale.cpp
  projects/release-pkg/contrib/llvm/lib/Support/ManagedStatic.cpp
  projects/release-pkg/contrib/llvm/lib/Support/MemoryBuffer.cpp
  projects/release-pkg/contrib/llvm/lib/Support/Path.cpp
  projects/release-pkg/contrib/llvm/lib/Support/PrettyStackTrace.cpp
  projects/release-pkg/contrib/llvm/lib/Support/Signals.cpp
  projects/release-pkg/contrib/llvm/lib/Support/Statistic.cpp
  projects/release-pkg/contrib/llvm/lib/Support/StringRef.cpp
  projects/release-pkg/contrib/llvm/lib/Support/StringSaver.cpp
  projects/release-pkg/contrib/llvm/lib/Support/TargetParser.cpp
  projects/release-pkg/contrib/llvm/lib/Support/TimeValue.cpp
  projects/release-pkg/contrib/llvm/lib/Support/Timer.cpp
  projects/release-pkg/contrib/llvm/lib/Support/Triple.cpp
  projects/release-pkg/contrib/llvm/lib/Support/Unix/Memory.inc
  projects/release-pkg/contrib/llvm/lib/Support/Unix/Path.inc
  projects/release-pkg/contrib/llvm/lib/Support/Unix/Process.inc
  projects/release-pkg/contrib/llvm/lib/Support/Unix/Program.inc
  projects/release-pkg/contrib/llvm/lib/Support/Unix/Signals.inc
  projects/release-pkg/contrib/llvm/lib/Support/Unix/Unix.h
  projects/release-pkg/contrib/llvm/lib/Support/Valgrind.cpp
  projects/release-pkg/contrib/llvm/lib/Support/Windows/COM.inc
  projects/release-pkg/contrib/llvm/lib/Support/Windows/DynamicLibrary.inc
  projects/release-pkg/contrib/llvm/lib/Support/Windows/Memory.inc
  projects/release-pkg/contrib/llvm/lib/Support/Windows/Path.inc
  projects/release-pkg/contrib/llvm/lib/Support/Windows/Process.inc
  projects/release-pkg/contrib/llvm/lib/Support/Windows/Program.inc
  projects/release-pkg/contrib/llvm/lib/Support/Windows/Signals.inc
  projects/release-pkg/contrib/llvm/lib/Support/Windows/WindowsSupport.h
  projects/release-pkg/contrib/llvm/lib/Support/YAMLParser.cpp
  projects/release-pkg/contrib/llvm/lib/Support/YAMLTraits.cpp
  projects/release-pkg/contrib/llvm/lib/Support/raw_ostream.cpp
  projects/release-pkg/contrib/llvm/lib/TableGen/Record.cpp
  projects/release-pkg/contrib/llvm/lib/TableGen/SetTheory.cpp
  projects/release-pkg/contrib/llvm/lib/TableGen/TGParser.cpp
  projects/release-pkg/contrib/llvm/lib/TableGen/TGParser.h
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/AArch64.td
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/AArch64A53Fix835769.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/AArch64AddressTypePromotion.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/AArch64AdvSIMDScalarPass.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/AArch64BranchRelaxation.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/AArch64CallingConvention.h
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/AArch64CallingConvention.td
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/AArch64CleanupLocalDynamicTLSPass.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/AArch64CollectLOH.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/AArch64ConditionOptimizer.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/AArch64ConditionalCompares.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/AArch64DeadRegisterDefinitionsPass.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/AArch64FastISel.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/AArch64FrameLowering.h
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/AArch64ISelLowering.h
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/AArch64InstrFormats.td
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/AArch64InstrInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/AArch64InstrInfo.td
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/AArch64MCInstLower.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/AArch64MachineFunctionInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/AArch64PromoteConstant.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/AArch64RegisterInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/AArch64RegisterInfo.td
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/AArch64Subtarget.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/AArch64Subtarget.h
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/InstPrinter/AArch64InstPrinter.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/InstPrinter/AArch64InstPrinter.h
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64AddressingModes.h
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.h
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MachObjectWriter.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.h
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/AMDGPU.h
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/AMDGPU.td
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.h
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/AMDGPUCallingConv.td
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/AMDGPUFrameLowering.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/AMDGPUFrameLowering.h
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.td
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/AMDGPUInstructions.td
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/AMDGPUIntrinsics.td
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/AMDGPUMCInstLower.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/AMDGPUMachineFunction.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/AMDGPUMachineFunction.h
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/AMDGPURegisterInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.h
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/AMDILCFGStructurizer.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/CIInstructions.td
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/CaymanInstructions.td
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/EvergreenInstructions.td
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.h
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUFixupKinds.h
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.h
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/R600MCCodeEmitter.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/Processors.td
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/R600ControlFlowFinalizer.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/R600ISelLowering.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/R600InstrInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/R600InstrInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/R600Instructions.td
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/R600OptimizeVectorRegisters.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/R600Packetizer.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/R600RegisterInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/SIAnnotateControlFlow.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/SIDefines.h
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/SIFixControlFlowLiveIntervals.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/SIFixSGPRCopies.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/SIFixSGPRLiveRanges.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/SIFoldOperands.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/SIISelLowering.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/SIISelLowering.h
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/SIInsertWaits.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/SIInstrFormats.td
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/SIInstrInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/SIInstrInfo.td
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/SIInstructions.td
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/SILowerControlFlow.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/SILowerI1Copies.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/SIRegisterInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/SIRegisterInfo.td
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/SISchedule.td
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/SIShrinkInstructions.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/SITypeRewriter.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/AMDGPU/VIInstructions.td
  projects/release-pkg/contrib/llvm/lib/Target/ARM/ARM.h
  projects/release-pkg/contrib/llvm/lib/Target/ARM/ARM.td
  projects/release-pkg/contrib/llvm/lib/Target/ARM/ARMAsmPrinter.cpp
  projects/release-pkg/contrib/llvm/lib/Target/ARM/ARMAsmPrinter.h
  projects/release-pkg/contrib/llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/ARM/ARMBaseInstrInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/ARM/ARMBaseRegisterInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/ARM/ARMBaseRegisterInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/ARM/ARMCallingConv.h
  projects/release-pkg/contrib/llvm/lib/Target/ARM/ARMCallingConv.td
  projects/release-pkg/contrib/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp
  projects/release-pkg/contrib/llvm/lib/Target/ARM/ARMConstantPoolValue.cpp
  projects/release-pkg/contrib/llvm/lib/Target/ARM/ARMConstantPoolValue.h
  projects/release-pkg/contrib/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
  projects/release-pkg/contrib/llvm/lib/Target/ARM/ARMFastISel.cpp
  projects/release-pkg/contrib/llvm/lib/Target/ARM/ARMFrameLowering.cpp
  projects/release-pkg/contrib/llvm/lib/Target/ARM/ARMFrameLowering.h
  projects/release-pkg/contrib/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp
  projects/release-pkg/contrib/llvm/lib/Target/ARM/ARMISelLowering.cpp
  projects/release-pkg/contrib/llvm/lib/Target/ARM/ARMISelLowering.h
  projects/release-pkg/contrib/llvm/lib/Target/ARM/ARMInstrInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/ARM/ARMInstrInfo.td
  projects/release-pkg/contrib/llvm/lib/Target/ARM/ARMInstrNEON.td
  projects/release-pkg/contrib/llvm/lib/Target/ARM/ARMInstrThumb.td
  projects/release-pkg/contrib/llvm/lib/Target/ARM/ARMInstrThumb2.td
  projects/release-pkg/contrib/llvm/lib/Target/ARM/ARMInstrVFP.td
  projects/release-pkg/contrib/llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
  projects/release-pkg/contrib/llvm/lib/Target/ARM/ARMMachineFunctionInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/ARM/ARMMachineFunctionInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/ARM/ARMRegisterInfo.td
  projects/release-pkg/contrib/llvm/lib/Target/ARM/ARMScheduleSwift.td
  projects/release-pkg/contrib/llvm/lib/Target/ARM/ARMSelectionDAGInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/ARM/ARMSubtarget.cpp
  projects/release-pkg/contrib/llvm/lib/Target/ARM/ARMSubtarget.h
  projects/release-pkg/contrib/llvm/lib/Target/ARM/ARMTargetMachine.cpp
  projects/release-pkg/contrib/llvm/lib/Target/ARM/ARMTargetMachine.h
  projects/release-pkg/contrib/llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/ARM/ARMTargetTransformInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
  projects/release-pkg/contrib/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp
  projects/release-pkg/contrib/llvm/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
  projects/release-pkg/contrib/llvm/lib/Target/ARM/InstPrinter/ARMInstPrinter.h
  projects/release-pkg/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
  projects/release-pkg/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.h
  projects/release-pkg/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackendDarwin.h
  projects/release-pkg/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp
  projects/release-pkg/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
  projects/release-pkg/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCExpr.h
  projects/release-pkg/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
  projects/release-pkg/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.h
  projects/release-pkg/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMachObjectWriter.cpp
  projects/release-pkg/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMTargetStreamer.cpp
  projects/release-pkg/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMWinCOFFStreamer.cpp
  projects/release-pkg/contrib/llvm/lib/Target/ARM/Thumb1FrameLowering.cpp
  projects/release-pkg/contrib/llvm/lib/Target/ARM/Thumb1FrameLowering.h
  projects/release-pkg/contrib/llvm/lib/Target/ARM/Thumb1InstrInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/ARM/Thumb2ITBlockPass.cpp
  projects/release-pkg/contrib/llvm/lib/Target/ARM/Thumb2InstrInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/ARM/Thumb2SizeReduction.cpp
  projects/release-pkg/contrib/llvm/lib/Target/BPF/BPF.td
  projects/release-pkg/contrib/llvm/lib/Target/BPF/BPFISelLowering.cpp
  projects/release-pkg/contrib/llvm/lib/Target/BPF/InstPrinter/BPFInstPrinter.h
  projects/release-pkg/contrib/llvm/lib/Target/BPF/MCTargetDesc/BPFAsmBackend.cpp
  projects/release-pkg/contrib/llvm/lib/Target/BPF/MCTargetDesc/BPFELFObjectWriter.cpp
  projects/release-pkg/contrib/llvm/lib/Target/BPF/MCTargetDesc/BPFMCAsmInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/CppBackend/CPPBackend.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/BitTracker.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/BitTracker.h
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/Hexagon.h
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/Hexagon.td
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonAsmPrinter.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonAsmPrinter.h
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonBitTracker.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonCFGOptimizer.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonCommonGEP.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonExpandPredSpillCode.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonFrameLowering.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonFrameLowering.h
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonGenExtract.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonGenInsert.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonGenPredicate.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonHardwareLoops.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonISelDAGToDAG.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonISelLowering.h
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonInstrFormats.td
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonInstrFormatsV4.td
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfo.td
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfoV4.td
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfoV5.td
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfoVector.td
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonIntrinsics.td
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonMCInstLower.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonMachineScheduler.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonNewValueJump.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonOperands.td
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonPeephole.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonRegisterInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonRegisterInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonRegisterInfo.td
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonSchedule.td
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonScheduleV4.td
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonSelectionDAGInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonSplitConst32AndConst64.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonSubtarget.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonSubtarget.h
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonTargetMachine.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonTargetMachine.h
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonTargetObjectFile.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/HexagonVLIWPacketizer.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonInstPrinter.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonInstPrinter.h
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCompound.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCDuplexInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCELFStreamer.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.h
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.h
  projects/release-pkg/contrib/llvm/lib/Target/MSP430/InstPrinter/MSP430InstPrinter.h
  projects/release-pkg/contrib/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/MSP430/MSP430BranchSelector.cpp
  projects/release-pkg/contrib/llvm/lib/Target/MSP430/MSP430ISelLowering.cpp
  projects/release-pkg/contrib/llvm/lib/Target/MSP430/MSP430InstrInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/MSP430/MSP430MCInstLower.cpp
  projects/release-pkg/contrib/llvm/lib/Target/MSP430/MSP430MachineFunctionInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/MSP430/MSP430MachineFunctionInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Mips/Disassembler/MipsDisassembler.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Mips/InstPrinter/MipsInstPrinter.h
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsELFStreamer.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsELFStreamer.h
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsFixupKinds.h
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.h
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCExpr.h
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MicroMips32r6InstrFormats.td
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MicroMips32r6InstrInfo.td
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MicroMipsInstrFPU.td
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MicroMipsInstrFormats.td
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MicroMipsInstrInfo.td
  projects/release-pkg/contrib/llvm/lib/Target/Mips/Mips.td
  projects/release-pkg/contrib/llvm/lib/Target/Mips/Mips16FrameLowering.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Mips/Mips16HardFloat.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Mips/Mips16ISelDAGToDAG.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Mips/Mips16ISelLowering.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Mips/Mips16InstrInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Mips/Mips16InstrInfo.td
  projects/release-pkg/contrib/llvm/lib/Target/Mips/Mips32r6InstrInfo.td
  projects/release-pkg/contrib/llvm/lib/Target/Mips/Mips64InstrInfo.td
  projects/release-pkg/contrib/llvm/lib/Target/Mips/Mips64r6InstrInfo.td
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MipsAsmPrinter.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MipsCCState.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MipsCallingConv.td
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MipsConstantIslandPass.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MipsDSPInstrFormats.td
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MipsDSPInstrInfo.td
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MipsDelaySlotFiller.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MipsFastISel.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MipsISelLowering.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MipsISelLowering.h
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MipsInstrFPU.td
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MipsInstrFormats.td
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MipsInstrInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MipsInstrInfo.td
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MipsLongBranch.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MipsMSAInstrFormats.td
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MipsMSAInstrInfo.td
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MipsMachineFunction.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MipsMachineFunction.h
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MipsRegisterInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MipsRegisterInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MipsSEFrameLowering.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MipsSEFrameLowering.h
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MipsSEISelDAGToDAG.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MipsSEISelLowering.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MipsSEInstrInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MipsSEInstrInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MipsSERegisterInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MipsSchedule.td
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MipsSubtarget.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MipsSubtarget.h
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MipsTargetMachine.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MipsTargetObjectFile.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MipsTargetObjectFile.h
  projects/release-pkg/contrib/llvm/lib/Target/Mips/MipsTargetStreamer.h
  projects/release-pkg/contrib/llvm/lib/Target/NVPTX/InstPrinter/NVPTXInstPrinter.h
  projects/release-pkg/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/NVPTX/NVPTX.h
  projects/release-pkg/contrib/llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
  projects/release-pkg/contrib/llvm/lib/Target/NVPTX/NVPTXAsmPrinter.h
  projects/release-pkg/contrib/llvm/lib/Target/NVPTX/NVPTXFavorNonGenericAddrSpaces.cpp
  projects/release-pkg/contrib/llvm/lib/Target/NVPTX/NVPTXGenericToNVVM.cpp
  projects/release-pkg/contrib/llvm/lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp
  projects/release-pkg/contrib/llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
  projects/release-pkg/contrib/llvm/lib/Target/NVPTX/NVPTXISelLowering.h
  projects/release-pkg/contrib/llvm/lib/Target/NVPTX/NVPTXInstrInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/NVPTX/NVPTXInstrInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/NVPTX/NVPTXLowerAggrCopies.cpp
  projects/release-pkg/contrib/llvm/lib/Target/NVPTX/NVPTXLowerAlloca.cpp
  projects/release-pkg/contrib/llvm/lib/Target/NVPTX/NVPTXLowerKernelArgs.cpp
  projects/release-pkg/contrib/llvm/lib/Target/NVPTX/NVPTXMCExpr.h
  projects/release-pkg/contrib/llvm/lib/Target/NVPTX/NVPTXPrologEpilogPass.cpp
  projects/release-pkg/contrib/llvm/lib/Target/NVPTX/NVPTXSection.h
  projects/release-pkg/contrib/llvm/lib/Target/NVPTX/NVPTXTargetMachine.cpp
  projects/release-pkg/contrib/llvm/lib/Target/NVPTX/NVPTXTargetObjectFile.h
  projects/release-pkg/contrib/llvm/lib/Target/NVPTX/NVPTXTargetTransformInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/NVPTX/NVPTXTargetTransformInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/NVPTX/NVPTXUtilities.cpp
  projects/release-pkg/contrib/llvm/lib/Target/NVPTX/NVPTXUtilities.h
  projects/release-pkg/contrib/llvm/lib/Target/NVPTX/NVPTXVector.td
  projects/release-pkg/contrib/llvm/lib/Target/NVPTX/NVVMReflect.cpp
  projects/release-pkg/contrib/llvm/lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
  projects/release-pkg/contrib/llvm/lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp
  projects/release-pkg/contrib/llvm/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.h
  projects/release-pkg/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp
  projects/release-pkg/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.h
  projects/release-pkg/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMachObjectWriter.cpp
  projects/release-pkg/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCPredicates.h
  projects/release-pkg/contrib/llvm/lib/Target/PowerPC/PPC.h
  projects/release-pkg/contrib/llvm/lib/Target/PowerPC/PPC.td
  projects/release-pkg/contrib/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
  projects/release-pkg/contrib/llvm/lib/Target/PowerPC/PPCBranchSelector.cpp
  projects/release-pkg/contrib/llvm/lib/Target/PowerPC/PPCCTRLoops.cpp
  projects/release-pkg/contrib/llvm/lib/Target/PowerPC/PPCEarlyReturn.cpp
  projects/release-pkg/contrib/llvm/lib/Target/PowerPC/PPCFastISel.cpp
  projects/release-pkg/contrib/llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
  projects/release-pkg/contrib/llvm/lib/Target/PowerPC/PPCFrameLowering.h
  projects/release-pkg/contrib/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
  projects/release-pkg/contrib/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  projects/release-pkg/contrib/llvm/lib/Target/PowerPC/PPCISelLowering.h
  projects/release-pkg/contrib/llvm/lib/Target/PowerPC/PPCInstr64Bit.td
  projects/release-pkg/contrib/llvm/lib/Target/PowerPC/PPCInstrAltivec.td
  projects/release-pkg/contrib/llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/PowerPC/PPCInstrInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/PowerPC/PPCInstrInfo.td
  projects/release-pkg/contrib/llvm/lib/Target/PowerPC/PPCInstrQPX.td
  projects/release-pkg/contrib/llvm/lib/Target/PowerPC/PPCInstrVSX.td
  projects/release-pkg/contrib/llvm/lib/Target/PowerPC/PPCLoopDataPrefetch.cpp
  projects/release-pkg/contrib/llvm/lib/Target/PowerPC/PPCLoopPreIncPrep.cpp
  projects/release-pkg/contrib/llvm/lib/Target/PowerPC/PPCMCInstLower.cpp
  projects/release-pkg/contrib/llvm/lib/Target/PowerPC/PPCMachineFunctionInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/PowerPC/PPCMachineFunctionInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/PowerPC/PPCRegisterInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/PowerPC/PPCSubtarget.cpp
  projects/release-pkg/contrib/llvm/lib/Target/PowerPC/PPCSubtarget.h
  projects/release-pkg/contrib/llvm/lib/Target/PowerPC/PPCTLSDynamicCall.cpp
  projects/release-pkg/contrib/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
  projects/release-pkg/contrib/llvm/lib/Target/PowerPC/PPCTargetObjectFile.cpp
  projects/release-pkg/contrib/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/PowerPC/PPCVSXCopy.cpp
  projects/release-pkg/contrib/llvm/lib/Target/PowerPC/PPCVSXFMAMutate.cpp
  projects/release-pkg/contrib/llvm/lib/Target/PowerPC/PPCVSXSwapRemoval.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Sparc/AsmParser/SparcAsmParser.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Sparc/DelaySlotFiller.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Sparc/Disassembler/SparcDisassembler.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Sparc/InstPrinter/SparcInstPrinter.h
  projects/release-pkg/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCExpr.h
  projects/release-pkg/contrib/llvm/lib/Target/Sparc/SparcAsmPrinter.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Sparc/SparcCallingConv.td
  projects/release-pkg/contrib/llvm/lib/Target/Sparc/SparcFrameLowering.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Sparc/SparcFrameLowering.h
  projects/release-pkg/contrib/llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Sparc/SparcISelLowering.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Sparc/SparcISelLowering.h
  projects/release-pkg/contrib/llvm/lib/Target/Sparc/SparcInstrAliases.td
  projects/release-pkg/contrib/llvm/lib/Target/Sparc/SparcInstrInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Sparc/SparcInstrInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/Sparc/SparcInstrInfo.td
  projects/release-pkg/contrib/llvm/lib/Target/Sparc/SparcRegisterInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Sparc/SparcRegisterInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/Sparc/SparcRegisterInfo.td
  projects/release-pkg/contrib/llvm/lib/Target/Sparc/SparcSubtarget.cpp
  projects/release-pkg/contrib/llvm/lib/Target/Sparc/SparcSubtarget.h
  projects/release-pkg/contrib/llvm/lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
  projects/release-pkg/contrib/llvm/lib/Target/SystemZ/InstPrinter/SystemZInstPrinter.cpp
  projects/release-pkg/contrib/llvm/lib/Target/SystemZ/InstPrinter/SystemZInstPrinter.h
  projects/release-pkg/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp
  projects/release-pkg/contrib/llvm/lib/Target/SystemZ/README.txt
  projects/release-pkg/contrib/llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp
  projects/release-pkg/contrib/llvm/lib/Target/SystemZ/SystemZConstantPoolValue.cpp
  projects/release-pkg/contrib/llvm/lib/Target/SystemZ/SystemZConstantPoolValue.h
  projects/release-pkg/contrib/llvm/lib/Target/SystemZ/SystemZElimCompare.cpp
  projects/release-pkg/contrib/llvm/lib/Target/SystemZ/SystemZFrameLowering.cpp
  projects/release-pkg/contrib/llvm/lib/Target/SystemZ/SystemZFrameLowering.h
  projects/release-pkg/contrib/llvm/lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
  projects/release-pkg/contrib/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
  projects/release-pkg/contrib/llvm/lib/Target/SystemZ/SystemZISelLowering.h
  projects/release-pkg/contrib/llvm/lib/Target/SystemZ/SystemZInstrBuilder.h
  projects/release-pkg/contrib/llvm/lib/Target/SystemZ/SystemZInstrFP.td
  projects/release-pkg/contrib/llvm/lib/Target/SystemZ/SystemZInstrFormats.td
  projects/release-pkg/contrib/llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/SystemZ/SystemZInstrInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/SystemZ/SystemZInstrInfo.td
  projects/release-pkg/contrib/llvm/lib/Target/SystemZ/SystemZMachineFunctionInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/SystemZ/SystemZMachineFunctionInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/SystemZ/SystemZRegisterInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/SystemZ/SystemZRegisterInfo.td
  projects/release-pkg/contrib/llvm/lib/Target/SystemZ/SystemZShortenInst.cpp
  projects/release-pkg/contrib/llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp
  projects/release-pkg/contrib/llvm/lib/Target/SystemZ/SystemZTargetMachine.h
  projects/release-pkg/contrib/llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/TargetLoweringObjectFile.cpp
  projects/release-pkg/contrib/llvm/lib/Target/TargetMachine.cpp
  projects/release-pkg/contrib/llvm/lib/Target/TargetMachineC.cpp
  projects/release-pkg/contrib/llvm/lib/Target/TargetRecip.cpp
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.cpp
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCAsmInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCAsmInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.cpp
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.h
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/README.txt
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/WebAssembly.h
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/WebAssembly.td
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/WebAssemblyFrameLowering.cpp
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/WebAssemblyFrameLowering.h
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.h
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrCall.td
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrConv.td
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrFloat.td
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrFormats.td
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.td
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrInteger.td
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/WebAssemblyInstrMemory.td
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/WebAssemblyRegisterInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/WebAssemblyRegisterInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/WebAssemblyRegisterInfo.td
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/WebAssemblySubtarget.cpp
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/WebAssemblySubtarget.h
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/WebAssemblyTargetObjectFile.h
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/X86/AsmParser/X86AsmInstrumentation.cpp
  projects/release-pkg/contrib/llvm/lib/Target/X86/AsmParser/X86AsmInstrumentation.h
  projects/release-pkg/contrib/llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
  projects/release-pkg/contrib/llvm/lib/Target/X86/AsmParser/X86AsmParserCommon.h
  projects/release-pkg/contrib/llvm/lib/Target/X86/Disassembler/X86Disassembler.cpp
  projects/release-pkg/contrib/llvm/lib/Target/X86/Disassembler/X86DisassemblerDecoder.cpp
  projects/release-pkg/contrib/llvm/lib/Target/X86/Disassembler/X86DisassemblerDecoder.h
  projects/release-pkg/contrib/llvm/lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp
  projects/release-pkg/contrib/llvm/lib/Target/X86/InstPrinter/X86ATTInstPrinter.h
  projects/release-pkg/contrib/llvm/lib/Target/X86/InstPrinter/X86InstComments.cpp
  projects/release-pkg/contrib/llvm/lib/Target/X86/InstPrinter/X86IntelInstPrinter.h
  projects/release-pkg/contrib/llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
  projects/release-pkg/contrib/llvm/lib/Target/X86/MCTargetDesc/X86BaseInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp
  projects/release-pkg/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MCAsmInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp
  projects/release-pkg/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp
  projects/release-pkg/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h
  projects/release-pkg/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp
  projects/release-pkg/contrib/llvm/lib/Target/X86/MCTargetDesc/X86WinCOFFStreamer.cpp
  projects/release-pkg/contrib/llvm/lib/Target/X86/Utils/X86ShuffleDecode.cpp
  projects/release-pkg/contrib/llvm/lib/Target/X86/Utils/X86ShuffleDecode.h
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86.h
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86.td
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86AsmPrinter.cpp
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86AsmPrinter.h
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86CallFrameOptimization.cpp
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86CallingConv.h
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86CallingConv.td
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86ExpandPseudo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86FastISel.cpp
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86FixupLEAs.cpp
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86FloatingPoint.cpp
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86FrameLowering.cpp
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86FrameLowering.h
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86ISelLowering.cpp
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86ISelLowering.h
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86InstrAVX512.td
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86InstrArithmetic.td
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86InstrBuilder.h
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86InstrCMovSetCC.td
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86InstrCompiler.td
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86InstrControl.td
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86InstrExtension.td
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86InstrFMA.td
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86InstrFPStack.td
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86InstrFragmentsSIMD.td
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86InstrInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86InstrInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86InstrInfo.td
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86InstrMMX.td
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86InstrMPX.td
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86InstrSSE.td
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86InstrShiftRotate.td
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86InstrSystem.td
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86InstrXOP.td
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86IntrinsicsInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86MCInstLower.cpp
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86MachineFunctionInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86MachineFunctionInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86PadShortFunction.cpp
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86RegisterInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86RegisterInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86RegisterInfo.td
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86SelectionDAGInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86Subtarget.cpp
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86Subtarget.h
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86TargetMachine.cpp
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86TargetObjectFile.cpp
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86TargetObjectFile.h
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86TargetTransformInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86TargetTransformInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/X86/X86WinEHState.cpp
  projects/release-pkg/contrib/llvm/lib/Target/XCore/Disassembler/XCoreDisassembler.cpp
  projects/release-pkg/contrib/llvm/lib/Target/XCore/InstPrinter/XCoreInstPrinter.h
  projects/release-pkg/contrib/llvm/lib/Target/XCore/XCoreAsmPrinter.cpp
  projects/release-pkg/contrib/llvm/lib/Target/XCore/XCoreFrameLowering.cpp
  projects/release-pkg/contrib/llvm/lib/Target/XCore/XCoreISelDAGToDAG.cpp
  projects/release-pkg/contrib/llvm/lib/Target/XCore/XCoreISelLowering.cpp
  projects/release-pkg/contrib/llvm/lib/Target/XCore/XCoreISelLowering.h
  projects/release-pkg/contrib/llvm/lib/Target/XCore/XCoreInstrInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/XCore/XCoreLowerThreadLocal.cpp
  projects/release-pkg/contrib/llvm/lib/Target/XCore/XCoreMachineFunctionInfo.cpp
  projects/release-pkg/contrib/llvm/lib/Target/XCore/XCoreMachineFunctionInfo.h
  projects/release-pkg/contrib/llvm/lib/Target/XCore/XCoreTargetMachine.cpp
  projects/release-pkg/contrib/llvm/lib/Target/XCore/XCoreTargetObjectFile.cpp
  projects/release-pkg/contrib/llvm/lib/Target/XCore/XCoreTargetObjectFile.h
  projects/release-pkg/contrib/llvm/lib/Target/XCore/XCoreTargetTransformInfo.h
  projects/release-pkg/contrib/llvm/lib/Transforms/IPO/ArgumentPromotion.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/IPO/ConstantMerge.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/IPO/DeadArgumentElimination.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/IPO/ElimAvailExtern.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/IPO/ExtractGV.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/IPO/FunctionAttrs.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/IPO/GlobalDCE.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/IPO/GlobalOpt.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/IPO/IPO.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/IPO/InlineAlways.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/IPO/InlineSimple.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/IPO/Inliner.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/IPO/Internalize.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/IPO/LoopExtractor.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/IPO/LowerBitSets.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/IPO/MergeFunctions.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/IPO/PartialInlining.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/IPO/PruneEH.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/IPO/StripDeadPrototypes.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/IPO/StripSymbols.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/InstCombine/InstCombineInternal.h
  projects/release-pkg/contrib/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/InstCombine/InstCombineShifts.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Instrumentation/BoundsChecking.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Instrumentation/Instrumentation.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Instrumentation/SafeStack.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/ObjCARC/DependencyAnalysis.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/ObjCARC/ObjCARC.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/ObjCARC/ObjCARC.h
  projects/release-pkg/contrib/llvm/lib/Transforms/ObjCARC/ObjCARCAPElim.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/ObjCARC/ObjCARCContract.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/ObjCARC/ProvenanceAnalysis.h
  projects/release-pkg/contrib/llvm/lib/Transforms/ObjCARC/ProvenanceAnalysisEvaluator.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/ObjCARC/PtrState.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/ObjCARC/PtrState.h
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/ADCE.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/AlignmentFromAssumptions.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/BDCE.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/ConstantHoisting.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/DCE.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/EarlyCSE.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/FlattenCFGPass.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/Float2Int.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/GVN.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/JumpThreading.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/LICM.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/LoadCombine.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/LoopDeletion.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/LoopDistribute.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/LoopInstSimplify.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/LoopInterchange.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/LoopRerollPass.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/LoopRotation.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/LoopUnrollPass.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/LoopUnswitch.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/LowerAtomic.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/LowerExpectIntrinsic.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/MergedLoadStoreMotion.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/NaryReassociate.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/PartiallyInlineLibCalls.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/PlaceSafepoints.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/Reassociate.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/Reg2Mem.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/SCCP.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/SROA.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/Scalar.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/Scalarizer.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/SimplifyCFGPass.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/Sink.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/SpeculativeExecution.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/StraightLineStrengthReduce.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/StructurizeCFG.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Scalar/TailRecursionElimination.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Utils/ASanStackFrameLayout.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Utils/AddDiscriminators.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Utils/BuildLibCalls.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Utils/BypassSlowDivision.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Utils/CloneFunction.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Utils/CloneModule.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Utils/CodeExtractor.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Utils/CtorUtils.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Utils/DemoteRegToStack.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Utils/FlattenCFG.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Utils/GlobalStatus.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Utils/InlineFunction.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Utils/IntegerDivision.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Utils/LCSSA.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Utils/Local.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Utils/LoopSimplify.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Utils/LoopUnroll.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Utils/LoopUtils.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Utils/LoopVersioning.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Utils/LowerInvoke.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Utils/LowerSwitch.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Utils/Mem2Reg.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Utils/MetaRenamer.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Utils/ModuleUtils.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Utils/SimplifyCFG.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Utils/SimplifyIndVar.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Utils/SimplifyInstructions.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Utils/SymbolRewriter.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Utils/ValueMapper.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Vectorize/BBVectorize.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  projects/release-pkg/contrib/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
  projects/release-pkg/contrib/llvm/patches/README.TXT
  projects/release-pkg/contrib/llvm/tools/bugpoint/BugDriver.cpp
  projects/release-pkg/contrib/llvm/tools/bugpoint/BugDriver.h
  projects/release-pkg/contrib/llvm/tools/bugpoint/CrashDebugger.cpp
  projects/release-pkg/contrib/llvm/tools/bugpoint/ExecutionDriver.cpp
  projects/release-pkg/contrib/llvm/tools/bugpoint/ExtractFunction.cpp
  projects/release-pkg/contrib/llvm/tools/bugpoint/ListReducer.h
  projects/release-pkg/contrib/llvm/tools/bugpoint/Miscompilation.cpp
  projects/release-pkg/contrib/llvm/tools/bugpoint/ToolRunner.cpp
  projects/release-pkg/contrib/llvm/tools/bugpoint/ToolRunner.h
  projects/release-pkg/contrib/llvm/tools/bugpoint/bugpoint.cpp
  projects/release-pkg/contrib/llvm/tools/clang/include/clang-c/CXCompilationDatabase.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang-c/CXString.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang-c/Index.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/AST/ASTContext.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/AST/ASTMutationListener.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/AST/ASTTypeTraits.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/AST/Attr.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/AST/BuiltinTypes.def
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/AST/CXXInheritance.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/AST/CharUnits.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/AST/CommentSema.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/AST/Decl.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/AST/DeclBase.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/AST/DeclCXX.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/AST/DeclFriend.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/AST/DeclGroup.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/AST/DeclObjC.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/AST/DeclOpenMP.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/AST/DeclTemplate.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/AST/DeclarationName.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/AST/EvaluatedExprVisitor.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/AST/Expr.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/AST/ExprCXX.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/AST/ExprObjC.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/AST/ExternalASTSource.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/AST/Mangle.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/AST/NestedNameSpecifier.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/AST/OpenMPClause.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/AST/OperationKinds.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/AST/PrettyPrinter.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/AST/RecursiveASTVisitor.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/AST/Redeclarable.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/AST/Stmt.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/AST/StmtCXX.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/AST/StmtIterator.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/AST/StmtOpenMP.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/AST/StmtVisitor.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/AST/TemplateBase.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/AST/TemplateName.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/AST/Type.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/AST/TypeLoc.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/AST/TypeNodes.def
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/AST/VTableBuilder.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/ASTMatchers/ASTMatchFinder.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/ASTMatchers/ASTMatchers.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/Diagnostics.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/Parser.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/Registry.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/Consumed.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ThreadSafetyCommon.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Analysis/CFG.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Analysis/ProgramPoint.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Analysis/Support/BumpVector.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Basic/Attr.td
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Basic/AttrDocs.td
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Basic/Attributes.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Basic/Builtins.def
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Basic/Builtins.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsAArch64.def
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsARM.def
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsNVPTX.def
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsPPC.def
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsX86.def
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Basic/DeclNodes.td
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Basic/Diagnostic.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticCommonKinds.td
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticDriverKinds.td
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticFrontendKinds.td
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticGroups.td
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticIDs.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticLexKinds.td
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticParseKinds.td
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticSemaKinds.td
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticSerializationKinds.td
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Basic/FileManager.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Basic/IdentifierTable.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Basic/LangOptions.def
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Basic/LangOptions.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Basic/Module.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Basic/ObjCRuntime.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Basic/OpenCLExtensions.def
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Basic/OpenMPKinds.def
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Basic/OpenMPKinds.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Basic/OperatorKinds.def
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Basic/PartialDiagnostic.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Basic/Sanitizers.def
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Basic/SourceLocation.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Basic/SourceManager.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Basic/Specifiers.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Basic/StmtNodes.td
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Basic/TargetBuiltins.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Basic/TargetCXXABI.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Basic/TargetInfo.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Basic/TokenKinds.def
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Basic/VirtualFileSystem.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Basic/arm_neon.td
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/CodeGen/BackendUtil.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/CodeGen/CGFunctionInfo.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/CodeGen/CodeGenABITypes.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/CodeGen/CodeGenAction.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/CodeGen/ObjectFilePCHContainerOperations.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Driver/Action.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Driver/CC1Options.td
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Driver/CLCompatOptions.td
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Driver/Compilation.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Driver/Driver.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Driver/Job.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Driver/Options.td
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Driver/SanitizerArgs.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Driver/ToolChain.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Driver/Types.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Edit/Commit.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Edit/EditedSource.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Format/Format.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Frontend/ASTUnit.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Frontend/CodeGenOptions.def
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Frontend/CodeGenOptions.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Frontend/CompilerInstance.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Frontend/CompilerInvocation.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Frontend/DependencyOutputOptions.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Frontend/DiagnosticRenderer.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Frontend/FrontendOptions.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Frontend/PCHContainerOperations.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Frontend/SerializedDiagnosticReader.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Frontend/Utils.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Lex/DirectoryLookup.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Lex/HeaderSearch.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Lex/HeaderSearchOptions.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Lex/LiteralSupport.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Lex/MacroInfo.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Lex/ModuleMap.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Lex/PPCallbacks.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Lex/Pragma.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Lex/PreprocessingRecord.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Lex/Preprocessor.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Lex/TokenLexer.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Parse/Parser.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Sema/AttributeList.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Sema/CodeCompleteOptions.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Sema/DeclSpec.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Sema/ExternalSemaSource.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Sema/Initialization.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Sema/Lookup.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Sema/MultiplexExternalSemaSource.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Sema/Overload.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Sema/ScopeInfo.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Sema/Sema.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Sema/Template.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Sema/TemplateDeduction.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Sema/TypoCorrection.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Serialization/ASTBitCodes.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Serialization/ASTReader.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Serialization/ASTWriter.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Serialization/GlobalModuleIndex.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Serialization/Module.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Serialization/ModuleManager.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/Checker.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerHelpers.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/FunctionSummary.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Tooling/ArgumentsAdjusters.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Tooling/CommonOptionsParser.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Tooling/CompilationDatabase.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Tooling/Core/Replacement.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Tooling/JSONCompilationDatabase.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/Tooling/Tooling.h
  projects/release-pkg/contrib/llvm/tools/clang/include/clang/module.modulemap
  projects/release-pkg/contrib/llvm/tools/clang/lib/ARCMigrate/ARCMT.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/ARCMigrate/FileRemapper.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/ARCMigrate/ObjCMT.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/ARCMigrate/TransEmptyStatementsAndDealloc.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/ARCMigrate/TransGCAttrs.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/ARCMigrate/TransProperties.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/ARCMigrate/TransRetainReleaseDealloc.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/ARCMigrate/TransformActions.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/ARCMigrate/Transforms.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/AST/ASTContext.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/AST/ASTDiagnostic.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/AST/ASTDumper.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/AST/ASTImporter.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/AST/CXXABI.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/AST/CXXInheritance.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/AST/Decl.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/AST/DeclBase.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/AST/DeclCXX.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/AST/DeclFriend.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/AST/DeclGroup.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/AST/DeclObjC.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/AST/DeclOpenMP.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/AST/DeclPrinter.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/AST/DeclTemplate.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/AST/DeclarationName.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/AST/Expr.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/AST/ExprCXX.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/AST/ExprClassification.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/AST/ExprConstant.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/AST/ExternalASTSource.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/AST/ItaniumCXXABI.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/AST/ItaniumMangle.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/AST/Mangle.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/AST/MicrosoftCXXABI.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/AST/MicrosoftMangle.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/AST/NSAPI.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/AST/NestedNameSpecifier.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/AST/RawCommentList.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/AST/RecordLayoutBuilder.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/AST/Stmt.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/AST/StmtIterator.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/AST/StmtPrinter.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/AST/StmtProfile.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/AST/TemplateBase.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/AST/TemplateName.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/AST/Type.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/AST/TypeLoc.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/AST/TypePrinter.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/AST/VTableBuilder.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/ASTMatchers/ASTMatchFinder.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/ASTMatchers/ASTMatchersInternal.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/Diagnostics.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/Marshallers.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/Parser.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/VariantValue.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Analysis/AnalysisDeclContext.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Analysis/BodyFarm.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Analysis/CFG.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Analysis/Consumed.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Analysis/ThreadSafety.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Analysis/ThreadSafetyCommon.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Basic/Attributes.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Basic/Builtins.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Basic/Diagnostic.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Basic/DiagnosticIDs.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Basic/FileManager.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Basic/IdentifierTable.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Basic/LangOptions.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Basic/Module.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Basic/ObjCRuntime.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Basic/OpenMPKinds.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Basic/SanitizerBlacklist.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Basic/SourceManager.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Basic/TargetInfo.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Basic/Targets.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Basic/Version.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Basic/VirtualFileSystem.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/ABIInfo.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/BackendUtil.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CGAtomic.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CGBlocks.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CGBlocks.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CGBuilder.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CGBuiltin.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CGCUDANV.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CGCXX.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CGCXXABI.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CGCXXABI.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CGCall.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CGCall.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CGClass.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CGCleanup.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CGCleanup.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CGDebugInfo.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CGDebugInfo.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CGDecl.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CGDeclCXX.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CGException.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CGExpr.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CGExprAgg.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CGExprCXX.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CGExprComplex.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CGExprConstant.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CGExprScalar.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CGLoopInfo.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CGLoopInfo.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CGObjC.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CGObjCGNU.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CGObjCMac.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CGObjCRuntime.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CGObjCRuntime.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CGOpenCLRuntime.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CGOpenCLRuntime.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CGOpenMPRuntime.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CGStmt.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CGVTT.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CGVTables.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CGVTables.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CGValue.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CodeGenABITypes.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CodeGenAction.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CodeGenFunction.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CodeGenFunction.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CodeGenModule.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CodeGenModule.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CodeGenPGO.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CodeGenPGO.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CodeGenTBAA.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CodeGenTypes.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CodeGenTypes.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CoverageMappingGen.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/CoverageMappingGen.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/EHScopeStack.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/ModuleBuilder.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/TargetInfo.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/CodeGen/TargetInfo.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Driver/Action.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Driver/Compilation.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Driver/CrossWindowsToolChain.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Driver/Driver.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Driver/DriverOptions.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Driver/InputInfo.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Driver/Job.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Driver/MSVCToolChain.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Driver/Multilib.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Driver/SanitizerArgs.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Driver/ToolChain.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Driver/ToolChains.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Driver/ToolChains.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Driver/Tools.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Driver/Tools.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Driver/Types.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Edit/Commit.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Edit/EditedSource.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Edit/RewriteObjCFoundationAPI.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Format/ContinuationIndenter.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Format/Encoding.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Format/Format.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Format/FormatToken.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Format/FormatToken.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Format/TokenAnnotator.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Format/TokenAnnotator.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Format/UnwrappedLineFormatter.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Format/UnwrappedLineParser.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Format/UnwrappedLineParser.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Format/WhitespaceManager.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Format/WhitespaceManager.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Frontend/ASTMerge.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Frontend/ASTUnit.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Frontend/CacheTokens.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Frontend/ChainedIncludesSource.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Frontend/CodeGenOptions.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Frontend/CompilerInstance.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Frontend/CompilerInvocation.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Frontend/CreateInvocationFromCommandLine.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Frontend/DependencyFile.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Frontend/DiagnosticRenderer.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Frontend/FrontendAction.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Frontend/FrontendActions.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Frontend/HeaderIncludeGen.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Frontend/InitHeaderSearch.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Frontend/InitPreprocessor.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Frontend/LogDiagnosticPrinter.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Frontend/ModuleDependencyCollector.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Frontend/MultiplexConsumer.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Frontend/PCHContainerOperations.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Frontend/Rewrite/FrontendActions.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Frontend/Rewrite/InclusionRewriter.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Frontend/SerializedDiagnosticPrinter.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Frontend/TextDiagnostic.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Frontend/VerifyDiagnosticConsumer.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/Intrin.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/__wmmintrin_aes.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/__wmmintrin_pclmul.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/adxintrin.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/altivec.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/ammintrin.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/arm_acle.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/avx2intrin.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/avx512bwintrin.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/avx512dqintrin.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/avx512erintrin.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/avx512fintrin.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/avx512vlbwintrin.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/avx512vldqintrin.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/avx512vlintrin.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/avxintrin.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/bmi2intrin.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/bmiintrin.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/emmintrin.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/f16cintrin.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/fma4intrin.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/fmaintrin.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/fxsrintrin.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/htmxlintrin.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/ia32intrin.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/immintrin.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/lzcntintrin.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/mm3dnow.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/mmintrin.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/module.modulemap
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/nmmintrin.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/pmmintrin.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/popcntintrin.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/prfchwintrin.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/rdseedintrin.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/rtmintrin.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/shaintrin.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/smmintrin.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/stdint.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/tbmintrin.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/tgmath.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/tmmintrin.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/wmmintrin.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/x86intrin.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/xmmintrin.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Headers/xopintrin.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Index/CommentToXML.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Index/SimpleFormatContext.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Index/USRGeneration.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Lex/HeaderSearch.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Lex/Lexer.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Lex/LiteralSupport.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Lex/MacroInfo.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Lex/ModuleMap.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Lex/PPDirectives.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Lex/PPExpressions.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Lex/PPLexerChange.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Lex/PPMacroExpansion.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Lex/Pragma.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Lex/PreprocessingRecord.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Lex/Preprocessor.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Lex/TokenLexer.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Parse/ParseAST.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Parse/ParseCXXInlineMethods.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Parse/ParseDecl.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Parse/ParseDeclCXX.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Parse/ParseExpr.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Parse/ParseExprCXX.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Parse/ParseObjc.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Parse/ParseOpenMP.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Parse/ParsePragma.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Parse/ParseStmt.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Parse/ParseStmtAsm.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Parse/ParseTemplate.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Parse/ParseTentative.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Parse/Parser.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Rewrite/Rewriter.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Sema/AnalysisBasedWarnings.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Sema/AttributeList.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Sema/DeclSpec.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Sema/JumpDiagnostics.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Sema/MultiplexExternalSemaSource.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Sema/ScopeInfo.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Sema/Sema.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Sema/SemaAccess.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Sema/SemaCUDA.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Sema/SemaCXXScopeSpec.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Sema/SemaCast.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Sema/SemaChecking.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Sema/SemaCodeComplete.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Sema/SemaDecl.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Sema/SemaDeclAttr.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Sema/SemaDeclCXX.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Sema/SemaDeclObjC.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Sema/SemaExceptionSpec.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Sema/SemaExpr.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Sema/SemaExprCXX.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Sema/SemaExprMember.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Sema/SemaExprObjC.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Sema/SemaFixItUtils.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Sema/SemaInit.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Sema/SemaLambda.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Sema/SemaLookup.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Sema/SemaObjCProperty.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Sema/SemaOpenMP.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Sema/SemaOverload.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Sema/SemaPseudoObject.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Sema/SemaStmt.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Sema/SemaStmtAsm.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Sema/SemaStmtAttr.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Sema/SemaTemplate.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Sema/SemaTemplateDeduction.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Sema/SemaTemplateInstantiate.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Sema/SemaTemplateVariadic.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Sema/SemaType.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Sema/TreeTransform.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Serialization/ASTCommon.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Serialization/ASTCommon.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Serialization/ASTReader.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Serialization/ASTReaderDecl.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Serialization/ASTReaderInternals.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/Serialization/ASTReaderStmt.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Serialization/ASTWriter.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Serialization/ASTWriterDecl.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Serialization/ASTWriterStmt.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Serialization/GeneratePCH.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Serialization/GlobalModuleIndex.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Serialization/Module.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Serialization/ModuleManager.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/AnalyzerStatsChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ArrayBoundChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/BoolAssignmentChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/BuiltinFunctionChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CastSizeChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CastToStructChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CheckSizeofPointer.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/Checkers.td
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ChrootChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DereferenceChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DivZeroChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/FixedAddressChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/LLVMConventionsChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MacOSXAPIChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MallocOverflowSecurityChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/NSAutoreleasePoolChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/NSErrorChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/NoReturnFunctionChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/NonNullParamChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCAtSyncChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCContainersASTChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCContainersChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCMissingSuperCallChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/PointerArithChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/PointerSubChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ReturnPointerRangeChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ReturnUndefChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/SimpleStreamChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/StackAddrEscapeChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/TaintTesterChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/TestAfterDivZeroChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UndefBranchChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UndefResultChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UndefinedArraySubscriptChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UndefinedAssignmentChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/AnalysisManager.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/AnalyzerOptions.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/BlockCounter.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/Checker.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/CheckerContext.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/CheckerHelpers.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/CheckerManager.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/CheckerRegistry.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ConstraintManager.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/Environment.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExprEngineObjC.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/MemRegion.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/PathDiagnostic.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ProgramState.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SValBuilder.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SVals.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SimpleConstraintManager.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SimpleConstraintManager.h
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/Store.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SymbolManager.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Tooling/ArgumentsAdjusters.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Tooling/CommonOptionsParser.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Tooling/CompilationDatabase.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Tooling/Core/Replacement.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Tooling/JSONCompilationDatabase.cpp
  projects/release-pkg/contrib/llvm/tools/clang/lib/Tooling/Tooling.cpp
  projects/release-pkg/contrib/llvm/tools/clang/tools/driver/cc1as_main.cpp
  projects/release-pkg/contrib/llvm/tools/clang/tools/driver/driver.cpp
  projects/release-pkg/contrib/llvm/tools/clang/utils/TableGen/ClangAttrEmitter.cpp
  projects/release-pkg/contrib/llvm/tools/clang/utils/TableGen/ClangCommentCommandInfoEmitter.cpp
  projects/release-pkg/contrib/llvm/tools/clang/utils/TableGen/NeonEmitter.cpp
  projects/release-pkg/contrib/llvm/tools/clang/utils/TableGen/TableGen.cpp
  projects/release-pkg/contrib/llvm/tools/llc/llc.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/docs/lldb.1
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/API/LLDB.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/API/SBAttachInfo.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/API/SBCommandInterpreter.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/API/SBCommandReturnObject.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/API/SBDebugger.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/API/SBDefines.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/API/SBFunction.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/API/SBInstruction.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/API/SBProcess.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/API/SBStream.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/API/SBTarget.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/API/SBType.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/API/SBTypeCategory.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/API/SBTypeSummary.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/API/SBValue.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/API/SystemInitializerFull.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Breakpoint/Breakpoint.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointLocation.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointLocationList.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointOptions.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointResolver.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointResolverAddress.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointResolverFileLine.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointResolverFileRegex.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointResolverName.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointSite.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Breakpoint/Watchpoint.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Breakpoint/WatchpointOptions.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/Address.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/AddressRange.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/AddressResolver.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/AddressResolverFileLine.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/AddressResolverName.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/ArchSpec.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/Broadcaster.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/ClangForward.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/Communication.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/Connection.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/ConnectionSharedMemory.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/ConstString.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/DataBufferHeap.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/DataBufferMemoryMap.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/DataEncoder.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/DataExtractor.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/Debugger.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/Disassembler.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/EmulateInstruction.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/Event.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/FileLineResolver.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/FormatEntity.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/History.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/IOHandler.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/Listener.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/Log.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/Logging.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/MappedHash.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/Module.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/ModuleList.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/ModuleSpec.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/Opcode.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/PluginManager.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/RangeMap.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/RegisterValue.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/RegularExpression.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/STLUtils.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/Scalar.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/SearchFilter.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/Section.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/SourceManager.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/Stream.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/StreamAsynchronousIO.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/StreamCallback.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/StreamFile.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/StreamGDBRemote.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/StreamString.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/StreamTee.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/StringList.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/StructuredData.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/ThreadSafeDenseMap.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/ThreadSafeDenseSet.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/Timer.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/UUID.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/UniqueCStringMap.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/Value.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/ValueObject.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectCast.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectChild.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectConstResult.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectConstResultChild.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectConstResultImpl.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectDynamicValue.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectList.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectMemory.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectRegister.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectSyntheticFilter.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectVariable.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Core/dwarf.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/DataFormatters/DataVisualization.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/DataFormatters/FormatCache.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/DataFormatters/FormatClasses.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/DataFormatters/FormatManager.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/DataFormatters/FormattersContainer.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/DataFormatters/StringPrinter.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeCategory.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeCategoryMap.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeFormat.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeSummary.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeSynthetic.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeValidator.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ValueObjectPrinter.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Expression/DWARFExpression.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Expression/IRDynamicChecks.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Expression/IRExecutionUnit.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Expression/IRInterpreter.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Expression/IRMemoryMap.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Expression/Materializer.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Host/Condition.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Host/Config.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Host/Debug.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Host/Endian.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Host/File.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Host/FileSpec.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Host/FileSystem.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Host/HostGetOpt.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Host/HostInfo.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Host/HostNativeThread.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Host/HostNativeThreadForward.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Host/MainLoopBase.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Host/MonitoringProcessLauncher.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Host/Mutex.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Host/OptionParser.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Host/Predicate.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Host/ProcessRunLock.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Host/Socket.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Host/Symbols.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Host/XML.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Host/common/NativeProcessProtocol.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Host/posix/ConnectionFileDescriptorPosix.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Host/posix/HostProcessPosix.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Host/posix/HostThreadPosix.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Host/posix/LockFilePosix.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Host/posix/MainLoopPosix.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Initialization/SystemInitializerCommon.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Interpreter/Args.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandCompletions.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandHistory.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandInterpreter.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandObject.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandObjectMultiword.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandObjectRegexCommand.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandOptionValidators.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandReturnObject.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupArchitecture.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupBoolean.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupFile.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupFormat.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupOutputFile.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupPlatform.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupString.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupUInt64.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupUUID.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupValueObjectDisplay.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupVariable.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupWatchpoint.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValue.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueArch.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueArgs.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueArray.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueBoolean.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueChar.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueDictionary.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueEnumeration.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueFileSpec.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueFileSpecList.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueFormat.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueFormatEntity.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueLanguage.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValuePathMappings.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueProperties.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueRegex.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueSInt64.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueString.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueUInt64.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueUUID.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Interpreter/Options.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Interpreter/ScriptInterpreter.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Symbol/Block.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Symbol/ClangASTContext.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Symbol/ClangASTImporter.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Symbol/ClangExternalASTSourceCallbacks.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Symbol/ClangExternalASTSourceCommon.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Symbol/CompileUnit.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Symbol/FuncUnwinders.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Symbol/Function.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Symbol/LineEntry.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Symbol/LineTable.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Symbol/ObjectContainer.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Symbol/ObjectFile.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Symbol/Symbol.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Symbol/SymbolContext.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Symbol/SymbolContextScope.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Symbol/SymbolFile.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Symbol/SymbolVendor.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Symbol/Symtab.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Symbol/TaggedASTType.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Symbol/Type.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Symbol/TypeList.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Symbol/UnwindPlan.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Symbol/UnwindTable.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Symbol/Variable.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Symbol/VariableList.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Target/ABI.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Target/CPPLanguageRuntime.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Target/DynamicLoader.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Target/ExecutionContext.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Target/InstrumentationRuntimeStopInfo.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Target/JITLoader.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Target/LanguageRuntime.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Target/ObjCLanguageRuntime.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Target/OperatingSystem.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Target/Platform.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Target/Process.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Target/QueueItem.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Target/RegisterContext.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Target/SectionLoadList.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Target/StackFrame.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Target/StackFrameList.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Target/StackID.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Target/StopInfo.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Target/SystemRuntime.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Target/Target.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Target/TargetList.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Target/Thread.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Target/ThreadList.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlan.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanBase.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanCallFunction.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanCallFunctionUsingABI.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanCallUserExpression.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanPython.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanRunToAddress.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanShouldStopHere.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanStepInRange.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanStepInstruction.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanStepOut.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanStepOverBreakpoint.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanStepOverRange.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanStepRange.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanStepThrough.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanStepUntil.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanTracer.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Target/ThreadSpec.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Target/UnixSignals.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Target/UnwindAssembly.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Utility/AnsiTerminal.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Utility/Iterable.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Utility/JSON.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Utility/ProcessStructReader.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Utility/PseudoTerminal.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Utility/SharedCluster.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Utility/SharingPtr.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/Utility/StringExtractor.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/lldb-defines.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/lldb-enumerations.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/lldb-forward.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/lldb-private-enumerations.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/lldb-private-interfaces.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/lldb-private-types.h
  projects/release-pkg/contrib/llvm/tools/lldb/include/lldb/lldb-types.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/API/SBAttachInfo.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/API/SBBreakpoint.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/API/SBCommandInterpreter.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/API/SBCommandReturnObject.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/API/SBDebugger.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/API/SBFrame.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/API/SBFunction.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/API/SBInstruction.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/API/SBLanguageRuntime.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/API/SBModule.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/API/SBPlatform.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/API/SBProcess.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/API/SBStream.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/API/SBTarget.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/API/SBThread.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/API/SBType.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/API/SBTypeCategory.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/API/SBTypeEnumMember.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/API/SBTypeNameSpecifier.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/API/SBTypeSummary.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/API/SBValue.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/API/SBValueList.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/API/SystemInitializerFull.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Breakpoint/Breakpoint.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointID.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointIDList.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointLocation.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointLocationList.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointOptions.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointResolverAddress.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointResolverName.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointSite.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Breakpoint/StoppointCallbackContext.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Breakpoint/Watchpoint.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Breakpoint/WatchpointList.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Breakpoint/WatchpointOptions.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectApropos.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectArgs.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectArgs.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectBreakpoint.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectBreakpoint.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectBreakpointCommand.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectBreakpointCommand.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectBugreport.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectBugreport.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectCommands.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectCommands.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectDisassemble.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectDisassemble.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectExpression.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectExpression.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectFrame.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectFrame.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectGUI.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectHelp.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectLanguage.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectLanguage.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectLog.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectLog.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectMemory.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectMemory.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectMultiword.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectPlatform.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectPlatform.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectPlugin.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectPlugin.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectProcess.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectProcess.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectQuit.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectRegister.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectRegister.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectSettings.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectSettings.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectSource.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectSource.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectSyntax.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectTarget.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectTarget.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectThread.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectThread.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectType.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectType.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectVersion.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectWatchpoint.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectWatchpoint.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectWatchpointCommand.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Commands/CommandObjectWatchpointCommand.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Core/Address.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Core/AddressResolverName.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Core/ArchSpec.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Core/ConnectionSharedMemory.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Core/ConstString.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Core/CxaDemangle.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Core/DataEncoder.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Core/DataExtractor.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Core/Debugger.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Core/Disassembler.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Core/DynamicLoader.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Core/EmulateInstruction.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Core/Event.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Core/FastDemangle.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Core/FormatEntity.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Core/IOHandler.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Core/Log.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Core/Logging.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Core/Mangled.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Core/Module.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Core/ModuleList.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Core/Opcode.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Core/PluginManager.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Core/RegisterValue.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Core/RegularExpression.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Core/Scalar.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Core/Section.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Core/SourceManager.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Core/Stream.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Core/StreamAsynchronousIO.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Core/StreamString.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Core/StringList.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Core/Timer.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Core/Value.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Core/ValueObject.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Core/ValueObjectCast.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Core/ValueObjectChild.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Core/ValueObjectConstResult.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Core/ValueObjectConstResultChild.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Core/ValueObjectConstResultImpl.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Core/ValueObjectDynamicValue.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Core/ValueObjectMemory.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Core/ValueObjectRegister.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Core/ValueObjectSyntheticFilter.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Core/ValueObjectVariable.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/DataFormatters/DataVisualization.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/DataFormatters/FormatClasses.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/DataFormatters/FormatManager.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/DataFormatters/StringPrinter.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/DataFormatters/TypeCategory.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/DataFormatters/TypeCategoryMap.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/DataFormatters/TypeFormat.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/DataFormatters/TypeSummary.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/DataFormatters/TypeSynthetic.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/DataFormatters/ValueObjectPrinter.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/DataFormatters/VectorType.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Expression/DWARFExpression.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Expression/ExpressionSourceCode.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Expression/IRDynamicChecks.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Expression/IRExecutionUnit.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Expression/IRInterpreter.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Expression/IRMemoryMap.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Expression/Materializer.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Host/common/Editline.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Host/common/File.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Host/common/FileSpec.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Host/common/Host.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Host/common/HostInfoBase.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Host/common/Mutex.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Host/common/NativeProcessProtocol.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Host/common/OptionParser.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Host/common/Socket.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Host/common/SocketAddress.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Host/common/Symbols.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Host/common/ThisThread.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Host/common/XML.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Host/freebsd/Host.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Host/posix/FileSystem.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Host/posix/HostInfoPosix.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Host/posix/MainLoopPosix.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Host/posix/PipePosix.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Initialization/SystemInitializerCommon.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Interpreter/Args.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Interpreter/CommandHistory.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Interpreter/CommandInterpreter.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Interpreter/CommandObject.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Interpreter/CommandObjectScript.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Interpreter/CommandReturnObject.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Interpreter/OptionValueLanguage.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Interpreter/OptionValueProperties.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Interpreter/Property.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Interpreter/embedded_interpreter.py
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm/ABISysV_arm.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm64/ABISysV_arm64.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-hexagon/ABISysV_hexagon.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-hexagon/ABISysV_hexagon.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-i386/ABISysV_i386.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-i386/ABISysV_i386.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips/ABISysV_mips.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips/ABISysV_mips.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips64/ABISysV_mips64.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/ABISysV_ppc.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/AddressSanitizer/AddressSanitizerRuntime.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/AddressSanitizer/AddressSanitizerRuntime.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/FreeBSDThread.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/FreeBSDThread.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/POSIXStopInfo.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/POSIXStopInfo.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm64.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm64.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_mips64.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_mips64.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_powerpc.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_powerpc.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_x86.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_x86.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/CrashReason.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/FreeBSDSignals.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/HistoryThread.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/HistoryUnwind.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/LinuxSignals.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/MipsLinuxSignals.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm64.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm64.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_i386.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_i386.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextDummy.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextDummy.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_arm.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_arm.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_arm64.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_i386.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_mips64.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_powerpc.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_x86_64.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextHistory.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextHistory.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_arm.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_arm.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_arm64.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_arm64.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_i386.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_i386.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips64.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips64.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_x86_64.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_x86_64.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextMemory.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_mips64.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_powerpc.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_x86.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextThreadMemory.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContext_mips.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContext_powerpc.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContext_x86.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfoInterface.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_arm.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_arm64.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_i386.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_mips.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_mips64.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_powerpc.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_x86_64.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/StopInfoMachException.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ThreadMemory.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/UnwindLLDB.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/UnwindLLDB.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/lldb-arm-register-enums.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ThreadElfCore.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFAttribute.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIECollection.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIECollection.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDataExtractor.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugPubnames.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/NameToDIE.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/NameToDIE.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/UniqueDWARFASTType.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/UniqueDWARFASTType.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Symbol/Block.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Symbol/ClangASTContext.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Symbol/ClangASTImporter.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Symbol/ClangExternalASTSourceCallbacks.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Symbol/CompactUnwindInfo.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Symbol/CompileUnit.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Symbol/DWARFCallFrameInfo.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Symbol/FuncUnwinders.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Symbol/Function.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Symbol/LineEntry.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Symbol/LineTable.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Symbol/ObjectFile.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Symbol/SymbolContext.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Symbol/SymbolFile.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Symbol/SymbolVendor.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Symbol/Symtab.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Symbol/Type.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Symbol/TypeList.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Symbol/UnwindTable.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Symbol/Variable.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Symbol/VariableList.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Target/ABI.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Target/CPPLanguageRuntime.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Target/ExecutionContext.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Target/LanguageRuntime.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Target/Memory.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Target/ObjCLanguageRuntime.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Target/Platform.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Target/Process.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Target/ProcessLaunchInfo.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Target/RegisterContext.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Target/StackFrame.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Target/StackFrameList.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Target/StopInfo.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Target/Target.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Target/TargetList.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Target/Thread.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Target/ThreadList.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Target/ThreadPlan.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Target/ThreadPlanCallFunction.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Target/ThreadPlanCallFunctionUsingABI.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Target/ThreadPlanCallUserExpression.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Target/ThreadPlanRunToAddress.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Target/ThreadPlanShouldStopHere.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepInRange.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepInstruction.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepOut.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepOverRange.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepRange.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepThrough.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepUntil.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Target/ThreadPlanTracer.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Target/ThreadSpec.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Target/UnixSignals.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Utility/ConvertEnum.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Utility/JSON.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Utility/ModuleCache.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Utility/ModuleCache.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Utility/SharingPtr.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Utility/StringExtractor.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Utility/StringExtractorGDBRemote.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Utility/StringExtractorGDBRemote.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/Utility/UriParser.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/source/Utility/UriParser.h
  projects/release-pkg/contrib/llvm/tools/lldb/source/lldb.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/driver/Driver.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/driver/Driver.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgContext.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgContext.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgSet.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgSet.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValBase.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValBase.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValConsume.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValConsume.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValFile.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValFile.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValListBase.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValListBase.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValListOfN.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValListOfN.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValNumber.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValNumber.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValOptionLong.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValOptionLong.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValOptionShort.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValOptionShort.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValPrintValues.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValPrintValues.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValString.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValString.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValThreadGrp.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValThreadGrp.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdBase.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdBase.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmd.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmd.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdBreak.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdBreak.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdData.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdData.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdEnviro.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdEnviro.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdExec.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdExec.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdFile.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdFile.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbInfo.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbInfo.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbSet.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbSet.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbShow.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbShow.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbThread.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbThread.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdMiscellanous.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdMiscellanous.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdStack.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdStack.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdSupportInfo.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdSupportInfo.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdSupportList.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdSupportList.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdSymbol.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdSymbol.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdTarget.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdTarget.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdThread.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdThread.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdTrace.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdTrace.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdVar.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdVar.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCommands.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCommands.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdData.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdFactory.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdFactory.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdInterpreter.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdInterpreter.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdInvoker.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdInvoker.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdMgr.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdMgr.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdMgrSetCmdDeleteCallback.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdMgrSetCmdDeleteCallback.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnBase.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnBase.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBBroadcaster.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBBroadcaster.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebugSessionInfo.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebugSessionInfo.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebugSessionInfoVarObj.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebugSessionInfoVarObj.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebugger.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebugger.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBProxySBValue.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBUtilSBValue.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBUtilSBValue.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLog.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLog.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLogMediumFile.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLogMediumFile.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIOutOfBandRecord.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIOutOfBandRecord.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIResultRecord.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIResultRecord.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValue.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValue.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueConst.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueConst.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueList.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueList.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueResult.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueResult.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueTuple.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueTuple.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnResources.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnResources.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStderr.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStderr.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStdin.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStdin.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStdout.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStdout.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnThreadMgrStd.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnThreadMgrStd.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MIDataTypes.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MIDriver.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MIDriver.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MIDriverBase.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MIDriverBase.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MIDriverMain.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MIDriverMgr.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MIDriverMgr.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MIExtensions.txt
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilDateTimeStd.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilDateTimeStd.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilDebug.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilDebug.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilFileStd.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilFileStd.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilMapIdToVariant.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilMapIdToVariant.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilSingletonBase.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilSingletonHelper.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilString.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilString.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilThreadBaseStd.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilThreadBaseStd.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilVariant.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilVariant.h
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-server/LLDBServerUtilities.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-server/lldb-gdbserver.cpp
  projects/release-pkg/contrib/llvm/tools/lldb/tools/lldb-server/lldb-platform.cpp
  projects/release-pkg/contrib/llvm/tools/lli/ChildTarget/ChildTarget.cpp
  projects/release-pkg/contrib/llvm/tools/lli/OrcLazyJIT.cpp
  projects/release-pkg/contrib/llvm/tools/lli/OrcLazyJIT.h
  projects/release-pkg/contrib/llvm/tools/lli/lli.cpp
  projects/release-pkg/contrib/llvm/tools/llvm-ar/llvm-ar.cpp
  projects/release-pkg/contrib/llvm/tools/llvm-as/llvm-as.cpp
  projects/release-pkg/contrib/llvm/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
  projects/release-pkg/contrib/llvm/tools/llvm-cov/CoverageReport.cpp
  projects/release-pkg/contrib/llvm/tools/llvm-cov/CoverageViewOptions.h
  projects/release-pkg/contrib/llvm/tools/llvm-cov/gcov.cpp
  projects/release-pkg/contrib/llvm/tools/llvm-cxxdump/llvm-cxxdump.cpp
  projects/release-pkg/contrib/llvm/tools/llvm-diff/DiffLog.cpp
  projects/release-pkg/contrib/llvm/tools/llvm-diff/DiffLog.h
  projects/release-pkg/contrib/llvm/tools/llvm-diff/DifferenceEngine.cpp
  projects/release-pkg/contrib/llvm/tools/llvm-dis/llvm-dis.cpp
  projects/release-pkg/contrib/llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp
  projects/release-pkg/contrib/llvm/tools/llvm-extract/llvm-extract.cpp
  projects/release-pkg/contrib/llvm/tools/llvm-link/llvm-link.cpp
  projects/release-pkg/contrib/llvm/tools/llvm-lto/llvm-lto.cpp
  projects/release-pkg/contrib/llvm/tools/llvm-mc/llvm-mc.cpp
  projects/release-pkg/contrib/llvm/tools/llvm-nm/llvm-nm.cpp
  projects/release-pkg/contrib/llvm/tools/llvm-objdump/COFFDump.cpp
  projects/release-pkg/contrib/llvm/tools/llvm-objdump/ELFDump.cpp
  projects/release-pkg/contrib/llvm/tools/llvm-objdump/MachODump.cpp
  projects/release-pkg/contrib/llvm/tools/llvm-objdump/llvm-objdump.cpp
  projects/release-pkg/contrib/llvm/tools/llvm-objdump/llvm-objdump.h
  projects/release-pkg/contrib/llvm/tools/llvm-pdbdump/BuiltinDumper.cpp
  projects/release-pkg/contrib/llvm/tools/llvm-pdbdump/BuiltinDumper.h
  projects/release-pkg/contrib/llvm/tools/llvm-pdbdump/LinePrinter.cpp
  projects/release-pkg/contrib/llvm/tools/llvm-pdbdump/LinePrinter.h
  projects/release-pkg/contrib/llvm/tools/llvm-pdbdump/llvm-pdbdump.cpp
  projects/release-pkg/contrib/llvm/tools/llvm-pdbdump/llvm-pdbdump.h
  projects/release-pkg/contrib/llvm/tools/llvm-profdata/llvm-profdata.cpp
  projects/release-pkg/contrib/llvm/tools/llvm-readobj/ARMAttributeParser.cpp
  projects/release-pkg/contrib/llvm/tools/llvm-readobj/ARMEHABIPrinter.h
  projects/release-pkg/contrib/llvm/tools/llvm-readobj/ARMWinEHPrinter.cpp
  projects/release-pkg/contrib/llvm/tools/llvm-readobj/COFFDumper.cpp
  projects/release-pkg/contrib/llvm/tools/llvm-readobj/ELFDumper.cpp
  projects/release-pkg/contrib/llvm/tools/llvm-readobj/MachODumper.cpp
  projects/release-pkg/contrib/llvm/tools/llvm-readobj/ObjDumper.h
  projects/release-pkg/contrib/llvm/tools/llvm-readobj/StreamWriter.h
  projects/release-pkg/contrib/llvm/tools/llvm-readobj/Win64EHDumper.cpp
  projects/release-pkg/contrib/llvm/tools/llvm-readobj/llvm-readobj.cpp
  projects/release-pkg/contrib/llvm/tools/llvm-readobj/llvm-readobj.h
  projects/release-pkg/contrib/llvm/tools/llvm-rtdyld/llvm-rtdyld.cpp
  projects/release-pkg/contrib/llvm/tools/llvm-stress/llvm-stress.cpp
  projects/release-pkg/contrib/llvm/tools/llvm-symbolizer/llvm-symbolizer.cpp
  projects/release-pkg/contrib/llvm/tools/opt/opt.cpp
  projects/release-pkg/contrib/llvm/utils/TableGen/AsmMatcherEmitter.cpp
  projects/release-pkg/contrib/llvm/utils/TableGen/AsmWriterEmitter.cpp
  projects/release-pkg/contrib/llvm/utils/TableGen/AsmWriterInst.cpp
  projects/release-pkg/contrib/llvm/utils/TableGen/CallingConvEmitter.cpp
  projects/release-pkg/contrib/llvm/utils/TableGen/CodeGenDAGPatterns.cpp
  projects/release-pkg/contrib/llvm/utils/TableGen/CodeGenDAGPatterns.h
  projects/release-pkg/contrib/llvm/utils/TableGen/CodeGenInstruction.cpp
  projects/release-pkg/contrib/llvm/utils/TableGen/CodeGenIntrinsics.h
  projects/release-pkg/contrib/llvm/utils/TableGen/CodeGenMapTable.cpp
  projects/release-pkg/contrib/llvm/utils/TableGen/CodeGenRegisters.cpp
  projects/release-pkg/contrib/llvm/utils/TableGen/CodeGenSchedule.cpp
  projects/release-pkg/contrib/llvm/utils/TableGen/CodeGenSchedule.h
  projects/release-pkg/contrib/llvm/utils/TableGen/CodeGenTarget.cpp
  projects/release-pkg/contrib/llvm/utils/TableGen/CodeGenTarget.h
  projects/release-pkg/contrib/llvm/utils/TableGen/DAGISelMatcherEmitter.cpp
  projects/release-pkg/contrib/llvm/utils/TableGen/DFAPacketizerEmitter.cpp
  projects/release-pkg/contrib/llvm/utils/TableGen/DisassemblerEmitter.cpp
  projects/release-pkg/contrib/llvm/utils/TableGen/FixedLenDecoderEmitter.cpp
  projects/release-pkg/contrib/llvm/utils/TableGen/InstrInfoEmitter.cpp
  projects/release-pkg/contrib/llvm/utils/TableGen/IntrinsicEmitter.cpp
  projects/release-pkg/contrib/llvm/utils/TableGen/OptParserEmitter.cpp
  projects/release-pkg/contrib/llvm/utils/TableGen/RegisterInfoEmitter.cpp
  projects/release-pkg/contrib/llvm/utils/TableGen/SubtargetEmitter.cpp
  projects/release-pkg/contrib/llvm/utils/TableGen/TableGen.cpp
  projects/release-pkg/contrib/llvm/utils/TableGen/TableGenBackends.h
  projects/release-pkg/contrib/llvm/utils/TableGen/X86RecognizableInstr.cpp
  projects/release-pkg/contrib/ofed/libsdp/ChangeLog
  projects/release-pkg/contrib/ofed/libsdp/Makefile.am
  projects/release-pkg/contrib/ofed/libsdp/libsdp.conf
  projects/release-pkg/contrib/ofed/libsdp/libsdp.spec.in
  projects/release-pkg/contrib/ofed/libsdp/src/config_parser.c
  projects/release-pkg/contrib/ofed/libsdp/src/config_parser.h
  projects/release-pkg/contrib/ofed/libsdp/src/config_scanner.c
  projects/release-pkg/contrib/ofed/libsdp/src/libsdp.h
  projects/release-pkg/contrib/ofed/libsdp/src/match.c
  projects/release-pkg/contrib/ofed/libsdp/src/port.c
  projects/release-pkg/contrib/ofed/usr.bin/ibaddr/Makefile
  projects/release-pkg/contrib/ofed/usr.bin/ibnetdiscover/Makefile
  projects/release-pkg/contrib/ofed/usr.bin/ibroute/Makefile
  projects/release-pkg/contrib/ofed/usr.bin/ibsendtrap/Makefile
  projects/release-pkg/contrib/ofed/usr.bin/ibtracert/Makefile
  projects/release-pkg/contrib/ofed/usr.bin/opensm/Makefile
  projects/release-pkg/contrib/ofed/usr.bin/saquery/Makefile
  projects/release-pkg/contrib/ofed/usr.bin/sminfo/Makefile
  projects/release-pkg/contrib/ofed/usr.bin/smpquery/Makefile
  projects/release-pkg/contrib/ofed/usr.bin/vendstat/Makefile
  projects/release-pkg/contrib/ofed/usr.lib/Makefile
  projects/release-pkg/contrib/ofed/usr.lib/libcxgb4/Makefile
  projects/release-pkg/contrib/ofed/usr.lib/libibcm/Makefile
  projects/release-pkg/contrib/ofed/usr.lib/libibmad/Makefile
  projects/release-pkg/contrib/ofed/usr.lib/libibumad/Makefile
  projects/release-pkg/contrib/ofed/usr.lib/libmlx4/Makefile
  projects/release-pkg/contrib/ofed/usr.lib/libmthca/Makefile
  projects/release-pkg/contrib/ofed/usr.lib/libopensm/Makefile
  projects/release-pkg/contrib/ofed/usr.lib/libosmcomp/Makefile
  projects/release-pkg/contrib/ofed/usr.lib/libosmvendor/Makefile
  projects/release-pkg/contrib/ofed/usr.lib/librdmacm/Makefile
  projects/release-pkg/contrib/ofed/usr.lib/libsdp/Makefile
  projects/release-pkg/contrib/openresolv/resolvconf.in
  projects/release-pkg/contrib/unbound/Makefile.in
  projects/release-pkg/contrib/unbound/aclocal.m4
  projects/release-pkg/contrib/unbound/acx_nlnetlabs.m4
  projects/release-pkg/contrib/unbound/ax_pthread.m4
  projects/release-pkg/contrib/unbound/config.h
  projects/release-pkg/contrib/unbound/config.h.in
  projects/release-pkg/contrib/unbound/configure
  projects/release-pkg/contrib/unbound/configure.ac
  projects/release-pkg/contrib/unbound/daemon/remote.c
  projects/release-pkg/contrib/unbound/daemon/unbound.c
  projects/release-pkg/contrib/unbound/daemon/worker.c
  projects/release-pkg/contrib/unbound/dnstap/dnstap.c
  projects/release-pkg/contrib/unbound/doc/Changelog
  projects/release-pkg/contrib/unbound/doc/README
  projects/release-pkg/contrib/unbound/doc/example.conf
  projects/release-pkg/contrib/unbound/doc/example.conf.in
  projects/release-pkg/contrib/unbound/doc/libunbound.3
  projects/release-pkg/contrib/unbound/doc/libunbound.3.in
  projects/release-pkg/contrib/unbound/doc/unbound-anchor.8
  projects/release-pkg/contrib/unbound/doc/unbound-anchor.8.in
  projects/release-pkg/contrib/unbound/doc/unbound-checkconf.8
  projects/release-pkg/contrib/unbound/doc/unbound-checkconf.8.in
  projects/release-pkg/contrib/unbound/doc/unbound-control.8
  projects/release-pkg/contrib/unbound/doc/unbound-control.8.in
  projects/release-pkg/contrib/unbound/doc/unbound-host.1
  projects/release-pkg/contrib/unbound/doc/unbound-host.1.in
  projects/release-pkg/contrib/unbound/doc/unbound.8
  projects/release-pkg/contrib/unbound/doc/unbound.8.in
  projects/release-pkg/contrib/unbound/doc/unbound.conf.5
  projects/release-pkg/contrib/unbound/doc/unbound.conf.5.in
  projects/release-pkg/contrib/unbound/install-sh
  projects/release-pkg/contrib/unbound/libunbound/libunbound.c
  projects/release-pkg/contrib/unbound/libunbound/libworker.c
  projects/release-pkg/contrib/unbound/libunbound/ubsyms.def
  projects/release-pkg/contrib/unbound/libunbound/unbound.h
  projects/release-pkg/contrib/unbound/ltmain.sh
  projects/release-pkg/contrib/unbound/services/listen_dnsport.c
  projects/release-pkg/contrib/unbound/services/listen_dnsport.h
  projects/release-pkg/contrib/unbound/services/localzone.c
  projects/release-pkg/contrib/unbound/services/outside_network.c
  projects/release-pkg/contrib/unbound/services/outside_network.h
  projects/release-pkg/contrib/unbound/sldns/rrdef.c
  projects/release-pkg/contrib/unbound/sldns/rrdef.h
  projects/release-pkg/contrib/unbound/sldns/str2wire.c
  projects/release-pkg/contrib/unbound/smallapp/unbound-control-setup.sh
  projects/release-pkg/contrib/unbound/smallapp/unbound-control-setup.sh.in
  projects/release-pkg/contrib/unbound/util/config_file.c
  projects/release-pkg/contrib/unbound/util/config_file.h
  projects/release-pkg/contrib/unbound/util/configlexer.lex
  projects/release-pkg/contrib/unbound/util/configparser.y
  projects/release-pkg/contrib/unbound/util/data/packed_rrset.c
  projects/release-pkg/contrib/unbound/util/iana_ports.inc
  projects/release-pkg/contrib/unbound/util/mini_event.c
  projects/release-pkg/contrib/unbound/util/netevent.c
  projects/release-pkg/contrib/unbound/util/random.c
  projects/release-pkg/contrib/unbound/util/tube.c
  projects/release-pkg/contrib/unbound/util/winsock_event.c
  projects/release-pkg/contrib/unbound/validator/val_neg.c
  projects/release-pkg/contrib/unbound/validator/val_secalgo.c
  projects/release-pkg/contrib/unbound/validator/val_utils.c
  projects/release-pkg/etc/mtree/BSD.debug.dist
  projects/release-pkg/etc/mtree/BSD.usr.dist
  projects/release-pkg/include/rpc/svc.h
  projects/release-pkg/include/rpc/xdr.h
  projects/release-pkg/lib/clang/Makefile
  projects/release-pkg/lib/clang/clang.build.mk
  projects/release-pkg/lib/clang/clang.lib.mk
  projects/release-pkg/lib/clang/include/Makefile
  projects/release-pkg/lib/clang/include/clang/Basic/Version.inc
  projects/release-pkg/lib/clang/include/clang/Config/config.h
  projects/release-pkg/lib/clang/include/llvm/Config/config.h
  projects/release-pkg/lib/clang/include/llvm/Config/llvm-config.h
  projects/release-pkg/lib/clang/include/llvm/Support/DataTypes.h
  projects/release-pkg/lib/clang/libclangast/Makefile
  projects/release-pkg/lib/clang/libclangcodegen/Makefile
  projects/release-pkg/lib/clang/libclangfrontend/Makefile
  projects/release-pkg/lib/clang/libclangrewritefrontend/Makefile
  projects/release-pkg/lib/clang/libclangsema/Makefile
  projects/release-pkg/lib/clang/libclangserialization/Makefile
  projects/release-pkg/lib/clang/libclangstaticanalyzercheckers/Makefile
  projects/release-pkg/lib/clang/libclangstaticanalyzercore/Makefile
  projects/release-pkg/lib/clang/libclangstaticanalyzerfrontend/Makefile
  projects/release-pkg/lib/clang/liblldbCore/Makefile
  projects/release-pkg/lib/clang/liblldbDataFormatters/Makefile
  projects/release-pkg/lib/clang/liblldbExpression/Makefile
  projects/release-pkg/lib/clang/liblldbHostCommon/Makefile
  projects/release-pkg/lib/clang/liblldbHostPOSIX/Makefile
  projects/release-pkg/lib/clang/liblldbInitialization/Makefile
  projects/release-pkg/lib/clang/liblldbInterpreter/Makefile
  projects/release-pkg/lib/clang/liblldbPluginProcessFreeBSD/Makefile
  projects/release-pkg/lib/clang/liblldbPluginProcessUtility/Makefile
  projects/release-pkg/lib/clang/liblldbPluginSymbolFileDWARF/Makefile
  projects/release-pkg/lib/clang/liblldbSymbol/Makefile
  projects/release-pkg/lib/clang/liblldbTarget/Makefile
  projects/release-pkg/lib/clang/liblldbUtility/Makefile
  projects/release-pkg/lib/clang/libllvmaarch64codegen/Makefile
  projects/release-pkg/lib/clang/libllvmaarch64desc/Makefile
  projects/release-pkg/lib/clang/libllvmaarch64disassembler/Makefile
  projects/release-pkg/lib/clang/libllvmanalysis/Makefile
  projects/release-pkg/lib/clang/libllvmarmcodegen/Makefile
  projects/release-pkg/lib/clang/libllvmarmdesc/Makefile
  projects/release-pkg/lib/clang/libllvmarminfo/Makefile
  projects/release-pkg/lib/clang/libllvmasmparser/Makefile
  projects/release-pkg/lib/clang/libllvmasmprinter/Makefile
  projects/release-pkg/lib/clang/libllvmbitreader/Makefile
  projects/release-pkg/lib/clang/libllvmbitwriter/Makefile
  projects/release-pkg/lib/clang/libllvmcodegen/Makefile
  projects/release-pkg/lib/clang/libllvmcore/Makefile
  projects/release-pkg/lib/clang/libllvmdebuginfodwarf/Makefile
  projects/release-pkg/lib/clang/libllvmexecutionengine/Makefile
  projects/release-pkg/lib/clang/libllvminstcombine/Makefile
  projects/release-pkg/lib/clang/libllvminstrumentation/Makefile
  projects/release-pkg/lib/clang/libllvminterpreter/Makefile
  projects/release-pkg/lib/clang/libllvmipo/Makefile
  projects/release-pkg/lib/clang/libllvmirreader/Makefile
  projects/release-pkg/lib/clang/libllvmlinker/Makefile
  projects/release-pkg/lib/clang/libllvmlto/Makefile
  projects/release-pkg/lib/clang/libllvmmc/Makefile
  projects/release-pkg/lib/clang/libllvmmcjit/Makefile
  projects/release-pkg/lib/clang/libllvmmipsasmparser/Makefile
  projects/release-pkg/lib/clang/libllvmmipscodegen/Makefile
  projects/release-pkg/lib/clang/libllvmmipsdesc/Makefile
  projects/release-pkg/lib/clang/libllvmmipsdisassembler/Makefile
  projects/release-pkg/lib/clang/libllvmmipsinfo/Makefile
  projects/release-pkg/lib/clang/libllvmmirparser/Makefile
  projects/release-pkg/lib/clang/libllvmobjcarcopts/Makefile
  projects/release-pkg/lib/clang/libllvmobject/Makefile
  projects/release-pkg/lib/clang/libllvmorcjit/Makefile
  projects/release-pkg/lib/clang/libllvmpasses/Makefile
  projects/release-pkg/lib/clang/libllvmpowerpccodegen/Makefile
  projects/release-pkg/lib/clang/libllvmpowerpcinfo/Makefile
  projects/release-pkg/lib/clang/libllvmprofiledata/Makefile
  projects/release-pkg/lib/clang/libllvmscalaropts/Makefile
  projects/release-pkg/lib/clang/libllvmselectiondag/Makefile
  projects/release-pkg/lib/clang/libllvmsparccodegen/Makefile
  projects/release-pkg/lib/clang/libllvmsparcdisassembler/Makefile
  projects/release-pkg/lib/clang/libllvmsparcinfo/Makefile
  projects/release-pkg/lib/clang/libllvmsupport/Makefile
  projects/release-pkg/lib/clang/libllvmtarget/Makefile
  projects/release-pkg/lib/clang/libllvmtransformutils/Makefile
  projects/release-pkg/lib/clang/libllvmvectorize/Makefile
  projects/release-pkg/lib/clang/libllvmx86codegen/Makefile
  projects/release-pkg/lib/clang/libllvmx86disassembler/Makefile
  projects/release-pkg/lib/libc/rpc/clnt_vc.c
  projects/release-pkg/lib/libc/rpc/rtime.c
  projects/release-pkg/lib/libclang_rt/Makefile
  projects/release-pkg/lib/libclang_rt/Makefile.inc
  projects/release-pkg/lib/libclang_rt/asan/Makefile
  projects/release-pkg/lib/libclang_rt/profile/Makefile
  projects/release-pkg/lib/libclang_rt/safestack/Makefile
  projects/release-pkg/lib/libclang_rt/ubsan_standalone/Makefile
  projects/release-pkg/lib/libcompiler_rt/Makefile
  projects/release-pkg/lib/libstand/Makefile
  projects/release-pkg/lib/msun/tests/Makefile
  projects/release-pkg/share/dtrace/Makefile
  projects/release-pkg/share/dtrace/tcpdebug
  projects/release-pkg/share/misc/committers-ports.dot
  projects/release-pkg/share/mk/bsd.lib.mk
  projects/release-pkg/share/mk/bsd.libnames.mk
  projects/release-pkg/share/mk/bsd.prog.mk
  projects/release-pkg/share/mk/local.dirdeps.mk
  projects/release-pkg/share/mk/local.meta.sys.mk
  projects/release-pkg/share/mk/src.libnames.mk
  projects/release-pkg/sys/arm/allwinner/a10_clk.c
  projects/release-pkg/sys/arm/allwinner/a10_clk.h
  projects/release-pkg/sys/arm/allwinner/a10_ehci.c
  projects/release-pkg/sys/arm/allwinner/aw_rtc.c
  projects/release-pkg/sys/boot/Makefile.inc
  projects/release-pkg/sys/boot/common/Makefile.inc
  projects/release-pkg/sys/cam/ctl/ctl_frontend_iscsi.c
  projects/release-pkg/sys/compat/linuxkpi/common/include/linux/etherdevice.h
  projects/release-pkg/sys/compat/linuxkpi/common/include/linux/kernel.h
  projects/release-pkg/sys/compat/linuxkpi/common/include/linux/slab.h
  projects/release-pkg/sys/compat/linuxkpi/common/include/linux/string.h
  projects/release-pkg/sys/conf/kmod.mk
  projects/release-pkg/sys/dev/acpica/acpi.c
  projects/release-pkg/sys/dev/bhnd/bhnd.h
  projects/release-pkg/sys/dev/cxgbe/adapter.h
  projects/release-pkg/sys/dev/cxgbe/common/common.h
  projects/release-pkg/sys/dev/cxgbe/common/t4_hw.c
  projects/release-pkg/sys/dev/cxgbe/common/t4_hw.h
  projects/release-pkg/sys/dev/cxgbe/t4_main.c
  projects/release-pkg/sys/dev/cxgbe/t4_netmap.c
  projects/release-pkg/sys/dev/cxgbe/t4_sge.c
  projects/release-pkg/sys/dev/dwc/if_dwc.c
  projects/release-pkg/sys/dev/e1000/e1000_phy.c
  projects/release-pkg/sys/dev/hyperv/include/hyperv.h
  projects/release-pkg/sys/dev/hyperv/netvsc/hv_net_vsc.c
  projects/release-pkg/sys/dev/hyperv/netvsc/hv_net_vsc.h
  projects/release-pkg/sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c
  projects/release-pkg/sys/dev/hyperv/netvsc/hv_rndis.h
  projects/release-pkg/sys/dev/hyperv/netvsc/hv_rndis_filter.c
  projects/release-pkg/sys/dev/hyperv/netvsc/hv_rndis_filter.h
  projects/release-pkg/sys/dev/hyperv/vmbus/hv_channel_mgmt.c
  projects/release-pkg/sys/dev/ixl/if_ixl.c
  projects/release-pkg/sys/dev/pccard/pccard.c
  projects/release-pkg/sys/dev/pci/pci.c
  projects/release-pkg/sys/dev/pci/pci_iov.c
  projects/release-pkg/sys/dev/pci/pci_pci.c
  projects/release-pkg/sys/dev/pci/vga_pci.c
  projects/release-pkg/sys/dev/sbni/if_sbni_pci.c
  projects/release-pkg/sys/dev/usb/quirk/usb_quirk.c
  projects/release-pkg/sys/dev/usb/wlan/if_run.c
  projects/release-pkg/sys/dev/usb/wlan/if_runvar.h
  projects/release-pkg/sys/dev/usb/wlan/if_ural.c
  projects/release-pkg/sys/dev/usb/wlan/if_uralvar.h
  projects/release-pkg/sys/dev/usb/wlan/if_zyd.c
  projects/release-pkg/sys/dev/usb/wlan/if_zydreg.h
  projects/release-pkg/sys/fs/nullfs/null_vfsops.c
  projects/release-pkg/sys/isa/isa_common.c
  projects/release-pkg/sys/kern/bus_if.m
  projects/release-pkg/sys/kern/link_elf_obj.c
  projects/release-pkg/sys/kern/subr_bus.c
  projects/release-pkg/sys/kern/subr_rman.c
  projects/release-pkg/sys/mips/nlm/xlp_simplebus.c
  projects/release-pkg/sys/mips/rmi/xlr_pci.c
  projects/release-pkg/sys/net80211/ieee80211_sta.c
  projects/release-pkg/sys/net80211/ieee80211_var.h
  projects/release-pkg/sys/netinet/tcp_output.c
  projects/release-pkg/sys/netinet/tcp_stacks/fastpath.c
  projects/release-pkg/sys/netinet/tcp_subr.c
  projects/release-pkg/sys/netinet/tcp_usrreq.c
  projects/release-pkg/sys/netpfil/ipfw/ip_fw_dynamic.c
  projects/release-pkg/sys/ofed/drivers/infiniband/hw/mlx4/cm.c
  projects/release-pkg/sys/ofed/drivers/infiniband/hw/mlx4/cq.c
  projects/release-pkg/sys/ofed/drivers/infiniband/hw/mlx4/mad.c
  projects/release-pkg/sys/ofed/drivers/infiniband/hw/mlx4/main.c
  projects/release-pkg/sys/ofed/drivers/infiniband/hw/mlx4/mcg.c
  projects/release-pkg/sys/ofed/drivers/infiniband/hw/mlx4/mlx4_ib.h
  projects/release-pkg/sys/ofed/drivers/infiniband/hw/mlx4/mr.c
  projects/release-pkg/sys/ofed/drivers/infiniband/hw/mlx4/qp.c
  projects/release-pkg/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_ib.c
  projects/release-pkg/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_verbs.c
  projects/release-pkg/sys/pc98/cbus/pmc.c
  projects/release-pkg/sys/powerpc/mpc85xx/lbc.c
  projects/release-pkg/sys/sys/bus.h
  projects/release-pkg/sys/sys/param.h
  projects/release-pkg/sys/x86/xen/xenpv.c
  projects/release-pkg/targets/pseudo/userland/Makefile.depend
  projects/release-pkg/targets/pseudo/userland/lib/Makefile.depend
  projects/release-pkg/tools/build/mk/OptionalObsoleteFiles.inc
  projects/release-pkg/usr.bin/clang/Makefile
  projects/release-pkg/usr.bin/clang/bugpoint/Makefile
  projects/release-pkg/usr.bin/clang/bugpoint/bugpoint.1
  projects/release-pkg/usr.bin/clang/clang/Makefile
  projects/release-pkg/usr.bin/clang/clang/clang.1
  projects/release-pkg/usr.bin/clang/llc/Makefile
  projects/release-pkg/usr.bin/clang/llc/llc.1
  projects/release-pkg/usr.bin/clang/lldb/Makefile
  projects/release-pkg/usr.bin/clang/lli/Makefile
  projects/release-pkg/usr.bin/clang/lli/lli.1
  projects/release-pkg/usr.bin/clang/llvm-ar/Makefile
  projects/release-pkg/usr.bin/clang/llvm-ar/llvm-ar.1
  projects/release-pkg/usr.bin/clang/llvm-as/Makefile
  projects/release-pkg/usr.bin/clang/llvm-as/llvm-as.1
  projects/release-pkg/usr.bin/clang/llvm-bcanalyzer/Makefile
  projects/release-pkg/usr.bin/clang/llvm-bcanalyzer/llvm-bcanalyzer.1
  projects/release-pkg/usr.bin/clang/llvm-cov/Makefile
  projects/release-pkg/usr.bin/clang/llvm-cov/llvm-cov.1
  projects/release-pkg/usr.bin/clang/llvm-cxxdump/Makefile
  projects/release-pkg/usr.bin/clang/llvm-diff/Makefile
  projects/release-pkg/usr.bin/clang/llvm-diff/llvm-diff.1
  projects/release-pkg/usr.bin/clang/llvm-dis/Makefile
  projects/release-pkg/usr.bin/clang/llvm-dis/llvm-dis.1
  projects/release-pkg/usr.bin/clang/llvm-dwarfdump/Makefile
  projects/release-pkg/usr.bin/clang/llvm-dwarfdump/llvm-dwarfdump.1
  projects/release-pkg/usr.bin/clang/llvm-extract/Makefile
  projects/release-pkg/usr.bin/clang/llvm-extract/llvm-extract.1
  projects/release-pkg/usr.bin/clang/llvm-link/Makefile
  projects/release-pkg/usr.bin/clang/llvm-link/llvm-link.1
  projects/release-pkg/usr.bin/clang/llvm-lto/Makefile
  projects/release-pkg/usr.bin/clang/llvm-mc/Makefile
  projects/release-pkg/usr.bin/clang/llvm-nm/Makefile
  projects/release-pkg/usr.bin/clang/llvm-nm/llvm-nm.1
  projects/release-pkg/usr.bin/clang/llvm-objdump/Makefile
  projects/release-pkg/usr.bin/clang/llvm-pdbdump/Makefile
  projects/release-pkg/usr.bin/clang/llvm-profdata/Makefile
  projects/release-pkg/usr.bin/clang/llvm-profdata/llvm-profdata.1
  projects/release-pkg/usr.bin/clang/llvm-rtdyld/Makefile
  projects/release-pkg/usr.bin/clang/llvm-symbolizer/Makefile
  projects/release-pkg/usr.bin/clang/llvm-symbolizer/llvm-symbolizer.1
  projects/release-pkg/usr.bin/clang/opt/Makefile
  projects/release-pkg/usr.bin/clang/opt/opt.1
  projects/release-pkg/usr.bin/ident/ident.1
  projects/release-pkg/usr.sbin/daemon/daemon.c
  projects/release-pkg/usr.sbin/ypldap/yp.c
Directory Properties:
  projects/release-pkg/   (props changed)
  projects/release-pkg/cddl/   (props changed)
  projects/release-pkg/cddl/contrib/opensolaris/   (props changed)
  projects/release-pkg/cddl/contrib/opensolaris/cmd/zfs/   (props changed)
  projects/release-pkg/cddl/contrib/opensolaris/lib/libzfs/   (props changed)
  projects/release-pkg/contrib/amd/   (props changed)
  projects/release-pkg/contrib/binutils/   (props changed)
  projects/release-pkg/contrib/byacc/   (props changed)
  projects/release-pkg/contrib/compiler-rt/   (props changed)
  projects/release-pkg/contrib/elftoolchain/   (props changed)
  projects/release-pkg/contrib/elftoolchain/ar/   (props changed)
  projects/release-pkg/contrib/elftoolchain/brandelf/   (props changed)
  projects/release-pkg/contrib/elftoolchain/elfdump/   (props changed)
  projects/release-pkg/contrib/gcc/   (props changed)
  projects/release-pkg/contrib/less/   (props changed)
  projects/release-pkg/contrib/libarchive/   (props changed)
  projects/release-pkg/contrib/libarchive/libarchive/   (props changed)
  projects/release-pkg/contrib/libucl/   (props changed)
  projects/release-pkg/contrib/llvm/   (props changed)
  projects/release-pkg/contrib/llvm/projects/libunwind/   (props changed)
  projects/release-pkg/contrib/llvm/tools/clang/   (props changed)
  projects/release-pkg/contrib/llvm/tools/lldb/   (props changed)
  projects/release-pkg/contrib/llvm/tools/llvm-dwarfdump/   (props changed)
  projects/release-pkg/contrib/llvm/tools/llvm-lto/   (props changed)
  projects/release-pkg/contrib/mdocml/   (props changed)
  projects/release-pkg/contrib/ntp/   (props changed)
  projects/release-pkg/contrib/openresolv/   (props changed)
  projects/release-pkg/contrib/pf/   (props changed)
  projects/release-pkg/contrib/tcpdump/   (props changed)
  projects/release-pkg/contrib/unbound/   (props changed)
  projects/release-pkg/crypto/openssh/   (props changed)
  projects/release-pkg/crypto/openssl/   (props changed)
  projects/release-pkg/gnu/lib/   (props changed)
  projects/release-pkg/gnu/usr.bin/binutils/   (props changed)
  projects/release-pkg/gnu/usr.bin/cc/cc_tools/   (props changed)
  projects/release-pkg/gnu/usr.bin/gdb/   (props changed)
  projects/release-pkg/include/   (props changed)
  projects/release-pkg/lib/libc/   (props changed)
  projects/release-pkg/lib/libedit/   (props changed)
  projects/release-pkg/lib/libedit/edit/readline/   (props changed)
  projects/release-pkg/lib/libvmmapi/   (props changed)
  projects/release-pkg/sbin/   (props changed)
  projects/release-pkg/sbin/ipfw/   (props changed)
  projects/release-pkg/share/   (props changed)
  projects/release-pkg/share/man/man4/   (props changed)
  projects/release-pkg/sys/   (props changed)
  projects/release-pkg/sys/amd64/vmm/   (props changed)
  projects/release-pkg/sys/boot/   (props changed)
  projects/release-pkg/sys/boot/powerpc/boot1.chrp/   (props changed)
  projects/release-pkg/sys/cddl/contrib/opensolaris/   (props changed)
  projects/release-pkg/sys/conf/   (props changed)
  projects/release-pkg/sys/contrib/ipfilter/   (props changed)
  projects/release-pkg/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c   (props changed)
  projects/release-pkg/sys/contrib/x86emu/   (props changed)
  projects/release-pkg/sys/dev/hyperv/   (props changed)
  projects/release-pkg/sys/gnu/dts/   (props changed)
  projects/release-pkg/sys/gnu/dts/arm/   (props changed)
  projects/release-pkg/sys/gnu/dts/include/   (props changed)
  projects/release-pkg/sys/modules/hyperv/   (props changed)
  projects/release-pkg/targets/   (props changed)
  projects/release-pkg/usr.bin/calendar/   (props changed)
  projects/release-pkg/usr.bin/procstat/   (props changed)
  projects/release-pkg/usr.sbin/bhyve/   (props changed)
  projects/release-pkg/usr.sbin/bhyvectl/   (props changed)
  projects/release-pkg/usr.sbin/bhyveload/   (props changed)
  projects/release-pkg/usr.sbin/jail/   (props changed)
  projects/release-pkg/usr.sbin/ndiscvt/   (props changed)
  projects/release-pkg/usr.sbin/rtsold/   (props changed)

Modified: projects/release-pkg/Makefile.inc1
==============================================================================
--- projects/release-pkg/Makefile.inc1	Sun Mar  6 02:33:02 2016	(r296421)
+++ projects/release-pkg/Makefile.inc1	Sun Mar  6 04:13:17 2016	(r296422)
@@ -982,6 +982,7 @@ distributeworld installworld stageworld:
 	cp $$libs $$progs ${INSTALLTMP}
 	cp -R $${PATH_LOCALE:-"/usr/share/locale"} ${INSTALLTMP}/locale
 .if defined(NO_ROOT)
+	-mkdir -p ${METALOG:H}
 	echo "#${MTREE_MAGIC}" > ${METALOG}
 .endif
 .if make(distributeworld)
@@ -1644,6 +1645,11 @@ ${_bt}-usr.sbin/nmtree: ${_bt}-lib/libne
 _cat=		bin/cat
 .endif
 
+# r264059 support for status=
+.if ${BOOTSTRAPPING} < 1100017
+_dd=		bin/dd
+.endif
+
 # r277259 crunchide: Correct 64-bit section header offset
 # r281674 crunchide: always include both 32- and 64-bit ELF support
 # r285986 crunchen: use STRIPBIN rather than STRIP
@@ -1670,11 +1676,11 @@ _gensnmptree=	usr.sbin/bsnmpd/gensnmptre
 _clang_tblgen= \
 	lib/clang/libllvmsupport \
 	lib/clang/libllvmtablegen \
-	usr.bin/clang/tblgen \
+	usr.bin/clang/llvm-tblgen \
 	usr.bin/clang/clang-tblgen
 
 ${_bt}-usr.bin/clang/clang-tblgen: ${_bt}-lib/clang/libllvmtablegen ${_bt}-lib/clang/libllvmsupport
-${_bt}-usr.bin/clang/tblgen: ${_bt}-lib/clang/libllvmtablegen ${_bt}-lib/clang/libllvmsupport
+${_bt}-usr.bin/clang/llvm-tblgen: ${_bt}-lib/clang/libllvmtablegen ${_bt}-lib/clang/libllvmsupport
 .endif
 
 # Default to building the GPL DTC, but build the BSDL one if users explicitly
@@ -1696,13 +1702,12 @@ _kerberos5_bootstrap_tools= \
 .ORDER: ${_kerberos5_bootstrap_tools:C/^/${_bt}-/g}
 .endif
 
-.if ${MK_MANDOCDB} != "no"
+# r283777 makewhatis(1) replaced with mandoc version which builds a database.
+.if ${MK_MANDOCDB} != "no" && ${BOOTSTRAPPING} < 1100075
 _libopenbsd?=	lib/libopenbsd
 _makewhatis=	lib/libsqlite3 \
 		usr.bin/mandoc
 ${_bt}-usr.bin/mandoc: ${_bt}-lib/libopenbsd ${_bt}-lib/libsqlite3
-.else
-_makewhatis=usr.bin/makewhatis
 .endif
 
 bootstrap-tools: .PHONY
@@ -1719,6 +1724,7 @@ bootstrap-tools: .PHONY
     ${_dtc} \
     ${_awk} \
     ${_cat} \
+    ${_dd} \
     usr.bin/lorder \
     ${_libopenbsd} \
     ${_makewhatis} \
@@ -1881,7 +1887,7 @@ NXBENV=		MAKEOBJDIRPREFIX=${OBJTREE}/nxb
 		INSTALL="sh ${.CURDIR}/tools/install.sh" \
 		PATH=${PATH}:${OBJTREE}/gperf_for_gcc/usr/bin
 NXBMAKE=	${NXBENV} ${MAKE} \
-		TBLGEN=${NXBDESTDIR}/usr/bin/tblgen \
+		LLVM_TBLGEN=${NXBDESTDIR}/usr/bin/llvm-tblgen \
 		CLANG_TBLGEN=${NXBDESTDIR}/usr/bin/clang-tblgen \
 		MACHINE=${TARGET} MACHINE_ARCH=${TARGET_ARCH} \
 		MK_GDB=no MK_TESTS=no \
@@ -2079,7 +2085,16 @@ _lib_libradius=	lib/libradius
 .endif
 
 .if ${MK_OFED} != "no"
-_ofed_lib=	contrib/ofed/usr.lib/
+_ofed_lib=		contrib/ofed/usr.lib
+_prebuild_libs+=	contrib/ofed/usr.lib/libosmcomp
+_prebuild_libs+=	contrib/ofed/usr.lib/libopensm
+_prebuild_libs+=	contrib/ofed/usr.lib/libibcommon
+_prebuild_libs+=	contrib/ofed/usr.lib/libibverbs
+_prebuild_libs+=	contrib/ofed/usr.lib/libibumad
+
+contrib/ofed/usr.lib/libopensm__L: lib/libthr__L
+contrib/ofed/usr.lib/libosmcomp__L: lib/libthr__L
+contrib/ofed/usr.lib/libibumad__L: contrib/ofed/usr.lib/libibcommon__L
 .endif
 
 .if ${MK_CASPER} != "no"
@@ -2092,7 +2107,7 @@ lib/liblzma__L: lib/libthr__L
 
 _generic_libs=	${_cddl_lib} gnu/lib ${_kerberos5_lib} lib ${_secure_lib} usr.bin/lex/lib ${_ofed_lib}
 .for _DIR in ${LOCAL_LIB_DIRS}
-.if exists(${.CURDIR}/${_DIR}/Makefile)
+.if exists(${.CURDIR}/${_DIR}/Makefile) && empty(_generic_libs:M${_DIR})
 _generic_libs+= ${_DIR}
 .endif
 .endfor

Modified: projects/release-pkg/ObsoleteFiles.inc
==============================================================================
--- projects/release-pkg/ObsoleteFiles.inc	Sun Mar  6 02:33:02 2016	(r296421)
+++ projects/release-pkg/ObsoleteFiles.inc	Sun Mar  6 04:13:17 2016	(r296422)
@@ -38,6 +38,89 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20160305: new clang import which bumps version from 3.7.1 to 3.8.0.
+OLD_FILES+=usr/bin/macho-dump
+OLD_FILES+=usr/lib/clang/3.7.1/include/sanitizer/allocator_interface.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/sanitizer/asan_interface.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/sanitizer/common_interface_defs.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/sanitizer/coverage_interface.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/sanitizer/dfsan_interface.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/sanitizer/linux_syscall_hooks.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/sanitizer/lsan_interface.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/sanitizer/msan_interface.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/sanitizer/tsan_interface_atomic.h
+OLD_DIRS+=usr/lib/clang/3.7.1/include/sanitizer
+OLD_FILES+=usr/lib/clang/3.7.1/include/__stddef_max_align_t.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/__wmmintrin_aes.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/__wmmintrin_pclmul.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/adxintrin.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/altivec.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/ammintrin.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/arm_acle.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/arm_neon.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/avx2intrin.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/avx512bwintrin.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/avx512cdintrin.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/avx512dqintrin.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/avx512erintrin.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/avx512fintrin.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/avx512vlbwintrin.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/avx512vldqintrin.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/avx512vlintrin.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/avxintrin.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/bmi2intrin.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/bmiintrin.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/cpuid.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/cuda_builtin_vars.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/emmintrin.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/f16cintrin.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/fma4intrin.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/fmaintrin.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/fxsrintrin.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/htmintrin.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/htmxlintrin.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/ia32intrin.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/immintrin.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/lzcntintrin.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/mm3dnow.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/mm_malloc.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/mmintrin.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/module.modulemap
+OLD_FILES+=usr/lib/clang/3.7.1/include/nmmintrin.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/pmmintrin.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/popcntintrin.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/prfchwintrin.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/rdseedintrin.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/rtmintrin.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/s390intrin.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/shaintrin.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/smmintrin.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/tbmintrin.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/tmmintrin.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/vadefs.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/vecintrin.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/wmmintrin.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/x86intrin.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/xmmintrin.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/xopintrin.h
+OLD_FILES+=usr/lib/clang/3.7.1/include/xtestintrin.h
+OLD_DIRS+=usr/lib/clang/3.7.1/include
+OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.asan-i386.a
+OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.asan-x86_64.a
+OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.asan_cxx-i386.a
+OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.asan_cxx-x86_64.a
+OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.profile-arm.a
+OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.profile-i386.a
+OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.profile-x86_64.a
+OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.safestack-i386.a
+OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.safestack-x86_64.a
+OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.ubsan_standalone-i386.a
+OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a
+OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a
+OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a
+OLD_DIRS+=usr/lib/clang/3.7.1/lib/freebsd
+OLD_DIRS+=usr/lib/clang/3.7.1/lib
+OLD_DIRS+=usr/lib/clang/3.7.1
 # 20160301: Remove taskqueue_enqueue_fast
 OLD_FILES+=usr/share/man/man9/taskqueue_enqueue_fast.9.gz
 # 20160225: Remove casperd and libcapsicum.
@@ -59,6 +142,15 @@ OLD_FILES+=libexec/casper/grp
 OLD_FILES+=libexec/casper/pwd
 OLD_FILES+=libexec/casper/random
 OLD_FILES+=libexec/casper/sysctl
+OLD_DIRS+=libexec/casper
+OLD_FILES+=usr/lib/libcapsicum.a
+OLD_FILES+=usr/lib/libcapsicum.so
+OLD_LIBS+=lib/libcapsicum.so.0
+OLD_FILES+=usr/lib/libcapsicum_p.a
+OLD_FILES+=usr/lib32/libcapsicum.a
+OLD_FILES+=usr/lib32/libcapsicum.so
+OLD_LIBS+=usr/lib32/libcapsicum.so.0
+OLD_FILES+=usr/lib32/libcapsicum_p.a
 # 20160223: functionality from mkulzma(1) merged into mkuzip(1)
 OLD_FILES+=usr/bin/mkulzma
 # 20160211: Remove obsolete unbound-control-setup

Modified: projects/release-pkg/UPDATING
==============================================================================
--- projects/release-pkg/UPDATING	Sun Mar  6 02:33:02 2016	(r296421)
+++ projects/release-pkg/UPDATING	Sun Mar  6 04:13:17 2016	(r296422)
@@ -31,6 +31,19 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11
 	disable the most expensive debugging functionality run
 	"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
 
+20160305:
+	Clang, llvm, lldb and compiler-rt have been upgraded to 3.8.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.
+
+20160301:
+	The AIO subsystem is now a standard part of the kernel.  The
+	VFS_AIO kernel option and aio.ko kernel module have been removed.
+	Due to stability concerns, asynchronous I/O requests are only
+	permitted on sockets and raw disks by default.  To enable
+	asynchronous I/O requests on all file types, set the
+	vfs.aio.enable_unsafe sysctl to a non-zero value.
+
 20160226:
 	The ELF object manipulation tool objcopy is now provided by the
 	ELF Tool Chain project rather than by GNU binutils. It should be a

Modified: projects/release-pkg/bin/csh/config_p.h
==============================================================================
--- projects/release-pkg/bin/csh/config_p.h	Sun Mar  6 02:33:02 2016	(r296421)
+++ projects/release-pkg/bin/csh/config_p.h	Sun Mar  6 04:13:17 2016	(r296422)
@@ -80,6 +80,7 @@
 /****************** local defines *********************/
 
 #if defined(__FreeBSD__)
+#define	SAVESIGVEC
 #define NLS_BUGS
 #define BSD_STYLE_COLORLS
 /* Use LC_MESSAGES locale category to open the message catalog */

Modified: projects/release-pkg/cddl/lib/libdtrace/tcp.d
==============================================================================
--- projects/release-pkg/cddl/lib/libdtrace/tcp.d	Sun Mar  6 02:33:02 2016	(r296421)
+++ projects/release-pkg/cddl/lib/libdtrace/tcp.d	Sun Mar  6 04:13:17 2016	(r296422)
@@ -102,6 +102,7 @@ typedef struct tcpsinfo {
 	string tcps_raddr;		/* remote address, as a string */
 	int32_t tcps_state;		/* TCP state */
 	uint32_t tcps_iss;		/* Initial sequence # sent */
+	uint32_t tcps_irs;		/* Initial sequence # received */
 	uint32_t tcps_suna;		/* sequence # sent but unacked */
 	uint32_t tcps_smax;		/* highest sequence number sent */
 	uint32_t tcps_snxt;		/* next sequence # to send */
@@ -112,10 +113,12 @@ typedef struct tcpsinfo {
 	uint32_t tcps_swl1;		/* window update seg seq number */
 	uint32_t tcps_swl2;		/* window update seg ack number */
 	uint32_t tcps_rup;		/* receive urgent pointer */
+	uint32_t tcps_radv;		/* advertised window */
 	uint32_t tcps_rwnd;		/* receive window size */
 	int32_t tcps_rcv_ws;		/* receive window scaling */
 	uint32_t tcps_cwnd;		/* congestion window */
 	uint32_t tcps_cwnd_ssthresh;	/* threshold for congestion avoidance */
+	uint32_t tcps_srecover;	/* for use in NewReno Fast Recovery */
 	uint32_t tcps_sack_fack;	/* SACK sequence # we have acked */
 	uint32_t tcps_sack_snxt;	/* next SACK seq # for retransmission */
 	uint32_t tcps_rto;		/* round-trip timeout, msec */
@@ -123,6 +126,10 @@ typedef struct tcpsinfo {
 	int tcps_retransmit;		/* retransmit send event, boolean */
 	int tcps_srtt;			/* smoothed RTT in units of (TCP_RTT_SCALE*hz) */
 	int tcps_debug;		/* socket has SO_DEBUG set */
+	int32_t tcps_dupacks;	/* consecutive dup acks received */
+	uint32_t tcps_rtttime;	/* RTT measurement start time */
+	uint32_t tcps_rtseq;	/* sequence # being timed */
+	uint32_t tcps_ts_recent;	/* timestamp echo data */
 } tcpsinfo_t;
 
 /*
@@ -192,6 +199,7 @@ translator tcpsinfo_t < struct tcpcb *p 
 	    inet_ntoa6(&p->t_inpcb->inp_inc.inc_ie.ie_dependfaddr.ie6_foreign);
 	tcps_state =		p == NULL ? -1 : p->t_state;
 	tcps_iss =		p == NULL ? 0  : p->iss;
+	tcps_irs =		p == NULL ? 0  : p->irs;
 	tcps_suna =		p == NULL ? 0  : p->snd_una;
 	tcps_smax =		p == NULL ? 0  : p->snd_max;
 	tcps_snxt =		p == NULL ? 0  : p->snd_nxt;
@@ -201,11 +209,13 @@ translator tcpsinfo_t < struct tcpcb *p 
 	tcps_snd_ws =		p == NULL ? -1  : p->snd_scale;
 	tcps_swl1 =		p == NULL ? -1  : p->snd_wl1;
 	tcps_swl2 = 		p == NULL ? -1  : p->snd_wl2;
+	tcps_radv =		p == NULL ? -1  : p->rcv_adv;
 	tcps_rwnd =		p == NULL ? -1  : p->rcv_wnd;
 	tcps_rup =		p == NULL ? -1  : p->rcv_up;
 	tcps_rcv_ws =		p == NULL ? -1  : p->rcv_scale;
 	tcps_cwnd =		p == NULL ? -1  : p->snd_cwnd;
 	tcps_cwnd_ssthresh =	p == NULL ? -1  : p->snd_ssthresh;
+	tcps_srecover =		p == NULL ? -1  : p->snd_recover;
 	tcps_sack_fack =	p == NULL ? 0  : p->snd_fack;
 	tcps_sack_snxt =	p == NULL ? 0  : p->sack_newdata;
 	tcps_rto =		p == NULL ? -1 : (p->t_rxtcur * 1000) / `hz;
@@ -214,6 +224,10 @@ translator tcpsinfo_t < struct tcpcb *p 
 	tcps_srtt =             p == NULL ? -1  : p->t_srtt;   /* smoothed RTT in units of (TCP_RTT_SCALE*hz) */
 	tcps_debug =		p == NULL ? 0 :
 	    p->t_inpcb->inp_socket->so_options & 1;
+	tcps_dupacks =		p == NULL ? -1  : p->t_dupacks;
+	tcps_rtttime =		p == NULL ? -1  : p->t_rtttime;
+	tcps_rtseq =		p == NULL ? -1  : p->t_rtseq;
+	tcps_ts_recent =	p == NULL ? -1  : p->ts_recent;
 };
 
 #pragma D binding "1.6.3" translator

Modified: projects/release-pkg/contrib/compiler-rt/include/sanitizer/asan_interface.h
==============================================================================
--- projects/release-pkg/contrib/compiler-rt/include/sanitizer/asan_interface.h	Sun Mar  6 02:33:02 2016	(r296421)
+++ projects/release-pkg/contrib/compiler-rt/include/sanitizer/asan_interface.h	Sun Mar  6 04:13:17 2016	(r296422)
@@ -110,10 +110,6 @@ extern "C" {
   void __asan_report_error(void *pc, void *bp, void *sp,
                            void *addr, int is_write, size_t access_size);
 
-  // Sets the exit code to use when reporting an error.
-  // Returns the old value.
-  int __asan_set_error_exit_code(int exit_code);
-
   // Deprecated. Call __sanitizer_set_death_callback instead.
   void __asan_set_death_callback(void (*callback)(void));
 

Modified: projects/release-pkg/contrib/compiler-rt/include/sanitizer/common_interface_defs.h
==============================================================================
--- projects/release-pkg/contrib/compiler-rt/include/sanitizer/common_interface_defs.h	Sun Mar  6 02:33:02 2016	(r296421)
+++ projects/release-pkg/contrib/compiler-rt/include/sanitizer/common_interface_defs.h	Sun Mar  6 04:13:17 2016	(r296422)
@@ -105,12 +105,31 @@ extern "C" {
   int __sanitizer_verify_contiguous_container(const void *beg, const void *mid,
                                               const void *end);
 
+  // Similar to __sanitizer_verify_contiguous_container but returns the address
+  // of the first improperly poisoned byte otherwise. Returns null if the area
+  // is poisoned properly.
+  const void *__sanitizer_contiguous_container_find_bad_address(
+      const void *beg, const void *mid, const void *end);
+
   // Print the stack trace leading to this call. Useful for debugging user code.
   void __sanitizer_print_stack_trace();
 
   // 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));
+
+  // Interceptor hooks.
+  // Whenever a libc function interceptor is called it checks if the
+  // corresponding weak hook is defined, and it so -- calls it.
+  // The primary use case is data-flow-guided fuzzing, where the fuzzer needs
+  // to know what is being passed to libc functions, e.g. memcmp.
+  // FIXME: implement more hooks.
+  void __sanitizer_weak_hook_memcmp(void *called_pc, const void *s1,
+                                    const void *s2, size_t n, int result);
+  void __sanitizer_weak_hook_strncmp(void *called_pc, const char *s1,
+                                    const char *s2, size_t n, int result);
+  void __sanitizer_weak_hook_strcmp(void *called_pc, const char *s1,
+                                    const char *s2, int result);
 #ifdef __cplusplus
 }  // extern "C"
 #endif

Modified: projects/release-pkg/contrib/compiler-rt/include/sanitizer/coverage_interface.h
==============================================================================
--- projects/release-pkg/contrib/compiler-rt/include/sanitizer/coverage_interface.h	Sun Mar  6 02:33:02 2016	(r296421)
+++ projects/release-pkg/contrib/compiler-rt/include/sanitizer/coverage_interface.h	Sun Mar  6 04:13:17 2016	(r296422)
@@ -27,9 +27,11 @@ extern "C" {
   // descriptor. Returns -1 on failure, or if coverage dumping is disabled.
   // This is intended for use by sandboxing code.
   intptr_t __sanitizer_maybe_open_cov_file(const char *name);
-  // Get the number of total unique covered entities (blocks, edges, calls).
+  // Get the number of unique covered blocks (or edges).
   // This can be useful for coverage-directed in-process fuzzers.
   uintptr_t __sanitizer_get_total_unique_coverage();
+  // Get the number of unique indirect caller-callee pairs.
+  uintptr_t __sanitizer_get_total_unique_caller_callee_pairs();
 
   // Reset the basic-block (edge) coverage to the initial state.
   // Useful for in-process fuzzing to start collecting coverage from scratch.
@@ -39,6 +41,13 @@ 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.

Modified: projects/release-pkg/contrib/compiler-rt/include/sanitizer/dfsan_interface.h
==============================================================================
--- projects/release-pkg/contrib/compiler-rt/include/sanitizer/dfsan_interface.h	Sun Mar  6 02:33:02 2016	(r296421)
+++ projects/release-pkg/contrib/compiler-rt/include/sanitizer/dfsan_interface.h	Sun Mar  6 04:13:17 2016	(r296422)
@@ -91,16 +91,18 @@ void dfsan_set_write_callback(dfsan_writ
 /// <label> <parent label 1> <parent label 2> <label description if any>
 void dfsan_dump_labels(int fd);
 
+/// Interceptor hooks.
 /// Whenever a dfsan's custom function is called the corresponding
 /// hook is called it non-zero. The hooks should be defined by the user.
 /// The primary use case is taint-guided fuzzing, where the fuzzer
 /// needs to see the parameters of the function and the labels.
 /// FIXME: implement more hooks.
-
-/// memcmp hook.
 void dfsan_weak_hook_memcmp(void *caller_pc, const void *s1, const void *s2,
                             size_t n, dfsan_label s1_label,
                             dfsan_label s2_label, dfsan_label n_label);
+void dfsan_weak_hook_strncmp(void *caller_pc, const char *s1, const char *s2,
+                             size_t n, dfsan_label s1_label,
+                             dfsan_label s2_label, dfsan_label n_label);
 #ifdef __cplusplus
 }  // extern "C"
 

Modified: projects/release-pkg/contrib/compiler-rt/include/sanitizer/lsan_interface.h
==============================================================================
--- projects/release-pkg/contrib/compiler-rt/include/sanitizer/lsan_interface.h	Sun Mar  6 02:33:02 2016	(r296421)
+++ projects/release-pkg/contrib/compiler-rt/include/sanitizer/lsan_interface.h	Sun Mar  6 04:13:17 2016	(r296422)
@@ -43,7 +43,7 @@ extern "C" {
 
   // Check for leaks now. This function behaves identically to the default
   // end-of-process leak check. In particular, it will terminate the process if
-  // leaks are found and the exit_code flag is non-zero.
+  // leaks are found and the exitcode runtime flag is non-zero.
   // Subsequent calls to this function will have no effect and end-of-process
   // leak check will not run. Effectively, end-of-process leak check is moved to
   // the time of first invocation of this function.

Modified: projects/release-pkg/contrib/compiler-rt/include/sanitizer/msan_interface.h
==============================================================================
--- projects/release-pkg/contrib/compiler-rt/include/sanitizer/msan_interface.h	Sun Mar  6 02:33:02 2016	(r296421)
+++ projects/release-pkg/contrib/compiler-rt/include/sanitizer/msan_interface.h	Sun Mar  6 04:13:17 2016	(r296422)
@@ -61,10 +61,6 @@ extern "C" {
    * is not. */
   void __msan_check_mem_is_initialized(const volatile void *x, size_t size);
 
-  /* Set exit code when error(s) were detected.
-     Value of 0 means don't change the program exit code. */
-  void __msan_set_exit_code(int exit_code);
-
   /* For testing:
      __msan_set_expect_umr(1);
      ... some buggy code ...
@@ -92,14 +88,22 @@ extern "C" {
      Memory will be marked uninitialized, with origin at the call site. */
   void __msan_allocated_memory(const volatile void* data, size_t size);
 
+  /* Tell MSan about newly destroyed memory. Mark memory as uninitialized. */
+  void __sanitizer_dtor_callback(const volatile void* data, size_t size);
+
   /* This function may be optionally provided by user and should return
      a string containing Msan runtime options. See msan_flags.h for details. */
   const char* __msan_default_options();
 
-  /* Sets the callback to be called right before death on error.
-     Passing 0 will unset the callback. */
+  /* Deprecated. Call __sanitizer_set_death_callback instead. */
   void __msan_set_death_callback(void (*callback)(void));
 
+  /* Update shadow for the application copy of size bytes from src to dst.
+     Src and dst are application addresses. This function does not copy the
+     actual application memory, it only updates shadow and origin for such
+     copy. Source and destination regions can overlap. */
+  void __msan_copy_shadow(const volatile void *dst, const volatile void *src,
+                          size_t size);
 #ifdef __cplusplus
 }  // extern "C"
 #endif

Modified: projects/release-pkg/contrib/compiler-rt/lib/asan/README.txt
==============================================================================
--- projects/release-pkg/contrib/compiler-rt/lib/asan/README.txt	Sun Mar  6 02:33:02 2016	(r296421)
+++ projects/release-pkg/contrib/compiler-rt/lib/asan/README.txt	Sun Mar  6 04:13:17 2016	(r296422)
@@ -23,4 +23,4 @@ from the root of your CMake build tree:
 make check-asan
 
 For more instructions see:
-http://code.google.com/p/address-sanitizer/wiki/HowToBuild
+https://github.com/google/sanitizers/wiki/AddressSanitizerHowToBuild

Modified: projects/release-pkg/contrib/compiler-rt/lib/asan/asan_activation.cc
==============================================================================
--- projects/release-pkg/contrib/compiler-rt/lib/asan/asan_activation.cc	Sun Mar  6 02:33:02 2016	(r296421)
+++ projects/release-pkg/contrib/compiler-rt/lib/asan/asan_activation.cc	Sun Mar  6 04:13:17 2016	(r296422)
@@ -38,7 +38,7 @@ static struct AsanDeactivatedFlags {
 #undef ASAN_ACTIVATION_FLAG
 #undef COMMON_ACTIVATION_FLAG
 
-    RegisterIncludeFlag(parser, cf);
+    RegisterIncludeFlags(parser, cf);
   }
 
   void OverrideFromActivationFlags() {
@@ -61,11 +61,6 @@ static struct AsanDeactivatedFlags {
       parser.ParseString(env);
     }
 
-    // Override from getprop asan.options.
-    char buf[100];
-    GetExtraActivationFlags(buf, sizeof(buf));
-    parser.ParseString(buf);
-
     SetVerbosity(cf.verbosity);
 
     if (Verbosity()) ReportUnrecognizedFlags();
@@ -124,6 +119,8 @@ void AsanActivate() {
   if (!asan_is_deactivated) return;
   VReport(1, "Activating ASan\n");
 
+  UpdateProcessName();
+
   asan_deactivated_flags.OverrideFromActivationFlags();
 
   SetCanPoisonMemory(asan_deactivated_flags.poison_heap);

Modified: projects/release-pkg/contrib/compiler-rt/lib/asan/asan_allocator.cc
==============================================================================
--- projects/release-pkg/contrib/compiler-rt/lib/asan/asan_allocator.cc	Sun Mar  6 02:33:02 2016	(r296421)
+++ projects/release-pkg/contrib/compiler-rt/lib/asan/asan_allocator.cc	Sun Mar  6 04:13:17 2016	(r296422)
@@ -14,8 +14,8 @@
 // with ThreadSanitizer and MemorySanitizer.
 //
 //===----------------------------------------------------------------------===//
-#include "asan_allocator.h"
 
+#include "asan_allocator.h"
 #include "asan_mapping.h"
 #include "asan_poisoning.h"
 #include "asan_report.h"
@@ -541,7 +541,7 @@ struct Allocator {
       u8 chunk_state = m->chunk_state;
       if (chunk_state != CHUNK_ALLOCATED)
         ReportInvalidFree(old_ptr, chunk_state, stack);
-      CHECK_NE(REAL(memcpy), (void*)0);
+      CHECK_NE(REAL(memcpy), nullptr);
       uptr memcpy_size = Min(new_size, m->UsedSize());
       // If realloc() races with free(), we may start copying freed memory.
       // However, we will report racy double-free later anyway.
@@ -579,7 +579,7 @@ struct Allocator {
 
   // Assumes alloc_beg == allocator.GetBlockBegin(alloc_beg).
   AsanChunk *GetAsanChunk(void *alloc_beg) {
-    if (!alloc_beg) return 0;
+    if (!alloc_beg) return nullptr;
     if (!allocator.FromPrimary(alloc_beg)) {
       uptr *meta = reinterpret_cast<uptr *>(allocator.GetMetaData(alloc_beg));
       AsanChunk *m = reinterpret_cast<AsanChunk *>(meta[1]);
@@ -619,7 +619,7 @@ struct Allocator {
       // The address is in the chunk's left redzone, so maybe it is actually
       // a right buffer overflow from the other chunk to the left.
       // Search a bit to the left to see if there is another chunk.
-      AsanChunk *m2 = 0;
+      AsanChunk *m2 = nullptr;
       for (uptr l = 1; l < GetPageSizeCached(); l++) {
         m2 = GetAsanChunkByAddr(addr - l);
         if (m2 == m1) continue;  // Still the same chunk.
@@ -653,7 +653,7 @@ static AsanAllocator &get_allocator() {
 }
 
 bool AsanChunkView::IsValid() {
-  return chunk_ != 0 && chunk_->chunk_state != CHUNK_AVAILABLE;
+  return chunk_ && chunk_->chunk_state != CHUNK_AVAILABLE;
 }
 uptr AsanChunkView::Beg() { return chunk_->Beg(); }
 uptr AsanChunkView::End() { return Beg() + UsedSize(); }
@@ -723,11 +723,11 @@ void *asan_calloc(uptr nmemb, uptr size,
 }
 
 void *asan_realloc(void *p, uptr size, BufferedStackTrace *stack) {
-  if (p == 0)
+  if (!p)
     return instance.Allocate(size, 8, stack, FROM_MALLOC, true);
   if (size == 0) {
     instance.Deallocate(p, 0, stack, FROM_MALLOC);
-    return 0;
+    return nullptr;
   }
   return instance.Reallocate(p, size, stack);
 }
@@ -755,7 +755,7 @@ int asan_posix_memalign(void **memptr, u
 }
 
 uptr asan_malloc_usable_size(void *ptr, uptr pc, uptr bp) {
-  if (ptr == 0) return 0;
+  if (!ptr) return 0;
   uptr usable_size = instance.AllocationSize(reinterpret_cast<uptr>(ptr));
   if (flags()->check_malloc_usable_size && (usable_size == 0)) {
     GET_STACK_TRACE_FATAL(pc, bp);
@@ -780,7 +780,7 @@ void AsanSoftRssLimitExceededCallback(bo
   instance.allocator.SetRssLimitIsExceeded(exceeded);
 }
 
-}  // namespace __asan
+} // namespace __asan
 
 // --- Implementation of LSan-specific functions --- {{{1
 namespace __lsan {
@@ -881,7 +881,7 @@ int __sanitizer_get_ownership(const void
 }
 
 uptr __sanitizer_get_allocated_size(const void *p) {
-  if (p == 0) return 0;
+  if (!p) return 0;
   uptr ptr = reinterpret_cast<uptr>(p);
   uptr allocated_size = instance.AllocationSize(ptr);
   // Die if p is not malloced or if it is already freed.
@@ -904,5 +904,5 @@ SANITIZER_INTERFACE_ATTRIBUTE SANITIZER_
 void __sanitizer_free_hook(void *ptr) {
   (void)ptr;
 }
-}  // extern "C"
+} // extern "C"
 #endif

Modified: projects/release-pkg/contrib/compiler-rt/lib/asan/asan_allocator.h
==============================================================================
--- projects/release-pkg/contrib/compiler-rt/lib/asan/asan_allocator.h	Sun Mar  6 02:33:02 2016	(r296421)
+++ projects/release-pkg/contrib/compiler-rt/lib/asan/asan_allocator.h	Sun Mar  6 04:13:17 2016	(r296422)
@@ -114,6 +114,11 @@ struct AsanMapUnmapCallback {
 # if defined(__powerpc64__)
 const uptr kAllocatorSpace =  0xa0000000000ULL;
 const uptr kAllocatorSize  =  0x20000000000ULL;  // 2T.
+# elif defined(__aarch64__)
+// AArch64/SANITIZIER_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.
 # else
 const uptr kAllocatorSpace = 0x600000000000ULL;
 const uptr kAllocatorSize  =  0x40000000000ULL;  // 4T.

Modified: projects/release-pkg/contrib/compiler-rt/lib/asan/asan_debugging.cc
==============================================================================
--- projects/release-pkg/contrib/compiler-rt/lib/asan/asan_debugging.cc	Sun Mar  6 02:33:02 2016	(r296421)
+++ projects/release-pkg/contrib/compiler-rt/lib/asan/asan_debugging.cc	Sun Mar  6 04:13:17 2016	(r296422)
@@ -108,14 +108,14 @@ static uptr AsanGetStack(uptr addr, uptr
   return 0;
 }
 
-}  // namespace __asan
+} // namespace __asan
 
 using namespace __asan;
 
 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, 0 };
+  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;

Modified: projects/release-pkg/contrib/compiler-rt/lib/asan/asan_fake_stack.cc
==============================================================================
--- projects/release-pkg/contrib/compiler-rt/lib/asan/asan_fake_stack.cc	Sun Mar  6 02:33:02 2016	(r296421)
+++ projects/release-pkg/contrib/compiler-rt/lib/asan/asan_fake_stack.cc	Sun Mar  6 04:13:17 2016	(r296422)
@@ -11,6 +11,7 @@
 //
 // FakeStack is used to detect use-after-return bugs.
 //===----------------------------------------------------------------------===//
+
 #include "asan_allocator.h"
 #include "asan_poisoning.h"
 #include "asan_thread.h"
@@ -32,7 +33,8 @@ ALWAYS_INLINE void SetShadow(uptr ptr, u
   if (class_id <= 6) {
     for (uptr i = 0; i < (1U << class_id); i++) {
       shadow[i] = magic;
-      SanitizerBreakOptimization(0);  // Make sure this does not become memset.
+      // Make sure this does not become memset.
+      SanitizerBreakOptimization(nullptr);
     }
   } else {
     // The size class is too big, it's cheaper to poison only size bytes.
@@ -80,7 +82,9 @@ void FakeStack::PoisonAll(u8 magic) {
                magic);
 }
 
+#if !defined(_MSC_VER) || defined(__clang__)
 ALWAYS_INLINE USED
+#endif
 FakeFrame *FakeStack::Allocate(uptr stack_size_log, uptr class_id,
                                uptr real_stack) {
   CHECK_LT(class_id, kNumberOfSizeClasses);
@@ -106,7 +110,7 @@ FakeFrame *FakeStack::Allocate(uptr stac
     *SavedFlagPtr(reinterpret_cast<uptr>(res), class_id) = &flags[pos];
     return res;
   }
-  return 0; // We are out of fake stack.
+  return nullptr; // We are out of fake stack.
 }
 
 uptr FakeStack::AddrIsInFakeStack(uptr ptr, uptr *frame_beg, uptr *frame_end) {
@@ -183,7 +187,7 @@ void SetTLSFakeStack(FakeStack *fs) { }
 
 static FakeStack *GetFakeStack() {
   AsanThread *t = GetCurrentThread();
-  if (!t) return 0;
+  if (!t) return nullptr;
   return t->fake_stack();
 }
 
@@ -191,7 +195,7 @@ static FakeStack *GetFakeStackFast() {
   if (FakeStack *fs = GetTLSFakeStack())
     return fs;
   if (!__asan_option_detect_stack_use_after_return)
-    return 0;
+    return nullptr;
   return GetFakeStack();
 }
 
@@ -212,7 +216,7 @@ ALWAYS_INLINE void OnFree(uptr ptr, uptr
   SetShadow(ptr, size, class_id, kMagic8);
 }
 
-}  // namespace __asan
+} // namespace __asan
 
 // ---------------------- Interface ---------------- {{{1
 using namespace __asan;
@@ -245,13 +249,13 @@ SANITIZER_INTERFACE_ATTRIBUTE
 void *__asan_addr_is_in_fake_stack(void *fake_stack, void *addr, void **beg,
                                    void **end) {
   FakeStack *fs = reinterpret_cast<FakeStack*>(fake_stack);
-  if (!fs) return 0;
+  if (!fs) return nullptr;
   uptr frame_beg, frame_end;
   FakeFrame *frame = reinterpret_cast<FakeFrame *>(fs->AddrIsInFakeStack(
       reinterpret_cast<uptr>(addr), &frame_beg, &frame_end));
-  if (!frame) return 0;
+  if (!frame) return nullptr;
   if (frame->magic != kCurrentStackFrameMagic)
-    return 0;
+    return nullptr;
   if (beg) *beg = reinterpret_cast<void*>(frame_beg);
   if (end) *end = reinterpret_cast<void*>(frame_end);
   return reinterpret_cast<void*>(frame->real_stack);
@@ -276,4 +280,4 @@ void __asan_allocas_unpoison(uptr top, u
   REAL(memset)(reinterpret_cast<void*>(MemToShadow(top)), 0,
                (bottom - top) / SHADOW_GRANULARITY);
 }
-}  // extern "C"
+} // extern "C"

Modified: projects/release-pkg/contrib/compiler-rt/lib/asan/asan_flags.cc
==============================================================================
--- projects/release-pkg/contrib/compiler-rt/lib/asan/asan_flags.cc	Sun Mar  6 02:33:02 2016	(r296421)
+++ projects/release-pkg/contrib/compiler-rt/lib/asan/asan_flags.cc	Sun Mar  6 04:13:17 2016	(r296422)
@@ -65,6 +65,7 @@ void InitializeFlags() {
     cf.external_symbolizer_path = GetEnv("ASAN_SYMBOLIZER_PATH");
     cf.malloc_context_size = kDefaultMallocContextSize;
     cf.intercept_tls_get_addr = true;
+    cf.exitcode = 1;
     OverrideCommonFlags(cf);
   }
   Flags *f = flags();
@@ -115,14 +116,6 @@ void InitializeFlags() {
   ubsan_parser.ParseString(GetEnv("UBSAN_OPTIONS"));
 #endif
 
-  // Let activation flags override current settings. On Android they come
-  // from a system property. On other platforms this is no-op.
-  if (!flags()->start_deactivated) {
-    char buf[100];
-    GetExtraActivationFlags(buf, sizeof(buf));
-    asan_parser.ParseString(buf);
-  }
-
   SetVerbosity(common_flags()->verbosity);
 
   // TODO(eugenis): dump all flags at verbosity>=2?

Modified: projects/release-pkg/contrib/compiler-rt/lib/asan/asan_flags.inc
==============================================================================
--- projects/release-pkg/contrib/compiler-rt/lib/asan/asan_flags.inc	Sun Mar  6 02:33:02 2016	(r296421)
+++ projects/release-pkg/contrib/compiler-rt/lib/asan/asan_flags.inc	Sun Mar  6 04:13:17 2016	(r296422)
@@ -44,9 +44,6 @@ ASAN_FLAG(
     "to find more errors.")
 ASAN_FLAG(bool, replace_intrin, true,
           "If set, uses custom wrappers for memset/memcpy/memmove intinsics.")
-ASAN_FLAG(bool, mac_ignore_invalid_free, false,
-          "Ignore invalid free() calls to work around some bugs. Used on OS X "
-          "only.")
 ASAN_FLAG(bool, detect_stack_use_after_return, false,
           "Enables stack-use-after-return checking at run-time.")
 ASAN_FLAG(int, min_uar_stack_size_log, 16, // We can't do smaller anyway.
@@ -62,8 +59,6 @@ ASAN_FLAG(
     "bytes that will be filled with malloc_fill_byte on malloc.")
 ASAN_FLAG(int, malloc_fill_byte, 0xbe,
           "Value used to fill the newly allocated memory.")
-ASAN_FLAG(int, exitcode, ASAN_DEFAULT_FAILURE_EXITCODE,
-          "Override the program exit status if the tool found an error.")
 ASAN_FLAG(bool, allow_user_poisoning, true,
           "If set, user may manually mark memory regions as poisoned or "
           "unpoisoned.")
@@ -77,10 +72,7 @@ ASAN_FLAG(bool, check_malloc_usable_size
           "295.*.")
 ASAN_FLAG(bool, unmap_shadow_on_exit, false,
           "If set, explicitly unmaps the (huge) shadow at exit.")
-ASAN_FLAG(
-    bool, abort_on_error, false,
-    "If set, the tool calls abort() instead of _exit() after printing the "
-    "error report.")
+ASAN_FLAG(bool, protect_shadow_gap, true, "If set, mprotect the shadow gap")
 ASAN_FLAG(bool, print_stats, false,
           "Print various statistics after printing an error message or if "
           "atexit=1.")
@@ -104,8 +96,8 @@ ASAN_FLAG(bool, poison_array_cookie, tru
           "Poison (or not) the array cookie after operator new[].")
 
 // Turn off alloc/dealloc mismatch checker on Mac and Windows for now.
-// https://code.google.com/p/address-sanitizer/issues/detail?id=131
-// https://code.google.com/p/address-sanitizer/issues/detail?id=309
+// https://github.com/google/sanitizers/issues/131
+// https://github.com/google/sanitizers/issues/309
 // TODO(glider,timurrrr): Fix known issues and enable this back.
 ASAN_FLAG(bool, alloc_dealloc_mismatch,
           (SANITIZER_MAC == 0) && (SANITIZER_WINDOWS == 0),
@@ -113,9 +105,6 @@ ASAN_FLAG(bool, alloc_dealloc_mismatch,
 
 ASAN_FLAG(bool, new_delete_type_mismatch, true,
           "Report errors on mismatch betwen size of new and delete.")
-ASAN_FLAG(bool, strict_memcmp, true,
-          "If true, assume that memcmp(p1, p2, n) always reads n bytes before "
-          "comparing p1 and p2.")
 ASAN_FLAG(
     bool, strict_init_order, false,
     "If true, assume that dynamic initializers can never access globals from "
@@ -134,8 +123,8 @@ ASAN_FLAG(
     "The bigger the value the harder we try.")
 ASAN_FLAG(
     bool, detect_container_overflow, true,
-    "If true, honor the container overflow  annotations. "
-    "See https://code.google.com/p/address-sanitizer/wiki/ContainerOverflow")
+    "If true, honor the container overflow annotations. See "
+    "https://github.com/google/sanitizers/wiki/AddressSanitizerContainerOverflow")
 ASAN_FLAG(int, detect_odr_violation, 2,
           "If >=2, detect violation of One-Definition-Rule (ODR); "
           "If ==1, detect ODR-violation only if the two variables "
@@ -143,3 +132,6 @@ ASAN_FLAG(int, detect_odr_violation, 2,
 ASAN_FLAG(bool, dump_instruction_bytes, false,
           "If true, dump 16 bytes starting at the instruction that caused SEGV")
 ASAN_FLAG(const char *, suppressions, "", "Suppressions file name.")
+ASAN_FLAG(bool, halt_on_error, true,
+          "Crash the program after printing the first error report "
+          "(WARNING: USE AT YOUR OWN RISK!)")

Modified: projects/release-pkg/contrib/compiler-rt/lib/asan/asan_globals.cc
==============================================================================
--- projects/release-pkg/contrib/compiler-rt/lib/asan/asan_globals.cc	Sun Mar  6 02:33:02 2016	(r296421)
+++ projects/release-pkg/contrib/compiler-rt/lib/asan/asan_globals.cc	Sun Mar  6 04:13:17 2016	(r296422)
@@ -11,6 +11,7 @@
 //
 // Handle globals.
 //===----------------------------------------------------------------------===//
+
 #include "asan_interceptors.h"
 #include "asan_internal.h"
 #include "asan_mapping.h"
@@ -167,7 +168,7 @@ static void RegisterGlobal(const Global 
   l->next = list_of_all_globals;
   list_of_all_globals = l;
   if (g->has_dynamic_init) {
-    if (dynamic_init_globals == 0) {
+    if (!dynamic_init_globals) {
       dynamic_init_globals = new(allocator_for_globals)
           VectorOfGlobals(kDynamicInitGlobalsInitialCapacity);
     }
@@ -206,7 +207,7 @@ void StopInitOrderChecking() {
   }
 }
 
-}  // namespace __asan
+} // namespace __asan
 
 // ---------------------- Interface ---------------- {{{1
 using namespace __asan;  // NOLINT

Modified: projects/release-pkg/contrib/compiler-rt/lib/asan/asan_init_version.h
==============================================================================
--- projects/release-pkg/contrib/compiler-rt/lib/asan/asan_init_version.h	Sun Mar  6 02:33:02 2016	(r296421)
+++ projects/release-pkg/contrib/compiler-rt/lib/asan/asan_init_version.h	Sun Mar  6 04:13:17 2016	(r296422)
@@ -27,8 +27,8 @@ extern "C" {
   // v3=>v4: added '__asan_global_source_location' to __asan_global.
   // v4=>v5: changed the semantics and format of __asan_stack_malloc_ and
   //         __asan_stack_free_ functions.
-  #define __asan_init __asan_init_v5
-  #define __asan_init_name "__asan_init_v5"
+  // v5=>v6: changed the name of the version check symbol
+  #define __asan_version_mismatch_check __asan_version_mismatch_check_v6
 }
 
 #endif  // ASAN_INIT_VERSION_H

Modified: projects/release-pkg/contrib/compiler-rt/lib/asan/asan_interceptors.cc
==============================================================================
--- projects/release-pkg/contrib/compiler-rt/lib/asan/asan_interceptors.cc	Sun Mar  6 02:33:02 2016	(r296421)
+++ projects/release-pkg/contrib/compiler-rt/lib/asan/asan_interceptors.cc	Sun Mar  6 04:13:17 2016	(r296422)
@@ -11,8 +11,8 @@
 //
 // Intercept various libc functions.
 //===----------------------------------------------------------------------===//
-#include "asan_interceptors.h"
 
+#include "asan_interceptors.h"
 #include "asan_allocator.h"
 #include "asan_internal.h"
 #include "asan_mapping.h"
@@ -27,6 +27,12 @@
 #include "sanitizer_common/sanitizer_posix.h"
 #endif
 
+#if defined(__i386) && SANITIZER_LINUX
+#define ASAN_PTHREAD_CREATE_VERSION "GLIBC_2.1"
+#elif defined(__mips__) && SANITIZER_LINUX
+#define ASAN_PTHREAD_CREATE_VERSION "GLIBC_2.2"
+#endif
+
 namespace __asan {
 
 // Return true if we can quickly decide that the region is unpoisoned.
@@ -69,7 +75,7 @@ struct AsanInterceptorContext {
       }                                                                 \
       if (!suppressed) {                                                \
         GET_CURRENT_PC_BP_SP;                                           \
-        __asan_report_error(pc, bp, sp, __bad, isWrite, __size, 0);     \
+        ReportGenericError(pc, bp, sp, __bad, isWrite, __size, 0, false);\
       }                                                                 \
     }                                                                   \
   } while (0)
@@ -105,7 +111,7 @@ static inline bool RangesOverlap(const c
 
 static inline uptr MaybeRealStrnlen(const char *s, uptr maxlen) {
 #if ASAN_INTERCEPT_STRNLEN
-  if (REAL(strnlen) != 0) {
+  if (REAL(strnlen)) {
     return REAL(strnlen)(s, maxlen);
   }
 #endif
@@ -123,7 +129,7 @@ int OnExit() {
   return 0;
 }
 
-}  // namespace __asan
+} // namespace __asan
 
 // ---------------------- Wrappers ---------------- {{{1
 using namespace __asan;  // NOLINT
@@ -172,7 +178,7 @@ DECLARE_REAL_AND_INTERCEPTOR(void, free,
   } while (false)
 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) REAL(name)
 // Strict init-order checking is dlopen-hostile:
-// https://code.google.com/p/address-sanitizer/issues/detail?id=178
+// https://github.com/google/sanitizers/issues/178
 #define COMMON_INTERCEPTOR_ON_DLOPEN(filename, flag)                           \
   if (flags()->strict_init_order) {                                            \
     StopInitOrderChecking();                                                   \
@@ -216,7 +222,7 @@ static thread_return_t THREAD_CALLING_CO
   ThreadStartParam *param = reinterpret_cast<ThreadStartParam *>(arg);
   AsanThread *t = nullptr;
   while ((t = reinterpret_cast<AsanThread *>(
-              atomic_load(&param->t, memory_order_acquire))) == 0)
+              atomic_load(&param->t, memory_order_acquire))) == nullptr)
     internal_sched_yield();
   SetCurrentThread(t);
   return t->ThreadStart(GetTid(), &param->is_registered);
@@ -231,7 +237,7 @@ INTERCEPTOR(int, pthread_create, void *t
     StopInitOrderChecking();
   GET_STACK_TRACE_THREAD;
   int detached = 0;
-  if (attr != 0)
+  if (attr)
     REAL(pthread_attr_getdetachstate)(attr, &detached);
   ThreadStartParam param;
   atomic_store(&param.t, 0, memory_order_relaxed);
@@ -270,14 +276,14 @@ INTERCEPTOR(void*, bsd_signal, int signu
   }
   return 0;
 }
-#else
+#endif
+
 INTERCEPTOR(void*, signal, int signum, void *handler) {
   if (!IsDeadlySignal(signum) || common_flags()->allow_user_segv_handler) {
     return REAL(signal)(signum, handler);
   }
-  return 0;
+  return nullptr;
 }
-#endif
 
 INTERCEPTOR(int, sigaction, int signum, const struct sigaction *act,
                             struct sigaction *oldact) {
@@ -292,7 +298,7 @@ int real_sigaction(int signum, const voi
   return REAL(sigaction)(signum, (const struct sigaction *)act,
                          (struct sigaction *)oldact);
 }
-}  // namespace __sanitizer
+} // namespace __sanitizer
 
 #elif SANITIZER_POSIX
 // We need to have defined REAL(sigaction) on posix systems.
@@ -363,40 +369,6 @@ INTERCEPTOR(void, __cxa_throw, void *a, 
 }
 #endif
 
-static inline int CharCmp(unsigned char c1, unsigned char c2) {
-  return (c1 == c2) ? 0 : (c1 < c2) ? -1 : 1;
-}
-
-INTERCEPTOR(int, memcmp, const void *a1, const void *a2, uptr size) {
-  void *ctx;
-  ASAN_INTERCEPTOR_ENTER(ctx, memcmp);
-  if (UNLIKELY(!asan_inited)) return internal_memcmp(a1, a2, size);
-  ENSURE_ASAN_INITED();
-  if (flags()->replace_intrin) {
-    if (flags()->strict_memcmp) {
-      // Check the entire regions even if the first bytes of the buffers are
-      // different.
-      ASAN_READ_RANGE(ctx, a1, size);
-      ASAN_READ_RANGE(ctx, a2, size);
-      // Fallthrough to REAL(memcmp) below.
-    } else {
-      unsigned char c1 = 0, c2 = 0;
-      const unsigned char *s1 = (const unsigned char*)a1;
-      const unsigned char *s2 = (const unsigned char*)a2;
-      uptr i;
-      for (i = 0; i < size; i++) {
-        c1 = s1[i];
-        c2 = s2[i];
-        if (c1 != c2) break;
-      }
-      ASAN_READ_RANGE(ctx, s1, Min(i + 1, size));
-      ASAN_READ_RANGE(ctx, s2, Min(i + 1, size));
-      return CharCmp(c1, c2);
-    }
-  }
-  return REAL(memcmp(a1, a2, size));
-}
-
 // memcpy is called during __asan_init() from the internals of printf(...).
 // We do not treat memcpy with to==from as a bug.
 // See http://llvm.org/bugs/show_bug.cgi?id=11763.
@@ -743,7 +715,7 @@ INTERCEPTOR(int, __cxa_atexit, void (*fu
 #endif
   ENSURE_ASAN_INITED();
   int res = REAL(__cxa_atexit)(func, arg, dso_handle);
-  REAL(__cxa_atexit)(AtCxaAtexit, 0, 0);
+  REAL(__cxa_atexit)(AtCxaAtexit, nullptr, nullptr);

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603060413.u264DLdS097510>