From owner-svn-src-projects@FreeBSD.ORG Tue Mar 17 12:40:38 2015 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 33D48260; Tue, 17 Mar 2015 12:40:38 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 18036971; Tue, 17 Mar 2015 12:40:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2HCecsb072614; Tue, 17 Mar 2015 12:40:38 GMT (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2HCeVHs072551; Tue, 17 Mar 2015 12:40:31 GMT (envelope-from glebius@FreeBSD.org) Message-Id: <201503171240.t2HCeVHs072551@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: glebius set sender to glebius@FreeBSD.org using -f From: Gleb Smirnoff Date: Tue, 17 Mar 2015 12:40:31 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r280170 - in projects/ifnet: . cddl/contrib/opensolaris/tools/ctf/cvt contrib/bmake contrib/compiler-rt/include/sanitizer contrib/compiler-rt/lib/asan contrib/compiler-rt/lib/asan/scrip... X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Mar 2015 12:40:38 -0000 Author: glebius Date: Tue Mar 17 12:40:26 2015 New Revision: 280170 URL: https://svnweb.freebsd.org/changeset/base/280170 Log: Merge head r257698 through r280168. Added: projects/ifnet/contrib/compiler-rt/include/sanitizer/coverage_interface.h - copied unchanged from r280168, head/contrib/compiler-rt/include/sanitizer/coverage_interface.h projects/ifnet/contrib/compiler-rt/lib/asan/asan_activation_flags.inc - copied unchanged from r280168, head/contrib/compiler-rt/lib/asan/asan_activation_flags.inc projects/ifnet/contrib/compiler-rt/lib/asan/asan_allocator.cc - copied unchanged from r280168, head/contrib/compiler-rt/lib/asan/asan_allocator.cc projects/ifnet/contrib/compiler-rt/lib/asan/asan_flags.cc - copied unchanged from r280168, head/contrib/compiler-rt/lib/asan/asan_flags.cc projects/ifnet/contrib/compiler-rt/lib/asan/asan_flags.inc - copied unchanged from r280168, head/contrib/compiler-rt/lib/asan/asan_flags.inc projects/ifnet/contrib/compiler-rt/lib/builtins/fixtfdi.c - copied unchanged from r280168, head/contrib/compiler-rt/lib/builtins/fixtfdi.c projects/ifnet/contrib/compiler-rt/lib/builtins/fixtfsi.c - copied unchanged from r280168, head/contrib/compiler-rt/lib/builtins/fixtfsi.c projects/ifnet/contrib/compiler-rt/lib/builtins/fixtfti.c - copied unchanged from r280168, head/contrib/compiler-rt/lib/builtins/fixtfti.c projects/ifnet/contrib/compiler-rt/lib/builtins/fixunstfdi.c - copied unchanged from r280168, head/contrib/compiler-rt/lib/builtins/fixunstfdi.c projects/ifnet/contrib/compiler-rt/lib/builtins/fixunstfsi.c - copied unchanged from r280168, head/contrib/compiler-rt/lib/builtins/fixunstfsi.c projects/ifnet/contrib/compiler-rt/lib/builtins/fixunstfti.c - copied unchanged from r280168, head/contrib/compiler-rt/lib/builtins/fixunstfti.c projects/ifnet/contrib/compiler-rt/lib/builtins/fp_fixint_impl.inc - copied unchanged from r280168, head/contrib/compiler-rt/lib/builtins/fp_fixint_impl.inc projects/ifnet/contrib/compiler-rt/lib/builtins/fp_fixuint_impl.inc - copied unchanged from r280168, head/contrib/compiler-rt/lib/builtins/fp_fixuint_impl.inc projects/ifnet/contrib/compiler-rt/lib/dfsan/dfsan_flags.inc - copied unchanged from r280168, head/contrib/compiler-rt/lib/dfsan/dfsan_flags.inc projects/ifnet/contrib/compiler-rt/lib/lsan/lsan_flags.inc - copied unchanged from r280168, head/contrib/compiler-rt/lib/lsan/lsan_flags.inc projects/ifnet/contrib/compiler-rt/lib/msan/msan_flags.inc - copied unchanged from r280168, head/contrib/compiler-rt/lib/msan/msan_flags.inc projects/ifnet/contrib/compiler-rt/lib/msan/msan_poisoning.cc - copied unchanged from r280168, head/contrib/compiler-rt/lib/msan/msan_poisoning.cc projects/ifnet/contrib/compiler-rt/lib/msan/msan_poisoning.h - copied unchanged from r280168, head/contrib/compiler-rt/lib/msan/msan_poisoning.h projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_flag_parser.cc - copied unchanged from r280168, head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_flag_parser.cc projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_flag_parser.h - copied unchanged from r280168, head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_flag_parser.h projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_flags.inc - copied unchanged from r280168, head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_flags.inc projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_interface_internal.h - copied unchanged from r280168, head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_interface_internal.h projects/ifnet/contrib/compiler-rt/lib/tsan/rtl/tsan_flags.inc - copied unchanged from r280168, head/contrib/compiler-rt/lib/tsan/rtl/tsan_flags.inc projects/ifnet/contrib/compiler-rt/lib/ubsan/ubsan_flags.inc - copied unchanged from r280168, head/contrib/compiler-rt/lib/ubsan/ubsan_flags.inc projects/ifnet/contrib/llvm/include/llvm/Analysis/AssumptionCache.h - copied unchanged from r280168, head/contrib/llvm/include/llvm/Analysis/AssumptionCache.h projects/ifnet/contrib/llvm/include/llvm/Analysis/FunctionTargetTransformInfo.h - copied unchanged from r280168, head/contrib/llvm/include/llvm/Analysis/FunctionTargetTransformInfo.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/DIE.h - copied unchanged from r280168, head/contrib/llvm/include/llvm/CodeGen/DIE.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/ForwardControlFlowIntegrity.h - copied unchanged from r280168, head/contrib/llvm/include/llvm/CodeGen/ForwardControlFlowIntegrity.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/MachineCombinerPattern.h - copied unchanged from r280168, head/contrib/llvm/include/llvm/CodeGen/MachineCombinerPattern.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/PBQPRAConstraint.h - copied unchanged from r280168, head/contrib/llvm/include/llvm/CodeGen/PBQPRAConstraint.h projects/ifnet/contrib/llvm/include/llvm/DebugInfo/DWARFAbbreviationDeclaration.h - copied unchanged from r280168, head/contrib/llvm/include/llvm/DebugInfo/DWARFAbbreviationDeclaration.h projects/ifnet/contrib/llvm/include/llvm/DebugInfo/DWARFAcceleratorTable.h - copied unchanged from r280168, head/contrib/llvm/include/llvm/DebugInfo/DWARFAcceleratorTable.h projects/ifnet/contrib/llvm/include/llvm/DebugInfo/DWARFCompileUnit.h - copied unchanged from r280168, head/contrib/llvm/include/llvm/DebugInfo/DWARFCompileUnit.h projects/ifnet/contrib/llvm/include/llvm/DebugInfo/DWARFContext.h - copied unchanged from r280168, head/contrib/llvm/include/llvm/DebugInfo/DWARFContext.h projects/ifnet/contrib/llvm/include/llvm/DebugInfo/DWARFDebugAbbrev.h - copied unchanged from r280168, head/contrib/llvm/include/llvm/DebugInfo/DWARFDebugAbbrev.h projects/ifnet/contrib/llvm/include/llvm/DebugInfo/DWARFDebugArangeSet.h - copied unchanged from r280168, head/contrib/llvm/include/llvm/DebugInfo/DWARFDebugArangeSet.h projects/ifnet/contrib/llvm/include/llvm/DebugInfo/DWARFDebugAranges.h - copied unchanged from r280168, head/contrib/llvm/include/llvm/DebugInfo/DWARFDebugAranges.h projects/ifnet/contrib/llvm/include/llvm/DebugInfo/DWARFDebugFrame.h - copied unchanged from r280168, head/contrib/llvm/include/llvm/DebugInfo/DWARFDebugFrame.h projects/ifnet/contrib/llvm/include/llvm/DebugInfo/DWARFDebugInfoEntry.h - copied unchanged from r280168, head/contrib/llvm/include/llvm/DebugInfo/DWARFDebugInfoEntry.h projects/ifnet/contrib/llvm/include/llvm/DebugInfo/DWARFDebugLine.h - copied unchanged from r280168, head/contrib/llvm/include/llvm/DebugInfo/DWARFDebugLine.h projects/ifnet/contrib/llvm/include/llvm/DebugInfo/DWARFDebugLoc.h - copied unchanged from r280168, head/contrib/llvm/include/llvm/DebugInfo/DWARFDebugLoc.h projects/ifnet/contrib/llvm/include/llvm/DebugInfo/DWARFDebugRangeList.h - copied unchanged from r280168, head/contrib/llvm/include/llvm/DebugInfo/DWARFDebugRangeList.h projects/ifnet/contrib/llvm/include/llvm/DebugInfo/DWARFRelocMap.h - copied unchanged from r280168, head/contrib/llvm/include/llvm/DebugInfo/DWARFRelocMap.h projects/ifnet/contrib/llvm/include/llvm/DebugInfo/DWARFSection.h - copied unchanged from r280168, head/contrib/llvm/include/llvm/DebugInfo/DWARFSection.h projects/ifnet/contrib/llvm/include/llvm/DebugInfo/DWARFTypeUnit.h - copied unchanged from r280168, head/contrib/llvm/include/llvm/DebugInfo/DWARFTypeUnit.h projects/ifnet/contrib/llvm/include/llvm/DebugInfo/DWARFUnit.h - copied unchanged from r280168, head/contrib/llvm/include/llvm/DebugInfo/DWARFUnit.h projects/ifnet/contrib/llvm/include/llvm/IR/Metadata.def - copied unchanged from r280168, head/contrib/llvm/include/llvm/IR/Metadata.def projects/ifnet/contrib/llvm/include/llvm/IR/MetadataTracking.h - copied unchanged from r280168, head/contrib/llvm/include/llvm/IR/MetadataTracking.h projects/ifnet/contrib/llvm/include/llvm/IR/PassManagerInternal.h - copied unchanged from r280168, head/contrib/llvm/include/llvm/IR/PassManagerInternal.h projects/ifnet/contrib/llvm/include/llvm/IR/Statepoint.h - copied unchanged from r280168, head/contrib/llvm/include/llvm/IR/Statepoint.h projects/ifnet/contrib/llvm/include/llvm/IR/TrackingMDRef.h - copied unchanged from r280168, head/contrib/llvm/include/llvm/IR/TrackingMDRef.h projects/ifnet/contrib/llvm/include/llvm/IR/UseListOrder.h - copied unchanged from r280168, head/contrib/llvm/include/llvm/IR/UseListOrder.h projects/ifnet/contrib/llvm/include/llvm/ProfileData/CoverageMapping.h - copied unchanged from r280168, head/contrib/llvm/include/llvm/ProfileData/CoverageMapping.h projects/ifnet/contrib/llvm/include/llvm/ProfileData/CoverageMappingReader.h - copied unchanged from r280168, head/contrib/llvm/include/llvm/ProfileData/CoverageMappingReader.h projects/ifnet/contrib/llvm/include/llvm/ProfileData/CoverageMappingWriter.h - copied unchanged from r280168, head/contrib/llvm/include/llvm/ProfileData/CoverageMappingWriter.h projects/ifnet/contrib/llvm/include/llvm/ProfileData/SampleProf.h - copied unchanged from r280168, head/contrib/llvm/include/llvm/ProfileData/SampleProf.h projects/ifnet/contrib/llvm/include/llvm/ProfileData/SampleProfReader.h - copied unchanged from r280168, head/contrib/llvm/include/llvm/ProfileData/SampleProfReader.h projects/ifnet/contrib/llvm/include/llvm/ProfileData/SampleProfWriter.h - copied unchanged from r280168, head/contrib/llvm/include/llvm/ProfileData/SampleProfWriter.h projects/ifnet/contrib/llvm/include/llvm/Support/ELFRelocs/ - copied from r280168, head/contrib/llvm/include/llvm/Support/ELFRelocs/ projects/ifnet/contrib/llvm/include/llvm/Support/Options.h - copied unchanged from r280168, head/contrib/llvm/include/llvm/Support/Options.h projects/ifnet/contrib/llvm/include/llvm/Support/StreamingMemoryObject.h - copied unchanged from r280168, head/contrib/llvm/include/llvm/Support/StreamingMemoryObject.h projects/ifnet/contrib/llvm/include/llvm/Support/UniqueLock.h - copied unchanged from r280168, head/contrib/llvm/include/llvm/Support/UniqueLock.h projects/ifnet/contrib/llvm/include/llvm/Transforms/Utils/SymbolRewriter.h - copied unchanged from r280168, head/contrib/llvm/include/llvm/Transforms/Utils/SymbolRewriter.h projects/ifnet/contrib/llvm/lib/Analysis/AssumptionCache.cpp - copied unchanged from r280168, head/contrib/llvm/lib/Analysis/AssumptionCache.cpp projects/ifnet/contrib/llvm/lib/Analysis/CFLAliasAnalysis.cpp - copied unchanged from r280168, head/contrib/llvm/lib/Analysis/CFLAliasAnalysis.cpp projects/ifnet/contrib/llvm/lib/Analysis/FunctionTargetTransformInfo.cpp - copied unchanged from r280168, head/contrib/llvm/lib/Analysis/FunctionTargetTransformInfo.cpp projects/ifnet/contrib/llvm/lib/Analysis/ScopedNoAliasAA.cpp - copied unchanged from r280168, head/contrib/llvm/lib/Analysis/ScopedNoAliasAA.cpp projects/ifnet/contrib/llvm/lib/Analysis/StratifiedSets.h - copied unchanged from r280168, head/contrib/llvm/lib/Analysis/StratifiedSets.h projects/ifnet/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp - copied unchanged from r280168, head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp projects/ifnet/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h - copied unchanged from r280168, head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h projects/ifnet/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.cpp - copied unchanged from r280168, head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.cpp projects/ifnet/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h - copied unchanged from r280168, head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h projects/ifnet/contrib/llvm/lib/CodeGen/AsmPrinter/Win64Exception.h - copied unchanged from r280168, head/contrib/llvm/lib/CodeGen/AsmPrinter/Win64Exception.h projects/ifnet/contrib/llvm/lib/CodeGen/AtomicExpandPass.cpp - copied unchanged from r280168, head/contrib/llvm/lib/CodeGen/AtomicExpandPass.cpp projects/ifnet/contrib/llvm/lib/CodeGen/ForwardControlFlowIntegrity.cpp - copied unchanged from r280168, head/contrib/llvm/lib/CodeGen/ForwardControlFlowIntegrity.cpp projects/ifnet/contrib/llvm/lib/CodeGen/MachineCombiner.cpp - copied unchanged from r280168, head/contrib/llvm/lib/CodeGen/MachineCombiner.cpp projects/ifnet/contrib/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp - copied unchanged from r280168, head/contrib/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp projects/ifnet/contrib/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.h - copied unchanged from r280168, head/contrib/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.h projects/ifnet/contrib/llvm/lib/CodeGen/StatepointExampleGC.cpp - copied unchanged from r280168, head/contrib/llvm/lib/CodeGen/StatepointExampleGC.cpp projects/ifnet/contrib/llvm/lib/DebugInfo/DWARFAcceleratorTable.cpp - copied unchanged from r280168, head/contrib/llvm/lib/DebugInfo/DWARFAcceleratorTable.cpp projects/ifnet/contrib/llvm/lib/DebugInfo/SyntaxHighlighting.cpp - copied unchanged from r280168, head/contrib/llvm/lib/DebugInfo/SyntaxHighlighting.cpp projects/ifnet/contrib/llvm/lib/DebugInfo/SyntaxHighlighting.h - copied unchanged from r280168, head/contrib/llvm/lib/DebugInfo/SyntaxHighlighting.h projects/ifnet/contrib/llvm/lib/ExecutionEngine/GDBRegistrationListener.cpp - copied unchanged from r280168, head/contrib/llvm/lib/ExecutionEngine/GDBRegistrationListener.cpp projects/ifnet/contrib/llvm/lib/ExecutionEngine/MCJIT/ObjectBuffer.h - copied unchanged from r280168, head/contrib/llvm/lib/ExecutionEngine/MCJIT/ObjectBuffer.h projects/ifnet/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RTDyldMemoryManager.cpp - copied unchanged from r280168, head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RTDyldMemoryManager.cpp projects/ifnet/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCheckerImpl.h - copied unchanged from r280168, head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCheckerImpl.h projects/ifnet/contrib/llvm/lib/IR/MetadataTracking.cpp - copied unchanged from r280168, head/contrib/llvm/lib/IR/MetadataTracking.cpp projects/ifnet/contrib/llvm/lib/IR/Statepoint.cpp - copied unchanged from r280168, head/contrib/llvm/lib/IR/Statepoint.cpp projects/ifnet/contrib/llvm/lib/IR/UseListOrder.cpp - copied unchanged from r280168, head/contrib/llvm/lib/IR/UseListOrder.cpp projects/ifnet/contrib/llvm/lib/MC/MCDisassembler/MCDisassembler.cpp - copied unchanged from r280168, head/contrib/llvm/lib/MC/MCDisassembler/MCDisassembler.cpp projects/ifnet/contrib/llvm/lib/MC/MCDisassembler/MCExternalSymbolizer.cpp - copied unchanged from r280168, head/contrib/llvm/lib/MC/MCDisassembler/MCExternalSymbolizer.cpp projects/ifnet/contrib/llvm/lib/MC/MCDisassembler/MCRelocationInfo.cpp - copied unchanged from r280168, head/contrib/llvm/lib/MC/MCDisassembler/MCRelocationInfo.cpp projects/ifnet/contrib/llvm/lib/MC/MCWinEH.cpp - copied unchanged from r280168, head/contrib/llvm/lib/MC/MCWinEH.cpp projects/ifnet/contrib/llvm/lib/ProfileData/CoverageMapping.cpp - copied unchanged from r280168, head/contrib/llvm/lib/ProfileData/CoverageMapping.cpp projects/ifnet/contrib/llvm/lib/ProfileData/CoverageMappingReader.cpp - copied unchanged from r280168, head/contrib/llvm/lib/ProfileData/CoverageMappingReader.cpp projects/ifnet/contrib/llvm/lib/ProfileData/CoverageMappingWriter.cpp - copied unchanged from r280168, head/contrib/llvm/lib/ProfileData/CoverageMappingWriter.cpp projects/ifnet/contrib/llvm/lib/ProfileData/SampleProf.cpp - copied unchanged from r280168, head/contrib/llvm/lib/ProfileData/SampleProf.cpp projects/ifnet/contrib/llvm/lib/ProfileData/SampleProfReader.cpp - copied unchanged from r280168, head/contrib/llvm/lib/ProfileData/SampleProfReader.cpp projects/ifnet/contrib/llvm/lib/ProfileData/SampleProfWriter.cpp - copied unchanged from r280168, head/contrib/llvm/lib/ProfileData/SampleProfWriter.cpp projects/ifnet/contrib/llvm/lib/Support/MathExtras.cpp - copied unchanged from r280168, head/contrib/llvm/lib/Support/MathExtras.cpp projects/ifnet/contrib/llvm/lib/Support/Options.cpp - copied unchanged from r280168, head/contrib/llvm/lib/Support/Options.cpp projects/ifnet/contrib/llvm/lib/Support/StreamingMemoryObject.cpp - copied unchanged from r280168, head/contrib/llvm/lib/Support/StreamingMemoryObject.cpp projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64A53Fix835769.cpp - copied unchanged from r280168, head/contrib/llvm/lib/Target/AArch64/AArch64A53Fix835769.cpp projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp - copied unchanged from r280168, head/contrib/llvm/lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64CallingConvention.h - copied unchanged from r280168, head/contrib/llvm/lib/Target/AArch64/AArch64CallingConvention.h projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64ConditionOptimizer.cpp - copied unchanged from r280168, head/contrib/llvm/lib/Target/AArch64/AArch64ConditionOptimizer.cpp projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64MachineCombinerPattern.h - copied unchanged from r280168, head/contrib/llvm/lib/Target/AArch64/AArch64MachineCombinerPattern.h projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64PBQPRegAlloc.cpp - copied unchanged from r280168, head/contrib/llvm/lib/Target/AArch64/AArch64PBQPRegAlloc.cpp projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64PBQPRegAlloc.h - copied unchanged from r280168, head/contrib/llvm/lib/Target/AArch64/AArch64PBQPRegAlloc.h projects/ifnet/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.h - copied unchanged from r280168, head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.h projects/ifnet/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackendDarwin.h - copied unchanged from r280168, head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackendDarwin.h projects/ifnet/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackendELF.h - copied unchanged from r280168, head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackendELF.h projects/ifnet/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackendWinCOFF.h - copied unchanged from r280168, head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackendWinCOFF.h projects/ifnet/contrib/llvm/lib/Target/Hexagon/Disassembler/ - copied from r280168, head/contrib/llvm/lib/Target/Hexagon/Disassembler/ projects/ifnet/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp - copied unchanged from r280168, head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp projects/ifnet/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonELFObjectWriter.cpp - copied unchanged from r280168, head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonELFObjectWriter.cpp projects/ifnet/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonInstPrinter.cpp - copied unchanged from r280168, head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonInstPrinter.cpp projects/ifnet/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonInstPrinter.h - copied unchanged from r280168, head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonInstPrinter.h projects/ifnet/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp - copied unchanged from r280168, head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp projects/ifnet/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.h - copied unchanged from r280168, head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.h projects/ifnet/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.cpp - copied unchanged from r280168, head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.cpp projects/ifnet/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.h - copied unchanged from r280168, head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.h projects/ifnet/contrib/llvm/lib/Target/NVPTX/NVPTXLowerStructArgs.cpp - copied unchanged from r280168, head/contrib/llvm/lib/Target/NVPTX/NVPTXLowerStructArgs.cpp projects/ifnet/contrib/llvm/lib/Target/NVPTX/NVPTXTargetTransformInfo.cpp - copied unchanged from r280168, head/contrib/llvm/lib/Target/NVPTX/NVPTXTargetTransformInfo.cpp projects/ifnet/contrib/llvm/lib/Target/PowerPC/PPCCallingConv.h - copied unchanged from r280168, head/contrib/llvm/lib/Target/PowerPC/PPCCallingConv.h projects/ifnet/contrib/llvm/lib/Target/PowerPC/PPCInstrSPE.td - copied unchanged from r280168, head/contrib/llvm/lib/Target/PowerPC/PPCInstrSPE.td projects/ifnet/contrib/llvm/lib/Target/PowerPC/PPCScheduleP8.td - copied unchanged from r280168, head/contrib/llvm/lib/Target/PowerPC/PPCScheduleP8.td projects/ifnet/contrib/llvm/lib/Target/R600/AMDGPUAlwaysInlinePass.cpp - copied unchanged from r280168, head/contrib/llvm/lib/Target/R600/AMDGPUAlwaysInlinePass.cpp projects/ifnet/contrib/llvm/lib/Target/R600/AMDKernelCodeT.h - copied unchanged from r280168, head/contrib/llvm/lib/Target/R600/AMDKernelCodeT.h projects/ifnet/contrib/llvm/lib/Target/R600/AsmParser/ - copied from r280168, head/contrib/llvm/lib/Target/R600/AsmParser/ projects/ifnet/contrib/llvm/lib/Target/R600/CIInstructions.td - copied unchanged from r280168, head/contrib/llvm/lib/Target/R600/CIInstructions.td projects/ifnet/contrib/llvm/lib/Target/R600/SIFoldOperands.cpp - copied unchanged from r280168, head/contrib/llvm/lib/Target/R600/SIFoldOperands.cpp projects/ifnet/contrib/llvm/lib/Target/R600/SILoadStoreOptimizer.cpp - copied unchanged from r280168, head/contrib/llvm/lib/Target/R600/SILoadStoreOptimizer.cpp projects/ifnet/contrib/llvm/lib/Target/R600/SIPrepareScratchRegs.cpp - copied unchanged from r280168, head/contrib/llvm/lib/Target/R600/SIPrepareScratchRegs.cpp projects/ifnet/contrib/llvm/lib/Target/R600/VIInstrFormats.td - copied unchanged from r280168, head/contrib/llvm/lib/Target/R600/VIInstrFormats.td projects/ifnet/contrib/llvm/lib/Target/R600/VIInstructions.td - copied unchanged from r280168, head/contrib/llvm/lib/Target/R600/VIInstructions.td projects/ifnet/contrib/llvm/lib/Target/X86/X86CallFrameOptimization.cpp - copied unchanged from r280168, head/contrib/llvm/lib/Target/X86/X86CallFrameOptimization.cpp projects/ifnet/contrib/llvm/lib/Target/X86/X86InstrSGX.td - copied unchanged from r280168, head/contrib/llvm/lib/Target/X86/X86InstrSGX.td projects/ifnet/contrib/llvm/lib/Target/X86/X86IntrinsicsInfo.h - copied unchanged from r280168, head/contrib/llvm/lib/Target/X86/X86IntrinsicsInfo.h projects/ifnet/contrib/llvm/lib/Target/X86/X86ScheduleBtVer2.td - copied unchanged from r280168, head/contrib/llvm/lib/Target/X86/X86ScheduleBtVer2.td projects/ifnet/contrib/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp - copied unchanged from r280168, head/contrib/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp projects/ifnet/contrib/llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp - copied unchanged from r280168, head/contrib/llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp projects/ifnet/contrib/llvm/lib/Transforms/ObjCARC/ProvenanceAnalysisEvaluator.cpp - copied unchanged from r280168, head/contrib/llvm/lib/Transforms/ObjCARC/ProvenanceAnalysisEvaluator.cpp projects/ifnet/contrib/llvm/lib/Transforms/Scalar/AlignmentFromAssumptions.cpp - copied unchanged from r280168, head/contrib/llvm/lib/Transforms/Scalar/AlignmentFromAssumptions.cpp projects/ifnet/contrib/llvm/lib/Transforms/Utils/SymbolRewriter.cpp - copied unchanged from r280168, head/contrib/llvm/lib/Transforms/Utils/SymbolRewriter.cpp projects/ifnet/contrib/llvm/patches/patch-01-freebsd-kprintf.diff - copied unchanged from r280168, head/contrib/llvm/patches/patch-01-freebsd-kprintf.diff projects/ifnet/contrib/llvm/patches/patch-02-clang-vendor-suffix.diff - copied unchanged from r280168, head/contrib/llvm/patches/patch-02-clang-vendor-suffix.diff projects/ifnet/contrib/llvm/patches/patch-03-add-CC-aliases.diff - copied unchanged from r280168, head/contrib/llvm/patches/patch-03-add-CC-aliases.diff projects/ifnet/contrib/llvm/patches/patch-04-add-llvm-gvn-option.diff - copied unchanged from r280168, head/contrib/llvm/patches/patch-04-add-llvm-gvn-option.diff projects/ifnet/contrib/llvm/patches/patch-05-enable-armv6-clrex.diff - copied unchanged from r280168, head/contrib/llvm/patches/patch-05-enable-armv6-clrex.diff projects/ifnet/contrib/llvm/patches/patch-06-clang-add-mips-triples.diff - copied unchanged from r280168, head/contrib/llvm/patches/patch-06-clang-add-mips-triples.diff projects/ifnet/contrib/llvm/patches/patch-07-llvm-r227752-boot2-shrink.diff - copied unchanged from r280168, head/contrib/llvm/patches/patch-07-llvm-r227752-boot2-shrink.diff projects/ifnet/contrib/llvm/patches/patch-08-llvm-r227089-fix-mips-i128.diff - copied unchanged from r280168, head/contrib/llvm/patches/patch-08-llvm-r227089-fix-mips-i128.diff projects/ifnet/contrib/llvm/patches/patch-09-llvm-r230058-indirectbrs-assert.diff - copied unchanged from r280168, head/contrib/llvm/patches/patch-09-llvm-r230058-indirectbrs-assert.diff projects/ifnet/contrib/llvm/tools/clang/include/clang/Analysis/CodeInjector.h - copied unchanged from r280168, head/contrib/llvm/tools/clang/include/clang/Analysis/CodeInjector.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsLe64.def - copied unchanged from r280168, head/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsLe64.def projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/SanitizerBlacklist.h - copied unchanged from r280168, head/contrib/llvm/tools/clang/include/clang/Basic/SanitizerBlacklist.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/Sanitizers.h - copied unchanged from r280168, head/contrib/llvm/tools/clang/include/clang/Basic/Sanitizers.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Frontend/SerializedDiagnosticReader.h - copied unchanged from r280168, head/contrib/llvm/tools/clang/include/clang/Frontend/SerializedDiagnosticReader.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Frontend/SerializedDiagnostics.h - copied unchanged from r280168, head/contrib/llvm/tools/clang/include/clang/Frontend/SerializedDiagnostics.h projects/ifnet/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Frontend/ModelConsumer.h - copied unchanged from r280168, head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Frontend/ModelConsumer.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Tooling/Core/ - copied from r280168, head/contrib/llvm/tools/clang/include/clang/Tooling/Core/ projects/ifnet/contrib/llvm/tools/clang/lib/Analysis/CodeInjector.cpp - copied unchanged from r280168, head/contrib/llvm/tools/clang/lib/Analysis/CodeInjector.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Basic/SanitizerBlacklist.cpp - copied unchanged from r280168, head/contrib/llvm/tools/clang/lib/Basic/SanitizerBlacklist.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Basic/Sanitizers.cpp - copied unchanged from r280168, head/contrib/llvm/tools/clang/lib/Basic/Sanitizers.cpp projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CoverageMappingGen.cpp - copied unchanged from r280168, head/contrib/llvm/tools/clang/lib/CodeGen/CoverageMappingGen.cpp projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CoverageMappingGen.h - copied unchanged from r280168, head/contrib/llvm/tools/clang/lib/CodeGen/CoverageMappingGen.h projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/SanitizerMetadata.cpp - copied unchanged from r280168, head/contrib/llvm/tools/clang/lib/CodeGen/SanitizerMetadata.cpp projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/SanitizerMetadata.h - copied unchanged from r280168, head/contrib/llvm/tools/clang/lib/CodeGen/SanitizerMetadata.h projects/ifnet/contrib/llvm/tools/clang/lib/Driver/CrossWindowsToolChain.cpp - copied unchanged from r280168, head/contrib/llvm/tools/clang/lib/Driver/CrossWindowsToolChain.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Driver/MSVCToolChain.cpp - copied unchanged from r280168, head/contrib/llvm/tools/clang/lib/Driver/MSVCToolChain.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Format/UnwrappedLineFormatter.cpp - copied unchanged from r280168, head/contrib/llvm/tools/clang/lib/Format/UnwrappedLineFormatter.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Format/UnwrappedLineFormatter.h - copied unchanged from r280168, head/contrib/llvm/tools/clang/lib/Format/UnwrappedLineFormatter.h projects/ifnet/contrib/llvm/tools/clang/lib/Frontend/CodeGenOptions.cpp - copied unchanged from r280168, head/contrib/llvm/tools/clang/lib/Frontend/CodeGenOptions.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Frontend/SerializedDiagnosticReader.cpp - copied unchanged from r280168, head/contrib/llvm/tools/clang/lib/Frontend/SerializedDiagnosticReader.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Headers/__stddef_max_align_t.h - copied unchanged from r280168, head/contrib/llvm/tools/clang/lib/Headers/__stddef_max_align_t.h projects/ifnet/contrib/llvm/tools/clang/lib/Headers/adxintrin.h - copied unchanged from r280168, head/contrib/llvm/tools/clang/lib/Headers/adxintrin.h projects/ifnet/contrib/llvm/tools/clang/lib/Headers/avx512bwintrin.h - copied unchanged from r280168, head/contrib/llvm/tools/clang/lib/Headers/avx512bwintrin.h projects/ifnet/contrib/llvm/tools/clang/lib/Headers/avx512erintrin.h - copied unchanged from r280168, head/contrib/llvm/tools/clang/lib/Headers/avx512erintrin.h projects/ifnet/contrib/llvm/tools/clang/lib/Headers/avx512fintrin.h - copied unchanged from r280168, head/contrib/llvm/tools/clang/lib/Headers/avx512fintrin.h projects/ifnet/contrib/llvm/tools/clang/lib/Headers/avx512vlbwintrin.h - copied unchanged from r280168, head/contrib/llvm/tools/clang/lib/Headers/avx512vlbwintrin.h projects/ifnet/contrib/llvm/tools/clang/lib/Headers/avx512vlintrin.h - copied unchanged from r280168, head/contrib/llvm/tools/clang/lib/Headers/avx512vlintrin.h projects/ifnet/contrib/llvm/tools/clang/lib/Headers/stdatomic.h - copied unchanged from r280168, head/contrib/llvm/tools/clang/lib/Headers/stdatomic.h projects/ifnet/contrib/llvm/tools/clang/lib/Headers/vadefs.h - copied unchanged from r280168, head/contrib/llvm/tools/clang/lib/Headers/vadefs.h projects/ifnet/contrib/llvm/tools/clang/lib/Sema/SemaCUDA.cpp - copied unchanged from r280168, head/contrib/llvm/tools/clang/lib/Sema/SemaCUDA.cpp projects/ifnet/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/ModelConsumer.cpp - copied unchanged from r280168, head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/ModelConsumer.cpp projects/ifnet/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/ModelInjector.cpp - copied unchanged from r280168, head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/ModelInjector.cpp projects/ifnet/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/ModelInjector.h - copied unchanged from r280168, head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/ModelInjector.h projects/ifnet/contrib/llvm/tools/clang/lib/Tooling/Core/ - copied from r280168, head/contrib/llvm/tools/clang/lib/Tooling/Core/ projects/ifnet/contrib/llvm/tools/lldb/include/lldb/API/SBExecutionContext.h - copied unchanged from r280168, head/contrib/llvm/tools/lldb/include/lldb/API/SBExecutionContext.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/API/SBThreadCollection.h - copied unchanged from r280168, head/contrib/llvm/tools/lldb/include/lldb/API/SBThreadCollection.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/API/SBThreadPlan.h - copied unchanged from r280168, head/contrib/llvm/tools/lldb/include/lldb/API/SBThreadPlan.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Core/ThreadSafeDenseMap.h - copied unchanged from r280168, head/contrib/llvm/tools/lldb/include/lldb/Core/ThreadSafeDenseMap.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/DataFormatters/StringPrinter.h - copied unchanged from r280168, head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/StringPrinter.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeValidator.h - copied unchanged from r280168, head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeValidator.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Expression/ClangModulesDeclVendor.h - copied unchanged from r280168, head/contrib/llvm/tools/lldb/include/lldb/Expression/ClangModulesDeclVendor.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Host/ConnectionFileDescriptor.h - copied unchanged from r280168, head/contrib/llvm/tools/lldb/include/lldb/Host/ConnectionFileDescriptor.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Host/HostNativeProcess.h - copied unchanged from r280168, head/contrib/llvm/tools/lldb/include/lldb/Host/HostNativeProcess.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Host/HostNativeProcessBase.h - copied unchanged from r280168, head/contrib/llvm/tools/lldb/include/lldb/Host/HostNativeProcessBase.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Host/HostNativeThread.h - copied unchanged from r280168, head/contrib/llvm/tools/lldb/include/lldb/Host/HostNativeThread.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Host/HostNativeThreadBase.h - copied unchanged from r280168, head/contrib/llvm/tools/lldb/include/lldb/Host/HostNativeThreadBase.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Host/HostNativeThreadForward.h - copied unchanged from r280168, head/contrib/llvm/tools/lldb/include/lldb/Host/HostNativeThreadForward.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Host/HostThread.h - copied unchanged from r280168, head/contrib/llvm/tools/lldb/include/lldb/Host/HostThread.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Host/MonitoringProcessLauncher.h - copied unchanged from r280168, head/contrib/llvm/tools/lldb/include/lldb/Host/MonitoringProcessLauncher.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Host/PipeBase.h - copied unchanged from r280168, head/contrib/llvm/tools/lldb/include/lldb/Host/PipeBase.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Host/ProcessLauncher.h - copied unchanged from r280168, head/contrib/llvm/tools/lldb/include/lldb/Host/ProcessLauncher.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Host/ThisThread.h - copied unchanged from r280168, head/contrib/llvm/tools/lldb/include/lldb/Host/ThisThread.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Host/ThreadLauncher.h - copied unchanged from r280168, head/contrib/llvm/tools/lldb/include/lldb/Host/ThreadLauncher.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Host/freebsd/HostThreadFreeBSD.h - copied unchanged from r280168, head/contrib/llvm/tools/lldb/include/lldb/Host/freebsd/HostThreadFreeBSD.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Host/posix/ConnectionFileDescriptorPosix.h - copied unchanged from r280168, head/contrib/llvm/tools/lldb/include/lldb/Host/posix/ConnectionFileDescriptorPosix.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Host/posix/HostThreadPosix.h - copied unchanged from r280168, head/contrib/llvm/tools/lldb/include/lldb/Host/posix/HostThreadPosix.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Host/posix/PipePosix.h - copied unchanged from r280168, head/contrib/llvm/tools/lldb/include/lldb/Host/posix/PipePosix.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Host/posix/ProcessLauncherPosix.h - copied unchanged from r280168, head/contrib/llvm/tools/lldb/include/lldb/Host/posix/ProcessLauncherPosix.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueChar.h - copied unchanged from r280168, head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueChar.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Symbol/CompactUnwindInfo.h - copied unchanged from r280168, head/contrib/llvm/tools/lldb/include/lldb/Symbol/CompactUnwindInfo.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Symbol/DeclVendor.h - copied unchanged from r280168, head/contrib/llvm/tools/lldb/include/lldb/Symbol/DeclVendor.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Target/InstrumentationRuntime.h - copied unchanged from r280168, head/contrib/llvm/tools/lldb/include/lldb/Target/InstrumentationRuntime.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Target/InstrumentationRuntimeStopInfo.h - copied unchanged from r280168, head/contrib/llvm/tools/lldb/include/lldb/Target/InstrumentationRuntimeStopInfo.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Target/MemoryHistory.h - copied unchanged from r280168, head/contrib/llvm/tools/lldb/include/lldb/Target/MemoryHistory.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Target/ThreadCollection.h - copied unchanged from r280168, head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadCollection.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanPython.h - copied unchanged from r280168, head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanPython.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Utility/ProcessStructReader.h - copied unchanged from r280168, head/contrib/llvm/tools/lldb/include/lldb/Utility/ProcessStructReader.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Utility/RegisterNumber.h - copied unchanged from r280168, head/contrib/llvm/tools/lldb/include/lldb/Utility/RegisterNumber.h projects/ifnet/contrib/llvm/tools/lldb/source/API/SBExecutionContext.cpp - copied unchanged from r280168, head/contrib/llvm/tools/lldb/source/API/SBExecutionContext.cpp projects/ifnet/contrib/llvm/tools/lldb/source/API/SBThreadCollection.cpp - copied unchanged from r280168, head/contrib/llvm/tools/lldb/source/API/SBThreadCollection.cpp projects/ifnet/contrib/llvm/tools/lldb/source/API/SBThreadPlan.cpp - copied unchanged from r280168, head/contrib/llvm/tools/lldb/source/API/SBThreadPlan.cpp projects/ifnet/contrib/llvm/tools/lldb/source/DataFormatters/LibCxxInitializerList.cpp - copied unchanged from r280168, head/contrib/llvm/tools/lldb/source/DataFormatters/LibCxxInitializerList.cpp projects/ifnet/contrib/llvm/tools/lldb/source/DataFormatters/LibCxxVector.cpp - copied unchanged from r280168, head/contrib/llvm/tools/lldb/source/DataFormatters/LibCxxVector.cpp projects/ifnet/contrib/llvm/tools/lldb/source/DataFormatters/NSIndexPath.cpp - copied unchanged from r280168, head/contrib/llvm/tools/lldb/source/DataFormatters/NSIndexPath.cpp projects/ifnet/contrib/llvm/tools/lldb/source/DataFormatters/StringPrinter.cpp - copied unchanged from r280168, head/contrib/llvm/tools/lldb/source/DataFormatters/StringPrinter.cpp projects/ifnet/contrib/llvm/tools/lldb/source/DataFormatters/TypeValidator.cpp - copied unchanged from r280168, head/contrib/llvm/tools/lldb/source/DataFormatters/TypeValidator.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Expression/ClangModulesDeclVendor.cpp - copied unchanged from r280168, head/contrib/llvm/tools/lldb/source/Expression/ClangModulesDeclVendor.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Host/common/HostNativeThreadBase.cpp - copied unchanged from r280168, head/contrib/llvm/tools/lldb/source/Host/common/HostNativeThreadBase.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Host/common/HostProcess.cpp - copied unchanged from r280168, head/contrib/llvm/tools/lldb/source/Host/common/HostProcess.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Host/common/HostThread.cpp - copied unchanged from r280168, head/contrib/llvm/tools/lldb/source/Host/common/HostThread.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Host/common/MonitoringProcessLauncher.cpp - copied unchanged from r280168, head/contrib/llvm/tools/lldb/source/Host/common/MonitoringProcessLauncher.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Host/common/PipeBase.cpp - copied unchanged from r280168, head/contrib/llvm/tools/lldb/source/Host/common/PipeBase.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Host/common/ThisThread.cpp - copied unchanged from r280168, head/contrib/llvm/tools/lldb/source/Host/common/ThisThread.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Host/common/ThreadLauncher.cpp - copied unchanged from r280168, head/contrib/llvm/tools/lldb/source/Host/common/ThreadLauncher.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Host/freebsd/HostThreadFreeBSD.cpp - copied unchanged from r280168, head/contrib/llvm/tools/lldb/source/Host/freebsd/HostThreadFreeBSD.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Host/freebsd/ThisThread.cpp - copied unchanged from r280168, head/contrib/llvm/tools/lldb/source/Host/freebsd/ThisThread.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp - copied unchanged from r280168, head/contrib/llvm/tools/lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Host/posix/HostThreadPosix.cpp - copied unchanged from r280168, head/contrib/llvm/tools/lldb/source/Host/posix/HostThreadPosix.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Host/posix/PipePosix.cpp - copied unchanged from r280168, head/contrib/llvm/tools/lldb/source/Host/posix/PipePosix.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Host/posix/ProcessLauncherPosix.cpp - copied unchanged from r280168, head/contrib/llvm/tools/lldb/source/Host/posix/ProcessLauncherPosix.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Interpreter/OptionValueChar.cpp - copied unchanged from r280168, head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueChar.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/ - copied from r280168, head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/ projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/ - copied from r280168, head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/ projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ - copied from r280168, head/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/MemoryHistory/ - copied from r280168, head/contrib/llvm/tools/lldb/source/Plugins/MemoryHistory/ projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIXProcessMonitor_powerpc.cpp - copied unchanged from r280168, head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIXProcessMonitor_powerpc.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIXProcessMonitor_powerpc.h - copied unchanged from r280168, head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIXProcessMonitor_powerpc.h projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_powerpc.cpp - copied unchanged from r280168, head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_powerpc.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_powerpc.h - copied unchanged from r280168, head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_powerpc.h projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_powerpc.cpp - copied unchanged from r280168, head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_powerpc.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_powerpc.h - copied unchanged from r280168, head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_powerpc.h projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContext_powerpc.h - copied unchanged from r280168, head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContext_powerpc.h projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_powerpc.h - copied unchanged from r280168, head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_powerpc.h projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.cpp - copied unchanged from r280168, head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.h - copied unchanged from r280168, head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.h projects/ifnet/contrib/llvm/tools/lldb/source/Symbol/CompactUnwindInfo.cpp - copied unchanged from r280168, head/contrib/llvm/tools/lldb/source/Symbol/CompactUnwindInfo.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Target/InstrumentationRuntime.cpp - copied unchanged from r280168, head/contrib/llvm/tools/lldb/source/Target/InstrumentationRuntime.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Target/InstrumentationRuntimeStopInfo.cpp - copied unchanged from r280168, head/contrib/llvm/tools/lldb/source/Target/InstrumentationRuntimeStopInfo.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Target/MemoryHistory.cpp - copied unchanged from r280168, head/contrib/llvm/tools/lldb/source/Target/MemoryHistory.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Target/ThreadCollection.cpp - copied unchanged from r280168, head/contrib/llvm/tools/lldb/source/Target/ThreadCollection.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Target/ThreadPlanPython.cpp - copied unchanged from r280168, head/contrib/llvm/tools/lldb/source/Target/ThreadPlanPython.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Utility/RegisterNumber.cpp - copied unchanged from r280168, head/contrib/llvm/tools/lldb/source/Utility/RegisterNumber.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Utility/UriParser.cpp - copied unchanged from r280168, head/contrib/llvm/tools/lldb/source/Utility/UriParser.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Utility/UriParser.h - copied unchanged from r280168, head/contrib/llvm/tools/lldb/source/Utility/UriParser.h projects/ifnet/contrib/llvm/tools/lldb/tools/compact-unwind/ - copied from r280168, head/contrib/llvm/tools/lldb/tools/compact-unwind/ projects/ifnet/etc/autofs/special_noauto - copied unchanged from r280168, head/etc/autofs/special_noauto projects/ifnet/lib/clang/liblldbPluginABISysV_ppc/ - copied from r280168, head/lib/clang/liblldbPluginABISysV_ppc/ projects/ifnet/lib/clang/liblldbPluginABISysV_ppc64/ - copied from r280168, head/lib/clang/liblldbPluginABISysV_ppc64/ projects/ifnet/lib/clang/liblldbPluginInstrumentationRuntimeAddressSanitizer/ - copied from r280168, head/lib/clang/liblldbPluginInstrumentationRuntimeAddressSanitizer/ projects/ifnet/lib/clang/liblldbPluginMemoryHistoryASan/ - copied from r280168, head/lib/clang/liblldbPluginMemoryHistoryASan/ projects/ifnet/sys/dev/sfxge/sfxge_version.h - copied unchanged from r280168, head/sys/dev/sfxge/sfxge_version.h projects/ifnet/sys/kern/uipc_mbufhash.c - copied unchanged from r280168, head/sys/kern/uipc_mbufhash.c projects/ifnet/sys/mips/atheros/ar71xx_macaddr.c - copied unchanged from r280168, head/sys/mips/atheros/ar71xx_macaddr.c projects/ifnet/sys/mips/atheros/ar71xx_macaddr.h - copied unchanged from r280168, head/sys/mips/atheros/ar71xx_macaddr.h projects/ifnet/sys/mips/conf/TL-WR1043NDv2 - copied unchanged from r280168, head/sys/mips/conf/TL-WR1043NDv2 projects/ifnet/sys/mips/conf/TL-WR1043NDv2.hints - copied unchanged from r280168, head/sys/mips/conf/TL-WR1043NDv2.hints Deleted: projects/ifnet/contrib/compiler-rt/lib/asan/asan_allocator2.cc projects/ifnet/contrib/compiler-rt/lib/tsan/Makefile.old projects/ifnet/contrib/compiler-rt/lib/tsan/rtl/Makefile.old projects/ifnet/contrib/llvm/include/llvm/Analysis/FindUsedTypes.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/JITCodeEmitter.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/MachineCodeEmitter.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/MachineCodeInfo.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/MachineRelocation.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/PBQP/RegAllocSolver.h projects/ifnet/contrib/llvm/include/llvm/ExecutionEngine/JIT.h projects/ifnet/contrib/llvm/include/llvm/ExecutionEngine/JITMemoryManager.h projects/ifnet/contrib/llvm/include/llvm/ExecutionEngine/ObjectBuffer.h projects/ifnet/contrib/llvm/include/llvm/ExecutionEngine/ObjectImage.h projects/ifnet/contrib/llvm/include/llvm/IR/LeakDetector.h projects/ifnet/contrib/llvm/include/llvm/MC/MCAnalysis/MCAtom.h projects/ifnet/contrib/llvm/include/llvm/MC/MCAnalysis/MCFunction.h projects/ifnet/contrib/llvm/include/llvm/MC/MCAnalysis/MCModule.h projects/ifnet/contrib/llvm/include/llvm/MC/MCAnalysis/MCModuleYAML.h projects/ifnet/contrib/llvm/include/llvm/MC/MCObjectDisassembler.h projects/ifnet/contrib/llvm/include/llvm/MC/MCObjectSymbolizer.h projects/ifnet/contrib/llvm/include/llvm/Support/IncludeFile.h projects/ifnet/contrib/llvm/include/llvm/Support/StreamableMemoryObject.h projects/ifnet/contrib/llvm/include/llvm/Support/StringRefMemoryObject.h projects/ifnet/contrib/llvm/include/llvm/Target/TargetJITInfo.h projects/ifnet/contrib/llvm/lib/Analysis/IPA/FindUsedTypes.cpp projects/ifnet/contrib/llvm/lib/CodeGen/AsmPrinter/DIE.h projects/ifnet/contrib/llvm/lib/CodeGen/AtomicExpandLoadLinkedPass.cpp projects/ifnet/contrib/llvm/lib/CodeGen/JITCodeEmitter.cpp projects/ifnet/contrib/llvm/lib/CodeGen/MachineCodeEmitter.cpp projects/ifnet/contrib/llvm/lib/CodeGen/Spiller.cpp projects/ifnet/contrib/llvm/lib/DebugInfo/DWARFAbbreviationDeclaration.h projects/ifnet/contrib/llvm/lib/DebugInfo/DWARFCompileUnit.h projects/ifnet/contrib/llvm/lib/DebugInfo/DWARFContext.h projects/ifnet/contrib/llvm/lib/DebugInfo/DWARFDebugAbbrev.h projects/ifnet/contrib/llvm/lib/DebugInfo/DWARFDebugArangeSet.h projects/ifnet/contrib/llvm/lib/DebugInfo/DWARFDebugAranges.h projects/ifnet/contrib/llvm/lib/DebugInfo/DWARFDebugFrame.h projects/ifnet/contrib/llvm/lib/DebugInfo/DWARFDebugInfoEntry.h projects/ifnet/contrib/llvm/lib/DebugInfo/DWARFDebugLine.h projects/ifnet/contrib/llvm/lib/DebugInfo/DWARFDebugLoc.h projects/ifnet/contrib/llvm/lib/DebugInfo/DWARFDebugRangeList.h projects/ifnet/contrib/llvm/lib/DebugInfo/DWARFRelocMap.h projects/ifnet/contrib/llvm/lib/DebugInfo/DWARFTypeUnit.h projects/ifnet/contrib/llvm/lib/DebugInfo/DWARFUnit.h projects/ifnet/contrib/llvm/lib/ExecutionEngine/JIT/JIT.cpp projects/ifnet/contrib/llvm/lib/ExecutionEngine/JIT/JIT.h projects/ifnet/contrib/llvm/lib/ExecutionEngine/JIT/JITEmitter.cpp projects/ifnet/contrib/llvm/lib/ExecutionEngine/JIT/JITMemoryManager.cpp projects/ifnet/contrib/llvm/lib/ExecutionEngine/RTDyldMemoryManager.cpp projects/ifnet/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/GDBRegistrar.cpp projects/ifnet/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/JITRegistrar.h projects/ifnet/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ObjectImageCommon.h projects/ifnet/contrib/llvm/lib/IR/LeakDetector.cpp projects/ifnet/contrib/llvm/lib/MC/MCAnalysis/MCAtom.cpp projects/ifnet/contrib/llvm/lib/MC/MCAnalysis/MCFunction.cpp projects/ifnet/contrib/llvm/lib/MC/MCAnalysis/MCModule.cpp projects/ifnet/contrib/llvm/lib/MC/MCAnalysis/MCModuleYAML.cpp projects/ifnet/contrib/llvm/lib/MC/MCAnalysis/MCObjectDisassembler.cpp projects/ifnet/contrib/llvm/lib/MC/MCAnalysis/MCObjectSymbolizer.cpp projects/ifnet/contrib/llvm/lib/MC/MCDisassembler.cpp projects/ifnet/contrib/llvm/lib/MC/MCExternalSymbolizer.cpp projects/ifnet/contrib/llvm/lib/MC/MCRelocationInfo.cpp projects/ifnet/contrib/llvm/lib/Support/IncludeFile.cpp projects/ifnet/contrib/llvm/lib/Support/StreamableMemoryObject.cpp projects/ifnet/contrib/llvm/lib/Support/StringRefMemoryObject.cpp projects/ifnet/contrib/llvm/lib/Target/ARM/ARMCodeEmitter.cpp projects/ifnet/contrib/llvm/lib/Target/ARM/ARMJITInfo.cpp projects/ifnet/contrib/llvm/lib/Target/ARM/ARMJITInfo.h projects/ifnet/contrib/llvm/lib/Target/ARM/ARMRelocations.h projects/ifnet/contrib/llvm/lib/Target/Hexagon/InstPrinter/ projects/ifnet/contrib/llvm/lib/Target/Mips/MipsABIInfo.cpp projects/ifnet/contrib/llvm/lib/Target/Mips/MipsABIInfo.h projects/ifnet/contrib/llvm/lib/Target/Mips/MipsCodeEmitter.cpp projects/ifnet/contrib/llvm/lib/Target/Mips/MipsJITInfo.cpp projects/ifnet/contrib/llvm/lib/Target/Mips/MipsJITInfo.h projects/ifnet/contrib/llvm/lib/Target/Mips/MipsRelocations.h projects/ifnet/contrib/llvm/lib/Target/PowerPC/PPCCodeEmitter.cpp projects/ifnet/contrib/llvm/lib/Target/PowerPC/PPCJITInfo.cpp projects/ifnet/contrib/llvm/lib/Target/PowerPC/PPCJITInfo.h projects/ifnet/contrib/llvm/lib/Target/PowerPC/PPCRelocations.h projects/ifnet/contrib/llvm/lib/Target/Sparc/SparcCodeEmitter.cpp projects/ifnet/contrib/llvm/lib/Target/Sparc/SparcJITInfo.cpp projects/ifnet/contrib/llvm/lib/Target/Sparc/SparcJITInfo.h projects/ifnet/contrib/llvm/lib/Target/Sparc/SparcRelocations.h projects/ifnet/contrib/llvm/lib/Target/TargetJITInfo.cpp projects/ifnet/contrib/llvm/lib/Target/X86/X86AtomicExpandPass.cpp projects/ifnet/contrib/llvm/lib/Target/X86/X86CodeEmitter.cpp projects/ifnet/contrib/llvm/lib/Target/X86/X86JITInfo.cpp projects/ifnet/contrib/llvm/lib/Target/X86/X86JITInfo.h projects/ifnet/contrib/llvm/lib/Target/X86/X86Relocations.h projects/ifnet/contrib/llvm/lib/Transforms/Instrumentation/DebugIR.cpp projects/ifnet/contrib/llvm/lib/Transforms/Instrumentation/DebugIR.h projects/ifnet/contrib/llvm/patches/patch-01-clang-version-include.diff projects/ifnet/contrib/llvm/patches/patch-02-format-extensions.diff projects/ifnet/contrib/llvm/patches/patch-03-clang-vendor-suffix.diff projects/ifnet/contrib/llvm/patches/patch-04-default-target-triple.diff projects/ifnet/contrib/llvm/patches/patch-05-add-CC-aliases.diff projects/ifnet/contrib/llvm/patches/patch-06-clang-arm-target-cpu.diff projects/ifnet/contrib/llvm/patches/patch-07-llvm-r216989-r216990-fix-movw-armv6.diff projects/ifnet/contrib/llvm/patches/patch-08-clang-r217410-i386-garbage-float.diff projects/ifnet/contrib/llvm/patches/patch-09-llvm-r221709-debug-oom.diff projects/ifnet/contrib/llvm/patches/patch-10-llvm-r222562-loop-rotate.diff projects/ifnet/contrib/llvm/patches/patch-11-add-llvm-gvn-option.diff projects/ifnet/contrib/llvm/patches/patch-12-llvm-r218241-dwarf2-warning.diff projects/ifnet/contrib/llvm/patches/patch-13-llvm-r215352-aarch64-dyn-loader.diff projects/ifnet/contrib/llvm/patches/patch-14-llvm-r216571-dynamiclib-usability.diff projects/ifnet/contrib/llvm/patches/patch-15-clang-r221900-freebsd-aarch64.diff projects/ifnet/contrib/llvm/patches/patch-16-llvm-r222856-libapr-miscompile.diff projects/ifnet/contrib/llvm/patches/patch-17-llvm-r214802-armv6-cp10-cp11.diff projects/ifnet/contrib/llvm/patches/patch-18-llvm-r215811-arm-fpu-directive.diff projects/ifnet/contrib/llvm/patches/patch-19-enable-armv6-clrex.diff projects/ifnet/contrib/llvm/patches/patch-20-llvm-r223147-arm-cpu-directive.diff projects/ifnet/contrib/llvm/patches/patch-21-llvm-r221170-ppc-vaarg.diff projects/ifnet/contrib/llvm/patches/patch-22-llvm-r221791-ppc-small-pic.diff projects/ifnet/contrib/llvm/patches/patch-23-llvm-r224415-ppc-local.diff projects/ifnet/contrib/llvm/patches/patch-24-llvm-r213890-ppc-eh_frame.diff projects/ifnet/contrib/llvm/patches/patch-25-llvm-r224890-ppc-ctr-tls-loop.diff projects/ifnet/contrib/llvm/patches/patch-26-clang-r213790-type_traits-crash.diff projects/ifnet/contrib/llvm/patches/patch-27-llvm-r222587-arm-add-pc.diff projects/ifnet/contrib/llvm/patches/patch-28-llvm-r222292-aarch64-no-neon.diff projects/ifnet/contrib/llvm/patches/patch-29-clang-add-mips-triples.diff projects/ifnet/contrib/llvm/patches/patch-30-llvm-r226664-aarch64-x18.diff projects/ifnet/contrib/llvm/patches/patch-31-clang-r227062-fixes-x18.diff projects/ifnet/contrib/llvm/patches/patch-32-llvm-r230058-indirectbrs-assert.diff projects/ifnet/contrib/llvm/tools/clang/lib/AST/MangleNumberingContext.cpp projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/SanitizerBlacklist.cpp projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/SanitizerBlacklist.h projects/ifnet/contrib/llvm/tools/clang/lib/Driver/WindowsToolChain.cpp projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Core/ConnectionFileDescriptor.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Symbol/TypeVendor.h projects/ifnet/contrib/llvm/tools/lldb/source/Core/ConnectionFileDescriptor.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Host/common/Pipe.cpp projects/ifnet/contrib/mdocml/Makefile.local projects/ifnet/lib/clang/libllvmjit/ projects/ifnet/lib/clang/libllvmmcanalysis/ projects/ifnet/sys/amd64/vmm/vmm_ipi.c projects/ifnet/sys/amd64/vmm/vmm_ipi.h projects/ifnet/sys/amd64/vmm/vmm_support.S projects/ifnet/sys/cddl/contrib/opensolaris/uts/common/dtrace/lockstat.c projects/ifnet/sys/cddl/contrib/opensolaris/uts/common/dtrace/profile.c projects/ifnet/sys/cddl/contrib/opensolaris/uts/common/dtrace/sdt_subr.c projects/ifnet/sys/cddl/contrib/opensolaris/uts/common/dtrace/systrace.c projects/ifnet/sys/gnu/dts/arm/alphascale-asm9260-devkit.dts projects/ifnet/sys/gnu/dts/arm/alphascale-asm9260.dtsi projects/ifnet/sys/gnu/dts/arm/axm5516-amarillo.dts projects/ifnet/sys/gnu/dts/arm/axm55xx.dtsi projects/ifnet/sys/gnu/dts/arm/exynos5250-snow.dts projects/ifnet/sys/gnu/dts/arm/exynos5420-peach-pit.dts projects/ifnet/sys/gnu/dts/arm/exynos5800-peach-pi.dts projects/ifnet/sys/gnu/dts/arm/mmp2-brownstone.dts projects/ifnet/sys/gnu/dts/arm/mmp2.dtsi projects/ifnet/sys/gnu/dts/arm/pxa168-aspenite.dts projects/ifnet/sys/gnu/dts/arm/pxa168.dtsi projects/ifnet/sys/gnu/dts/arm/pxa910-dkb.dts projects/ifnet/sys/gnu/dts/arm/pxa910.dtsi projects/ifnet/sys/gnu/dts/arm/qcom-apq8064-cm-qs600.dts projects/ifnet/sys/gnu/dts/arm/qcom-apq8064-ifc6410.dts projects/ifnet/sys/gnu/dts/arm/qcom-apq8064-v2.0.dtsi projects/ifnet/sys/gnu/dts/arm/qcom-apq8064.dtsi projects/ifnet/sys/gnu/dts/arm/qcom-apq8074-dragonboard.dts projects/ifnet/sys/gnu/dts/arm/qcom-apq8084-ifc6540.dts projects/ifnet/sys/gnu/dts/arm/qcom-apq8084-mtp.dts projects/ifnet/sys/gnu/dts/arm/qcom-apq8084.dtsi projects/ifnet/sys/gnu/dts/arm/qcom-ipq8064-ap148.dts projects/ifnet/sys/gnu/dts/arm/qcom-ipq8064-v1.0.dtsi projects/ifnet/sys/gnu/dts/arm/qcom-ipq8064.dtsi projects/ifnet/sys/gnu/dts/arm/qcom-msm8660-surf.dts projects/ifnet/sys/gnu/dts/arm/qcom-msm8660.dtsi projects/ifnet/sys/gnu/dts/arm/qcom-msm8960-cdp.dts projects/ifnet/sys/gnu/dts/arm/qcom-msm8960.dtsi projects/ifnet/sys/gnu/dts/arm/qcom-msm8974-sony-xperia-honami.dts projects/ifnet/sys/gnu/dts/arm/qcom-msm8974.dtsi projects/ifnet/sys/gnu/dts/arm/s3c6400.dtsi projects/ifnet/sys/gnu/dts/arm/s3c6410-mini6410.dts projects/ifnet/sys/gnu/dts/arm/s3c6410-smdk6410.dts projects/ifnet/sys/gnu/dts/arm/s3c6410.dtsi projects/ifnet/sys/gnu/dts/arm/s3c64xx-pinctrl.dtsi projects/ifnet/sys/gnu/dts/arm/s3c64xx.dtsi projects/ifnet/sys/gnu/dts/arm/socfpga.dtsi projects/ifnet/sys/gnu/dts/arm/socfpga_arria10.dtsi projects/ifnet/sys/gnu/dts/arm/socfpga_arria10_socdk.dts projects/ifnet/sys/gnu/dts/arm/socfpga_arria5.dtsi projects/ifnet/sys/gnu/dts/arm/socfpga_arria5_socdk.dts projects/ifnet/sys/gnu/dts/arm/socfpga_cyclone5.dtsi projects/ifnet/sys/gnu/dts/arm/socfpga_cyclone5_socdk.dts projects/ifnet/sys/gnu/dts/arm/socfpga_cyclone5_sockit.dts projects/ifnet/sys/gnu/dts/arm/socfpga_cyclone5_socrates.dts projects/ifnet/sys/gnu/dts/arm/socfpga_vt.dts projects/ifnet/sys/gnu/dts/include/dt-bindings/clock/alphascale,asm9260.h projects/ifnet/sys/gnu/dts/include/dt-bindings/clock/lsi,axm5516-clks.h projects/ifnet/sys/gnu/dts/include/dt-bindings/clock/marvell,mmp2.h projects/ifnet/sys/gnu/dts/include/dt-bindings/clock/marvell,pxa168.h projects/ifnet/sys/gnu/dts/include/dt-bindings/clock/marvell,pxa910.h projects/ifnet/sys/gnu/dts/include/dt-bindings/clock/maxim,max77686.h projects/ifnet/sys/gnu/dts/include/dt-bindings/clock/maxim,max77802.h projects/ifnet/sys/gnu/dts/include/dt-bindings/clock/qcom,gcc-apq8084.h projects/ifnet/sys/gnu/dts/include/dt-bindings/clock/qcom,gcc-ipq806x.h projects/ifnet/sys/gnu/dts/include/dt-bindings/clock/qcom,gcc-msm8660.h projects/ifnet/sys/gnu/dts/include/dt-bindings/clock/qcom,gcc-msm8960.h projects/ifnet/sys/gnu/dts/include/dt-bindings/clock/qcom,gcc-msm8974.h projects/ifnet/sys/gnu/dts/include/dt-bindings/clock/qcom,lcc-ipq806x.h projects/ifnet/sys/gnu/dts/include/dt-bindings/clock/qcom,lcc-msm8960.h projects/ifnet/sys/gnu/dts/include/dt-bindings/clock/qcom,mmcc-apq8084.h projects/ifnet/sys/gnu/dts/include/dt-bindings/clock/qcom,mmcc-msm8960.h projects/ifnet/sys/gnu/dts/include/dt-bindings/clock/qcom,mmcc-msm8974.h projects/ifnet/sys/gnu/dts/include/dt-bindings/clock/rockchip,rk808.h projects/ifnet/sys/gnu/dts/include/dt-bindings/clock/samsung,s3c64xx-clock.h projects/ifnet/sys/gnu/dts/include/dt-bindings/iio/ projects/ifnet/sys/gnu/dts/include/dt-bindings/pinctrl/qcom,pmic-gpio.h projects/ifnet/sys/gnu/dts/include/dt-bindings/pinctrl/qcom,pmic-mpp.h projects/ifnet/sys/gnu/dts/include/dt-bindings/regulator/ projects/ifnet/sys/gnu/dts/include/dt-bindings/reset/ projects/ifnet/sys/gnu/dts/include/dt-bindings/soc/ projects/ifnet/sys/ofed/drivers/net/mlx4/utils.c projects/ifnet/sys/ofed/drivers/net/mlx4/utils.h Modified: projects/ifnet/Makefile.inc1 projects/ifnet/ObsoleteFiles.inc projects/ifnet/UPDATING projects/ifnet/cddl/contrib/opensolaris/tools/ctf/cvt/ctf.c projects/ifnet/contrib/bmake/meta.c projects/ifnet/contrib/compiler-rt/include/sanitizer/asan_interface.h projects/ifnet/contrib/compiler-rt/include/sanitizer/common_interface_defs.h projects/ifnet/contrib/compiler-rt/include/sanitizer/msan_interface.h projects/ifnet/contrib/compiler-rt/lib/asan/README.txt projects/ifnet/contrib/compiler-rt/lib/asan/asan_activation.cc projects/ifnet/contrib/compiler-rt/lib/asan/asan_activation.h projects/ifnet/contrib/compiler-rt/lib/asan/asan_allocator.h projects/ifnet/contrib/compiler-rt/lib/asan/asan_debugging.cc projects/ifnet/contrib/compiler-rt/lib/asan/asan_fake_stack.cc projects/ifnet/contrib/compiler-rt/lib/asan/asan_flags.h projects/ifnet/contrib/compiler-rt/lib/asan/asan_globals.cc projects/ifnet/contrib/compiler-rt/lib/asan/asan_init_version.h projects/ifnet/contrib/compiler-rt/lib/asan/asan_interceptors.cc projects/ifnet/contrib/compiler-rt/lib/asan/asan_interface_internal.h projects/ifnet/contrib/compiler-rt/lib/asan/asan_internal.h projects/ifnet/contrib/compiler-rt/lib/asan/asan_linux.cc projects/ifnet/contrib/compiler-rt/lib/asan/asan_mac.cc projects/ifnet/contrib/compiler-rt/lib/asan/asan_malloc_mac.cc projects/ifnet/contrib/compiler-rt/lib/asan/asan_mapping.h projects/ifnet/contrib/compiler-rt/lib/asan/asan_poisoning.cc projects/ifnet/contrib/compiler-rt/lib/asan/asan_poisoning.h projects/ifnet/contrib/compiler-rt/lib/asan/asan_report.cc projects/ifnet/contrib/compiler-rt/lib/asan/asan_rtl.cc projects/ifnet/contrib/compiler-rt/lib/asan/asan_stack.cc projects/ifnet/contrib/compiler-rt/lib/asan/asan_stack.h projects/ifnet/contrib/compiler-rt/lib/asan/asan_suppressions.cc projects/ifnet/contrib/compiler-rt/lib/asan/asan_win.cc projects/ifnet/contrib/compiler-rt/lib/asan/asan_win_dll_thunk.cc projects/ifnet/contrib/compiler-rt/lib/asan/asan_win_dynamic_runtime_thunk.cc projects/ifnet/contrib/compiler-rt/lib/asan/scripts/asan_device_setup projects/ifnet/contrib/compiler-rt/lib/asan/scripts/asan_symbolize.py projects/ifnet/contrib/compiler-rt/lib/asan/tests/asan_interface_test.cc projects/ifnet/contrib/compiler-rt/lib/asan/tests/asan_noinst_test.cc projects/ifnet/contrib/compiler-rt/lib/asan/tests/asan_test.cc projects/ifnet/contrib/compiler-rt/lib/builtins/atomic.c projects/ifnet/contrib/compiler-rt/lib/builtins/clear_cache.c projects/ifnet/contrib/compiler-rt/lib/builtins/fixdfdi.c projects/ifnet/contrib/compiler-rt/lib/builtins/fixdfsi.c projects/ifnet/contrib/compiler-rt/lib/builtins/fixdfti.c projects/ifnet/contrib/compiler-rt/lib/builtins/fixsfdi.c projects/ifnet/contrib/compiler-rt/lib/builtins/fixsfsi.c projects/ifnet/contrib/compiler-rt/lib/builtins/fixsfti.c projects/ifnet/contrib/compiler-rt/lib/builtins/fixunsdfdi.c projects/ifnet/contrib/compiler-rt/lib/builtins/fixunsdfsi.c projects/ifnet/contrib/compiler-rt/lib/builtins/fixunsdfti.c projects/ifnet/contrib/compiler-rt/lib/builtins/fixunssfdi.c projects/ifnet/contrib/compiler-rt/lib/builtins/fixunssfsi.c projects/ifnet/contrib/compiler-rt/lib/builtins/fixunssfti.c projects/ifnet/contrib/compiler-rt/lib/builtins/fixunsxfdi.c projects/ifnet/contrib/compiler-rt/lib/builtins/fixunsxfsi.c projects/ifnet/contrib/compiler-rt/lib/builtins/fixunsxfti.c projects/ifnet/contrib/compiler-rt/lib/builtins/fixxfdi.c projects/ifnet/contrib/compiler-rt/lib/builtins/fixxfti.c projects/ifnet/contrib/compiler-rt/lib/builtins/gcc_personality_v0.c projects/ifnet/contrib/compiler-rt/lib/builtins/int_types.h projects/ifnet/contrib/compiler-rt/lib/dfsan/dfsan.cc projects/ifnet/contrib/compiler-rt/lib/dfsan/dfsan.h projects/ifnet/contrib/compiler-rt/lib/dfsan/dfsan_custom.cc projects/ifnet/contrib/compiler-rt/lib/lsan/lsan.cc projects/ifnet/contrib/compiler-rt/lib/lsan/lsan_allocator.cc projects/ifnet/contrib/compiler-rt/lib/lsan/lsan_common.cc projects/ifnet/contrib/compiler-rt/lib/lsan/lsan_common.h projects/ifnet/contrib/compiler-rt/lib/msan/msan.cc projects/ifnet/contrib/compiler-rt/lib/msan/msan.h projects/ifnet/contrib/compiler-rt/lib/msan/msan_allocator.cc projects/ifnet/contrib/compiler-rt/lib/msan/msan_flags.h projects/ifnet/contrib/compiler-rt/lib/msan/msan_interceptors.cc projects/ifnet/contrib/compiler-rt/lib/msan/msan_linux.cc projects/ifnet/contrib/compiler-rt/lib/msan/msan_report.cc projects/ifnet/contrib/compiler-rt/lib/msan/msan_thread.cc projects/ifnet/contrib/compiler-rt/lib/msan/tests/msan_test.cc projects/ifnet/contrib/compiler-rt/lib/profile/InstrProfilingFile.c projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator.cc projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator.h projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator_internal.h projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common.cc projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common.h projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common_libcdep.cc projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common_syscalls.inc projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_coverage_libcdep.cc projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_coverage_mapping_libcdep.cc projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector.h projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_flags.cc projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_flags.h projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_libc.cc projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_libc.h projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_libignore.cc projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_libignore.h projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_linux.cc projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_linux.h projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cc projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_list.h projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_mac.h projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_mutex.h projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cc projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_posix.cc projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_quarantine.h projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stackdepot.cc projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.cc projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.h projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_libcdep.cc projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cc projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_suppressions.cc projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_suppressions.h projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_libbacktrace.cc projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_libbacktrace.h projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cc projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_win.cc projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_generic.inc projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_unwind_posix_libcdep.cc projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/sanitizer_win.cc projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/scripts/sancov.py projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/tests/sanitizer_allocator_test.cc projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/tests/sanitizer_deadlock_detector_test.cc projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/tests/sanitizer_flags_test.cc projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/tests/sanitizer_libc_test.cc projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/tests/sanitizer_linux_test.cc projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/tests/sanitizer_printf_test.cc projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/tests/sanitizer_procmaps_test.cc projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/tests/sanitizer_suppressions_test.cc projects/ifnet/contrib/compiler-rt/lib/sanitizer_common/tests/sanitizer_test_utils.h projects/ifnet/contrib/compiler-rt/lib/tsan/check_analyze.sh projects/ifnet/contrib/compiler-rt/lib/tsan/dd/dd_rtl.cc projects/ifnet/contrib/compiler-rt/lib/tsan/go/build.bat projects/ifnet/contrib/compiler-rt/lib/tsan/go/buildgo.sh projects/ifnet/contrib/compiler-rt/lib/tsan/go/tsan_go.cc projects/ifnet/contrib/compiler-rt/lib/tsan/rtl/tsan_clock.cc projects/ifnet/contrib/compiler-rt/lib/tsan/rtl/tsan_defs.h projects/ifnet/contrib/compiler-rt/lib/tsan/rtl/tsan_flags.cc projects/ifnet/contrib/compiler-rt/lib/tsan/rtl/tsan_flags.h projects/ifnet/contrib/compiler-rt/lib/tsan/rtl/tsan_interceptors.cc projects/ifnet/contrib/compiler-rt/lib/tsan/rtl/tsan_interface.cc projects/ifnet/contrib/compiler-rt/lib/tsan/rtl/tsan_interface.h projects/ifnet/contrib/compiler-rt/lib/tsan/rtl/tsan_interface_atomic.cc projects/ifnet/contrib/compiler-rt/lib/tsan/rtl/tsan_interface_java.cc projects/ifnet/contrib/compiler-rt/lib/tsan/rtl/tsan_interface_java.h projects/ifnet/contrib/compiler-rt/lib/tsan/rtl/tsan_mman.cc projects/ifnet/contrib/compiler-rt/lib/tsan/rtl/tsan_mman.h projects/ifnet/contrib/compiler-rt/lib/tsan/rtl/tsan_mutex.cc projects/ifnet/contrib/compiler-rt/lib/tsan/rtl/tsan_mutex.h projects/ifnet/contrib/compiler-rt/lib/tsan/rtl/tsan_platform.h projects/ifnet/contrib/compiler-rt/lib/tsan/rtl/tsan_platform_linux.cc projects/ifnet/contrib/compiler-rt/lib/tsan/rtl/tsan_platform_mac.cc projects/ifnet/contrib/compiler-rt/lib/tsan/rtl/tsan_report.cc projects/ifnet/contrib/compiler-rt/lib/tsan/rtl/tsan_rtl.cc projects/ifnet/contrib/compiler-rt/lib/tsan/rtl/tsan_rtl.h projects/ifnet/contrib/compiler-rt/lib/tsan/rtl/tsan_rtl_report.cc projects/ifnet/contrib/compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cc projects/ifnet/contrib/compiler-rt/lib/tsan/rtl/tsan_stat.cc projects/ifnet/contrib/compiler-rt/lib/tsan/rtl/tsan_suppressions.cc projects/ifnet/contrib/compiler-rt/lib/tsan/rtl/tsan_suppressions.h projects/ifnet/contrib/compiler-rt/lib/tsan/rtl/tsan_trace.h projects/ifnet/contrib/compiler-rt/lib/tsan/tests/rtl/tsan_string.cc projects/ifnet/contrib/compiler-rt/lib/tsan/tests/unit/tsan_clock_test.cc projects/ifnet/contrib/compiler-rt/lib/tsan/tests/unit/tsan_mman_test.cc projects/ifnet/contrib/compiler-rt/lib/tsan/tests/unit/tsan_mutex_test.cc projects/ifnet/contrib/compiler-rt/lib/ubsan/ubsan_diag.cc projects/ifnet/contrib/compiler-rt/lib/ubsan/ubsan_diag.h projects/ifnet/contrib/compiler-rt/lib/ubsan/ubsan_flags.cc projects/ifnet/contrib/compiler-rt/lib/ubsan/ubsan_flags.h projects/ifnet/contrib/compiler-rt/lib/ubsan/ubsan_handlers.cc projects/ifnet/contrib/compiler-rt/lib/ubsan/ubsan_handlers_cxx.cc projects/ifnet/contrib/compiler-rt/lib/ubsan/ubsan_init.cc projects/ifnet/contrib/compiler-rt/lib/ubsan/ubsan_type_hash.cc projects/ifnet/contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h projects/ifnet/contrib/libxo/libxo/xo.h projects/ifnet/contrib/llvm/include/llvm-c/BitReader.h projects/ifnet/contrib/llvm/include/llvm-c/BitWriter.h projects/ifnet/contrib/llvm/include/llvm-c/Core.h projects/ifnet/contrib/llvm/include/llvm-c/Disassembler.h projects/ifnet/contrib/llvm/include/llvm-c/ExecutionEngine.h projects/ifnet/contrib/llvm/include/llvm-c/Initialization.h projects/ifnet/contrib/llvm/include/llvm-c/Linker.h projects/ifnet/contrib/llvm/include/llvm-c/Support.h projects/ifnet/contrib/llvm/include/llvm-c/Transforms/Scalar.h projects/ifnet/contrib/llvm/include/llvm-c/lto.h projects/ifnet/contrib/llvm/include/llvm/ADT/APFloat.h projects/ifnet/contrib/llvm/include/llvm/ADT/APInt.h projects/ifnet/contrib/llvm/include/llvm/ADT/APSInt.h projects/ifnet/contrib/llvm/include/llvm/ADT/ArrayRef.h projects/ifnet/contrib/llvm/include/llvm/ADT/BitVector.h projects/ifnet/contrib/llvm/include/llvm/ADT/DenseMap.h projects/ifnet/contrib/llvm/include/llvm/ADT/DenseSet.h projects/ifnet/contrib/llvm/include/llvm/ADT/DepthFirstIterator.h projects/ifnet/contrib/llvm/include/llvm/ADT/IntrusiveRefCntPtr.h projects/ifnet/contrib/llvm/include/llvm/ADT/MapVector.h projects/ifnet/contrib/llvm/include/llvm/ADT/Optional.h projects/ifnet/contrib/llvm/include/llvm/ADT/PostOrderIterator.h projects/ifnet/contrib/llvm/include/llvm/ADT/STLExtras.h projects/ifnet/contrib/llvm/include/llvm/ADT/ScopedHashTable.h projects/ifnet/contrib/llvm/include/llvm/ADT/SetVector.h projects/ifnet/contrib/llvm/include/llvm/ADT/SmallBitVector.h projects/ifnet/contrib/llvm/include/llvm/ADT/SmallPtrSet.h projects/ifnet/contrib/llvm/include/llvm/ADT/SmallSet.h projects/ifnet/contrib/llvm/include/llvm/ADT/SmallVector.h projects/ifnet/contrib/llvm/include/llvm/ADT/SparseBitVector.h projects/ifnet/contrib/llvm/include/llvm/ADT/SparseMultiSet.h projects/ifnet/contrib/llvm/include/llvm/ADT/SparseSet.h projects/ifnet/contrib/llvm/include/llvm/ADT/StringMap.h projects/ifnet/contrib/llvm/include/llvm/ADT/StringRef.h projects/ifnet/contrib/llvm/include/llvm/ADT/StringSet.h projects/ifnet/contrib/llvm/include/llvm/ADT/TinyPtrVector.h projects/ifnet/contrib/llvm/include/llvm/ADT/Triple.h projects/ifnet/contrib/llvm/include/llvm/ADT/Twine.h projects/ifnet/contrib/llvm/include/llvm/ADT/VariadicFunction.h projects/ifnet/contrib/llvm/include/llvm/ADT/ilist.h projects/ifnet/contrib/llvm/include/llvm/ADT/ilist_node.h projects/ifnet/contrib/llvm/include/llvm/ADT/iterator.h projects/ifnet/contrib/llvm/include/llvm/ADT/iterator_range.h projects/ifnet/contrib/llvm/include/llvm/Analysis/AliasAnalysis.h projects/ifnet/contrib/llvm/include/llvm/Analysis/AliasSetTracker.h projects/ifnet/contrib/llvm/include/llvm/Analysis/BlockFrequencyInfoImpl.h projects/ifnet/contrib/llvm/include/llvm/Analysis/BranchProbabilityInfo.h projects/ifnet/contrib/llvm/include/llvm/Analysis/CFGPrinter.h projects/ifnet/contrib/llvm/include/llvm/Analysis/CGSCCPassManager.h projects/ifnet/contrib/llvm/include/llvm/Analysis/CallGraph.h projects/ifnet/contrib/llvm/include/llvm/Analysis/CodeMetrics.h projects/ifnet/contrib/llvm/include/llvm/Analysis/DOTGraphTraitsPass.h projects/ifnet/contrib/llvm/include/llvm/Analysis/DependenceAnalysis.h projects/ifnet/contrib/llvm/include/llvm/Analysis/DominanceFrontier.h projects/ifnet/contrib/llvm/include/llvm/Analysis/DominanceFrontierImpl.h projects/ifnet/contrib/llvm/include/llvm/Analysis/IVUsers.h projects/ifnet/contrib/llvm/include/llvm/Analysis/InlineCost.h projects/ifnet/contrib/llvm/include/llvm/Analysis/InstructionSimplify.h projects/ifnet/contrib/llvm/include/llvm/Analysis/IntervalIterator.h projects/ifnet/contrib/llvm/include/llvm/Analysis/JumpInstrTableInfo.h projects/ifnet/contrib/llvm/include/llvm/Analysis/LazyCallGraph.h projects/ifnet/contrib/llvm/include/llvm/Analysis/LazyValueInfo.h projects/ifnet/contrib/llvm/include/llvm/Analysis/Loads.h projects/ifnet/contrib/llvm/include/llvm/Analysis/LoopPass.h projects/ifnet/contrib/llvm/include/llvm/Analysis/MemoryDependenceAnalysis.h projects/ifnet/contrib/llvm/include/llvm/Analysis/PHITransAddr.h projects/ifnet/contrib/llvm/include/llvm/Analysis/Passes.h projects/ifnet/contrib/llvm/include/llvm/Analysis/PostDominators.h projects/ifnet/contrib/llvm/include/llvm/Analysis/RegionInfo.h projects/ifnet/contrib/llvm/include/llvm/Analysis/RegionInfoImpl.h projects/ifnet/contrib/llvm/include/llvm/Analysis/ScalarEvolution.h projects/ifnet/contrib/llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h projects/ifnet/contrib/llvm/include/llvm/Analysis/TargetTransformInfo.h projects/ifnet/contrib/llvm/include/llvm/Analysis/ValueTracking.h projects/ifnet/contrib/llvm/include/llvm/AsmParser/Parser.h projects/ifnet/contrib/llvm/include/llvm/Bitcode/BitCodes.h projects/ifnet/contrib/llvm/include/llvm/Bitcode/BitcodeWriterPass.h projects/ifnet/contrib/llvm/include/llvm/Bitcode/BitstreamReader.h projects/ifnet/contrib/llvm/include/llvm/Bitcode/BitstreamWriter.h projects/ifnet/contrib/llvm/include/llvm/Bitcode/LLVMBitCodes.h projects/ifnet/contrib/llvm/include/llvm/Bitcode/ReaderWriter.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/Analysis.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/AsmPrinter.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/CalcSpillWeights.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/CallingConvLower.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/CommandFlags.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/DFAPacketizer.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/FastISel.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/FunctionLoweringInfo.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/GCMetadata.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/GCMetadataPrinter.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/GCStrategy.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/GCs.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/ISDOpcodes.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/JumpInstrTables.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/LexicalScopes.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/LinkAllCodegenComponents.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/LiveInterval.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/LiveIntervalUnion.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/LivePhysRegs.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/LiveRangeEdit.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/LiveVariables.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/MachineBasicBlock.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/MachineDominators.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/MachineFrameInfo.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/MachineFunction.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/MachineInstr.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/MachineInstrBuilder.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/MachineMemOperand.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/MachineModuleInfo.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/MachineOperand.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/MachinePostDominators.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/MachineRegisterInfo.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/MachineScheduler.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/MachineTraceMetrics.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/MachineValueType.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/PBQP/CostAllocator.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/PBQP/Graph.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/PBQP/Math.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/PBQP/ReductionRules.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/PBQP/Solution.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/Passes.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/RegAllocPBQP.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/RegisterScavenging.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/RuntimeLibcalls.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/ScheduleDAG.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/ScheduleDAGInstrs.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/SelectionDAG.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/SelectionDAGISel.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/SelectionDAGNodes.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/StackMapLivenessAnalysis.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/StackMaps.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h projects/ifnet/contrib/llvm/include/llvm/CodeGen/TargetSchedule.h projects/ifnet/contrib/llvm/include/llvm/DebugInfo/DIContext.h projects/ifnet/contrib/llvm/include/llvm/DebugInfo/DWARFFormValue.h projects/ifnet/contrib/llvm/include/llvm/ExecutionEngine/ExecutionEngine.h projects/ifnet/contrib/llvm/include/llvm/ExecutionEngine/JITEventListener.h projects/ifnet/contrib/llvm/include/llvm/ExecutionEngine/ObjectCache.h projects/ifnet/contrib/llvm/include/llvm/ExecutionEngine/RTDyldMemoryManager.h projects/ifnet/contrib/llvm/include/llvm/ExecutionEngine/RuntimeDyld.h projects/ifnet/contrib/llvm/include/llvm/ExecutionEngine/RuntimeDyldChecker.h projects/ifnet/contrib/llvm/include/llvm/IR/Argument.h projects/ifnet/contrib/llvm/include/llvm/IR/AssemblyAnnotationWriter.h projects/ifnet/contrib/llvm/include/llvm/IR/BasicBlock.h projects/ifnet/contrib/llvm/include/llvm/IR/CFG.h projects/ifnet/contrib/llvm/include/llvm/IR/CallingConv.h projects/ifnet/contrib/llvm/include/llvm/IR/Constant.h projects/ifnet/contrib/llvm/include/llvm/IR/ConstantRange.h projects/ifnet/contrib/llvm/include/llvm/IR/Constants.h projects/ifnet/contrib/llvm/include/llvm/IR/DIBuilder.h projects/ifnet/contrib/llvm/include/llvm/IR/DataLayout.h projects/ifnet/contrib/llvm/include/llvm/IR/DebugInfo.h projects/ifnet/contrib/llvm/include/llvm/IR/DebugLoc.h projects/ifnet/contrib/llvm/include/llvm/IR/DerivedTypes.h projects/ifnet/contrib/llvm/include/llvm/IR/DiagnosticInfo.h projects/ifnet/contrib/llvm/include/llvm/IR/DiagnosticPrinter.h projects/ifnet/contrib/llvm/include/llvm/IR/Dominators.h projects/ifnet/contrib/llvm/include/llvm/IR/Function.h projects/ifnet/contrib/llvm/include/llvm/IR/GVMaterializer.h projects/ifnet/contrib/llvm/include/llvm/IR/GlobalObject.h projects/ifnet/contrib/llvm/include/llvm/IR/GlobalValue.h projects/ifnet/contrib/llvm/include/llvm/IR/IRBuilder.h projects/ifnet/contrib/llvm/include/llvm/IR/IRPrintingPasses.h projects/ifnet/contrib/llvm/include/llvm/IR/InlineAsm.h projects/ifnet/contrib/llvm/include/llvm/IR/InstrTypes.h projects/ifnet/contrib/llvm/include/llvm/IR/Instruction.h projects/ifnet/contrib/llvm/include/llvm/IR/Instructions.h projects/ifnet/contrib/llvm/include/llvm/IR/IntrinsicInst.h projects/ifnet/contrib/llvm/include/llvm/IR/Intrinsics.h projects/ifnet/contrib/llvm/include/llvm/IR/Intrinsics.td projects/ifnet/contrib/llvm/include/llvm/IR/IntrinsicsARM.td projects/ifnet/contrib/llvm/include/llvm/IR/IntrinsicsNVVM.td projects/ifnet/contrib/llvm/include/llvm/IR/IntrinsicsPowerPC.td projects/ifnet/contrib/llvm/include/llvm/IR/IntrinsicsR600.td projects/ifnet/contrib/llvm/include/llvm/IR/IntrinsicsX86.td projects/ifnet/contrib/llvm/include/llvm/IR/LLVMContext.h projects/ifnet/contrib/llvm/include/llvm/IR/LegacyPassManager.h projects/ifnet/contrib/llvm/include/llvm/IR/LegacyPassManagers.h projects/ifnet/contrib/llvm/include/llvm/IR/MDBuilder.h projects/ifnet/contrib/llvm/include/llvm/IR/Mangler.h projects/ifnet/contrib/llvm/include/llvm/IR/Metadata.h projects/ifnet/contrib/llvm/include/llvm/IR/Module.h projects/ifnet/contrib/llvm/include/llvm/IR/Operator.h projects/ifnet/contrib/llvm/include/llvm/IR/PassManager.h projects/ifnet/contrib/llvm/include/llvm/IR/PatternMatch.h projects/ifnet/contrib/llvm/include/llvm/IR/PredIteratorCache.h projects/ifnet/contrib/llvm/include/llvm/IR/Type.h projects/ifnet/contrib/llvm/include/llvm/IR/TypeFinder.h projects/ifnet/contrib/llvm/include/llvm/IR/User.h projects/ifnet/contrib/llvm/include/llvm/IR/Value.h projects/ifnet/contrib/llvm/include/llvm/IR/ValueHandle.h projects/ifnet/contrib/llvm/include/llvm/IR/ValueMap.h projects/ifnet/contrib/llvm/include/llvm/IR/Verifier.h projects/ifnet/contrib/llvm/include/llvm/IRReader/IRReader.h projects/ifnet/contrib/llvm/include/llvm/InitializePasses.h projects/ifnet/contrib/llvm/include/llvm/LTO/LTOCodeGenerator.h projects/ifnet/contrib/llvm/include/llvm/LTO/LTOModule.h projects/ifnet/contrib/llvm/include/llvm/LinkAllPasses.h projects/ifnet/contrib/llvm/include/llvm/Linker/Linker.h projects/ifnet/contrib/llvm/include/llvm/MC/ConstantPools.h projects/ifnet/contrib/llvm/include/llvm/MC/MCAsmBackend.h projects/ifnet/contrib/llvm/include/llvm/MC/MCAsmInfo.h projects/ifnet/contrib/llvm/include/llvm/MC/MCAsmInfoDarwin.h projects/ifnet/contrib/llvm/include/llvm/MC/MCAsmInfoELF.h projects/ifnet/contrib/llvm/include/llvm/MC/MCAssembler.h projects/ifnet/contrib/llvm/include/llvm/MC/MCContext.h projects/ifnet/contrib/llvm/include/llvm/MC/MCDisassembler.h projects/ifnet/contrib/llvm/include/llvm/MC/MCDwarf.h projects/ifnet/contrib/llvm/include/llvm/MC/MCELFStreamer.h projects/ifnet/contrib/llvm/include/llvm/MC/MCExpr.h projects/ifnet/contrib/llvm/include/llvm/MC/MCInst.h projects/ifnet/contrib/llvm/include/llvm/MC/MCInstPrinter.h projects/ifnet/contrib/llvm/include/llvm/MC/MCInstrDesc.h projects/ifnet/contrib/llvm/include/llvm/MC/MCInstrItineraries.h projects/ifnet/contrib/llvm/include/llvm/MC/MCLinkerOptimizationHint.h projects/ifnet/contrib/llvm/include/llvm/MC/MCMachObjectWriter.h projects/ifnet/contrib/llvm/include/llvm/MC/MCObjectFileInfo.h projects/ifnet/contrib/llvm/include/llvm/MC/MCObjectStreamer.h projects/ifnet/contrib/llvm/include/llvm/MC/MCParser/AsmLexer.h projects/ifnet/contrib/llvm/include/llvm/MC/MCParser/MCAsmLexer.h projects/ifnet/contrib/llvm/include/llvm/MC/MCParser/MCAsmParser.h projects/ifnet/contrib/llvm/include/llvm/MC/MCParser/MCAsmParserExtension.h projects/ifnet/contrib/llvm/include/llvm/MC/MCRegisterInfo.h projects/ifnet/contrib/llvm/include/llvm/MC/MCSchedule.h projects/ifnet/contrib/llvm/include/llvm/MC/MCStreamer.h projects/ifnet/contrib/llvm/include/llvm/MC/MCSubtargetInfo.h projects/ifnet/contrib/llvm/include/llvm/MC/MCSymbol.h projects/ifnet/contrib/llvm/include/llvm/MC/MCTargetAsmParser.h projects/ifnet/contrib/llvm/include/llvm/MC/MCTargetOptions.h projects/ifnet/contrib/llvm/include/llvm/MC/MCTargetOptionsCommandFlags.h projects/ifnet/contrib/llvm/include/llvm/MC/MCWin64EH.h projects/ifnet/contrib/llvm/include/llvm/MC/MCWinCOFFStreamer.h projects/ifnet/contrib/llvm/include/llvm/MC/MCWinEH.h projects/ifnet/contrib/llvm/include/llvm/MC/StringTableBuilder.h projects/ifnet/contrib/llvm/include/llvm/MC/SubtargetFeature.h projects/ifnet/contrib/llvm/include/llvm/Object/Archive.h projects/ifnet/contrib/llvm/include/llvm/Object/Binary.h projects/ifnet/contrib/llvm/include/llvm/Object/COFF.h projects/ifnet/contrib/llvm/include/llvm/Object/COFFYAML.h projects/ifnet/contrib/llvm/include/llvm/Object/ELF.h projects/ifnet/contrib/llvm/include/llvm/Object/ELFObjectFile.h projects/ifnet/contrib/llvm/include/llvm/Object/ELFTypes.h projects/ifnet/contrib/llvm/include/llvm/Object/ELFYAML.h projects/ifnet/contrib/llvm/include/llvm/Object/Error.h projects/ifnet/contrib/llvm/include/llvm/Object/IRObjectFile.h projects/ifnet/contrib/llvm/include/llvm/Object/MachO.h projects/ifnet/contrib/llvm/include/llvm/Object/MachOUniversal.h projects/ifnet/contrib/llvm/include/llvm/Object/ObjectFile.h projects/ifnet/contrib/llvm/include/llvm/Object/RelocVisitor.h projects/ifnet/contrib/llvm/include/llvm/Object/SymbolicFile.h projects/ifnet/contrib/llvm/include/llvm/Option/ArgList.h projects/ifnet/contrib/llvm/include/llvm/PassRegistry.h projects/ifnet/contrib/llvm/include/llvm/PassSupport.h projects/ifnet/contrib/llvm/include/llvm/ProfileData/InstrProfReader.h projects/ifnet/contrib/llvm/include/llvm/ProfileData/InstrProfWriter.h projects/ifnet/contrib/llvm/include/llvm/Support/ARMBuildAttributes.h projects/ifnet/contrib/llvm/include/llvm/Support/ARMEHABI.h projects/ifnet/contrib/llvm/include/llvm/Support/ARMWinEH.h projects/ifnet/contrib/llvm/include/llvm/Support/Allocator.h projects/ifnet/contrib/llvm/include/llvm/Support/CBindingWrapping.h projects/ifnet/contrib/llvm/include/llvm/Support/COFF.h projects/ifnet/contrib/llvm/include/llvm/Support/Casting.h projects/ifnet/contrib/llvm/include/llvm/Support/CommandLine.h projects/ifnet/contrib/llvm/include/llvm/Support/Compiler.h projects/ifnet/contrib/llvm/include/llvm/Support/Compression.h projects/ifnet/contrib/llvm/include/llvm/Support/CrashRecoveryContext.h projects/ifnet/contrib/llvm/include/llvm/Support/DataExtractor.h projects/ifnet/contrib/llvm/include/llvm/Support/DataTypes.h.in projects/ifnet/contrib/llvm/include/llvm/Support/Dwarf.h projects/ifnet/contrib/llvm/include/llvm/Support/DynamicLibrary.h projects/ifnet/contrib/llvm/include/llvm/Support/ELF.h projects/ifnet/contrib/llvm/include/llvm/Support/Endian.h projects/ifnet/contrib/llvm/include/llvm/Support/EndianStream.h projects/ifnet/contrib/llvm/include/llvm/Support/ErrorOr.h projects/ifnet/contrib/llvm/include/llvm/Support/FileOutputBuffer.h projects/ifnet/contrib/llvm/include/llvm/Support/FileSystem.h projects/ifnet/contrib/llvm/include/llvm/Support/Format.h projects/ifnet/contrib/llvm/include/llvm/Support/GCOV.h projects/ifnet/contrib/llvm/include/llvm/Support/GenericDomTree.h projects/ifnet/contrib/llvm/include/llvm/Support/GenericDomTreeConstruction.h projects/ifnet/contrib/llvm/include/llvm/Support/LEB128.h projects/ifnet/contrib/llvm/include/llvm/Support/LineIterator.h projects/ifnet/contrib/llvm/include/llvm/Support/MD5.h projects/ifnet/contrib/llvm/include/llvm/Support/MachO.h projects/ifnet/contrib/llvm/include/llvm/Support/ManagedStatic.h projects/ifnet/contrib/llvm/include/llvm/Support/MathExtras.h projects/ifnet/contrib/llvm/include/llvm/Support/MemoryBuffer.h projects/ifnet/contrib/llvm/include/llvm/Support/MemoryObject.h projects/ifnet/contrib/llvm/include/llvm/Support/Mutex.h projects/ifnet/contrib/llvm/include/llvm/Support/MutexGuard.h projects/ifnet/contrib/llvm/include/llvm/Support/OnDiskHashTable.h projects/ifnet/contrib/llvm/include/llvm/Support/Path.h projects/ifnet/contrib/llvm/include/llvm/Support/Process.h projects/ifnet/contrib/llvm/include/llvm/Support/Program.h projects/ifnet/contrib/llvm/include/llvm/Support/RWMutex.h projects/ifnet/contrib/llvm/include/llvm/Support/RandomNumberGenerator.h projects/ifnet/contrib/llvm/include/llvm/Support/Registry.h projects/ifnet/contrib/llvm/include/llvm/Support/ScaledNumber.h projects/ifnet/contrib/llvm/include/llvm/Support/SourceMgr.h projects/ifnet/contrib/llvm/include/llvm/Support/SpecialCaseList.h projects/ifnet/contrib/llvm/include/llvm/Support/StringPool.h projects/ifnet/contrib/llvm/include/llvm/Support/SwapByteOrder.h projects/ifnet/contrib/llvm/include/llvm/Support/TargetRegistry.h projects/ifnet/contrib/llvm/include/llvm/Support/ThreadLocal.h projects/ifnet/contrib/llvm/include/llvm/Support/Threading.h projects/ifnet/contrib/llvm/include/llvm/Support/TimeValue.h projects/ifnet/contrib/llvm/include/llvm/Support/ToolOutputFile.h projects/ifnet/contrib/llvm/include/llvm/Support/Win64EH.h projects/ifnet/contrib/llvm/include/llvm/Support/WindowsError.h projects/ifnet/contrib/llvm/include/llvm/Support/YAMLParser.h projects/ifnet/contrib/llvm/include/llvm/Support/YAMLTraits.h projects/ifnet/contrib/llvm/include/llvm/Support/raw_ostream.h projects/ifnet/contrib/llvm/include/llvm/TableGen/Record.h projects/ifnet/contrib/llvm/include/llvm/TableGen/SetTheory.h projects/ifnet/contrib/llvm/include/llvm/TableGen/StringToOffsetTable.h projects/ifnet/contrib/llvm/include/llvm/Target/Target.td projects/ifnet/contrib/llvm/include/llvm/Target/TargetFrameLowering.h projects/ifnet/contrib/llvm/include/llvm/Target/TargetInstrInfo.h projects/ifnet/contrib/llvm/include/llvm/Target/TargetIntrinsicInfo.h projects/ifnet/contrib/llvm/include/llvm/Target/TargetLibraryInfo.h projects/ifnet/contrib/llvm/include/llvm/Target/TargetLowering.h projects/ifnet/contrib/llvm/include/llvm/Target/TargetLoweringObjectFile.h projects/ifnet/contrib/llvm/include/llvm/Target/TargetMachine.h projects/ifnet/contrib/llvm/include/llvm/Target/TargetOpcodes.h projects/ifnet/contrib/llvm/include/llvm/Target/TargetOptions.h projects/ifnet/contrib/llvm/include/llvm/Target/TargetRegisterInfo.h projects/ifnet/contrib/llvm/include/llvm/Target/TargetSelectionDAG.td projects/ifnet/contrib/llvm/include/llvm/Target/TargetSelectionDAGInfo.h projects/ifnet/contrib/llvm/include/llvm/Target/TargetSubtargetInfo.h projects/ifnet/contrib/llvm/include/llvm/Transforms/IPO/PassManagerBuilder.h projects/ifnet/contrib/llvm/include/llvm/Transforms/Instrumentation.h projects/ifnet/contrib/llvm/include/llvm/Transforms/Scalar.h projects/ifnet/contrib/llvm/include/llvm/Transforms/Utils/BasicBlockUtils.h projects/ifnet/contrib/llvm/include/llvm/Transforms/Utils/BuildLibCalls.h projects/ifnet/contrib/llvm/include/llvm/Transforms/Utils/Cloning.h projects/ifnet/contrib/llvm/include/llvm/Transforms/Utils/CodeExtractor.h projects/ifnet/contrib/llvm/include/llvm/Transforms/Utils/CtorUtils.h projects/ifnet/contrib/llvm/include/llvm/Transforms/Utils/Local.h projects/ifnet/contrib/llvm/include/llvm/Transforms/Utils/LoopUtils.h projects/ifnet/contrib/llvm/include/llvm/Transforms/Utils/ModuleUtils.h projects/ifnet/contrib/llvm/include/llvm/Transforms/Utils/PromoteMemToReg.h projects/ifnet/contrib/llvm/include/llvm/Transforms/Utils/SimplifyLibCalls.h projects/ifnet/contrib/llvm/include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h projects/ifnet/contrib/llvm/include/llvm/Transforms/Utils/UnrollLoop.h projects/ifnet/contrib/llvm/include/llvm/Transforms/Utils/ValueMapper.h projects/ifnet/contrib/llvm/include/llvm/Transforms/Utils/VectorUtils.h projects/ifnet/contrib/llvm/include/llvm/module.modulemap projects/ifnet/contrib/llvm/lib/Analysis/AliasAnalysis.cpp projects/ifnet/contrib/llvm/lib/Analysis/AliasAnalysisEvaluator.cpp projects/ifnet/contrib/llvm/lib/Analysis/AliasSetTracker.cpp projects/ifnet/contrib/llvm/lib/Analysis/Analysis.cpp projects/ifnet/contrib/llvm/lib/Analysis/BasicAliasAnalysis.cpp projects/ifnet/contrib/llvm/lib/Analysis/BlockFrequencyInfoImpl.cpp projects/ifnet/contrib/llvm/lib/Analysis/BranchProbabilityInfo.cpp projects/ifnet/contrib/llvm/lib/Analysis/CFG.cpp projects/ifnet/contrib/llvm/lib/Analysis/CFGPrinter.cpp projects/ifnet/contrib/llvm/lib/Analysis/CGSCCPassManager.cpp projects/ifnet/contrib/llvm/lib/Analysis/CaptureTracking.cpp projects/ifnet/contrib/llvm/lib/Analysis/CodeMetrics.cpp projects/ifnet/contrib/llvm/lib/Analysis/ConstantFolding.cpp projects/ifnet/contrib/llvm/lib/Analysis/DependenceAnalysis.cpp projects/ifnet/contrib/llvm/lib/Analysis/IPA/CallGraph.cpp projects/ifnet/contrib/llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp projects/ifnet/contrib/llvm/lib/Analysis/IPA/IPA.cpp projects/ifnet/contrib/llvm/lib/Analysis/IPA/InlineCost.cpp projects/ifnet/contrib/llvm/lib/Analysis/IVUsers.cpp projects/ifnet/contrib/llvm/lib/Analysis/InstructionSimplify.cpp projects/ifnet/contrib/llvm/lib/Analysis/JumpInstrTableInfo.cpp projects/ifnet/contrib/llvm/lib/Analysis/LazyCallGraph.cpp projects/ifnet/contrib/llvm/lib/Analysis/LazyValueInfo.cpp projects/ifnet/contrib/llvm/lib/Analysis/LibCallSemantics.cpp projects/ifnet/contrib/llvm/lib/Analysis/Lint.cpp projects/ifnet/contrib/llvm/lib/Analysis/Loads.cpp projects/ifnet/contrib/llvm/lib/Analysis/LoopInfo.cpp projects/ifnet/contrib/llvm/lib/Analysis/LoopPass.cpp projects/ifnet/contrib/llvm/lib/Analysis/MemDepPrinter.cpp projects/ifnet/contrib/llvm/lib/Analysis/MemoryBuiltins.cpp projects/ifnet/contrib/llvm/lib/Analysis/MemoryDependenceAnalysis.cpp projects/ifnet/contrib/llvm/lib/Analysis/NoAliasAnalysis.cpp projects/ifnet/contrib/llvm/lib/Analysis/PHITransAddr.cpp projects/ifnet/contrib/llvm/lib/Analysis/PtrUseVisitor.cpp projects/ifnet/contrib/llvm/lib/Analysis/RegionInfo.cpp projects/ifnet/contrib/llvm/lib/Analysis/RegionPass.cpp projects/ifnet/contrib/llvm/lib/Analysis/ScalarEvolution.cpp projects/ifnet/contrib/llvm/lib/Analysis/ScalarEvolutionAliasAnalysis.cpp projects/ifnet/contrib/llvm/lib/Analysis/ScalarEvolutionExpander.cpp projects/ifnet/contrib/llvm/lib/Analysis/ScalarEvolutionNormalization.cpp projects/ifnet/contrib/llvm/lib/Analysis/TargetTransformInfo.cpp projects/ifnet/contrib/llvm/lib/Analysis/TypeBasedAliasAnalysis.cpp projects/ifnet/contrib/llvm/lib/Analysis/ValueTracking.cpp projects/ifnet/contrib/llvm/lib/AsmParser/LLLexer.cpp projects/ifnet/contrib/llvm/lib/AsmParser/LLLexer.h projects/ifnet/contrib/llvm/lib/AsmParser/LLParser.cpp projects/ifnet/contrib/llvm/lib/AsmParser/LLParser.h projects/ifnet/contrib/llvm/lib/AsmParser/LLToken.h projects/ifnet/contrib/llvm/lib/AsmParser/Parser.cpp projects/ifnet/contrib/llvm/lib/Bitcode/Reader/BitReader.cpp projects/ifnet/contrib/llvm/lib/Bitcode/Reader/BitcodeReader.cpp projects/ifnet/contrib/llvm/lib/Bitcode/Reader/BitcodeReader.h projects/ifnet/contrib/llvm/lib/Bitcode/Reader/BitstreamReader.cpp projects/ifnet/contrib/llvm/lib/Bitcode/Writer/BitWriter.cpp projects/ifnet/contrib/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp projects/ifnet/contrib/llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp projects/ifnet/contrib/llvm/lib/Bitcode/Writer/ValueEnumerator.cpp projects/ifnet/contrib/llvm/lib/Bitcode/Writer/ValueEnumerator.h projects/ifnet/contrib/llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp projects/ifnet/contrib/llvm/lib/CodeGen/AggressiveAntiDepBreaker.h projects/ifnet/contrib/llvm/lib/CodeGen/AllocationOrder.h projects/ifnet/contrib/llvm/lib/CodeGen/Analysis.cpp projects/ifnet/contrib/llvm/lib/CodeGen/AntiDepBreaker.h projects/ifnet/contrib/llvm/lib/CodeGen/AsmPrinter/ARMException.cpp projects/ifnet/contrib/llvm/lib/CodeGen/AsmPrinter/AddressPool.h projects/ifnet/contrib/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp projects/ifnet/contrib/llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp projects/ifnet/contrib/llvm/lib/CodeGen/AsmPrinter/AsmPrinterHandler.h projects/ifnet/contrib/llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp projects/ifnet/contrib/llvm/lib/CodeGen/AsmPrinter/ByteStreamer.h projects/ifnet/contrib/llvm/lib/CodeGen/AsmPrinter/DIE.cpp projects/ifnet/contrib/llvm/lib/CodeGen/AsmPrinter/DIEHash.cpp projects/ifnet/contrib/llvm/lib/CodeGen/AsmPrinter/DIEHash.h projects/ifnet/contrib/llvm/lib/CodeGen/AsmPrinter/DbgValueHistoryCalculator.cpp projects/ifnet/contrib/llvm/lib/CodeGen/AsmPrinter/DbgValueHistoryCalculator.h projects/ifnet/contrib/llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h projects/ifnet/contrib/llvm/lib/CodeGen/AsmPrinter/DebugLocList.h projects/ifnet/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfAccelTable.cpp projects/ifnet/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfAccelTable.h projects/ifnet/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp projects/ifnet/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp projects/ifnet/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h projects/ifnet/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfException.h projects/ifnet/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfFile.cpp projects/ifnet/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfFile.h projects/ifnet/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.cpp projects/ifnet/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.h projects/ifnet/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp projects/ifnet/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h projects/ifnet/contrib/llvm/lib/CodeGen/AsmPrinter/EHStreamer.cpp projects/ifnet/contrib/llvm/lib/CodeGen/AsmPrinter/EHStreamer.h projects/ifnet/contrib/llvm/lib/CodeGen/AsmPrinter/ErlangGCPrinter.cpp projects/ifnet/contrib/llvm/lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp projects/ifnet/contrib/llvm/lib/CodeGen/AsmPrinter/Win64Exception.cpp projects/ifnet/contrib/llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.cpp projects/ifnet/contrib/llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.h projects/ifnet/contrib/llvm/lib/CodeGen/BasicTargetTransformInfo.cpp projects/ifnet/contrib/llvm/lib/CodeGen/BranchFolding.cpp projects/ifnet/contrib/llvm/lib/CodeGen/BranchFolding.h projects/ifnet/contrib/llvm/lib/CodeGen/CalcSpillWeights.cpp projects/ifnet/contrib/llvm/lib/CodeGen/CallingConvLower.cpp projects/ifnet/contrib/llvm/lib/CodeGen/CodeGen.cpp projects/ifnet/contrib/llvm/lib/CodeGen/CodeGenPrepare.cpp projects/ifnet/contrib/llvm/lib/CodeGen/CriticalAntiDepBreaker.cpp projects/ifnet/contrib/llvm/lib/CodeGen/CriticalAntiDepBreaker.h projects/ifnet/contrib/llvm/lib/CodeGen/DFAPacketizer.cpp projects/ifnet/contrib/llvm/lib/CodeGen/DeadMachineInstructionElim.cpp projects/ifnet/contrib/llvm/lib/CodeGen/DwarfEHPrepare.cpp projects/ifnet/contrib/llvm/lib/CodeGen/EarlyIfConversion.cpp projects/ifnet/contrib/llvm/lib/CodeGen/ErlangGC.cpp projects/ifnet/contrib/llvm/lib/CodeGen/ExecutionDepsFix.cpp projects/ifnet/contrib/llvm/lib/CodeGen/ExpandISelPseudos.cpp projects/ifnet/contrib/llvm/lib/CodeGen/ExpandPostRAPseudos.cpp projects/ifnet/contrib/llvm/lib/CodeGen/GCMetadata.cpp projects/ifnet/contrib/llvm/lib/CodeGen/GCMetadataPrinter.cpp projects/ifnet/contrib/llvm/lib/CodeGen/GCStrategy.cpp projects/ifnet/contrib/llvm/lib/CodeGen/GlobalMerge.cpp projects/ifnet/contrib/llvm/lib/CodeGen/IfConversion.cpp projects/ifnet/contrib/llvm/lib/CodeGen/InlineSpiller.cpp projects/ifnet/contrib/llvm/lib/CodeGen/InterferenceCache.h projects/ifnet/contrib/llvm/lib/CodeGen/IntrinsicLowering.cpp projects/ifnet/contrib/llvm/lib/CodeGen/JumpInstrTables.cpp projects/ifnet/contrib/llvm/lib/CodeGen/LLVMTargetMachine.cpp projects/ifnet/contrib/llvm/lib/CodeGen/LexicalScopes.cpp projects/ifnet/contrib/llvm/lib/CodeGen/LiveDebugVariables.cpp projects/ifnet/contrib/llvm/lib/CodeGen/LiveDebugVariables.h projects/ifnet/contrib/llvm/lib/CodeGen/LiveInterval.cpp projects/ifnet/contrib/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp projects/ifnet/contrib/llvm/lib/CodeGen/LiveIntervalUnion.cpp projects/ifnet/contrib/llvm/lib/CodeGen/LiveRangeCalc.cpp projects/ifnet/contrib/llvm/lib/CodeGen/LiveRangeCalc.h projects/ifnet/contrib/llvm/lib/CodeGen/LiveRangeEdit.cpp projects/ifnet/contrib/llvm/lib/CodeGen/LiveRegMatrix.cpp projects/ifnet/contrib/llvm/lib/CodeGen/LiveStackAnalysis.cpp projects/ifnet/contrib/llvm/lib/CodeGen/LiveVariables.cpp projects/ifnet/contrib/llvm/lib/CodeGen/LocalStackSlotAllocation.cpp projects/ifnet/contrib/llvm/lib/CodeGen/MachineBasicBlock.cpp projects/ifnet/contrib/llvm/lib/CodeGen/MachineBlockPlacement.cpp projects/ifnet/contrib/llvm/lib/CodeGen/MachineCSE.cpp projects/ifnet/contrib/llvm/lib/CodeGen/MachineCopyPropagation.cpp projects/ifnet/contrib/llvm/lib/CodeGen/MachineDominanceFrontier.cpp projects/ifnet/contrib/llvm/lib/CodeGen/MachineDominators.cpp projects/ifnet/contrib/llvm/lib/CodeGen/MachineFunction.cpp projects/ifnet/contrib/llvm/lib/CodeGen/MachineFunctionAnalysis.cpp projects/ifnet/contrib/llvm/lib/CodeGen/MachineFunctionPass.cpp projects/ifnet/contrib/llvm/lib/CodeGen/MachineFunctionPrinterPass.cpp projects/ifnet/contrib/llvm/lib/CodeGen/MachineInstr.cpp projects/ifnet/contrib/llvm/lib/CodeGen/MachineInstrBundle.cpp projects/ifnet/contrib/llvm/lib/CodeGen/MachineLICM.cpp projects/ifnet/contrib/llvm/lib/CodeGen/MachineModuleInfo.cpp projects/ifnet/contrib/llvm/lib/CodeGen/MachineRegionInfo.cpp projects/ifnet/contrib/llvm/lib/CodeGen/MachineRegisterInfo.cpp projects/ifnet/contrib/llvm/lib/CodeGen/MachineSSAUpdater.cpp projects/ifnet/contrib/llvm/lib/CodeGen/MachineScheduler.cpp projects/ifnet/contrib/llvm/lib/CodeGen/MachineSink.cpp projects/ifnet/contrib/llvm/lib/CodeGen/MachineTraceMetrics.cpp projects/ifnet/contrib/llvm/lib/CodeGen/MachineVerifier.cpp projects/ifnet/contrib/llvm/lib/CodeGen/OptimizePHIs.cpp projects/ifnet/contrib/llvm/lib/CodeGen/PHIElimination.cpp projects/ifnet/contrib/llvm/lib/CodeGen/PHIEliminationUtils.h projects/ifnet/contrib/llvm/lib/CodeGen/Passes.cpp projects/ifnet/contrib/llvm/lib/CodeGen/PeepholeOptimizer.cpp projects/ifnet/contrib/llvm/lib/CodeGen/PostRASchedulerList.cpp projects/ifnet/contrib/llvm/lib/CodeGen/ProcessImplicitDefs.cpp projects/ifnet/contrib/llvm/lib/CodeGen/PrologEpilogInserter.cpp projects/ifnet/contrib/llvm/lib/CodeGen/PrologEpilogInserter.h projects/ifnet/contrib/llvm/lib/CodeGen/PseudoSourceValue.cpp projects/ifnet/contrib/llvm/lib/CodeGen/RegAllocBase.cpp projects/ifnet/contrib/llvm/lib/CodeGen/RegAllocBase.h projects/ifnet/contrib/llvm/lib/CodeGen/RegAllocBasic.cpp projects/ifnet/contrib/llvm/lib/CodeGen/RegAllocFast.cpp projects/ifnet/contrib/llvm/lib/CodeGen/RegAllocGreedy.cpp projects/ifnet/contrib/llvm/lib/CodeGen/RegAllocPBQP.cpp projects/ifnet/contrib/llvm/lib/CodeGen/RegisterClassInfo.cpp projects/ifnet/contrib/llvm/lib/CodeGen/RegisterCoalescer.cpp projects/ifnet/contrib/llvm/lib/CodeGen/RegisterCoalescer.h projects/ifnet/contrib/llvm/lib/CodeGen/RegisterPressure.cpp projects/ifnet/contrib/llvm/lib/CodeGen/RegisterScavenging.cpp projects/ifnet/contrib/llvm/lib/CodeGen/ScheduleDAG.cpp projects/ifnet/contrib/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp projects/ifnet/contrib/llvm/lib/CodeGen/ScheduleDAGPrinter.cpp projects/ifnet/contrib/llvm/lib/CodeGen/ScoreboardHazardRecognizer.cpp projects/ifnet/contrib/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp projects/ifnet/contrib/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp projects/ifnet/contrib/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp projects/ifnet/contrib/llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp projects/ifnet/contrib/llvm/lib/CodeGen/SelectionDAG/InstrEmitter.h projects/ifnet/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp projects/ifnet/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp projects/ifnet/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp projects/ifnet/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp projects/ifnet/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h projects/ifnet/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp projects/ifnet/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp projects/ifnet/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp projects/ifnet/contrib/llvm/lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp projects/ifnet/contrib/llvm/lib/CodeGen/SelectionDAG/SDNodeDbgValue.h projects/ifnet/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp projects/ifnet/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp projects/ifnet/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp projects/ifnet/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h projects/ifnet/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGVLIW.cpp projects/ifnet/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp projects/ifnet/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp projects/ifnet/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h projects/ifnet/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp projects/ifnet/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp projects/ifnet/contrib/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp projects/ifnet/contrib/llvm/lib/CodeGen/ShadowStackGC.cpp projects/ifnet/contrib/llvm/lib/CodeGen/SjLjEHPrepare.cpp projects/ifnet/contrib/llvm/lib/CodeGen/SpillPlacement.cpp projects/ifnet/contrib/llvm/lib/CodeGen/SpillPlacement.h projects/ifnet/contrib/llvm/lib/CodeGen/Spiller.h projects/ifnet/contrib/llvm/lib/CodeGen/SplitKit.cpp projects/ifnet/contrib/llvm/lib/CodeGen/SplitKit.h projects/ifnet/contrib/llvm/lib/CodeGen/StackColoring.cpp projects/ifnet/contrib/llvm/lib/CodeGen/StackMapLivenessAnalysis.cpp projects/ifnet/contrib/llvm/lib/CodeGen/StackMaps.cpp projects/ifnet/contrib/llvm/lib/CodeGen/StackProtector.cpp projects/ifnet/contrib/llvm/lib/CodeGen/StackSlotColoring.cpp projects/ifnet/contrib/llvm/lib/CodeGen/TailDuplication.cpp projects/ifnet/contrib/llvm/lib/CodeGen/TargetFrameLoweringImpl.cpp projects/ifnet/contrib/llvm/lib/CodeGen/TargetInstrInfo.cpp projects/ifnet/contrib/llvm/lib/CodeGen/TargetLoweringBase.cpp projects/ifnet/contrib/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp projects/ifnet/contrib/llvm/lib/CodeGen/TargetOptionsImpl.cpp projects/ifnet/contrib/llvm/lib/CodeGen/TargetRegisterInfo.cpp projects/ifnet/contrib/llvm/lib/CodeGen/TargetSchedule.cpp projects/ifnet/contrib/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp projects/ifnet/contrib/llvm/lib/CodeGen/UnreachableBlockElim.cpp projects/ifnet/contrib/llvm/lib/CodeGen/VirtRegMap.cpp projects/ifnet/contrib/llvm/lib/DebugInfo/DIContext.cpp projects/ifnet/contrib/llvm/lib/DebugInfo/DWARFAbbreviationDeclaration.cpp projects/ifnet/contrib/llvm/lib/DebugInfo/DWARFCompileUnit.cpp projects/ifnet/contrib/llvm/lib/DebugInfo/DWARFContext.cpp projects/ifnet/contrib/llvm/lib/DebugInfo/DWARFDebugAbbrev.cpp projects/ifnet/contrib/llvm/lib/DebugInfo/DWARFDebugArangeSet.cpp projects/ifnet/contrib/llvm/lib/DebugInfo/DWARFDebugAranges.cpp projects/ifnet/contrib/llvm/lib/DebugInfo/DWARFDebugFrame.cpp projects/ifnet/contrib/llvm/lib/DebugInfo/DWARFDebugInfoEntry.cpp projects/ifnet/contrib/llvm/lib/DebugInfo/DWARFDebugLine.cpp projects/ifnet/contrib/llvm/lib/DebugInfo/DWARFDebugLoc.cpp projects/ifnet/contrib/llvm/lib/DebugInfo/DWARFDebugRangeList.cpp projects/ifnet/contrib/llvm/lib/DebugInfo/DWARFFormValue.cpp projects/ifnet/contrib/llvm/lib/DebugInfo/DWARFTypeUnit.cpp projects/ifnet/contrib/llvm/lib/DebugInfo/DWARFUnit.cpp projects/ifnet/contrib/llvm/lib/ExecutionEngine/EventListenerCommon.h projects/ifnet/contrib/llvm/lib/ExecutionEngine/ExecutionEngine.cpp projects/ifnet/contrib/llvm/lib/ExecutionEngine/ExecutionEngineBindings.cpp projects/ifnet/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp projects/ifnet/contrib/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp projects/ifnet/contrib/llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp projects/ifnet/contrib/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h projects/ifnet/contrib/llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp projects/ifnet/contrib/llvm/lib/ExecutionEngine/MCJIT/MCJIT.h projects/ifnet/contrib/llvm/lib/ExecutionEngine/OProfileJIT/OProfileJITEventListener.cpp projects/ifnet/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp projects/ifnet/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp projects/ifnet/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp projects/ifnet/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h projects/ifnet/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h projects/ifnet/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp projects/ifnet/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h projects/ifnet/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h projects/ifnet/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOARM.h projects/ifnet/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOI386.h projects/ifnet/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOX86_64.h projects/ifnet/contrib/llvm/lib/ExecutionEngine/TargetSelect.cpp projects/ifnet/contrib/llvm/lib/IR/AsmWriter.cpp projects/ifnet/contrib/llvm/lib/IR/AsmWriter.h projects/ifnet/contrib/llvm/lib/IR/AttributeImpl.h projects/ifnet/contrib/llvm/lib/IR/AutoUpgrade.cpp projects/ifnet/contrib/llvm/lib/IR/BasicBlock.cpp projects/ifnet/contrib/llvm/lib/IR/ConstantFold.cpp projects/ifnet/contrib/llvm/lib/IR/ConstantFold.h projects/ifnet/contrib/llvm/lib/IR/Constants.cpp projects/ifnet/contrib/llvm/lib/IR/ConstantsContext.h projects/ifnet/contrib/llvm/lib/IR/Core.cpp projects/ifnet/contrib/llvm/lib/IR/DIBuilder.cpp projects/ifnet/contrib/llvm/lib/IR/DataLayout.cpp projects/ifnet/contrib/llvm/lib/IR/DebugInfo.cpp projects/ifnet/contrib/llvm/lib/IR/DebugLoc.cpp projects/ifnet/contrib/llvm/lib/IR/DiagnosticInfo.cpp projects/ifnet/contrib/llvm/lib/IR/DiagnosticPrinter.cpp projects/ifnet/contrib/llvm/lib/IR/Dominators.cpp projects/ifnet/contrib/llvm/lib/IR/Function.cpp projects/ifnet/contrib/llvm/lib/IR/GCOV.cpp projects/ifnet/contrib/llvm/lib/IR/Globals.cpp projects/ifnet/contrib/llvm/lib/IR/IRBuilder.cpp projects/ifnet/contrib/llvm/lib/IR/IRPrintingPasses.cpp projects/ifnet/contrib/llvm/lib/IR/InlineAsm.cpp projects/ifnet/contrib/llvm/lib/IR/Instruction.cpp projects/ifnet/contrib/llvm/lib/IR/Instructions.cpp projects/ifnet/contrib/llvm/lib/IR/IntrinsicInst.cpp projects/ifnet/contrib/llvm/lib/IR/LLVMContext.cpp projects/ifnet/contrib/llvm/lib/IR/LLVMContextImpl.cpp projects/ifnet/contrib/llvm/lib/IR/LLVMContextImpl.h projects/ifnet/contrib/llvm/lib/IR/LeaksContext.h projects/ifnet/contrib/llvm/lib/IR/LegacyPassManager.cpp projects/ifnet/contrib/llvm/lib/IR/MDBuilder.cpp projects/ifnet/contrib/llvm/lib/IR/Mangler.cpp projects/ifnet/contrib/llvm/lib/IR/Metadata.cpp projects/ifnet/contrib/llvm/lib/IR/Module.cpp projects/ifnet/contrib/llvm/lib/IR/PassManager.cpp projects/ifnet/contrib/llvm/lib/IR/PassRegistry.cpp projects/ifnet/contrib/llvm/lib/IR/SymbolTableListTraitsImpl.h projects/ifnet/contrib/llvm/lib/IR/Type.cpp projects/ifnet/contrib/llvm/lib/IR/TypeFinder.cpp projects/ifnet/contrib/llvm/lib/IR/Use.cpp projects/ifnet/contrib/llvm/lib/IR/User.cpp projects/ifnet/contrib/llvm/lib/IR/Value.cpp projects/ifnet/contrib/llvm/lib/IR/ValueSymbolTable.cpp projects/ifnet/contrib/llvm/lib/IR/Verifier.cpp projects/ifnet/contrib/llvm/lib/IRReader/IRReader.cpp projects/ifnet/contrib/llvm/lib/LTO/LTOCodeGenerator.cpp projects/ifnet/contrib/llvm/lib/LTO/LTOModule.cpp projects/ifnet/contrib/llvm/lib/Linker/LinkModules.cpp projects/ifnet/contrib/llvm/lib/MC/ConstantPools.cpp projects/ifnet/contrib/llvm/lib/MC/ELFObjectWriter.cpp projects/ifnet/contrib/llvm/lib/MC/MCAsmInfo.cpp projects/ifnet/contrib/llvm/lib/MC/MCAsmInfoCOFF.cpp projects/ifnet/contrib/llvm/lib/MC/MCAsmInfoDarwin.cpp projects/ifnet/contrib/llvm/lib/MC/MCAsmInfoELF.cpp projects/ifnet/contrib/llvm/lib/MC/MCAsmStreamer.cpp projects/ifnet/contrib/llvm/lib/MC/MCAssembler.cpp projects/ifnet/contrib/llvm/lib/MC/MCContext.cpp projects/ifnet/contrib/llvm/lib/MC/MCDisassembler/Disassembler.cpp projects/ifnet/contrib/llvm/lib/MC/MCDisassembler/Disassembler.h projects/ifnet/contrib/llvm/lib/MC/MCDwarf.cpp projects/ifnet/contrib/llvm/lib/MC/MCELFStreamer.cpp projects/ifnet/contrib/llvm/lib/MC/MCExpr.cpp projects/ifnet/contrib/llvm/lib/MC/MCLinkerOptimizationHint.cpp projects/ifnet/contrib/llvm/lib/MC/MCMachOStreamer.cpp projects/ifnet/contrib/llvm/lib/MC/MCNullStreamer.cpp projects/ifnet/contrib/llvm/lib/MC/MCObjectFileInfo.cpp projects/ifnet/contrib/llvm/lib/MC/MCObjectStreamer.cpp projects/ifnet/contrib/llvm/lib/MC/MCParser/AsmLexer.cpp projects/ifnet/contrib/llvm/lib/MC/MCParser/AsmParser.cpp projects/ifnet/contrib/llvm/lib/MC/MCParser/COFFAsmParser.cpp projects/ifnet/contrib/llvm/lib/MC/MCParser/DarwinAsmParser.cpp projects/ifnet/contrib/llvm/lib/MC/MCParser/MCAsmLexer.cpp projects/ifnet/contrib/llvm/lib/MC/MCParser/MCAsmParser.cpp projects/ifnet/contrib/llvm/lib/MC/MCSectionCOFF.cpp projects/ifnet/contrib/llvm/lib/MC/MCSectionELF.cpp projects/ifnet/contrib/llvm/lib/MC/MCStreamer.cpp projects/ifnet/contrib/llvm/lib/MC/MCSubtargetInfo.cpp projects/ifnet/contrib/llvm/lib/MC/MCTargetOptions.cpp projects/ifnet/contrib/llvm/lib/MC/MCWin64EH.cpp projects/ifnet/contrib/llvm/lib/MC/MachObjectWriter.cpp projects/ifnet/contrib/llvm/lib/MC/StringTableBuilder.cpp projects/ifnet/contrib/llvm/lib/MC/SubtargetFeature.cpp projects/ifnet/contrib/llvm/lib/MC/WinCOFFObjectWriter.cpp projects/ifnet/contrib/llvm/lib/MC/WinCOFFStreamer.cpp projects/ifnet/contrib/llvm/lib/Object/Archive.cpp projects/ifnet/contrib/llvm/lib/Object/Binary.cpp projects/ifnet/contrib/llvm/lib/Object/COFFObjectFile.cpp projects/ifnet/contrib/llvm/lib/Object/COFFYAML.cpp projects/ifnet/contrib/llvm/lib/Object/ELF.cpp projects/ifnet/contrib/llvm/lib/Object/ELFObjectFile.cpp projects/ifnet/contrib/llvm/lib/Object/ELFYAML.cpp projects/ifnet/contrib/llvm/lib/Object/Error.cpp projects/ifnet/contrib/llvm/lib/Object/IRObjectFile.cpp projects/ifnet/contrib/llvm/lib/Object/MachOObjectFile.cpp projects/ifnet/contrib/llvm/lib/Object/MachOUniversal.cpp projects/ifnet/contrib/llvm/lib/Object/Object.cpp projects/ifnet/contrib/llvm/lib/Object/ObjectFile.cpp projects/ifnet/contrib/llvm/lib/Object/RecordStreamer.h projects/ifnet/contrib/llvm/lib/Object/SymbolicFile.cpp projects/ifnet/contrib/llvm/lib/Option/ArgList.cpp projects/ifnet/contrib/llvm/lib/Option/OptTable.cpp projects/ifnet/contrib/llvm/lib/Option/Option.cpp projects/ifnet/contrib/llvm/lib/ProfileData/InstrProf.cpp projects/ifnet/contrib/llvm/lib/ProfileData/InstrProfIndexed.h projects/ifnet/contrib/llvm/lib/ProfileData/InstrProfReader.cpp projects/ifnet/contrib/llvm/lib/ProfileData/InstrProfWriter.cpp projects/ifnet/contrib/llvm/lib/Support/APFloat.cpp projects/ifnet/contrib/llvm/lib/Support/APInt.cpp projects/ifnet/contrib/llvm/lib/Support/CommandLine.cpp projects/ifnet/contrib/llvm/lib/Support/Compression.cpp projects/ifnet/contrib/llvm/lib/Support/DataStream.cpp projects/ifnet/contrib/llvm/lib/Support/Debug.cpp projects/ifnet/contrib/llvm/lib/Support/Dwarf.cpp projects/ifnet/contrib/llvm/lib/Support/Errno.cpp projects/ifnet/contrib/llvm/lib/Support/ErrorHandling.cpp projects/ifnet/contrib/llvm/lib/Support/FileOutputBuffer.cpp projects/ifnet/contrib/llvm/lib/Support/FileUtilities.cpp projects/ifnet/contrib/llvm/lib/Support/GraphWriter.cpp projects/ifnet/contrib/llvm/lib/Support/Host.cpp projects/ifnet/contrib/llvm/lib/Support/LineIterator.cpp projects/ifnet/contrib/llvm/lib/Support/LockFileManager.cpp projects/ifnet/contrib/llvm/lib/Support/MD5.cpp projects/ifnet/contrib/llvm/lib/Support/MemoryBuffer.cpp projects/ifnet/contrib/llvm/lib/Support/MemoryObject.cpp projects/ifnet/contrib/llvm/lib/Support/Path.cpp projects/ifnet/contrib/llvm/lib/Support/Process.cpp projects/ifnet/contrib/llvm/lib/Support/RandomNumberGenerator.cpp projects/ifnet/contrib/llvm/lib/Support/ScaledNumber.cpp projects/ifnet/contrib/llvm/lib/Support/SmallPtrSet.cpp projects/ifnet/contrib/llvm/lib/Support/SourceMgr.cpp projects/ifnet/contrib/llvm/lib/Support/SpecialCaseList.cpp projects/ifnet/contrib/llvm/lib/Support/StringRef.cpp projects/ifnet/contrib/llvm/lib/Support/ThreadLocal.cpp projects/ifnet/contrib/llvm/lib/Support/TimeValue.cpp projects/ifnet/contrib/llvm/lib/Support/Timer.cpp projects/ifnet/contrib/llvm/lib/Support/ToolOutputFile.cpp projects/ifnet/contrib/llvm/lib/Support/Triple.cpp projects/ifnet/contrib/llvm/lib/Support/Unix/Host.inc projects/ifnet/contrib/llvm/lib/Support/Unix/Memory.inc projects/ifnet/contrib/llvm/lib/Support/Unix/Path.inc projects/ifnet/contrib/llvm/lib/Support/Unix/Process.inc projects/ifnet/contrib/llvm/lib/Support/Unix/Program.inc projects/ifnet/contrib/llvm/lib/Support/Unix/RWMutex.inc projects/ifnet/contrib/llvm/lib/Support/Unix/Signals.inc projects/ifnet/contrib/llvm/lib/Support/Unix/ThreadLocal.inc projects/ifnet/contrib/llvm/lib/Support/Unix/TimeValue.inc projects/ifnet/contrib/llvm/lib/Support/Unix/Unix.h projects/ifnet/contrib/llvm/lib/Support/Windows/DynamicLibrary.inc projects/ifnet/contrib/llvm/lib/Support/Windows/Host.inc projects/ifnet/contrib/llvm/lib/Support/Windows/Path.inc projects/ifnet/contrib/llvm/lib/Support/Windows/Process.inc projects/ifnet/contrib/llvm/lib/Support/Windows/Program.inc projects/ifnet/contrib/llvm/lib/Support/Windows/RWMutex.inc projects/ifnet/contrib/llvm/lib/Support/Windows/ThreadLocal.inc projects/ifnet/contrib/llvm/lib/Support/Windows/WindowsSupport.h projects/ifnet/contrib/llvm/lib/Support/Windows/explicit_symbols.inc projects/ifnet/contrib/llvm/lib/Support/YAMLParser.cpp projects/ifnet/contrib/llvm/lib/Support/YAMLTraits.cpp projects/ifnet/contrib/llvm/lib/Support/raw_ostream.cpp projects/ifnet/contrib/llvm/lib/Support/regcomp.c projects/ifnet/contrib/llvm/lib/TableGen/Main.cpp projects/ifnet/contrib/llvm/lib/TableGen/Record.cpp projects/ifnet/contrib/llvm/lib/TableGen/TGLexer.cpp projects/ifnet/contrib/llvm/lib/TableGen/TGLexer.h projects/ifnet/contrib/llvm/lib/TableGen/TGParser.cpp projects/ifnet/contrib/llvm/lib/TableGen/TGParser.h projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64.h projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64AddressTypePromotion.cpp projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64AdvSIMDScalarPass.cpp projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64BranchRelaxation.cpp projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64CallingConvention.td projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64CleanupLocalDynamicTLSPass.cpp projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64CollectLOH.cpp projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64ConditionalCompares.cpp projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64DeadRegisterDefinitionsPass.cpp projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64FastISel.cpp projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64FrameLowering.cpp projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64FrameLowering.h projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64ISelLowering.h projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64InstrAtomics.td projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64InstrFormats.td projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64InstrInfo.h projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64InstrInfo.td projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64MCInstLower.cpp projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64MCInstLower.h projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64MachineFunctionInfo.h projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64PerfectShuffle.h projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64PromoteConstant.cpp projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64RegisterInfo.h projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64RegisterInfo.td projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64SchedA57.td projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64SchedA57WriteRes.td projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64SelectionDAGInfo.cpp projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64SelectionDAGInfo.h projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64StorePairSuppress.cpp projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64Subtarget.cpp projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64Subtarget.h projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64TargetMachine.cpp projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64TargetMachine.h projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64TargetObjectFile.h projects/ifnet/contrib/llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp projects/ifnet/contrib/llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp projects/ifnet/contrib/llvm/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp projects/ifnet/contrib/llvm/lib/Target/AArch64/Disassembler/AArch64Disassembler.h projects/ifnet/contrib/llvm/lib/Target/AArch64/Disassembler/AArch64ExternalSymbolizer.h projects/ifnet/contrib/llvm/lib/Target/AArch64/InstPrinter/AArch64InstPrinter.cpp projects/ifnet/contrib/llvm/lib/Target/AArch64/InstPrinter/AArch64InstPrinter.h projects/ifnet/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64AddressingModes.h projects/ifnet/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp projects/ifnet/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64ELFObjectWriter.cpp projects/ifnet/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp projects/ifnet/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.h projects/ifnet/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64FixupKinds.h projects/ifnet/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp projects/ifnet/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.h projects/ifnet/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCCodeEmitter.cpp projects/ifnet/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.cpp projects/ifnet/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.h projects/ifnet/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp projects/ifnet/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.h projects/ifnet/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MachObjectWriter.cpp projects/ifnet/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.cpp projects/ifnet/contrib/llvm/lib/Target/AArch64/TargetInfo/AArch64TargetInfo.cpp projects/ifnet/contrib/llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.cpp projects/ifnet/contrib/llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.h projects/ifnet/contrib/llvm/lib/Target/ARM/A15SDOptimizer.cpp projects/ifnet/contrib/llvm/lib/Target/ARM/ARM.h projects/ifnet/contrib/llvm/lib/Target/ARM/ARM.td projects/ifnet/contrib/llvm/lib/Target/ARM/ARMAsmPrinter.cpp projects/ifnet/contrib/llvm/lib/Target/ARM/ARMAsmPrinter.h projects/ifnet/contrib/llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp projects/ifnet/contrib/llvm/lib/Target/ARM/ARMBaseInstrInfo.h projects/ifnet/contrib/llvm/lib/Target/ARM/ARMBaseRegisterInfo.cpp projects/ifnet/contrib/llvm/lib/Target/ARM/ARMBaseRegisterInfo.h projects/ifnet/contrib/llvm/lib/Target/ARM/ARMCallingConv.h projects/ifnet/contrib/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp projects/ifnet/contrib/llvm/lib/Target/ARM/ARMConstantPoolValue.h projects/ifnet/contrib/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp projects/ifnet/contrib/llvm/lib/Target/ARM/ARMFPUName.def projects/ifnet/contrib/llvm/lib/Target/ARM/ARMFPUName.h projects/ifnet/contrib/llvm/lib/Target/ARM/ARMFastISel.cpp projects/ifnet/contrib/llvm/lib/Target/ARM/ARMFeatures.h projects/ifnet/contrib/llvm/lib/Target/ARM/ARMFrameLowering.cpp projects/ifnet/contrib/llvm/lib/Target/ARM/ARMFrameLowering.h projects/ifnet/contrib/llvm/lib/Target/ARM/ARMHazardRecognizer.cpp projects/ifnet/contrib/llvm/lib/Target/ARM/ARMHazardRecognizer.h projects/ifnet/contrib/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp projects/ifnet/contrib/llvm/lib/Target/ARM/ARMISelLowering.cpp projects/ifnet/contrib/llvm/lib/Target/ARM/ARMISelLowering.h projects/ifnet/contrib/llvm/lib/Target/ARM/ARMInstrFormats.td projects/ifnet/contrib/llvm/lib/Target/ARM/ARMInstrInfo.cpp projects/ifnet/contrib/llvm/lib/Target/ARM/ARMInstrInfo.h projects/ifnet/contrib/llvm/lib/Target/ARM/ARMInstrInfo.td projects/ifnet/contrib/llvm/lib/Target/ARM/ARMInstrNEON.td projects/ifnet/contrib/llvm/lib/Target/ARM/ARMInstrThumb.td projects/ifnet/contrib/llvm/lib/Target/ARM/ARMInstrThumb2.td projects/ifnet/contrib/llvm/lib/Target/ARM/ARMInstrVFP.td projects/ifnet/contrib/llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp projects/ifnet/contrib/llvm/lib/Target/ARM/ARMMCInstLower.cpp projects/ifnet/contrib/llvm/lib/Target/ARM/ARMMachineFunctionInfo.h projects/ifnet/contrib/llvm/lib/Target/ARM/ARMOptimizeBarriersPass.cpp projects/ifnet/contrib/llvm/lib/Target/ARM/ARMPerfectShuffle.h projects/ifnet/contrib/llvm/lib/Target/ARM/ARMRegisterInfo.h projects/ifnet/contrib/llvm/lib/Target/ARM/ARMSelectionDAGInfo.cpp projects/ifnet/contrib/llvm/lib/Target/ARM/ARMSelectionDAGInfo.h projects/ifnet/contrib/llvm/lib/Target/ARM/ARMSubtarget.cpp projects/ifnet/contrib/llvm/lib/Target/ARM/ARMSubtarget.h projects/ifnet/contrib/llvm/lib/Target/ARM/ARMTargetMachine.cpp projects/ifnet/contrib/llvm/lib/Target/ARM/ARMTargetMachine.h projects/ifnet/contrib/llvm/lib/Target/ARM/ARMTargetObjectFile.h projects/ifnet/contrib/llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp projects/ifnet/contrib/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp projects/ifnet/contrib/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp projects/ifnet/contrib/llvm/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp projects/ifnet/contrib/llvm/lib/Target/ARM/InstPrinter/ARMInstPrinter.h projects/ifnet/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMAddressingModes.h projects/ifnet/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMArchName.h projects/ifnet/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp projects/ifnet/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMBaseInfo.h projects/ifnet/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp projects/ifnet/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp projects/ifnet/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMFixupKinds.h projects/ifnet/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp projects/ifnet/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.h projects/ifnet/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp projects/ifnet/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCExpr.cpp projects/ifnet/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCExpr.h projects/ifnet/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp projects/ifnet/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.h projects/ifnet/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMachObjectWriter.cpp projects/ifnet/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMUnwindOpAsm.h projects/ifnet/contrib/llvm/lib/Target/ARM/MLxExpansionPass.cpp projects/ifnet/contrib/llvm/lib/Target/ARM/Thumb1FrameLowering.cpp projects/ifnet/contrib/llvm/lib/Target/ARM/Thumb1FrameLowering.h projects/ifnet/contrib/llvm/lib/Target/ARM/Thumb1InstrInfo.cpp projects/ifnet/contrib/llvm/lib/Target/ARM/Thumb1InstrInfo.h projects/ifnet/contrib/llvm/lib/Target/ARM/Thumb1RegisterInfo.cpp projects/ifnet/contrib/llvm/lib/Target/ARM/Thumb1RegisterInfo.h projects/ifnet/contrib/llvm/lib/Target/ARM/Thumb2ITBlockPass.cpp projects/ifnet/contrib/llvm/lib/Target/ARM/Thumb2InstrInfo.cpp projects/ifnet/contrib/llvm/lib/Target/ARM/Thumb2InstrInfo.h projects/ifnet/contrib/llvm/lib/Target/ARM/Thumb2RegisterInfo.cpp projects/ifnet/contrib/llvm/lib/Target/ARM/Thumb2RegisterInfo.h projects/ifnet/contrib/llvm/lib/Target/ARM/Thumb2SizeReduction.cpp projects/ifnet/contrib/llvm/lib/Target/CppBackend/CPPTargetMachine.h projects/ifnet/contrib/llvm/lib/Target/Hexagon/Hexagon.h projects/ifnet/contrib/llvm/lib/Target/Hexagon/Hexagon.td projects/ifnet/contrib/llvm/lib/Target/Hexagon/HexagonAsmPrinter.cpp projects/ifnet/contrib/llvm/lib/Target/Hexagon/HexagonAsmPrinter.h projects/ifnet/contrib/llvm/lib/Target/Hexagon/HexagonCFGOptimizer.cpp projects/ifnet/contrib/llvm/lib/Target/Hexagon/HexagonCallingConvLower.cpp projects/ifnet/contrib/llvm/lib/Target/Hexagon/HexagonCallingConvLower.h projects/ifnet/contrib/llvm/lib/Target/Hexagon/HexagonCopyToCombine.cpp projects/ifnet/contrib/llvm/lib/Target/Hexagon/HexagonExpandPredSpillCode.cpp projects/ifnet/contrib/llvm/lib/Target/Hexagon/HexagonFixupHwLoops.cpp projects/ifnet/contrib/llvm/lib/Target/Hexagon/HexagonFrameLowering.cpp projects/ifnet/contrib/llvm/lib/Target/Hexagon/HexagonFrameLowering.h projects/ifnet/contrib/llvm/lib/Target/Hexagon/HexagonHardwareLoops.cpp projects/ifnet/contrib/llvm/lib/Target/Hexagon/HexagonISelDAGToDAG.cpp projects/ifnet/contrib/llvm/lib/Target/Hexagon/HexagonISelLowering.cpp projects/ifnet/contrib/llvm/lib/Target/Hexagon/HexagonISelLowering.h projects/ifnet/contrib/llvm/lib/Target/Hexagon/HexagonInstrFormats.td projects/ifnet/contrib/llvm/lib/Target/Hexagon/HexagonInstrFormatsV4.td projects/ifnet/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp projects/ifnet/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfo.h projects/ifnet/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfo.td projects/ifnet/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfoV3.td projects/ifnet/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfoV4.td projects/ifnet/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfoV5.td projects/ifnet/contrib/llvm/lib/Target/Hexagon/HexagonIntrinsics.td projects/ifnet/contrib/llvm/lib/Target/Hexagon/HexagonIntrinsicsDerived.td projects/ifnet/contrib/llvm/lib/Target/Hexagon/HexagonIntrinsicsV4.td projects/ifnet/contrib/llvm/lib/Target/Hexagon/HexagonMCInstLower.cpp projects/ifnet/contrib/llvm/lib/Target/Hexagon/HexagonMachineFunctionInfo.h projects/ifnet/contrib/llvm/lib/Target/Hexagon/HexagonMachineScheduler.cpp projects/ifnet/contrib/llvm/lib/Target/Hexagon/HexagonMachineScheduler.h projects/ifnet/contrib/llvm/lib/Target/Hexagon/HexagonNewValueJump.cpp projects/ifnet/contrib/llvm/lib/Target/Hexagon/HexagonOperands.td projects/ifnet/contrib/llvm/lib/Target/Hexagon/HexagonPeephole.cpp projects/ifnet/contrib/llvm/lib/Target/Hexagon/HexagonRegisterInfo.cpp projects/ifnet/contrib/llvm/lib/Target/Hexagon/HexagonRegisterInfo.h projects/ifnet/contrib/llvm/lib/Target/Hexagon/HexagonRegisterInfo.td projects/ifnet/contrib/llvm/lib/Target/Hexagon/HexagonRemoveSZExtArgs.cpp projects/ifnet/contrib/llvm/lib/Target/Hexagon/HexagonSelectionDAGInfo.h projects/ifnet/contrib/llvm/lib/Target/Hexagon/HexagonSplitConst32AndConst64.cpp projects/ifnet/contrib/llvm/lib/Target/Hexagon/HexagonSplitTFRCondSets.cpp projects/ifnet/contrib/llvm/lib/Target/Hexagon/HexagonSubtarget.h projects/ifnet/contrib/llvm/lib/Target/Hexagon/HexagonTargetMachine.cpp projects/ifnet/contrib/llvm/lib/Target/Hexagon/HexagonTargetMachine.h projects/ifnet/contrib/llvm/lib/Target/Hexagon/HexagonTargetObjectFile.cpp projects/ifnet/contrib/llvm/lib/Target/Hexagon/HexagonTargetObjectFile.h projects/ifnet/contrib/llvm/lib/Target/Hexagon/HexagonVLIWPacketizer.cpp projects/ifnet/contrib/llvm/lib/Target/Hexagon/HexagonVarargsCallingConvention.h projects/ifnet/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h projects/ifnet/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.cpp projects/ifnet/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.h projects/ifnet/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCInst.cpp projects/ifnet/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCInst.h projects/ifnet/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp projects/ifnet/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.h projects/ifnet/contrib/llvm/lib/Target/MSP430/InstPrinter/MSP430InstPrinter.h projects/ifnet/contrib/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.h projects/ifnet/contrib/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCTargetDesc.cpp projects/ifnet/contrib/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCTargetDesc.h projects/ifnet/contrib/llvm/lib/Target/MSP430/MSP430.h projects/ifnet/contrib/llvm/lib/Target/MSP430/MSP430BranchSelector.cpp projects/ifnet/contrib/llvm/lib/Target/MSP430/MSP430CallingConv.td projects/ifnet/contrib/llvm/lib/Target/MSP430/MSP430FrameLowering.cpp projects/ifnet/contrib/llvm/lib/Target/MSP430/MSP430FrameLowering.h projects/ifnet/contrib/llvm/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp projects/ifnet/contrib/llvm/lib/Target/MSP430/MSP430ISelLowering.cpp projects/ifnet/contrib/llvm/lib/Target/MSP430/MSP430ISelLowering.h projects/ifnet/contrib/llvm/lib/Target/MSP430/MSP430InstrInfo.cpp projects/ifnet/contrib/llvm/lib/Target/MSP430/MSP430InstrInfo.h projects/ifnet/contrib/llvm/lib/Target/MSP430/MSP430InstrInfo.td projects/ifnet/contrib/llvm/lib/Target/MSP430/MSP430MCInstLower.cpp projects/ifnet/contrib/llvm/lib/Target/MSP430/MSP430MCInstLower.h projects/ifnet/contrib/llvm/lib/Target/MSP430/MSP430MachineFunctionInfo.h projects/ifnet/contrib/llvm/lib/Target/MSP430/MSP430RegisterInfo.cpp projects/ifnet/contrib/llvm/lib/Target/MSP430/MSP430RegisterInfo.h projects/ifnet/contrib/llvm/lib/Target/MSP430/MSP430RegisterInfo.td projects/ifnet/contrib/llvm/lib/Target/MSP430/MSP430SelectionDAGInfo.h projects/ifnet/contrib/llvm/lib/Target/MSP430/MSP430Subtarget.cpp projects/ifnet/contrib/llvm/lib/Target/MSP430/MSP430Subtarget.h projects/ifnet/contrib/llvm/lib/Target/MSP430/MSP430TargetMachine.cpp projects/ifnet/contrib/llvm/lib/Target/MSP430/MSP430TargetMachine.h projects/ifnet/contrib/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp projects/ifnet/contrib/llvm/lib/Target/Mips/Disassembler/MipsDisassembler.cpp projects/ifnet/contrib/llvm/lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp projects/ifnet/contrib/llvm/lib/Target/Mips/InstPrinter/MipsInstPrinter.h projects/ifnet/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsABIFlagsSection.h projects/ifnet/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp projects/ifnet/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h projects/ifnet/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h projects/ifnet/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp projects/ifnet/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsELFStreamer.cpp projects/ifnet/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsELFStreamer.h projects/ifnet/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsFixupKinds.h projects/ifnet/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.cpp projects/ifnet/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.h projects/ifnet/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp projects/ifnet/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.h projects/ifnet/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCExpr.cpp projects/ifnet/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCExpr.h projects/ifnet/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCNaCl.h projects/ifnet/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp projects/ifnet/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.h projects/ifnet/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsNaClELFStreamer.cpp projects/ifnet/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp projects/ifnet/contrib/llvm/lib/Target/Mips/MicroMipsInstrFPU.td projects/ifnet/contrib/llvm/lib/Target/Mips/MicroMipsInstrFormats.td projects/ifnet/contrib/llvm/lib/Target/Mips/MicroMipsInstrInfo.td projects/ifnet/contrib/llvm/lib/Target/Mips/Mips.h projects/ifnet/contrib/llvm/lib/Target/Mips/Mips16FrameLowering.cpp projects/ifnet/contrib/llvm/lib/Target/Mips/Mips16FrameLowering.h projects/ifnet/contrib/llvm/lib/Target/Mips/Mips16HardFloat.cpp projects/ifnet/contrib/llvm/lib/Target/Mips/Mips16HardFloat.h projects/ifnet/contrib/llvm/lib/Target/Mips/Mips16HardFloatInfo.h projects/ifnet/contrib/llvm/lib/Target/Mips/Mips16ISelDAGToDAG.cpp projects/ifnet/contrib/llvm/lib/Target/Mips/Mips16ISelDAGToDAG.h projects/ifnet/contrib/llvm/lib/Target/Mips/Mips16ISelLowering.cpp projects/ifnet/contrib/llvm/lib/Target/Mips/Mips16ISelLowering.h projects/ifnet/contrib/llvm/lib/Target/Mips/Mips16InstrFormats.td projects/ifnet/contrib/llvm/lib/Target/Mips/Mips16InstrInfo.cpp projects/ifnet/contrib/llvm/lib/Target/Mips/Mips16InstrInfo.h projects/ifnet/contrib/llvm/lib/Target/Mips/Mips16InstrInfo.td projects/ifnet/contrib/llvm/lib/Target/Mips/Mips16RegisterInfo.cpp projects/ifnet/contrib/llvm/lib/Target/Mips/Mips16RegisterInfo.h projects/ifnet/contrib/llvm/lib/Target/Mips/Mips32r6InstrFormats.td projects/ifnet/contrib/llvm/lib/Target/Mips/Mips32r6InstrInfo.td projects/ifnet/contrib/llvm/lib/Target/Mips/Mips64InstrInfo.td projects/ifnet/contrib/llvm/lib/Target/Mips/MipsAnalyzeImmediate.cpp projects/ifnet/contrib/llvm/lib/Target/Mips/MipsAnalyzeImmediate.h projects/ifnet/contrib/llvm/lib/Target/Mips/MipsAsmPrinter.cpp projects/ifnet/contrib/llvm/lib/Target/Mips/MipsAsmPrinter.h projects/ifnet/contrib/llvm/lib/Target/Mips/MipsCCState.h projects/ifnet/contrib/llvm/lib/Target/Mips/MipsCallingConv.td projects/ifnet/contrib/llvm/lib/Target/Mips/MipsCondMov.td projects/ifnet/contrib/llvm/lib/Target/Mips/MipsConstantIslandPass.cpp projects/ifnet/contrib/llvm/lib/Target/Mips/MipsDelaySlotFiller.cpp projects/ifnet/contrib/llvm/lib/Target/Mips/MipsFastISel.cpp projects/ifnet/contrib/llvm/lib/Target/Mips/MipsFrameLowering.cpp projects/ifnet/contrib/llvm/lib/Target/Mips/MipsFrameLowering.h projects/ifnet/contrib/llvm/lib/Target/Mips/MipsISelDAGToDAG.h projects/ifnet/contrib/llvm/lib/Target/Mips/MipsISelLowering.cpp projects/ifnet/contrib/llvm/lib/Target/Mips/MipsISelLowering.h projects/ifnet/contrib/llvm/lib/Target/Mips/MipsInstrFPU.td projects/ifnet/contrib/llvm/lib/Target/Mips/MipsInstrFormats.td projects/ifnet/contrib/llvm/lib/Target/Mips/MipsInstrInfo.cpp projects/ifnet/contrib/llvm/lib/Target/Mips/MipsInstrInfo.h projects/ifnet/contrib/llvm/lib/Target/Mips/MipsInstrInfo.td projects/ifnet/contrib/llvm/lib/Target/Mips/MipsLongBranch.cpp projects/ifnet/contrib/llvm/lib/Target/Mips/MipsMCInstLower.h projects/ifnet/contrib/llvm/lib/Target/Mips/MipsMSAInstrInfo.td projects/ifnet/contrib/llvm/lib/Target/Mips/MipsMachineFunction.cpp projects/ifnet/contrib/llvm/lib/Target/Mips/MipsMachineFunction.h projects/ifnet/contrib/llvm/lib/Target/Mips/MipsModuleISelDAGToDAG.h projects/ifnet/contrib/llvm/lib/Target/Mips/MipsOptimizePICCall.cpp projects/ifnet/contrib/llvm/lib/Target/Mips/MipsOptionRecord.h projects/ifnet/contrib/llvm/lib/Target/Mips/MipsOs16.h projects/ifnet/contrib/llvm/lib/Target/Mips/MipsRegisterInfo.cpp projects/ifnet/contrib/llvm/lib/Target/Mips/MipsRegisterInfo.h projects/ifnet/contrib/llvm/lib/Target/Mips/MipsRegisterInfo.td projects/ifnet/contrib/llvm/lib/Target/Mips/MipsSEFrameLowering.cpp projects/ifnet/contrib/llvm/lib/Target/Mips/MipsSEFrameLowering.h projects/ifnet/contrib/llvm/lib/Target/Mips/MipsSEISelDAGToDAG.cpp projects/ifnet/contrib/llvm/lib/Target/Mips/MipsSEISelDAGToDAG.h projects/ifnet/contrib/llvm/lib/Target/Mips/MipsSEISelLowering.cpp projects/ifnet/contrib/llvm/lib/Target/Mips/MipsSEISelLowering.h projects/ifnet/contrib/llvm/lib/Target/Mips/MipsSEInstrInfo.cpp projects/ifnet/contrib/llvm/lib/Target/Mips/MipsSEInstrInfo.h projects/ifnet/contrib/llvm/lib/Target/Mips/MipsSERegisterInfo.cpp projects/ifnet/contrib/llvm/lib/Target/Mips/MipsSERegisterInfo.h projects/ifnet/contrib/llvm/lib/Target/Mips/MipsSelectionDAGInfo.h projects/ifnet/contrib/llvm/lib/Target/Mips/MipsSubtarget.cpp projects/ifnet/contrib/llvm/lib/Target/Mips/MipsSubtarget.h projects/ifnet/contrib/llvm/lib/Target/Mips/MipsTargetMachine.cpp projects/ifnet/contrib/llvm/lib/Target/Mips/MipsTargetMachine.h projects/ifnet/contrib/llvm/lib/Target/Mips/MipsTargetObjectFile.cpp projects/ifnet/contrib/llvm/lib/Target/Mips/MipsTargetObjectFile.h projects/ifnet/contrib/llvm/lib/Target/Mips/MipsTargetStreamer.h projects/ifnet/contrib/llvm/lib/Target/NVPTX/InstPrinter/NVPTXInstPrinter.h projects/ifnet/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXBaseInfo.h projects/ifnet/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.cpp projects/ifnet/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.h projects/ifnet/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXMCTargetDesc.h projects/ifnet/contrib/llvm/lib/Target/NVPTX/ManagedStringPool.h projects/ifnet/contrib/llvm/lib/Target/NVPTX/NVPTX.h projects/ifnet/contrib/llvm/lib/Target/NVPTX/NVPTXAllocaHoisting.h projects/ifnet/contrib/llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp projects/ifnet/contrib/llvm/lib/Target/NVPTX/NVPTXAsmPrinter.h projects/ifnet/contrib/llvm/lib/Target/NVPTX/NVPTXFrameLowering.cpp projects/ifnet/contrib/llvm/lib/Target/NVPTX/NVPTXFrameLowering.h projects/ifnet/contrib/llvm/lib/Target/NVPTX/NVPTXGenericToNVVM.cpp projects/ifnet/contrib/llvm/lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp projects/ifnet/contrib/llvm/lib/Target/NVPTX/NVPTXISelDAGToDAG.h projects/ifnet/contrib/llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp projects/ifnet/contrib/llvm/lib/Target/NVPTX/NVPTXISelLowering.h projects/ifnet/contrib/llvm/lib/Target/NVPTX/NVPTXImageOptimizer.cpp projects/ifnet/contrib/llvm/lib/Target/NVPTX/NVPTXInstrInfo.cpp projects/ifnet/contrib/llvm/lib/Target/NVPTX/NVPTXInstrInfo.h projects/ifnet/contrib/llvm/lib/Target/NVPTX/NVPTXInstrInfo.td projects/ifnet/contrib/llvm/lib/Target/NVPTX/NVPTXLowerAggrCopies.h projects/ifnet/contrib/llvm/lib/Target/NVPTX/NVPTXMCExpr.h projects/ifnet/contrib/llvm/lib/Target/NVPTX/NVPTXMachineFunctionInfo.h projects/ifnet/contrib/llvm/lib/Target/NVPTX/NVPTXPrologEpilogPass.cpp projects/ifnet/contrib/llvm/lib/Target/NVPTX/NVPTXRegisterInfo.h projects/ifnet/contrib/llvm/lib/Target/NVPTX/NVPTXReplaceImageHandles.cpp projects/ifnet/contrib/llvm/lib/Target/NVPTX/NVPTXSection.h projects/ifnet/contrib/llvm/lib/Target/NVPTX/NVPTXSubtarget.cpp projects/ifnet/contrib/llvm/lib/Target/NVPTX/NVPTXSubtarget.h projects/ifnet/contrib/llvm/lib/Target/NVPTX/NVPTXTargetMachine.cpp projects/ifnet/contrib/llvm/lib/Target/NVPTX/NVPTXTargetMachine.h projects/ifnet/contrib/llvm/lib/Target/NVPTX/NVPTXTargetObjectFile.h projects/ifnet/contrib/llvm/lib/Target/NVPTX/NVPTXUtilities.cpp projects/ifnet/contrib/llvm/lib/Target/NVPTX/NVPTXUtilities.h projects/ifnet/contrib/llvm/lib/Target/NVPTX/NVPTXVector.td projects/ifnet/contrib/llvm/lib/Target/NVPTX/NVPTXutil.h projects/ifnet/contrib/llvm/lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp projects/ifnet/contrib/llvm/lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp projects/ifnet/contrib/llvm/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp projects/ifnet/contrib/llvm/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.h projects/ifnet/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp projects/ifnet/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp projects/ifnet/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCFixupKinds.h projects/ifnet/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp projects/ifnet/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.h projects/ifnet/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp projects/ifnet/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.cpp projects/ifnet/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.h projects/ifnet/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp projects/ifnet/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h projects/ifnet/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMachObjectWriter.cpp projects/ifnet/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCPredicates.h projects/ifnet/contrib/llvm/lib/Target/PowerPC/PPC.h projects/ifnet/contrib/llvm/lib/Target/PowerPC/PPC.td projects/ifnet/contrib/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp projects/ifnet/contrib/llvm/lib/Target/PowerPC/PPCBranchSelector.cpp projects/ifnet/contrib/llvm/lib/Target/PowerPC/PPCCTRLoops.cpp projects/ifnet/contrib/llvm/lib/Target/PowerPC/PPCCallingConv.td projects/ifnet/contrib/llvm/lib/Target/PowerPC/PPCFastISel.cpp projects/ifnet/contrib/llvm/lib/Target/PowerPC/PPCFrameLowering.cpp projects/ifnet/contrib/llvm/lib/Target/PowerPC/PPCFrameLowering.h projects/ifnet/contrib/llvm/lib/Target/PowerPC/PPCHazardRecognizers.h projects/ifnet/contrib/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp projects/ifnet/contrib/llvm/lib/Target/PowerPC/PPCISelLowering.cpp projects/ifnet/contrib/llvm/lib/Target/PowerPC/PPCISelLowering.h projects/ifnet/contrib/llvm/lib/Target/PowerPC/PPCInstr64Bit.td projects/ifnet/contrib/llvm/lib/Target/PowerPC/PPCInstrAltivec.td projects/ifnet/contrib/llvm/lib/Target/PowerPC/PPCInstrBuilder.h projects/ifnet/contrib/llvm/lib/Target/PowerPC/PPCInstrFormats.td projects/ifnet/contrib/llvm/lib/Target/PowerPC/PPCInstrInfo.cpp projects/ifnet/contrib/llvm/lib/Target/PowerPC/PPCInstrInfo.h projects/ifnet/contrib/llvm/lib/Target/PowerPC/PPCInstrInfo.td projects/ifnet/contrib/llvm/lib/Target/PowerPC/PPCInstrVSX.td projects/ifnet/contrib/llvm/lib/Target/PowerPC/PPCMCInstLower.cpp projects/ifnet/contrib/llvm/lib/Target/PowerPC/PPCMachineFunctionInfo.cpp projects/ifnet/contrib/llvm/lib/Target/PowerPC/PPCMachineFunctionInfo.h projects/ifnet/contrib/llvm/lib/Target/PowerPC/PPCPerfectShuffle.h projects/ifnet/contrib/llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp projects/ifnet/contrib/llvm/lib/Target/PowerPC/PPCRegisterInfo.h projects/ifnet/contrib/llvm/lib/Target/PowerPC/PPCRegisterInfo.td projects/ifnet/contrib/llvm/lib/Target/PowerPC/PPCSchedule.td projects/ifnet/contrib/llvm/lib/Target/PowerPC/PPCScheduleP7.td projects/ifnet/contrib/llvm/lib/Target/PowerPC/PPCSelectionDAGInfo.h projects/ifnet/contrib/llvm/lib/Target/PowerPC/PPCSubtarget.cpp projects/ifnet/contrib/llvm/lib/Target/PowerPC/PPCSubtarget.h projects/ifnet/contrib/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp projects/ifnet/contrib/llvm/lib/Target/PowerPC/PPCTargetMachine.h projects/ifnet/contrib/llvm/lib/Target/PowerPC/PPCTargetObjectFile.h projects/ifnet/contrib/llvm/lib/Target/PowerPC/PPCTargetStreamer.h projects/ifnet/contrib/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp projects/ifnet/contrib/llvm/lib/Target/R600/AMDGPU.h projects/ifnet/contrib/llvm/lib/Target/R600/AMDGPU.td projects/ifnet/contrib/llvm/lib/Target/R600/AMDGPUAsmPrinter.cpp projects/ifnet/contrib/llvm/lib/Target/R600/AMDGPUAsmPrinter.h projects/ifnet/contrib/llvm/lib/Target/R600/AMDGPUCallingConv.td projects/ifnet/contrib/llvm/lib/Target/R600/AMDGPUFrameLowering.h projects/ifnet/contrib/llvm/lib/Target/R600/AMDGPUISelDAGToDAG.cpp projects/ifnet/contrib/llvm/lib/Target/R600/AMDGPUISelLowering.cpp projects/ifnet/contrib/llvm/lib/Target/R600/AMDGPUISelLowering.h projects/ifnet/contrib/llvm/lib/Target/R600/AMDGPUInstrInfo.cpp projects/ifnet/contrib/llvm/lib/Target/R600/AMDGPUInstrInfo.h projects/ifnet/contrib/llvm/lib/Target/R600/AMDGPUInstrInfo.td projects/ifnet/contrib/llvm/lib/Target/R600/AMDGPUInstructions.td projects/ifnet/contrib/llvm/lib/Target/R600/AMDGPUIntrinsicInfo.cpp projects/ifnet/contrib/llvm/lib/Target/R600/AMDGPUIntrinsicInfo.h projects/ifnet/contrib/llvm/lib/Target/R600/AMDGPUMCInstLower.cpp projects/ifnet/contrib/llvm/lib/Target/R600/AMDGPUMCInstLower.h projects/ifnet/contrib/llvm/lib/Target/R600/AMDGPUMachineFunction.cpp projects/ifnet/contrib/llvm/lib/Target/R600/AMDGPUMachineFunction.h projects/ifnet/contrib/llvm/lib/Target/R600/AMDGPUPromoteAlloca.cpp projects/ifnet/contrib/llvm/lib/Target/R600/AMDGPURegisterInfo.cpp projects/ifnet/contrib/llvm/lib/Target/R600/AMDGPURegisterInfo.h projects/ifnet/contrib/llvm/lib/Target/R600/AMDGPUSubtarget.cpp projects/ifnet/contrib/llvm/lib/Target/R600/AMDGPUSubtarget.h projects/ifnet/contrib/llvm/lib/Target/R600/AMDGPUTargetMachine.cpp projects/ifnet/contrib/llvm/lib/Target/R600/AMDGPUTargetMachine.h projects/ifnet/contrib/llvm/lib/Target/R600/AMDGPUTargetTransformInfo.cpp projects/ifnet/contrib/llvm/lib/Target/R600/AMDILCFGStructurizer.cpp projects/ifnet/contrib/llvm/lib/Target/R600/CaymanInstructions.td projects/ifnet/contrib/llvm/lib/Target/R600/EvergreenInstructions.td projects/ifnet/contrib/llvm/lib/Target/R600/InstPrinter/AMDGPUInstPrinter.cpp projects/ifnet/contrib/llvm/lib/Target/R600/InstPrinter/AMDGPUInstPrinter.h projects/ifnet/contrib/llvm/lib/Target/R600/MCTargetDesc/AMDGPUAsmBackend.cpp projects/ifnet/contrib/llvm/lib/Target/R600/MCTargetDesc/AMDGPUFixupKinds.h projects/ifnet/contrib/llvm/lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp projects/ifnet/contrib/llvm/lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.h projects/ifnet/contrib/llvm/lib/Target/R600/MCTargetDesc/AMDGPUMCCodeEmitter.h projects/ifnet/contrib/llvm/lib/Target/R600/MCTargetDesc/AMDGPUMCTargetDesc.cpp projects/ifnet/contrib/llvm/lib/Target/R600/MCTargetDesc/AMDGPUMCTargetDesc.h projects/ifnet/contrib/llvm/lib/Target/R600/MCTargetDesc/SIMCCodeEmitter.cpp projects/ifnet/contrib/llvm/lib/Target/R600/Processors.td projects/ifnet/contrib/llvm/lib/Target/R600/R600ClauseMergePass.cpp projects/ifnet/contrib/llvm/lib/Target/R600/R600ControlFlowFinalizer.cpp projects/ifnet/contrib/llvm/lib/Target/R600/R600Defines.h projects/ifnet/contrib/llvm/lib/Target/R600/R600EmitClauseMarkers.cpp projects/ifnet/contrib/llvm/lib/Target/R600/R600ExpandSpecialInstrs.cpp projects/ifnet/contrib/llvm/lib/Target/R600/R600ISelLowering.cpp projects/ifnet/contrib/llvm/lib/Target/R600/R600ISelLowering.h projects/ifnet/contrib/llvm/lib/Target/R600/R600InstrFormats.td projects/ifnet/contrib/llvm/lib/Target/R600/R600InstrInfo.cpp projects/ifnet/contrib/llvm/lib/Target/R600/R600InstrInfo.h projects/ifnet/contrib/llvm/lib/Target/R600/R600Instructions.td projects/ifnet/contrib/llvm/lib/Target/R600/R600MachineFunctionInfo.h projects/ifnet/contrib/llvm/lib/Target/R600/R600MachineScheduler.cpp projects/ifnet/contrib/llvm/lib/Target/R600/R600MachineScheduler.h projects/ifnet/contrib/llvm/lib/Target/R600/R600OptimizeVectorRegisters.cpp projects/ifnet/contrib/llvm/lib/Target/R600/R600Packetizer.cpp projects/ifnet/contrib/llvm/lib/Target/R600/R600RegisterInfo.h projects/ifnet/contrib/llvm/lib/Target/R600/SIAnnotateControlFlow.cpp projects/ifnet/contrib/llvm/lib/Target/R600/SIDefines.h projects/ifnet/contrib/llvm/lib/Target/R600/SIFixSGPRCopies.cpp projects/ifnet/contrib/llvm/lib/Target/R600/SIFixSGPRLiveRanges.cpp projects/ifnet/contrib/llvm/lib/Target/R600/SIISelLowering.cpp projects/ifnet/contrib/llvm/lib/Target/R600/SIISelLowering.h projects/ifnet/contrib/llvm/lib/Target/R600/SIInsertWaits.cpp projects/ifnet/contrib/llvm/lib/Target/R600/SIInstrFormats.td projects/ifnet/contrib/llvm/lib/Target/R600/SIInstrInfo.cpp projects/ifnet/contrib/llvm/lib/Target/R600/SIInstrInfo.h projects/ifnet/contrib/llvm/lib/Target/R600/SIInstrInfo.td projects/ifnet/contrib/llvm/lib/Target/R600/SIInstructions.td projects/ifnet/contrib/llvm/lib/Target/R600/SILowerControlFlow.cpp projects/ifnet/contrib/llvm/lib/Target/R600/SILowerI1Copies.cpp projects/ifnet/contrib/llvm/lib/Target/R600/SIMachineFunctionInfo.cpp projects/ifnet/contrib/llvm/lib/Target/R600/SIMachineFunctionInfo.h projects/ifnet/contrib/llvm/lib/Target/R600/SIRegisterInfo.cpp projects/ifnet/contrib/llvm/lib/Target/R600/SIRegisterInfo.h projects/ifnet/contrib/llvm/lib/Target/R600/SIRegisterInfo.td projects/ifnet/contrib/llvm/lib/Target/R600/SISchedule.td projects/ifnet/contrib/llvm/lib/Target/R600/SIShrinkInstructions.cpp projects/ifnet/contrib/llvm/lib/Target/R600/SITypeRewriter.cpp projects/ifnet/contrib/llvm/lib/Target/R600/TargetInfo/AMDGPUTargetInfo.cpp projects/ifnet/contrib/llvm/lib/Target/Sparc/AsmParser/SparcAsmParser.cpp projects/ifnet/contrib/llvm/lib/Target/Sparc/DelaySlotFiller.cpp projects/ifnet/contrib/llvm/lib/Target/Sparc/Disassembler/SparcDisassembler.cpp projects/ifnet/contrib/llvm/lib/Target/Sparc/InstPrinter/SparcInstPrinter.h projects/ifnet/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcFixupKinds.h projects/ifnet/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.cpp projects/ifnet/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.h projects/ifnet/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCExpr.cpp projects/ifnet/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCExpr.h projects/ifnet/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.cpp projects/ifnet/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.h projects/ifnet/contrib/llvm/lib/Target/Sparc/Sparc.h projects/ifnet/contrib/llvm/lib/Target/Sparc/SparcAsmPrinter.cpp projects/ifnet/contrib/llvm/lib/Target/Sparc/SparcFrameLowering.cpp projects/ifnet/contrib/llvm/lib/Target/Sparc/SparcFrameLowering.h projects/ifnet/contrib/llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp projects/ifnet/contrib/llvm/lib/Target/Sparc/SparcISelLowering.cpp projects/ifnet/contrib/llvm/lib/Target/Sparc/SparcISelLowering.h projects/ifnet/contrib/llvm/lib/Target/Sparc/SparcInstrInfo.h projects/ifnet/contrib/llvm/lib/Target/Sparc/SparcInstrInfo.td projects/ifnet/contrib/llvm/lib/Target/Sparc/SparcInstrVIS.td projects/ifnet/contrib/llvm/lib/Target/Sparc/SparcMachineFunctionInfo.h projects/ifnet/contrib/llvm/lib/Target/Sparc/SparcRegisterInfo.cpp projects/ifnet/contrib/llvm/lib/Target/Sparc/SparcRegisterInfo.h projects/ifnet/contrib/llvm/lib/Target/Sparc/SparcSelectionDAGInfo.h projects/ifnet/contrib/llvm/lib/Target/Sparc/SparcSubtarget.h projects/ifnet/contrib/llvm/lib/Target/Sparc/SparcTargetMachine.cpp projects/ifnet/contrib/llvm/lib/Target/Sparc/SparcTargetMachine.h projects/ifnet/contrib/llvm/lib/Target/Sparc/SparcTargetObjectFile.h projects/ifnet/contrib/llvm/lib/Target/Sparc/SparcTargetStreamer.h projects/ifnet/contrib/llvm/lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp projects/ifnet/contrib/llvm/lib/Target/SystemZ/Disassembler/SystemZDisassembler.cpp projects/ifnet/contrib/llvm/lib/Target/SystemZ/InstPrinter/SystemZInstPrinter.h projects/ifnet/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp projects/ifnet/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.h projects/ifnet/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCFixups.h projects/ifnet/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp projects/ifnet/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.h projects/ifnet/contrib/llvm/lib/Target/SystemZ/SystemZ.h projects/ifnet/contrib/llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp projects/ifnet/contrib/llvm/lib/Target/SystemZ/SystemZAsmPrinter.h projects/ifnet/contrib/llvm/lib/Target/SystemZ/SystemZCallingConv.h projects/ifnet/contrib/llvm/lib/Target/SystemZ/SystemZConstantPoolValue.h projects/ifnet/contrib/llvm/lib/Target/SystemZ/SystemZElimCompare.cpp projects/ifnet/contrib/llvm/lib/Target/SystemZ/SystemZFrameLowering.cpp projects/ifnet/contrib/llvm/lib/Target/SystemZ/SystemZFrameLowering.h projects/ifnet/contrib/llvm/lib/Target/SystemZ/SystemZISelDAGToDAG.cpp projects/ifnet/contrib/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp projects/ifnet/contrib/llvm/lib/Target/SystemZ/SystemZISelLowering.h projects/ifnet/contrib/llvm/lib/Target/SystemZ/SystemZInstrBuilder.h projects/ifnet/contrib/llvm/lib/Target/SystemZ/SystemZInstrFP.td projects/ifnet/contrib/llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp projects/ifnet/contrib/llvm/lib/Target/SystemZ/SystemZInstrInfo.h projects/ifnet/contrib/llvm/lib/Target/SystemZ/SystemZInstrInfo.td projects/ifnet/contrib/llvm/lib/Target/SystemZ/SystemZLongBranch.cpp projects/ifnet/contrib/llvm/lib/Target/SystemZ/SystemZMCInstLower.h projects/ifnet/contrib/llvm/lib/Target/SystemZ/SystemZMachineFunctionInfo.h projects/ifnet/contrib/llvm/lib/Target/SystemZ/SystemZRegisterInfo.cpp projects/ifnet/contrib/llvm/lib/Target/SystemZ/SystemZRegisterInfo.h projects/ifnet/contrib/llvm/lib/Target/SystemZ/SystemZSelectionDAGInfo.h projects/ifnet/contrib/llvm/lib/Target/SystemZ/SystemZShortenInst.cpp projects/ifnet/contrib/llvm/lib/Target/SystemZ/SystemZSubtarget.h projects/ifnet/contrib/llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp projects/ifnet/contrib/llvm/lib/Target/SystemZ/SystemZTargetMachine.h projects/ifnet/contrib/llvm/lib/Target/Target.cpp projects/ifnet/contrib/llvm/lib/Target/TargetLibraryInfo.cpp projects/ifnet/contrib/llvm/lib/Target/TargetLoweringObjectFile.cpp projects/ifnet/contrib/llvm/lib/Target/TargetMachine.cpp projects/ifnet/contrib/llvm/lib/Target/TargetMachineC.cpp projects/ifnet/contrib/llvm/lib/Target/TargetSubtargetInfo.cpp projects/ifnet/contrib/llvm/lib/Target/X86/AsmParser/X86AsmInstrumentation.cpp projects/ifnet/contrib/llvm/lib/Target/X86/AsmParser/X86AsmInstrumentation.h projects/ifnet/contrib/llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp projects/ifnet/contrib/llvm/lib/Target/X86/AsmParser/X86AsmParserCommon.h projects/ifnet/contrib/llvm/lib/Target/X86/AsmParser/X86Operand.h projects/ifnet/contrib/llvm/lib/Target/X86/Disassembler/X86Disassembler.cpp projects/ifnet/contrib/llvm/lib/Target/X86/Disassembler/X86Disassembler.h projects/ifnet/contrib/llvm/lib/Target/X86/Disassembler/X86DisassemblerDecoder.cpp projects/ifnet/contrib/llvm/lib/Target/X86/Disassembler/X86DisassemblerDecoder.h projects/ifnet/contrib/llvm/lib/Target/X86/Disassembler/X86DisassemblerDecoderCommon.h projects/ifnet/contrib/llvm/lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp projects/ifnet/contrib/llvm/lib/Target/X86/InstPrinter/X86ATTInstPrinter.h projects/ifnet/contrib/llvm/lib/Target/X86/InstPrinter/X86InstComments.cpp projects/ifnet/contrib/llvm/lib/Target/X86/InstPrinter/X86InstComments.h projects/ifnet/contrib/llvm/lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp projects/ifnet/contrib/llvm/lib/Target/X86/InstPrinter/X86IntelInstPrinter.h projects/ifnet/contrib/llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp projects/ifnet/contrib/llvm/lib/Target/X86/MCTargetDesc/X86BaseInfo.h projects/ifnet/contrib/llvm/lib/Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp projects/ifnet/contrib/llvm/lib/Target/X86/MCTargetDesc/X86FixupKinds.h projects/ifnet/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp projects/ifnet/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MCAsmInfo.h projects/ifnet/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp projects/ifnet/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp projects/ifnet/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h projects/ifnet/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp projects/ifnet/contrib/llvm/lib/Target/X86/MCTargetDesc/X86WinCOFFStreamer.cpp projects/ifnet/contrib/llvm/lib/Target/X86/TargetInfo/X86TargetInfo.cpp projects/ifnet/contrib/llvm/lib/Target/X86/Utils/X86ShuffleDecode.cpp projects/ifnet/contrib/llvm/lib/Target/X86/Utils/X86ShuffleDecode.h projects/ifnet/contrib/llvm/lib/Target/X86/X86.h projects/ifnet/contrib/llvm/lib/Target/X86/X86.td projects/ifnet/contrib/llvm/lib/Target/X86/X86AsmPrinter.cpp projects/ifnet/contrib/llvm/lib/Target/X86/X86AsmPrinter.h projects/ifnet/contrib/llvm/lib/Target/X86/X86CallingConv.h projects/ifnet/contrib/llvm/lib/Target/X86/X86CallingConv.td projects/ifnet/contrib/llvm/lib/Target/X86/X86FastISel.cpp projects/ifnet/contrib/llvm/lib/Target/X86/X86FixupLEAs.cpp projects/ifnet/contrib/llvm/lib/Target/X86/X86FloatingPoint.cpp projects/ifnet/contrib/llvm/lib/Target/X86/X86FrameLowering.cpp projects/ifnet/contrib/llvm/lib/Target/X86/X86FrameLowering.h projects/ifnet/contrib/llvm/lib/Target/X86/X86ISelDAGToDAG.cpp projects/ifnet/contrib/llvm/lib/Target/X86/X86ISelLowering.cpp projects/ifnet/contrib/llvm/lib/Target/X86/X86ISelLowering.h projects/ifnet/contrib/llvm/lib/Target/X86/X86InstrAVX512.td projects/ifnet/contrib/llvm/lib/Target/X86/X86InstrArithmetic.td projects/ifnet/contrib/llvm/lib/Target/X86/X86InstrBuilder.h projects/ifnet/contrib/llvm/lib/Target/X86/X86InstrCompiler.td projects/ifnet/contrib/llvm/lib/Target/X86/X86InstrControl.td projects/ifnet/contrib/llvm/lib/Target/X86/X86InstrExtension.td projects/ifnet/contrib/llvm/lib/Target/X86/X86InstrFMA.td projects/ifnet/contrib/llvm/lib/Target/X86/X86InstrFPStack.td projects/ifnet/contrib/llvm/lib/Target/X86/X86InstrFormats.td projects/ifnet/contrib/llvm/lib/Target/X86/X86InstrFragmentsSIMD.td projects/ifnet/contrib/llvm/lib/Target/X86/X86InstrInfo.cpp projects/ifnet/contrib/llvm/lib/Target/X86/X86InstrInfo.h projects/ifnet/contrib/llvm/lib/Target/X86/X86InstrInfo.td projects/ifnet/contrib/llvm/lib/Target/X86/X86InstrMMX.td projects/ifnet/contrib/llvm/lib/Target/X86/X86InstrSSE.td projects/ifnet/contrib/llvm/lib/Target/X86/X86InstrShiftRotate.td projects/ifnet/contrib/llvm/lib/Target/X86/X86InstrSystem.td projects/ifnet/contrib/llvm/lib/Target/X86/X86InstrTSX.td projects/ifnet/contrib/llvm/lib/Target/X86/X86MCInstLower.cpp projects/ifnet/contrib/llvm/lib/Target/X86/X86MachineFunctionInfo.cpp projects/ifnet/contrib/llvm/lib/Target/X86/X86MachineFunctionInfo.h projects/ifnet/contrib/llvm/lib/Target/X86/X86PadShortFunction.cpp projects/ifnet/contrib/llvm/lib/Target/X86/X86RegisterInfo.cpp projects/ifnet/contrib/llvm/lib/Target/X86/X86RegisterInfo.h projects/ifnet/contrib/llvm/lib/Target/X86/X86RegisterInfo.td projects/ifnet/contrib/llvm/lib/Target/X86/X86SchedHaswell.td projects/ifnet/contrib/llvm/lib/Target/X86/X86SchedSandyBridge.td projects/ifnet/contrib/llvm/lib/Target/X86/X86Schedule.td projects/ifnet/contrib/llvm/lib/Target/X86/X86ScheduleAtom.td projects/ifnet/contrib/llvm/lib/Target/X86/X86ScheduleSLM.td projects/ifnet/contrib/llvm/lib/Target/X86/X86SelectionDAGInfo.cpp projects/ifnet/contrib/llvm/lib/Target/X86/X86SelectionDAGInfo.h projects/ifnet/contrib/llvm/lib/Target/X86/X86Subtarget.cpp projects/ifnet/contrib/llvm/lib/Target/X86/X86Subtarget.h projects/ifnet/contrib/llvm/lib/Target/X86/X86TargetMachine.cpp projects/ifnet/contrib/llvm/lib/Target/X86/X86TargetMachine.h projects/ifnet/contrib/llvm/lib/Target/X86/X86TargetObjectFile.h projects/ifnet/contrib/llvm/lib/Target/X86/X86TargetTransformInfo.cpp projects/ifnet/contrib/llvm/lib/Target/X86/X86VZeroUpper.cpp projects/ifnet/contrib/llvm/lib/Target/XCore/Disassembler/XCoreDisassembler.cpp projects/ifnet/contrib/llvm/lib/Target/XCore/InstPrinter/XCoreInstPrinter.h projects/ifnet/contrib/llvm/lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.cpp projects/ifnet/contrib/llvm/lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.h projects/ifnet/contrib/llvm/lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.cpp projects/ifnet/contrib/llvm/lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.h projects/ifnet/contrib/llvm/lib/Target/XCore/XCore.h projects/ifnet/contrib/llvm/lib/Target/XCore/XCoreAsmPrinter.cpp projects/ifnet/contrib/llvm/lib/Target/XCore/XCoreFrameLowering.cpp projects/ifnet/contrib/llvm/lib/Target/XCore/XCoreFrameLowering.h projects/ifnet/contrib/llvm/lib/Target/XCore/XCoreFrameToArgsOffsetElim.cpp projects/ifnet/contrib/llvm/lib/Target/XCore/XCoreISelLowering.cpp projects/ifnet/contrib/llvm/lib/Target/XCore/XCoreISelLowering.h projects/ifnet/contrib/llvm/lib/Target/XCore/XCoreInstrInfo.cpp projects/ifnet/contrib/llvm/lib/Target/XCore/XCoreInstrInfo.h projects/ifnet/contrib/llvm/lib/Target/XCore/XCoreInstrInfo.td projects/ifnet/contrib/llvm/lib/Target/XCore/XCoreMCInstLower.h projects/ifnet/contrib/llvm/lib/Target/XCore/XCoreMachineFunctionInfo.h projects/ifnet/contrib/llvm/lib/Target/XCore/XCoreRegisterInfo.cpp projects/ifnet/contrib/llvm/lib/Target/XCore/XCoreRegisterInfo.h projects/ifnet/contrib/llvm/lib/Target/XCore/XCoreSelectionDAGInfo.cpp projects/ifnet/contrib/llvm/lib/Target/XCore/XCoreSelectionDAGInfo.h projects/ifnet/contrib/llvm/lib/Target/XCore/XCoreSubtarget.h projects/ifnet/contrib/llvm/lib/Target/XCore/XCoreTargetMachine.cpp projects/ifnet/contrib/llvm/lib/Target/XCore/XCoreTargetMachine.h projects/ifnet/contrib/llvm/lib/Target/XCore/XCoreTargetObjectFile.cpp projects/ifnet/contrib/llvm/lib/Target/XCore/XCoreTargetObjectFile.h projects/ifnet/contrib/llvm/lib/Target/XCore/XCoreTargetStreamer.h projects/ifnet/contrib/llvm/lib/Target/XCore/XCoreTargetTransformInfo.cpp projects/ifnet/contrib/llvm/lib/Transforms/IPO/ArgumentPromotion.cpp projects/ifnet/contrib/llvm/lib/Transforms/IPO/ConstantMerge.cpp projects/ifnet/contrib/llvm/lib/Transforms/IPO/DeadArgumentElimination.cpp projects/ifnet/contrib/llvm/lib/Transforms/IPO/ExtractGV.cpp projects/ifnet/contrib/llvm/lib/Transforms/IPO/FunctionAttrs.cpp projects/ifnet/contrib/llvm/lib/Transforms/IPO/GlobalDCE.cpp projects/ifnet/contrib/llvm/lib/Transforms/IPO/GlobalOpt.cpp projects/ifnet/contrib/llvm/lib/Transforms/IPO/InlineAlways.cpp projects/ifnet/contrib/llvm/lib/Transforms/IPO/InlineSimple.cpp projects/ifnet/contrib/llvm/lib/Transforms/IPO/Inliner.cpp projects/ifnet/contrib/llvm/lib/Transforms/IPO/Internalize.cpp projects/ifnet/contrib/llvm/lib/Transforms/IPO/MergeFunctions.cpp projects/ifnet/contrib/llvm/lib/Transforms/IPO/PassManagerBuilder.cpp projects/ifnet/contrib/llvm/lib/Transforms/IPO/PruneEH.cpp projects/ifnet/contrib/llvm/lib/Transforms/IPO/StripSymbols.cpp projects/ifnet/contrib/llvm/lib/Transforms/InstCombine/InstCombine.h projects/ifnet/contrib/llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp projects/ifnet/contrib/llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp projects/ifnet/contrib/llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp projects/ifnet/contrib/llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp projects/ifnet/contrib/llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp projects/ifnet/contrib/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp projects/ifnet/contrib/llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp projects/ifnet/contrib/llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp projects/ifnet/contrib/llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp projects/ifnet/contrib/llvm/lib/Transforms/InstCombine/InstCombineShifts.cpp projects/ifnet/contrib/llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp projects/ifnet/contrib/llvm/lib/Transforms/InstCombine/InstCombineWorklist.h projects/ifnet/contrib/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp projects/ifnet/contrib/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp projects/ifnet/contrib/llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp projects/ifnet/contrib/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp projects/ifnet/contrib/llvm/lib/Transforms/Instrumentation/Instrumentation.cpp projects/ifnet/contrib/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp projects/ifnet/contrib/llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp projects/ifnet/contrib/llvm/lib/Transforms/ObjCARC/ARCRuntimeEntryPoints.h projects/ifnet/contrib/llvm/lib/Transforms/ObjCARC/DependencyAnalysis.cpp projects/ifnet/contrib/llvm/lib/Transforms/ObjCARC/DependencyAnalysis.h projects/ifnet/contrib/llvm/lib/Transforms/ObjCARC/ObjCARC.cpp projects/ifnet/contrib/llvm/lib/Transforms/ObjCARC/ObjCARC.h projects/ifnet/contrib/llvm/lib/Transforms/ObjCARC/ObjCARCAliasAnalysis.cpp projects/ifnet/contrib/llvm/lib/Transforms/ObjCARC/ObjCARCAliasAnalysis.h projects/ifnet/contrib/llvm/lib/Transforms/ObjCARC/ObjCARCContract.cpp projects/ifnet/contrib/llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp projects/ifnet/contrib/llvm/lib/Transforms/ObjCARC/ProvenanceAnalysis.cpp projects/ifnet/contrib/llvm/lib/Transforms/ObjCARC/ProvenanceAnalysis.h projects/ifnet/contrib/llvm/lib/Transforms/Scalar/ADCE.cpp projects/ifnet/contrib/llvm/lib/Transforms/Scalar/ConstantHoisting.cpp projects/ifnet/contrib/llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp projects/ifnet/contrib/llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp projects/ifnet/contrib/llvm/lib/Transforms/Scalar/EarlyCSE.cpp projects/ifnet/contrib/llvm/lib/Transforms/Scalar/GVN.cpp projects/ifnet/contrib/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp projects/ifnet/contrib/llvm/lib/Transforms/Scalar/JumpThreading.cpp projects/ifnet/contrib/llvm/lib/Transforms/Scalar/LICM.cpp projects/ifnet/contrib/llvm/lib/Transforms/Scalar/LoadCombine.cpp projects/ifnet/contrib/llvm/lib/Transforms/Scalar/LoopDeletion.cpp projects/ifnet/contrib/llvm/lib/Transforms/Scalar/LoopInstSimplify.cpp projects/ifnet/contrib/llvm/lib/Transforms/Scalar/LoopRerollPass.cpp projects/ifnet/contrib/llvm/lib/Transforms/Scalar/LoopRotation.cpp projects/ifnet/contrib/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp projects/ifnet/contrib/llvm/lib/Transforms/Scalar/LoopUnrollPass.cpp projects/ifnet/contrib/llvm/lib/Transforms/Scalar/LoopUnswitch.cpp projects/ifnet/contrib/llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp projects/ifnet/contrib/llvm/lib/Transforms/Scalar/MergedLoadStoreMotion.cpp projects/ifnet/contrib/llvm/lib/Transforms/Scalar/PartiallyInlineLibCalls.cpp projects/ifnet/contrib/llvm/lib/Transforms/Scalar/Reassociate.cpp projects/ifnet/contrib/llvm/lib/Transforms/Scalar/Reg2Mem.cpp projects/ifnet/contrib/llvm/lib/Transforms/Scalar/SCCP.cpp projects/ifnet/contrib/llvm/lib/Transforms/Scalar/SROA.cpp projects/ifnet/contrib/llvm/lib/Transforms/Scalar/SampleProfile.cpp projects/ifnet/contrib/llvm/lib/Transforms/Scalar/Scalar.cpp projects/ifnet/contrib/llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp projects/ifnet/contrib/llvm/lib/Transforms/Scalar/Scalarizer.cpp projects/ifnet/contrib/llvm/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp projects/ifnet/contrib/llvm/lib/Transforms/Scalar/SimplifyCFGPass.cpp projects/ifnet/contrib/llvm/lib/Transforms/Scalar/Sink.cpp projects/ifnet/contrib/llvm/lib/Transforms/Scalar/StructurizeCFG.cpp projects/ifnet/contrib/llvm/lib/Transforms/Scalar/TailRecursionElimination.cpp projects/ifnet/contrib/llvm/lib/Transforms/Utils/AddDiscriminators.cpp projects/ifnet/contrib/llvm/lib/Transforms/Utils/BasicBlockUtils.cpp projects/ifnet/contrib/llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp projects/ifnet/contrib/llvm/lib/Transforms/Utils/BuildLibCalls.cpp projects/ifnet/contrib/llvm/lib/Transforms/Utils/CloneFunction.cpp projects/ifnet/contrib/llvm/lib/Transforms/Utils/CloneModule.cpp projects/ifnet/contrib/llvm/lib/Transforms/Utils/CtorUtils.cpp projects/ifnet/contrib/llvm/lib/Transforms/Utils/FlattenCFG.cpp projects/ifnet/contrib/llvm/lib/Transforms/Utils/GlobalStatus.cpp projects/ifnet/contrib/llvm/lib/Transforms/Utils/InlineFunction.cpp projects/ifnet/contrib/llvm/lib/Transforms/Utils/IntegerDivision.cpp projects/ifnet/contrib/llvm/lib/Transforms/Utils/LCSSA.cpp projects/ifnet/contrib/llvm/lib/Transforms/Utils/Local.cpp projects/ifnet/contrib/llvm/lib/Transforms/Utils/LoopSimplify.cpp projects/ifnet/contrib/llvm/lib/Transforms/Utils/LoopUnroll.cpp projects/ifnet/contrib/llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp projects/ifnet/contrib/llvm/lib/Transforms/Utils/LowerSwitch.cpp projects/ifnet/contrib/llvm/lib/Transforms/Utils/Mem2Reg.cpp projects/ifnet/contrib/llvm/lib/Transforms/Utils/ModuleUtils.cpp projects/ifnet/contrib/llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp projects/ifnet/contrib/llvm/lib/Transforms/Utils/SimplifyCFG.cpp projects/ifnet/contrib/llvm/lib/Transforms/Utils/SimplifyIndVar.cpp projects/ifnet/contrib/llvm/lib/Transforms/Utils/SimplifyInstructions.cpp projects/ifnet/contrib/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp projects/ifnet/contrib/llvm/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp projects/ifnet/contrib/llvm/lib/Transforms/Utils/ValueMapper.cpp projects/ifnet/contrib/llvm/lib/Transforms/Vectorize/BBVectorize.cpp projects/ifnet/contrib/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp projects/ifnet/contrib/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp projects/ifnet/contrib/llvm/patches/README.TXT projects/ifnet/contrib/llvm/tools/bugpoint/BugDriver.cpp projects/ifnet/contrib/llvm/tools/bugpoint/BugDriver.h projects/ifnet/contrib/llvm/tools/bugpoint/CrashDebugger.cpp projects/ifnet/contrib/llvm/tools/bugpoint/ExtractFunction.cpp projects/ifnet/contrib/llvm/tools/bugpoint/ListReducer.h projects/ifnet/contrib/llvm/tools/bugpoint/Miscompilation.cpp projects/ifnet/contrib/llvm/tools/bugpoint/OptimizerDriver.cpp projects/ifnet/contrib/llvm/tools/bugpoint/ToolRunner.cpp projects/ifnet/contrib/llvm/tools/bugpoint/ToolRunner.h projects/ifnet/contrib/llvm/tools/bugpoint/bugpoint.cpp projects/ifnet/contrib/llvm/tools/clang/include/clang-c/BuildSystem.h projects/ifnet/contrib/llvm/tools/clang/include/clang-c/CXCompilationDatabase.h projects/ifnet/contrib/llvm/tools/clang/include/clang-c/CXErrorCode.h projects/ifnet/contrib/llvm/tools/clang/include/clang-c/CXString.h projects/ifnet/contrib/llvm/tools/clang/include/clang-c/Documentation.h projects/ifnet/contrib/llvm/tools/clang/include/clang-c/Index.h projects/ifnet/contrib/llvm/tools/clang/include/clang-c/Platform.h projects/ifnet/contrib/llvm/tools/clang/include/clang/ARCMigrate/ARCMTActions.h projects/ifnet/contrib/llvm/tools/clang/include/clang/ARCMigrate/FileRemapper.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/ASTContext.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/ASTDiagnostic.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/ASTFwd.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/ASTLambda.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/ASTMutationListener.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/ASTTypeTraits.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/ASTVector.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/Attr.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/CanonicalType.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/Comment.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/CommentBriefParser.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/CommentCommandTraits.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/CommentDiagnostic.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/CommentLexer.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/CommentParser.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/CommentSema.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/DataRecursiveASTVisitor.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/Decl.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/DeclBase.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/DeclCXX.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/DeclLookups.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/DeclObjC.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/DeclOpenMP.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/DeclTemplate.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/DeclarationName.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/DependentDiagnostic.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/EvaluatedExprVisitor.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/Expr.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/ExprCXX.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/ExprObjC.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/ExternalASTSource.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/LambdaCapture.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/Mangle.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/MangleNumberingContext.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/NSAPI.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/NestedNameSpecifier.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/OpenMPClause.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/OperationKinds.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/ParentMap.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/PrettyPrinter.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/RawCommentList.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/RecordLayout.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/RecursiveASTVisitor.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/Stmt.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/StmtGraphTraits.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/StmtIterator.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/StmtOpenMP.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/TemplateBase.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/Type.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/TypeLoc.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/TypeOrdering.h projects/ifnet/contrib/llvm/tools/clang/include/clang/AST/UnresolvedSet.h projects/ifnet/contrib/llvm/tools/clang/include/clang/ASTMatchers/ASTMatchFinder.h projects/ifnet/contrib/llvm/tools/clang/include/clang/ASTMatchers/ASTMatchers.h projects/ifnet/contrib/llvm/tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h projects/ifnet/contrib/llvm/tools/clang/include/clang/ASTMatchers/ASTMatchersMacros.h projects/ifnet/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/Diagnostics.h projects/ifnet/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/Parser.h projects/ifnet/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/Registry.h projects/ifnet/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/VariantValue.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/CFGReachabilityAnalysis.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/Consumed.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/Dominators.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/FormatString.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/LiveVariables.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/PostOrderCFGView.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/PseudoConstantAnalysis.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ReachableCode.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ThreadSafety.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ThreadSafetyCommon.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ThreadSafetyLogical.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ThreadSafetyOps.def projects/ifnet/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ThreadSafetyTraverse.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ThreadSafetyUtil.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/UninitializedValues.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Analysis/AnalysisContext.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Analysis/AnalysisDiagnostic.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Analysis/CFG.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Analysis/CFGStmtMap.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Analysis/CallGraph.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Analysis/DomainSpecific/CocoaConventions.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Analysis/DomainSpecific/ObjCNoReturn.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Analysis/ProgramPoint.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Analysis/Support/BumpVector.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/ABI.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/AddressSpaces.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/AllDiagnostics.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/Attr.td projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/AttrDocs.td projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/AttrKinds.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/Attributes.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/Builtins.def projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/Builtins.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsAArch64.def projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsARM.def projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsNVPTX.def projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsPPC.def projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsR600.def projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsX86.def projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/CharInfo.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/CommentOptions.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/Diagnostic.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticASTKinds.td projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticCommonKinds.td projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticDriverKinds.td projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticFrontendKinds.td projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticGroups.td projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticIDs.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticLexKinds.td projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticOptions.def projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticOptions.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticParseKinds.td projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticSemaKinds.td projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticSerializationKinds.td projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/ExceptionSpecificationType.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/ExpressionTraits.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/FileManager.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/FileSystemStatCache.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/IdentifierTable.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/LLVM.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/Lambda.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/LangOptions.def projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/LangOptions.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/Module.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/ObjCRuntime.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/OpenMPKinds.def projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/OpenMPKinds.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/OperatorKinds.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/OperatorPrecedence.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/PartialDiagnostic.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/PlistSupport.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/PrettyStackTrace.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/Sanitizers.def projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/SourceLocation.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/SourceManager.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/SourceManagerInternals.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/Specifiers.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/StmtNodes.td projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/TargetBuiltins.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/TargetCXXABI.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/TargetInfo.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/TargetOptions.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/TemplateKinds.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/TokenKinds.def projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/TokenKinds.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/TypeTraits.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/VersionTuple.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/VirtualFileSystem.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Basic/arm_neon.td projects/ifnet/contrib/llvm/tools/clang/include/clang/CodeGen/BackendUtil.h projects/ifnet/contrib/llvm/tools/clang/include/clang/CodeGen/CGFunctionInfo.h projects/ifnet/contrib/llvm/tools/clang/include/clang/CodeGen/CodeGenABITypes.h projects/ifnet/contrib/llvm/tools/clang/include/clang/CodeGen/CodeGenAction.h projects/ifnet/contrib/llvm/tools/clang/include/clang/CodeGen/ModuleBuilder.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Driver/Action.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Driver/CC1Options.td projects/ifnet/contrib/llvm/tools/clang/include/clang/Driver/CLCompatOptions.td projects/ifnet/contrib/llvm/tools/clang/include/clang/Driver/Compilation.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Driver/Driver.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Driver/DriverDiagnostic.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Driver/Job.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Driver/Multilib.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Driver/Options.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Driver/Options.td projects/ifnet/contrib/llvm/tools/clang/include/clang/Driver/Phases.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Driver/SanitizerArgs.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Driver/Tool.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Driver/ToolChain.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Driver/Types.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Driver/Util.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Format/Format.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Frontend/ASTConsumers.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Frontend/ASTUnit.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Frontend/ChainedDiagnosticConsumer.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Frontend/CodeGenOptions.def projects/ifnet/contrib/llvm/tools/clang/include/clang/Frontend/CodeGenOptions.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Frontend/CompilerInstance.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Frontend/DiagnosticRenderer.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Frontend/FrontendAction.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Frontend/FrontendActions.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Frontend/FrontendDiagnostic.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Frontend/FrontendOptions.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Frontend/FrontendPluginRegistry.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Frontend/LangStandard.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Frontend/LangStandards.def projects/ifnet/contrib/llvm/tools/clang/include/clang/Frontend/LogDiagnosticPrinter.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Frontend/MigratorOptions.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Frontend/MultiplexConsumer.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Frontend/SerializedDiagnosticPrinter.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Frontend/TextDiagnostic.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Frontend/TextDiagnosticBuffer.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Frontend/TextDiagnosticPrinter.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Frontend/Utils.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Frontend/VerifyDiagnosticConsumer.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Lex/ExternalPreprocessorSource.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Lex/HeaderMap.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Lex/HeaderSearch.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Lex/HeaderSearchOptions.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Lex/LexDiagnostic.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Lex/Lexer.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Lex/LiteralSupport.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Lex/MacroArgs.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Lex/MacroInfo.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Lex/ModuleLoader.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Lex/ModuleMap.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Lex/MultipleIncludeOpt.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Lex/PPCallbacks.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Lex/PTHLexer.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Lex/PTHManager.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Lex/Pragma.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Lex/Preprocessor.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Lex/PreprocessorLexer.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Lex/ScratchBuffer.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Lex/Token.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Lex/TokenConcatenation.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Lex/TokenLexer.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Parse/ParseDiagnostic.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Parse/Parser.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Rewrite/Core/DeltaTree.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Rewrite/Core/HTMLRewrite.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Rewrite/Core/RewriteRope.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Rewrite/Core/Rewriter.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Rewrite/Core/TokenRewriter.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Rewrite/Frontend/ASTConsumers.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Rewrite/Frontend/FixItRewriter.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Rewrite/Frontend/FrontendActions.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Rewrite/Frontend/Rewriters.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Sema/AnalysisBasedWarnings.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Sema/AttributeList.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Sema/DeclSpec.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Sema/DelayedDiagnostic.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Sema/ExternalSemaSource.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Sema/IdentifierResolver.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Sema/Lookup.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Sema/LoopHint.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Sema/MultiplexExternalSemaSource.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Sema/ObjCMethodList.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Sema/Overload.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Sema/PrettyDeclStackTrace.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Sema/Scope.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Sema/ScopeInfo.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Sema/Sema.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Sema/SemaDiagnostic.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Sema/SemaFixItUtils.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Sema/SemaInternal.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Sema/SemaLambda.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Sema/TemplateDeduction.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Sema/TypoCorrection.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Serialization/ASTBitCodes.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Serialization/ASTDeserializationListener.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Serialization/ASTReader.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Serialization/ASTWriter.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Serialization/ContinuousRangeMap.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Serialization/GlobalModuleIndex.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Serialization/Module.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Serialization/ModuleManager.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Serialization/SerializationDiagnostic.h projects/ifnet/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/LocalCheckers.h projects/ifnet/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/ObjCRetainCount.h projects/ifnet/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h projects/ifnet/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h projects/ifnet/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h projects/ifnet/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h projects/ifnet/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h projects/ifnet/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h projects/ifnet/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/Checker.h projects/ifnet/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h projects/ifnet/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h projects/ifnet/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/APSIntType.h projects/ifnet/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h projects/ifnet/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h projects/ifnet/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/BlockCounter.h projects/ifnet/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h projects/ifnet/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h projects/ifnet/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerHelpers.h projects/ifnet/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h projects/ifnet/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h projects/ifnet/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeInfo.h projects/ifnet/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Environment.h projects/ifnet/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h projects/ifnet/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h projects/ifnet/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/FunctionSummary.h projects/ifnet/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h projects/ifnet/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h projects/ifnet/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h projects/ifnet/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState_Fwd.h projects/ifnet/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h projects/ifnet/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h projects/ifnet/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h projects/ifnet/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/StoreRef.h projects/ifnet/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h projects/ifnet/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h projects/ifnet/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/TaintManager.h projects/ifnet/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/TaintTag.h projects/ifnet/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/WorkList.h projects/ifnet/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Frontend/AnalysisConsumer.h projects/ifnet/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Frontend/CheckerRegistration.h projects/ifnet/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Frontend/FrontendActions.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Tooling/ArgumentsAdjusters.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Tooling/CommonOptionsParser.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Tooling/CompilationDatabase.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Tooling/CompilationDatabasePluginRegistry.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Tooling/FileMatchTrie.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Tooling/JSONCompilationDatabase.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Tooling/RefactoringCallbacks.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Tooling/ReplacementsYaml.h projects/ifnet/contrib/llvm/tools/clang/include/clang/Tooling/Tooling.h projects/ifnet/contrib/llvm/tools/clang/include/clang/module.modulemap projects/ifnet/contrib/llvm/tools/clang/lib/ARCMigrate/ARCMT.cpp projects/ifnet/contrib/llvm/tools/clang/lib/ARCMigrate/FileRemapper.cpp projects/ifnet/contrib/llvm/tools/clang/lib/ARCMigrate/Internals.h projects/ifnet/contrib/llvm/tools/clang/lib/ARCMigrate/ObjCMT.cpp projects/ifnet/contrib/llvm/tools/clang/lib/ARCMigrate/PlistReporter.cpp projects/ifnet/contrib/llvm/tools/clang/lib/ARCMigrate/TransformActions.cpp projects/ifnet/contrib/llvm/tools/clang/lib/AST/APValue.cpp projects/ifnet/contrib/llvm/tools/clang/lib/AST/ASTContext.cpp projects/ifnet/contrib/llvm/tools/clang/lib/AST/ASTDiagnostic.cpp projects/ifnet/contrib/llvm/tools/clang/lib/AST/ASTDumper.cpp projects/ifnet/contrib/llvm/tools/clang/lib/AST/ASTImporter.cpp projects/ifnet/contrib/llvm/tools/clang/lib/AST/ASTTypeTraits.cpp projects/ifnet/contrib/llvm/tools/clang/lib/AST/CXXABI.h projects/ifnet/contrib/llvm/tools/clang/lib/AST/Comment.cpp projects/ifnet/contrib/llvm/tools/clang/lib/AST/CommentCommandTraits.cpp projects/ifnet/contrib/llvm/tools/clang/lib/AST/CommentLexer.cpp projects/ifnet/contrib/llvm/tools/clang/lib/AST/Decl.cpp projects/ifnet/contrib/llvm/tools/clang/lib/AST/DeclBase.cpp projects/ifnet/contrib/llvm/tools/clang/lib/AST/DeclCXX.cpp projects/ifnet/contrib/llvm/tools/clang/lib/AST/DeclObjC.cpp projects/ifnet/contrib/llvm/tools/clang/lib/AST/DeclPrinter.cpp projects/ifnet/contrib/llvm/tools/clang/lib/AST/Expr.cpp projects/ifnet/contrib/llvm/tools/clang/lib/AST/ExprCXX.cpp projects/ifnet/contrib/llvm/tools/clang/lib/AST/ExprClassification.cpp projects/ifnet/contrib/llvm/tools/clang/lib/AST/ExprConstant.cpp projects/ifnet/contrib/llvm/tools/clang/lib/AST/ItaniumCXXABI.cpp projects/ifnet/contrib/llvm/tools/clang/lib/AST/ItaniumMangle.cpp projects/ifnet/contrib/llvm/tools/clang/lib/AST/Mangle.cpp projects/ifnet/contrib/llvm/tools/clang/lib/AST/MicrosoftCXXABI.cpp projects/ifnet/contrib/llvm/tools/clang/lib/AST/MicrosoftMangle.cpp projects/ifnet/contrib/llvm/tools/clang/lib/AST/NSAPI.cpp projects/ifnet/contrib/llvm/tools/clang/lib/AST/NestedNameSpecifier.cpp projects/ifnet/contrib/llvm/tools/clang/lib/AST/RecordLayoutBuilder.cpp projects/ifnet/contrib/llvm/tools/clang/lib/AST/Stmt.cpp projects/ifnet/contrib/llvm/tools/clang/lib/AST/StmtPrinter.cpp projects/ifnet/contrib/llvm/tools/clang/lib/AST/StmtProfile.cpp projects/ifnet/contrib/llvm/tools/clang/lib/AST/TemplateBase.cpp projects/ifnet/contrib/llvm/tools/clang/lib/AST/Type.cpp projects/ifnet/contrib/llvm/tools/clang/lib/AST/TypeLoc.cpp projects/ifnet/contrib/llvm/tools/clang/lib/AST/TypePrinter.cpp projects/ifnet/contrib/llvm/tools/clang/lib/AST/VTTBuilder.cpp projects/ifnet/contrib/llvm/tools/clang/lib/AST/VTableBuilder.cpp projects/ifnet/contrib/llvm/tools/clang/lib/ASTMatchers/ASTMatchFinder.cpp projects/ifnet/contrib/llvm/tools/clang/lib/ASTMatchers/ASTMatchersInternal.cpp projects/ifnet/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/Marshallers.h projects/ifnet/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/Parser.cpp projects/ifnet/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp projects/ifnet/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/VariantValue.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Analysis/AnalysisDeclContext.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Analysis/BodyFarm.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Analysis/BodyFarm.h projects/ifnet/contrib/llvm/tools/clang/lib/Analysis/CFG.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Analysis/CallGraph.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Analysis/FormatString.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Analysis/FormatStringParsing.h projects/ifnet/contrib/llvm/tools/clang/lib/Analysis/LiveVariables.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Analysis/PrintfFormatString.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Analysis/ReachableCode.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Analysis/ScanfFormatString.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Analysis/ThreadSafety.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Analysis/ThreadSafetyCommon.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Analysis/ThreadSafetyTIL.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Analysis/UninitializedValues.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Basic/Attributes.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Basic/Diagnostic.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Basic/DiagnosticIDs.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Basic/FileManager.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Basic/FileSystemStatCache.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Basic/IdentifierTable.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Basic/LangOptions.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Basic/Module.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Basic/OpenMPKinds.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Basic/SourceLocation.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Basic/SourceManager.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Basic/TargetInfo.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Basic/Targets.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Basic/Version.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Basic/VersionTuple.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Basic/VirtualFileSystem.cpp projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/ABIInfo.h projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/BackendUtil.cpp projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CGAtomic.cpp projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CGBlocks.cpp projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CGBlocks.h projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CGBuilder.h projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CGBuiltin.cpp projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CGCUDARuntime.cpp projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CGCUDARuntime.h projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CGCXX.cpp projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CGCXXABI.cpp projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CGCXXABI.h projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CGCall.cpp projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CGCall.h projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CGClass.cpp projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CGCleanup.cpp projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CGCleanup.h projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CGDebugInfo.cpp projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CGDebugInfo.h projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CGDecl.cpp projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CGDeclCXX.cpp projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CGException.cpp projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CGExpr.cpp projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CGExprCXX.cpp projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CGExprComplex.cpp projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CGExprConstant.cpp projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CGExprScalar.cpp projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CGLoopInfo.cpp projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CGLoopInfo.h projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CGObjC.cpp projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CGObjCGNU.cpp projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CGObjCMac.cpp projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CGObjCRuntime.h projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CGOpenCLRuntime.h projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CGOpenMPRuntime.h projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CGRecordLayout.h projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CGStmt.cpp projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CGStmtOpenMP.cpp projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CGVTables.cpp projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CGVTables.h projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CGValue.h projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CodeGenABITypes.cpp projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CodeGenAction.cpp projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CodeGenFunction.cpp projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CodeGenFunction.h projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CodeGenModule.cpp projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CodeGenModule.h projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CodeGenPGO.cpp projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CodeGenPGO.h projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CodeGenTBAA.h projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CodeGenTypes.cpp projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/CodeGenTypes.h projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/EHScopeStack.h projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/ItaniumCXXABI.cpp projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/ModuleBuilder.cpp projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/TargetInfo.cpp projects/ifnet/contrib/llvm/tools/clang/lib/CodeGen/TargetInfo.h projects/ifnet/contrib/llvm/tools/clang/lib/Driver/Action.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Driver/Compilation.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Driver/Driver.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Driver/InputInfo.h projects/ifnet/contrib/llvm/tools/clang/lib/Driver/Job.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Driver/Multilib.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Driver/Phases.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Driver/SanitizerArgs.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Driver/Tool.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Driver/ToolChain.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Driver/ToolChains.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Driver/ToolChains.h projects/ifnet/contrib/llvm/tools/clang/lib/Driver/Tools.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Driver/Tools.h projects/ifnet/contrib/llvm/tools/clang/lib/Driver/Types.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Edit/EditedSource.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Edit/RewriteObjCFoundationAPI.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Format/BreakableToken.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Format/BreakableToken.h projects/ifnet/contrib/llvm/tools/clang/lib/Format/ContinuationIndenter.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Format/ContinuationIndenter.h projects/ifnet/contrib/llvm/tools/clang/lib/Format/Encoding.h projects/ifnet/contrib/llvm/tools/clang/lib/Format/Format.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Format/FormatToken.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Format/FormatToken.h projects/ifnet/contrib/llvm/tools/clang/lib/Format/TokenAnnotator.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Format/TokenAnnotator.h projects/ifnet/contrib/llvm/tools/clang/lib/Format/UnwrappedLineParser.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Format/UnwrappedLineParser.h projects/ifnet/contrib/llvm/tools/clang/lib/Format/WhitespaceManager.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Format/WhitespaceManager.h projects/ifnet/contrib/llvm/tools/clang/lib/Frontend/ASTConsumers.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Frontend/ASTMerge.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Frontend/ASTUnit.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Frontend/CacheTokens.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Frontend/ChainedIncludesSource.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Frontend/CompilerInstance.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Frontend/CompilerInvocation.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Frontend/CreateInvocationFromCommandLine.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Frontend/DependencyFile.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Frontend/DependencyGraph.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Frontend/DiagnosticRenderer.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Frontend/FrontendAction.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Frontend/FrontendActions.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Frontend/HeaderIncludeGen.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Frontend/InitHeaderSearch.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Frontend/InitPreprocessor.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Frontend/LogDiagnosticPrinter.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Frontend/ModuleDependencyCollector.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Frontend/MultiplexConsumer.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Frontend/PrintPreprocessedOutput.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Frontend/Rewrite/FixItRewriter.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Frontend/Rewrite/FrontendActions.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Frontend/Rewrite/HTMLPrint.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Frontend/Rewrite/InclusionRewriter.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Frontend/SerializedDiagnosticPrinter.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Frontend/TextDiagnostic.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Frontend/VerifyDiagnosticConsumer.cpp projects/ifnet/contrib/llvm/tools/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Headers/Intrin.h projects/ifnet/contrib/llvm/tools/clang/lib/Headers/altivec.h projects/ifnet/contrib/llvm/tools/clang/lib/Headers/arm_acle.h projects/ifnet/contrib/llvm/tools/clang/lib/Headers/bmiintrin.h projects/ifnet/contrib/llvm/tools/clang/lib/Headers/cpuid.h projects/ifnet/contrib/llvm/tools/clang/lib/Headers/emmintrin.h projects/ifnet/contrib/llvm/tools/clang/lib/Headers/float.h projects/ifnet/contrib/llvm/tools/clang/lib/Headers/immintrin.h projects/ifnet/contrib/llvm/tools/clang/lib/Headers/lzcntintrin.h projects/ifnet/contrib/llvm/tools/clang/lib/Headers/module.modulemap projects/ifnet/contrib/llvm/tools/clang/lib/Headers/shaintrin.h projects/ifnet/contrib/llvm/tools/clang/lib/Headers/stddef.h projects/ifnet/contrib/llvm/tools/clang/lib/Headers/unwind.h projects/ifnet/contrib/llvm/tools/clang/lib/Headers/xmmintrin.h projects/ifnet/contrib/llvm/tools/clang/lib/Index/CommentToXML.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Index/SimpleFormatContext.h projects/ifnet/contrib/llvm/tools/clang/lib/Index/USRGeneration.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Lex/HeaderMap.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Lex/HeaderSearch.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Lex/Lexer.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Lex/LiteralSupport.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Lex/MacroArgs.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Lex/ModuleMap.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Lex/PPDirectives.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Lex/PPExpressions.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Lex/PPLexerChange.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Lex/PPMacroExpansion.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Lex/PTHLexer.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Lex/Pragma.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Lex/Preprocessor.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Lex/ScratchBuffer.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Lex/TokenConcatenation.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Lex/TokenLexer.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Lex/UnicodeCharSets.h projects/ifnet/contrib/llvm/tools/clang/lib/Parse/ParseAST.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Parse/ParseCXXInlineMethods.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Parse/ParseDecl.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Parse/ParseDeclCXX.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Parse/ParseExpr.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Parse/ParseExprCXX.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Parse/ParseInit.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Parse/ParseObjc.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Parse/ParseOpenMP.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Parse/ParsePragma.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Parse/ParseStmt.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Parse/ParseStmtAsm.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Parse/ParseTemplate.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Parse/ParseTentative.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Parse/Parser.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Parse/RAIIObjectsForParser.h projects/ifnet/contrib/llvm/tools/clang/lib/Rewrite/RewriteRope.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Rewrite/Rewriter.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Sema/AnalysisBasedWarnings.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Sema/AttributeList.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Sema/DeclSpec.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Sema/IdentifierResolver.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Sema/JumpDiagnostics.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Sema/MultiplexExternalSemaSource.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Sema/Scope.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Sema/ScopeInfo.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Sema/Sema.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Sema/SemaAccess.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Sema/SemaAttr.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Sema/SemaCXXScopeSpec.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Sema/SemaCast.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Sema/SemaChecking.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Sema/SemaCodeComplete.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Sema/SemaDecl.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Sema/SemaDeclAttr.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Sema/SemaDeclCXX.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Sema/SemaDeclObjC.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Sema/SemaExceptionSpec.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Sema/SemaExpr.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Sema/SemaExprCXX.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Sema/SemaExprMember.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Sema/SemaExprObjC.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Sema/SemaInit.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Sema/SemaLambda.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Sema/SemaLookup.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Sema/SemaObjCProperty.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Sema/SemaOpenMP.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Sema/SemaOverload.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Sema/SemaPseudoObject.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Sema/SemaStmt.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Sema/SemaStmtAsm.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Sema/SemaStmtAttr.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Sema/SemaTemplate.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Sema/SemaTemplateDeduction.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Sema/SemaTemplateInstantiate.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Sema/SemaTemplateVariadic.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Sema/SemaType.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Sema/TreeTransform.h projects/ifnet/contrib/llvm/tools/clang/lib/Sema/TypeLocBuilder.h projects/ifnet/contrib/llvm/tools/clang/lib/Serialization/ASTCommon.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Serialization/ASTCommon.h projects/ifnet/contrib/llvm/tools/clang/lib/Serialization/ASTReader.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Serialization/ASTReaderDecl.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Serialization/ASTReaderInternals.h projects/ifnet/contrib/llvm/tools/clang/lib/Serialization/ASTReaderStmt.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Serialization/ASTWriter.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Serialization/ASTWriterDecl.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Serialization/ASTWriterStmt.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Serialization/GlobalModuleIndex.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Serialization/Module.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Serialization/ModuleManager.cpp projects/ifnet/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/AllocationDiagnostics.h projects/ifnet/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp projects/ifnet/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/BuiltinFunctionChecker.cpp projects/ifnet/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp projects/ifnet/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp projects/ifnet/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/Checkers.td projects/ifnet/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ClangSACheckers.h projects/ifnet/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp projects/ifnet/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/InterCheckerAPI.h projects/ifnet/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp projects/ifnet/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp projects/ifnet/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp projects/ifnet/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/NonNullParamChecker.cpp projects/ifnet/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp projects/ifnet/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/SelectorExtras.h projects/ifnet/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/SimpleStreamChecker.cpp projects/ifnet/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/TestAfterDivZeroChecker.cpp projects/ifnet/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp projects/ifnet/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp projects/ifnet/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp projects/ifnet/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp projects/ifnet/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/AnalysisManager.cpp projects/ifnet/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/AnalyzerOptions.cpp projects/ifnet/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp projects/ifnet/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp projects/ifnet/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp projects/ifnet/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp projects/ifnet/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp projects/ifnet/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp projects/ifnet/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp projects/ifnet/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/MemRegion.cpp projects/ifnet/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/PathDiagnostic.cpp projects/ifnet/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp projects/ifnet/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/PrettyStackTraceLocationContext.h projects/ifnet/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ProgramState.cpp projects/ifnet/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp projects/ifnet/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp projects/ifnet/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SimpleConstraintManager.h projects/ifnet/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/Store.cpp projects/ifnet/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp projects/ifnet/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp projects/ifnet/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/FrontendActions.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Tooling/ArgumentsAdjusters.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Tooling/CommonOptionsParser.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Tooling/CompilationDatabase.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Tooling/JSONCompilationDatabase.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Tooling/Refactoring.cpp projects/ifnet/contrib/llvm/tools/clang/lib/Tooling/Tooling.cpp projects/ifnet/contrib/llvm/tools/clang/tools/driver/cc1_main.cpp projects/ifnet/contrib/llvm/tools/clang/tools/driver/cc1as_main.cpp projects/ifnet/contrib/llvm/tools/clang/tools/driver/driver.cpp projects/ifnet/contrib/llvm/tools/clang/utils/TableGen/ClangAttrEmitter.cpp projects/ifnet/contrib/llvm/tools/clang/utils/TableGen/NeonEmitter.cpp projects/ifnet/contrib/llvm/tools/clang/utils/TableGen/TableGenBackends.h projects/ifnet/contrib/llvm/tools/llc/llc.cpp projects/ifnet/contrib/llvm/tools/lldb/docs/lldb.1 projects/ifnet/contrib/llvm/tools/lldb/include/lldb/API/LLDB.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/API/SBAddress.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/API/SBBreakpoint.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/API/SBCommandInterpreter.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/API/SBCompileUnit.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/API/SBData.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/API/SBDebugger.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/API/SBDefines.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/API/SBEvent.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/API/SBFileSpec.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/API/SBFrame.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/API/SBFunction.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/API/SBListener.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/API/SBProcess.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/API/SBSection.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/API/SBStream.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/API/SBTarget.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/API/SBThread.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/API/SBType.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/API/SBTypeSummary.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/API/SBValue.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/API/SBValueList.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Breakpoint/Breakpoint.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointID.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointIDList.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointList.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointLocation.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointLocationCollection.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointLocationList.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointResolver.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointResolverAddress.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointResolverFileLine.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointResolverFileRegex.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointResolverName.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointSite.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Core/Address.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Core/ArchSpec.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Core/Communication.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Core/Connection.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Core/DataBuffer.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Core/DataExtractor.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Core/Debugger.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Core/Disassembler.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Core/FileSpecList.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Core/IOHandler.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Core/Mangled.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Core/ModuleList.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Core/PluginManager.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Core/RegularExpression.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Core/SearchFilter.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Core/Section.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Core/StreamString.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Core/ThreadSafeSTLMap.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Core/ValueObject.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectChild.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectConstResult.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectConstResultImpl.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectSyntheticFilter.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/DataFormatters/CXXFormatterFunctions.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/DataFormatters/DataVisualization.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/DataFormatters/FormatCache.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/DataFormatters/FormatManager.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/DataFormatters/FormattersContainer.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeCategory.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeCategoryMap.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeSummary.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeSynthetic.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ValueObjectPrinter.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Expression/ClangExpressionParser.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Expression/ClangExpressionVariable.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Expression/ClangFunction.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Expression/ClangUserExpression.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Expression/IRExecutionUnit.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Host/Config.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Host/Editline.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Host/FileSpec.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Host/Host.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Host/HostInfoBase.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Host/HostProcess.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Host/Pipe.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Host/Predicate.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Host/Socket.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Host/TimeValue.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Host/freebsd/HostInfoFreeBSD.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Host/posix/HostInfoPosix.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Host/posix/HostProcessPosix.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Interpreter/Args.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandInterpreter.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandObject.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandObjectRegexCommand.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupValueObjectDisplay.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValue.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueProperties.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValues.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Interpreter/Property.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Interpreter/ScriptInterpreter.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Interpreter/ScriptInterpreterPython.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Symbol/ClangASTContext.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Symbol/ClangASTType.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Symbol/ClangExternalASTSourceCommon.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Symbol/DWARFCallFrameInfo.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Symbol/FuncUnwinders.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Symbol/SymbolContext.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Symbol/Type.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Symbol/UnwindPlan.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Symbol/UnwindTable.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Target/ABI.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Target/CPPLanguageRuntime.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Target/FileAction.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Target/ObjCLanguageRuntime.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Target/Platform.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Target/Process.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Target/ProcessLaunchInfo.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Target/StackFrame.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Target/StopInfo.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Target/Target.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Target/TargetList.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Target/Thread.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Target/ThreadList.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlan.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanStepOverBreakpoint.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanStepRange.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Target/Unwind.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Utility/CleanUp.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Utility/Iterable.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/Utility/StringLexer.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/lldb-defines.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/lldb-enumerations.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/lldb-forward.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/lldb-private-enumerations.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/lldb-private-interfaces.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/lldb-private-types.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/lldb-private.h projects/ifnet/contrib/llvm/tools/lldb/include/lldb/lldb-types.h projects/ifnet/contrib/llvm/tools/lldb/source/API/SBAddress.cpp projects/ifnet/contrib/llvm/tools/lldb/source/API/SBBreakpoint.cpp projects/ifnet/contrib/llvm/tools/lldb/source/API/SBCommandInterpreter.cpp projects/ifnet/contrib/llvm/tools/lldb/source/API/SBCommunication.cpp projects/ifnet/contrib/llvm/tools/lldb/source/API/SBCompileUnit.cpp projects/ifnet/contrib/llvm/tools/lldb/source/API/SBDebugger.cpp projects/ifnet/contrib/llvm/tools/lldb/source/API/SBEvent.cpp projects/ifnet/contrib/llvm/tools/lldb/source/API/SBFunction.cpp projects/ifnet/contrib/llvm/tools/lldb/source/API/SBHostOS.cpp projects/ifnet/contrib/llvm/tools/lldb/source/API/SBInstruction.cpp projects/ifnet/contrib/llvm/tools/lldb/source/API/SBInstructionList.cpp projects/ifnet/contrib/llvm/tools/lldb/source/API/SBListener.cpp projects/ifnet/contrib/llvm/tools/lldb/source/API/SBPlatform.cpp projects/ifnet/contrib/llvm/tools/lldb/source/API/SBProcess.cpp projects/ifnet/contrib/llvm/tools/lldb/source/API/SBSection.cpp projects/ifnet/contrib/llvm/tools/lldb/source/API/SBTarget.cpp projects/ifnet/contrib/llvm/tools/lldb/source/API/SBThread.cpp projects/ifnet/contrib/llvm/tools/lldb/source/API/SBType.cpp projects/ifnet/contrib/llvm/tools/lldb/source/API/SBTypeSummary.cpp projects/ifnet/contrib/llvm/tools/lldb/source/API/SBValue.cpp projects/ifnet/contrib/llvm/tools/lldb/source/API/SBValueList.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Breakpoint/Breakpoint.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointID.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointIDList.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointLocation.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointLocationCollection.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointLocationList.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointOptions.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointResolverAddress.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointResolverFileLine.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointResolverFileRegex.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointResolverName.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointSite.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Commands/CommandCompletions.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Commands/CommandObjectBreakpoint.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Commands/CommandObjectBreakpoint.h projects/ifnet/contrib/llvm/tools/lldb/source/Commands/CommandObjectBreakpointCommand.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Commands/CommandObjectCommands.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Commands/CommandObjectExpression.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Commands/CommandObjectMemory.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Commands/CommandObjectPlatform.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Commands/CommandObjectProcess.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Commands/CommandObjectSource.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Commands/CommandObjectSyntax.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Commands/CommandObjectTarget.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Commands/CommandObjectThread.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Commands/CommandObjectType.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Commands/CommandObjectWatchpointCommand.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Core/Address.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Core/AddressRange.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Core/AddressResolverFileLine.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Core/ArchSpec.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Core/Communication.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Core/Connection.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Core/ConnectionSharedMemory.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Core/ConstString.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Core/DataExtractor.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Core/Debugger.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Core/Disassembler.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Core/FastDemangle.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Core/FileSpecList.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Core/IOHandler.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Core/Log.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Core/Mangled.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Core/Module.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Core/ModuleList.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Core/PluginManager.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Core/RegularExpression.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Core/SearchFilter.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Core/Section.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Core/StreamString.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Core/ValueObject.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Core/ValueObjectCast.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Core/ValueObjectChild.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Core/ValueObjectConstResult.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Core/ValueObjectConstResultImpl.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Core/ValueObjectDynamicValue.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Core/ValueObjectMemory.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Core/ValueObjectSyntheticFilter.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Core/ValueObjectVariable.cpp projects/ifnet/contrib/llvm/tools/lldb/source/DataFormatters/CF.cpp projects/ifnet/contrib/llvm/tools/lldb/source/DataFormatters/CXXFormatterFunctions.cpp projects/ifnet/contrib/llvm/tools/lldb/source/DataFormatters/Cocoa.cpp projects/ifnet/contrib/llvm/tools/lldb/source/DataFormatters/DataVisualization.cpp projects/ifnet/contrib/llvm/tools/lldb/source/DataFormatters/FormatCache.cpp projects/ifnet/contrib/llvm/tools/lldb/source/DataFormatters/FormatManager.cpp projects/ifnet/contrib/llvm/tools/lldb/source/DataFormatters/LibCxx.cpp projects/ifnet/contrib/llvm/tools/lldb/source/DataFormatters/LibCxxList.cpp projects/ifnet/contrib/llvm/tools/lldb/source/DataFormatters/LibCxxMap.cpp projects/ifnet/contrib/llvm/tools/lldb/source/DataFormatters/LibCxxUnorderedMap.cpp projects/ifnet/contrib/llvm/tools/lldb/source/DataFormatters/LibStdcpp.cpp projects/ifnet/contrib/llvm/tools/lldb/source/DataFormatters/NSArray.cpp projects/ifnet/contrib/llvm/tools/lldb/source/DataFormatters/NSDictionary.cpp projects/ifnet/contrib/llvm/tools/lldb/source/DataFormatters/NSSet.cpp projects/ifnet/contrib/llvm/tools/lldb/source/DataFormatters/TypeCategory.cpp projects/ifnet/contrib/llvm/tools/lldb/source/DataFormatters/TypeCategoryMap.cpp projects/ifnet/contrib/llvm/tools/lldb/source/DataFormatters/TypeFormat.cpp projects/ifnet/contrib/llvm/tools/lldb/source/DataFormatters/TypeSummary.cpp projects/ifnet/contrib/llvm/tools/lldb/source/DataFormatters/TypeSynthetic.cpp projects/ifnet/contrib/llvm/tools/lldb/source/DataFormatters/ValueObjectPrinter.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Expression/ClangASTSource.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Expression/ClangExpressionDeclMap.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Expression/ClangExpressionParser.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Expression/ClangExpressionVariable.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Expression/ClangFunction.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Expression/ClangUserExpression.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Expression/DWARFExpression.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Expression/IRExecutionUnit.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Expression/IRForTarget.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Host/common/Editline.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Host/common/File.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Host/common/FileSpec.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Host/common/Host.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Host/common/HostInfoBase.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Host/common/NativeProcessProtocol.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Host/common/NativeProcessProtocol.h projects/ifnet/contrib/llvm/tools/lldb/source/Host/common/NativeThreadProtocol.h projects/ifnet/contrib/llvm/tools/lldb/source/Host/common/Socket.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Host/common/SocketAddress.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Host/common/SoftwareBreakpoint.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Host/freebsd/Host.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Host/freebsd/HostInfoFreeBSD.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Host/posix/HostInfoPosix.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Host/posix/HostProcessPosix.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Interpreter/Args.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Interpreter/CommandInterpreter.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Interpreter/CommandObject.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Interpreter/CommandObjectRegexCommand.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupPlatform.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Interpreter/OptionValue.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Interpreter/OptionValueArch.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Interpreter/OptionValueArray.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Interpreter/OptionValueBoolean.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Interpreter/OptionValueDictionary.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Interpreter/OptionValueEnumeration.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Interpreter/OptionValueFileSpec.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Interpreter/OptionValueFileSpecLIst.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Interpreter/OptionValueFormat.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Interpreter/OptionValuePathMappings.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Interpreter/OptionValueProperties.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Interpreter/OptionValueRegex.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Interpreter/OptionValueSInt64.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Interpreter/OptionValueString.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Interpreter/OptionValueUInt64.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Interpreter/OptionValueUUID.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Interpreter/Property.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Interpreter/ScriptInterpreter.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Interpreter/ScriptInterpreterPython.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Interpreter/embedded_interpreter.py projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.h projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.h projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.h projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-hexagon/ABISysV_hexagon.h projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.h projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.h projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.h projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.h projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/POSIXThread.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/ProcessPOSIX.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/ProcessPOSIX.h projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIXProcessMonitor_arm64.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIXProcessMonitor_mips64.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIXProcessMonitor_x86.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ARMDefines.h projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/HistoryThread.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/HistoryThread.h projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/HistoryUnwind.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/HistoryUnwind.h projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/InstructionUtils.h projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/LinuxSignals.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.h projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_x86.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_x86.h projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextThreadMemory.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_i386.h projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_x86_64.h projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/UnwindLLDB.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/UnwindLLDB.h projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/lldb-x86-register-enums.h projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.h projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDataExtractor.h projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.h projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugPubnames.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.h projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Symbol/ClangASTContext.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Symbol/ClangASTImporter.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Symbol/ClangASTType.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Symbol/ClangExternalASTSourceCommon.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Symbol/CompileUnit.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Symbol/DWARFCallFrameInfo.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Symbol/Declaration.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Symbol/FuncUnwinders.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Symbol/LineTable.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Symbol/ObjectFile.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Symbol/Symbol.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Symbol/SymbolContext.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Symbol/Type.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Symbol/UnwindPlan.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Symbol/UnwindTable.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Symbol/Variable.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Target/CPPLanguageRuntime.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Target/FileAction.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Target/LanguageRuntime.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Target/Memory.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Target/ObjCLanguageRuntime.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Target/Platform.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Target/Process.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Target/ProcessLaunchInfo.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Target/StackFrame.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Target/StackFrameList.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Target/StopInfo.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Target/Target.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Target/TargetList.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Target/Thread.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Target/ThreadList.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepInRange.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepInstruction.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepOut.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepOverBreakpoint.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepOverRange.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepRange.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepThrough.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Target/ThreadPlanTracer.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Utility/PseudoTerminal.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Utility/StringExtractor.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Utility/StringExtractor.h projects/ifnet/contrib/llvm/tools/lldb/source/Utility/StringExtractorGDBRemote.cpp projects/ifnet/contrib/llvm/tools/lldb/source/Utility/StringLexer.cpp projects/ifnet/contrib/llvm/tools/lldb/source/lldb-log.cpp projects/ifnet/contrib/llvm/tools/lldb/source/lldb.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/driver/Driver.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/driver/Driver.h projects/ifnet/contrib/llvm/tools/lldb/tools/driver/Platform.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/Driver.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/Driver.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgContext.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgContext.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgSet.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgSet.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValBase.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValBase.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValConsume.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValConsume.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValFile.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValFile.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValListBase.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValListBase.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValListOfN.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValListOfN.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValNumber.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValNumber.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValOptionLong.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValOptionLong.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValOptionShort.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValOptionShort.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValString.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValString.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValThreadGrp.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValThreadGrp.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdBase.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdBase.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmd.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmd.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdBreak.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdBreak.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdData.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdData.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdEnviro.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdEnviro.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdExec.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdExec.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdFile.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdFile.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbInfo.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbInfo.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbSet.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbSet.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbThread.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbThread.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdMiscellanous.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdMiscellanous.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdStack.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdStack.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdSupportInfo.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdSupportInfo.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdSupportList.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdSupportList.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdTarget.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdTarget.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdThread.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdThread.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdTrace.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdTrace.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdVar.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdVar.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCommands.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCommands.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdData.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdData.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdFactory.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdFactory.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdInterpreter.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdInterpreter.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdInvoker.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdInvoker.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdMgr.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdMgr.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdMgrSetCmdDeleteCallback.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdMgrSetCmdDeleteCallback.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnBase.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnBase.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnConfig.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBBroadcaster.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBBroadcaster.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebugSessionInfo.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebugSessionInfo.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebugSessionInfoVarObj.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebugSessionInfoVarObj.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebugger.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebugger.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBProxySBValue.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBProxySBValue.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBUtilSBValue.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBUtilSBValue.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLog.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLog.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLogMediumFile.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLogMediumFile.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIOutOfBandRecord.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIOutOfBandRecord.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIResultRecord.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIResultRecord.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValue.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValue.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueConst.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueConst.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueList.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueList.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueResult.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueResult.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueTuple.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueTuple.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnResources.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnResources.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStderr.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStderr.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStdin.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStdin.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStdinLinux.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStdinLinux.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStdinWindows.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStdinWindows.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStdout.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStdout.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnThreadMgrStd.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnThreadMgrStd.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MIDataTypes.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MIDriver.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MIDriver.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MIDriverBase.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MIDriverBase.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MIDriverMain.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MIDriverMgr.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MIDriverMgr.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilDateTimeStd.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilDateTimeStd.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilDebug.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilDebug.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilFileStd.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilFileStd.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilMapIdToVariant.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilMapIdToVariant.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilSingletonBase.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilSingletonHelper.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilString.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilString.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilSystemLinux.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilSystemLinux.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilSystemOsx.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilSystemOsx.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilSystemWindows.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilSystemWindows.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilTermios.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilTermios.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilThreadBaseStd.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilThreadBaseStd.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilVariant.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilVariant.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/Platform.cpp projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-mi/Platform.h projects/ifnet/contrib/llvm/tools/lldb/tools/lldb-platform/lldb-platform.cpp projects/ifnet/contrib/llvm/tools/lli/ChildTarget/ChildTarget.cpp projects/ifnet/contrib/llvm/tools/lli/RPCChannel.h projects/ifnet/contrib/llvm/tools/lli/RemoteMemoryManager.cpp projects/ifnet/contrib/llvm/tools/lli/RemoteMemoryManager.h projects/ifnet/contrib/llvm/tools/lli/RemoteTarget.h projects/ifnet/contrib/llvm/tools/lli/RemoteTargetExternal.h projects/ifnet/contrib/llvm/tools/lli/RemoteTargetMessage.h projects/ifnet/contrib/llvm/tools/lli/lli.cpp projects/ifnet/contrib/llvm/tools/llvm-ar/llvm-ar.cpp projects/ifnet/contrib/llvm/tools/llvm-as/llvm-as.cpp projects/ifnet/contrib/llvm/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp projects/ifnet/contrib/llvm/tools/llvm-diff/DiffConsumer.h projects/ifnet/contrib/llvm/tools/llvm-diff/DiffLog.h projects/ifnet/contrib/llvm/tools/llvm-diff/DifferenceEngine.h projects/ifnet/contrib/llvm/tools/llvm-diff/llvm-diff.cpp projects/ifnet/contrib/llvm/tools/llvm-dis/llvm-dis.cpp projects/ifnet/contrib/llvm/tools/llvm-extract/llvm-extract.cpp projects/ifnet/contrib/llvm/tools/llvm-link/llvm-link.cpp projects/ifnet/contrib/llvm/tools/llvm-mc/Disassembler.cpp projects/ifnet/contrib/llvm/tools/llvm-mc/Disassembler.h projects/ifnet/contrib/llvm/tools/llvm-mc/llvm-mc.cpp projects/ifnet/contrib/llvm/tools/llvm-nm/llvm-nm.cpp projects/ifnet/contrib/llvm/tools/llvm-objdump/COFFDump.cpp projects/ifnet/contrib/llvm/tools/llvm-objdump/MachODump.cpp projects/ifnet/contrib/llvm/tools/llvm-objdump/llvm-objdump.cpp projects/ifnet/contrib/llvm/tools/llvm-objdump/llvm-objdump.h projects/ifnet/contrib/llvm/tools/llvm-readobj/ARMAttributeParser.cpp projects/ifnet/contrib/llvm/tools/llvm-readobj/ARMAttributeParser.h projects/ifnet/contrib/llvm/tools/llvm-readobj/ARMEHABIPrinter.h projects/ifnet/contrib/llvm/tools/llvm-readobj/ARMWinEHPrinter.cpp projects/ifnet/contrib/llvm/tools/llvm-readobj/ARMWinEHPrinter.h projects/ifnet/contrib/llvm/tools/llvm-readobj/COFFDumper.cpp projects/ifnet/contrib/llvm/tools/llvm-readobj/ELFDumper.cpp projects/ifnet/contrib/llvm/tools/llvm-readobj/Error.cpp projects/ifnet/contrib/llvm/tools/llvm-readobj/Error.h projects/ifnet/contrib/llvm/tools/llvm-readobj/MachODumper.cpp projects/ifnet/contrib/llvm/tools/llvm-readobj/ObjDumper.h projects/ifnet/contrib/llvm/tools/llvm-readobj/StreamWriter.h projects/ifnet/contrib/llvm/tools/llvm-readobj/Win64EHDumper.h projects/ifnet/contrib/llvm/tools/llvm-readobj/llvm-readobj.cpp projects/ifnet/contrib/llvm/tools/llvm-readobj/llvm-readobj.h projects/ifnet/contrib/llvm/tools/llvm-rtdyld/llvm-rtdyld.cpp projects/ifnet/contrib/llvm/tools/llvm-stress/llvm-stress.cpp projects/ifnet/contrib/llvm/tools/llvm-symbolizer/LLVMSymbolize.cpp projects/ifnet/contrib/llvm/tools/llvm-symbolizer/LLVMSymbolize.h projects/ifnet/contrib/llvm/tools/llvm-symbolizer/llvm-symbolizer.cpp projects/ifnet/contrib/llvm/tools/macho-dump/macho-dump.cpp projects/ifnet/contrib/llvm/tools/opt/BreakpointPrinter.cpp projects/ifnet/contrib/llvm/tools/opt/NewPMDriver.cpp projects/ifnet/contrib/llvm/tools/opt/NewPMDriver.h projects/ifnet/contrib/llvm/tools/opt/PassRegistry.def projects/ifnet/contrib/llvm/tools/opt/Passes.cpp projects/ifnet/contrib/llvm/tools/opt/Passes.h projects/ifnet/contrib/llvm/tools/opt/opt.cpp projects/ifnet/contrib/llvm/utils/TableGen/AsmMatcherEmitter.cpp projects/ifnet/contrib/llvm/utils/TableGen/AsmWriterEmitter.cpp projects/ifnet/contrib/llvm/utils/TableGen/AsmWriterInst.cpp projects/ifnet/contrib/llvm/utils/TableGen/AsmWriterInst.h projects/ifnet/contrib/llvm/utils/TableGen/CTagsEmitter.cpp projects/ifnet/contrib/llvm/utils/TableGen/CallingConvEmitter.cpp projects/ifnet/contrib/llvm/utils/TableGen/CodeEmitterGen.cpp projects/ifnet/contrib/llvm/utils/TableGen/CodeGenDAGPatterns.cpp projects/ifnet/contrib/llvm/utils/TableGen/CodeGenDAGPatterns.h projects/ifnet/contrib/llvm/utils/TableGen/CodeGenInstruction.cpp projects/ifnet/contrib/llvm/utils/TableGen/CodeGenInstruction.h projects/ifnet/contrib/llvm/utils/TableGen/CodeGenIntrinsics.h projects/ifnet/contrib/llvm/utils/TableGen/CodeGenRegisters.cpp projects/ifnet/contrib/llvm/utils/TableGen/CodeGenRegisters.h projects/ifnet/contrib/llvm/utils/TableGen/CodeGenSchedule.cpp projects/ifnet/contrib/llvm/utils/TableGen/CodeGenSchedule.h projects/ifnet/contrib/llvm/utils/TableGen/CodeGenTarget.cpp projects/ifnet/contrib/llvm/utils/TableGen/CodeGenTarget.h projects/ifnet/contrib/llvm/utils/TableGen/DAGISelEmitter.cpp projects/ifnet/contrib/llvm/utils/TableGen/DAGISelMatcher.h projects/ifnet/contrib/llvm/utils/TableGen/DAGISelMatcherEmitter.cpp projects/ifnet/contrib/llvm/utils/TableGen/DAGISelMatcherGen.cpp projects/ifnet/contrib/llvm/utils/TableGen/DAGISelMatcherOpt.cpp projects/ifnet/contrib/llvm/utils/TableGen/FastISelEmitter.cpp projects/ifnet/contrib/llvm/utils/TableGen/FixedLenDecoderEmitter.cpp projects/ifnet/contrib/llvm/utils/TableGen/InstrInfoEmitter.cpp projects/ifnet/contrib/llvm/utils/TableGen/IntrinsicEmitter.cpp projects/ifnet/contrib/llvm/utils/TableGen/PseudoLoweringEmitter.cpp projects/ifnet/contrib/llvm/utils/TableGen/RegisterInfoEmitter.cpp projects/ifnet/contrib/llvm/utils/TableGen/SequenceToOffsetTable.h projects/ifnet/contrib/llvm/utils/TableGen/SubtargetEmitter.cpp projects/ifnet/contrib/llvm/utils/TableGen/TableGen.cpp projects/ifnet/contrib/llvm/utils/TableGen/TableGenBackends.h projects/ifnet/contrib/llvm/utils/TableGen/X86DisassemblerShared.h projects/ifnet/contrib/llvm/utils/TableGen/X86DisassemblerTables.cpp projects/ifnet/contrib/llvm/utils/TableGen/X86DisassemblerTables.h projects/ifnet/contrib/llvm/utils/TableGen/X86ModRMFilters.h projects/ifnet/contrib/llvm/utils/TableGen/X86RecognizableInstr.cpp projects/ifnet/contrib/llvm/utils/TableGen/X86RecognizableInstr.h projects/ifnet/contrib/mdocml/INSTALL projects/ifnet/contrib/mdocml/Makefile projects/ifnet/contrib/mdocml/NEWS projects/ifnet/contrib/mdocml/TODO projects/ifnet/contrib/mdocml/config.h projects/ifnet/contrib/mdocml/configure projects/ifnet/contrib/mdocml/eqn.7 projects/ifnet/contrib/mdocml/eqn.c projects/ifnet/contrib/mdocml/main.c projects/ifnet/contrib/mdocml/man_html.c projects/ifnet/contrib/mdocml/man_term.c projects/ifnet/contrib/mdocml/mandocdb.c projects/ifnet/contrib/mdocml/mansearch.c projects/ifnet/contrib/mdocml/mdoc_html.c projects/ifnet/contrib/mdocml/mdoc_term.c projects/ifnet/contrib/mdocml/preconv.c projects/ifnet/contrib/mdocml/read.c projects/ifnet/contrib/mdocml/tbl_term.c projects/ifnet/contrib/mdocml/term.c projects/ifnet/contrib/openpam/CREDITS projects/ifnet/contrib/openpam/configure.ac projects/ifnet/contrib/openpam/lib/libpam/openpam_dispatch.c projects/ifnet/contrib/openpam/modules/pam_unix/pam_unix.c projects/ifnet/contrib/sendmail/src/readcf.c projects/ifnet/etc/auto_master projects/ifnet/etc/autofs/Makefile projects/ifnet/etc/defaults/periodic.conf projects/ifnet/etc/mtree/BSD.debug.dist projects/ifnet/etc/mtree/BSD.include.dist projects/ifnet/etc/mtree/BSD.usr.dist projects/ifnet/lib/clang/Makefile projects/ifnet/lib/clang/clang.build.mk projects/ifnet/lib/clang/include/Makefile projects/ifnet/lib/clang/include/clang/Basic/Version.inc projects/ifnet/lib/clang/include/clang/Config/config.h projects/ifnet/lib/clang/include/llvm/Config/config.h projects/ifnet/lib/clang/include/llvm/Config/llvm-config.h projects/ifnet/lib/clang/include/llvm/Support/DataTypes.h projects/ifnet/lib/clang/libclanganalysis/Makefile projects/ifnet/lib/clang/libclangast/Makefile projects/ifnet/lib/clang/libclangbasic/Makefile projects/ifnet/lib/clang/libclangcodegen/Makefile projects/ifnet/lib/clang/libclangdriver/Makefile projects/ifnet/lib/clang/libclangfrontend/Makefile projects/ifnet/lib/clang/libclangfrontendtool/Makefile projects/ifnet/lib/clang/libclangsema/Makefile projects/ifnet/lib/clang/libclangstaticanalyzerfrontend/Makefile projects/ifnet/lib/clang/liblldbAPI/Makefile projects/ifnet/lib/clang/liblldbCore/Makefile projects/ifnet/lib/clang/liblldbDataFormatters/Makefile projects/ifnet/lib/clang/liblldbExpression/Makefile projects/ifnet/lib/clang/liblldbHostCommon/Makefile projects/ifnet/lib/clang/liblldbHostFreeBSD/Makefile projects/ifnet/lib/clang/liblldbHostPOSIX/Makefile projects/ifnet/lib/clang/liblldbInterpreter/Makefile projects/ifnet/lib/clang/liblldbPluginProcessElfCore/Makefile projects/ifnet/lib/clang/liblldbPluginProcessPOSIX/Makefile projects/ifnet/lib/clang/liblldbPluginProcessUtility/Makefile projects/ifnet/lib/clang/liblldbSymbol/Makefile projects/ifnet/lib/clang/liblldbTarget/Makefile projects/ifnet/lib/clang/liblldbUtility/Makefile projects/ifnet/lib/clang/libllvmaarch64codegen/Makefile projects/ifnet/lib/clang/libllvmanalysis/Makefile projects/ifnet/lib/clang/libllvmarmcodegen/Makefile projects/ifnet/lib/clang/libllvmasmprinter/Makefile projects/ifnet/lib/clang/libllvmcodegen/Makefile projects/ifnet/lib/clang/libllvmcore/Makefile projects/ifnet/lib/clang/libllvmdebuginfo/Makefile projects/ifnet/lib/clang/libllvmexecutionengine/Makefile projects/ifnet/lib/clang/libllvminstrumentation/Makefile projects/ifnet/lib/clang/libllvmipa/Makefile projects/ifnet/lib/clang/libllvmmc/Makefile projects/ifnet/lib/clang/libllvmmcdisassembler/Makefile projects/ifnet/lib/clang/libllvmmipscodegen/Makefile projects/ifnet/lib/clang/libllvmmipsdesc/Makefile projects/ifnet/lib/clang/libllvmobjcarcopts/Makefile projects/ifnet/lib/clang/libllvmpowerpccodegen/Makefile projects/ifnet/lib/clang/libllvmprofiledata/Makefile projects/ifnet/lib/clang/libllvmruntimedyld/Makefile projects/ifnet/lib/clang/libllvmscalaropts/Makefile projects/ifnet/lib/clang/libllvmselectiondag/Makefile projects/ifnet/lib/clang/libllvmsparccodegen/Makefile projects/ifnet/lib/clang/libllvmsupport/Makefile projects/ifnet/lib/clang/libllvmtarget/Makefile projects/ifnet/lib/clang/libllvmtransformutils/Makefile projects/ifnet/lib/clang/libllvmx86codegen/Makefile projects/ifnet/lib/libc/posix1e/acl_calc_mask.c projects/ifnet/lib/libc/posix1e/acl_strip.c projects/ifnet/lib/libclang_rt/Makefile.inc projects/ifnet/lib/libclang_rt/asan/Makefile projects/ifnet/lib/libclang_rt/san/Makefile projects/ifnet/lib/libcompiler_rt/Makefile projects/ifnet/lib/libproc/proc_sym.c projects/ifnet/lib/libstand/Makefile projects/ifnet/lib/libstand/dosfs.c projects/ifnet/release/doc/en_US.ISO8859-1/relnotes/article.xml projects/ifnet/release/doc/share/xml/sponsor.ent projects/ifnet/sbin/camcontrol/camcontrol.c projects/ifnet/sbin/dmesg/dmesg.c projects/ifnet/sbin/geom/class/part/gpart.8 projects/ifnet/sbin/ifconfig/ifconfig.c projects/ifnet/sbin/ipfw/ipfw.8 projects/ifnet/sbin/ipfw/ipfw2.c projects/ifnet/sbin/ipfw/tables.c projects/ifnet/sbin/restore/dirs.c projects/ifnet/sbin/restore/tape.c projects/ifnet/share/doc/psd/title/Title projects/ifnet/share/doc/smm/title/Title projects/ifnet/share/doc/usd/title/Title projects/ifnet/share/examples/bhyve/vmrun.sh projects/ifnet/share/examples/etc/make.conf projects/ifnet/share/man/man4/ddb.4 projects/ifnet/share/man/man4/sfxge.4 projects/ifnet/share/man/man5/periodic.conf.5 projects/ifnet/share/man/man9/mbuf.9 projects/ifnet/share/man/man9/sbuf.9 projects/ifnet/share/misc/committers-src.dot projects/ifnet/share/mk/bsd.cpu.mk projects/ifnet/share/mk/bsd.links.mk projects/ifnet/share/mk/bsd.mkopt.mk projects/ifnet/share/mk/bsd.obj.mk projects/ifnet/share/mk/bsd.sys.mk projects/ifnet/share/mk/sys.mk projects/ifnet/sys/amd64/amd64/apic_vector.S projects/ifnet/sys/amd64/include/smp.h projects/ifnet/sys/amd64/vmm/intel/ept.c projects/ifnet/sys/amd64/vmm/intel/vmx.c projects/ifnet/sys/amd64/vmm/io/vlapic.c projects/ifnet/sys/amd64/vmm/vmm.c projects/ifnet/sys/amd64/vmm/vmm_lapic.c projects/ifnet/sys/amd64/vmm/x86.c projects/ifnet/sys/arm/include/in_cksum.h projects/ifnet/sys/boot/amd64/Makefile.inc projects/ifnet/sys/boot/amd64/efi/Makefile projects/ifnet/sys/boot/amd64/efi/conf.c projects/ifnet/sys/boot/amd64/efi/copy.c projects/ifnet/sys/boot/efi/libefi/Makefile projects/ifnet/sys/boot/efi/libefi/libefi.c projects/ifnet/sys/boot/ficl/Makefile projects/ifnet/sys/boot/i386/libi386/Makefile projects/ifnet/sys/boot/pc98/libpc98/Makefile projects/ifnet/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zvol.c projects/ifnet/sys/cddl/dev/dtrace/arm/dtrace_isa.c projects/ifnet/sys/cddl/dev/fbt/arm/fbt_isa.c projects/ifnet/sys/cddl/dev/profile/profile.c projects/ifnet/sys/compat/linux/linux_misc.c projects/ifnet/sys/compat/linux/linux_uid16.c projects/ifnet/sys/conf/files projects/ifnet/sys/conf/files.i386 projects/ifnet/sys/conf/kern.mk projects/ifnet/sys/conf/kern.opts.mk projects/ifnet/sys/dev/ahci/ahci.h projects/ifnet/sys/dev/ata/ata-all.h projects/ifnet/sys/dev/cxgb/cxgb_sge.c projects/ifnet/sys/dev/cxgbe/t4_main.c projects/ifnet/sys/dev/cxgbe/tom/t4_cpl_io.c projects/ifnet/sys/dev/cxgbe/tom/t4_ddp.c projects/ifnet/sys/dev/cxgbe/tom/t4_tom.h projects/ifnet/sys/dev/drm2/drm_pci.c projects/ifnet/sys/dev/etherswitch/arswitch/arswitch_8327.c projects/ifnet/sys/dev/etherswitch/arswitch/arswitch_vlans.c projects/ifnet/sys/dev/etherswitch/arswitch/arswitch_vlans.h projects/ifnet/sys/dev/etherswitch/arswitch/arswitchvar.h projects/ifnet/sys/dev/hwpmc/hwpmc_core.c projects/ifnet/sys/dev/hwpmc/hwpmc_logging.c projects/ifnet/sys/dev/iscsi_initiator/isc_sm.c projects/ifnet/sys/dev/ixl/if_ixl.c projects/ifnet/sys/dev/mii/rgephy.c projects/ifnet/sys/dev/mii/rgephyreg.h projects/ifnet/sys/dev/mvs/mvs.h projects/ifnet/sys/dev/sfxge/sfxge.c projects/ifnet/sys/dev/sfxge/sfxge_rx.c projects/ifnet/sys/dev/sfxge/sfxge_tx.c projects/ifnet/sys/dev/sfxge/sfxge_tx.h projects/ifnet/sys/dev/siis/siis.h projects/ifnet/sys/dev/usb/net/usb_ethernet.c projects/ifnet/sys/dev/usb/storage/umass.c projects/ifnet/sys/dev/usb/usb.h projects/ifnet/sys/dev/usb/usb_core.c projects/ifnet/sys/dev/virtio/mmio/virtio_mmio.c projects/ifnet/sys/dev/virtio/pci/virtio_pci.c projects/ifnet/sys/dev/wpi/if_wpi.c projects/ifnet/sys/dev/wpi/if_wpi_debug.h projects/ifnet/sys/dev/wpi/if_wpireg.h projects/ifnet/sys/dev/wpi/if_wpivar.h projects/ifnet/sys/geom/mirror/g_mirror.c projects/ifnet/sys/geom/part/g_part.c projects/ifnet/sys/geom/part/g_part.h projects/ifnet/sys/geom/part/g_part_gpt.c projects/ifnet/sys/i386/isa/npx.c projects/ifnet/sys/kern/init_main.c projects/ifnet/sys/kern/kern_cons.c projects/ifnet/sys/kern/kern_descrip.c projects/ifnet/sys/kern/kern_et.c projects/ifnet/sys/kern/kern_exec.c projects/ifnet/sys/kern/kern_exit.c projects/ifnet/sys/kern/kern_fail.c projects/ifnet/sys/kern/kern_fork.c projects/ifnet/sys/kern/kern_jail.c projects/ifnet/sys/kern/kern_loginclass.c projects/ifnet/sys/kern/kern_malloc.c projects/ifnet/sys/kern/kern_proc.c projects/ifnet/sys/kern/kern_prot.c projects/ifnet/sys/kern/kern_sysctl.c projects/ifnet/sys/kern/kern_tc.c projects/ifnet/sys/kern/sched_ule.c projects/ifnet/sys/kern/subr_bus.c projects/ifnet/sys/kern/subr_param.c projects/ifnet/sys/kern/subr_prf.c projects/ifnet/sys/kern/subr_sbuf.c projects/ifnet/sys/kern/sys_capability.c projects/ifnet/sys/kern/vfs_bio.c projects/ifnet/sys/mips/atheros/files.ar71xx projects/ifnet/sys/mips/atheros/if_arge.c projects/ifnet/sys/mips/conf/QCA955X_BASE projects/ifnet/sys/mips/nlm/cms.c projects/ifnet/sys/mips/rmi/dev/iic/at24co2n.c projects/ifnet/sys/mips/rmi/fmn.c projects/ifnet/sys/modules/mlxen/Makefile projects/ifnet/sys/modules/sfxge/Makefile projects/ifnet/sys/modules/vmm/Makefile projects/ifnet/sys/net/ieee8023ad_lacp.c projects/ifnet/sys/net/if.c projects/ifnet/sys/net/if.h projects/ifnet/sys/net/if_lagg.c projects/ifnet/sys/net/if_lagg.h projects/ifnet/sys/net80211/ieee80211_freebsd.c projects/ifnet/sys/netinet/ip_fw.h projects/ifnet/sys/netinet/sctp_os_bsd.h projects/ifnet/sys/netinet/sctp_usrreq.c projects/ifnet/sys/netinet/tcp_hostcache.c projects/ifnet/sys/netpfil/ipfw/ip_fw2.c projects/ifnet/sys/netpfil/ipfw/ip_fw_pfil.c projects/ifnet/sys/netpfil/ipfw/ip_fw_private.h projects/ifnet/sys/netpfil/ipfw/ip_fw_table_value.c projects/ifnet/sys/netpfil/pf/pf.c projects/ifnet/sys/ofed/drivers/net/mlx4/en_tx.c projects/ifnet/sys/powerpc/aim/mmu_oea64.c projects/ifnet/sys/powerpc/include/slb.h projects/ifnet/sys/powerpc/include/ucontext.h projects/ifnet/sys/powerpc/powerpc/exec_machdep.c projects/ifnet/sys/powerpc/pseries/mmu_phyp.c projects/ifnet/sys/powerpc/pseries/phyp_llan.c projects/ifnet/sys/security/audit/audit_syscalls.c projects/ifnet/sys/security/mac/mac_syscalls.c projects/ifnet/sys/security/mac_lomac/mac_lomac.c projects/ifnet/sys/sys/capsicum.h projects/ifnet/sys/sys/gpt.h projects/ifnet/sys/sys/mbuf.h projects/ifnet/sys/sys/param.h projects/ifnet/sys/sys/sbuf.h projects/ifnet/sys/sys/sysctl.h projects/ifnet/sys/sys/types.h projects/ifnet/sys/sys/ucred.h projects/ifnet/sys/vm/uma_core.c projects/ifnet/sys/vm/vnode_pager.c projects/ifnet/sys/x86/include/apicvar.h projects/ifnet/sys/x86/x86/local_apic.c projects/ifnet/sys/x86/xen/xen_apic.c projects/ifnet/sys/xen/xenbus/xenbusb.c projects/ifnet/tools/build/mk/OptionalObsoleteFiles.inc projects/ifnet/usr.bin/Makefile projects/ifnet/usr.bin/clang/bugpoint/Makefile projects/ifnet/usr.bin/clang/bugpoint/bugpoint.1 projects/ifnet/usr.bin/clang/clang/Makefile projects/ifnet/usr.bin/clang/clang/clang.1 projects/ifnet/usr.bin/clang/llc/Makefile projects/ifnet/usr.bin/clang/llc/llc.1 projects/ifnet/usr.bin/clang/lldb/Makefile projects/ifnet/usr.bin/clang/lli/Makefile projects/ifnet/usr.bin/clang/lli/lli.1 projects/ifnet/usr.bin/clang/llvm-ar/Makefile projects/ifnet/usr.bin/clang/llvm-ar/llvm-ar.1 projects/ifnet/usr.bin/clang/llvm-as/llvm-as.1 projects/ifnet/usr.bin/clang/llvm-bcanalyzer/llvm-bcanalyzer.1 projects/ifnet/usr.bin/clang/llvm-diff/llvm-diff.1 projects/ifnet/usr.bin/clang/llvm-dis/llvm-dis.1 projects/ifnet/usr.bin/clang/llvm-extract/Makefile projects/ifnet/usr.bin/clang/llvm-extract/llvm-extract.1 projects/ifnet/usr.bin/clang/llvm-link/llvm-link.1 projects/ifnet/usr.bin/clang/llvm-mc/Makefile projects/ifnet/usr.bin/clang/llvm-nm/Makefile projects/ifnet/usr.bin/clang/llvm-nm/llvm-nm.1 projects/ifnet/usr.bin/clang/llvm-objdump/Makefile projects/ifnet/usr.bin/clang/llvm-rtdyld/Makefile projects/ifnet/usr.bin/clang/llvm-symbolizer/llvm-symbolizer.1 projects/ifnet/usr.bin/clang/opt/Makefile projects/ifnet/usr.bin/clang/opt/opt.1 projects/ifnet/usr.bin/clang/tblgen/tblgen.1 projects/ifnet/usr.bin/mandoc/Makefile projects/ifnet/usr.bin/unzip/unzip.c projects/ifnet/usr.bin/xlint/Makefile.inc projects/ifnet/usr.sbin/autofs/auto_master.5 projects/ifnet/usr.sbin/autofs/automount.c projects/ifnet/usr.sbin/autofs/automountd.c projects/ifnet/usr.sbin/autofs/common.c projects/ifnet/usr.sbin/autofs/common.h projects/ifnet/usr.sbin/bhyve/ahci.h projects/ifnet/usr.sbin/bhyve/block_if.c projects/ifnet/usr.sbin/bhyve/block_if.h projects/ifnet/usr.sbin/bhyve/pci_ahci.c projects/ifnet/usr.sbin/bhyve/pci_virtio_block.c projects/ifnet/usr.sbin/bhyve/pci_virtio_net.c projects/ifnet/usr.sbin/bhyve/pci_virtio_rnd.c projects/ifnet/usr.sbin/bhyve/virtio.c projects/ifnet/usr.sbin/bhyve/virtio.h projects/ifnet/usr.sbin/freebsd-update/freebsd-update.sh Directory Properties: projects/ifnet/ (props changed) projects/ifnet/cddl/ (props changed) projects/ifnet/cddl/contrib/opensolaris/ (props changed) projects/ifnet/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/print/ (props changed) projects/ifnet/cddl/contrib/opensolaris/lib/libzfs/ (props changed) projects/ifnet/contrib/amd/ (props changed) projects/ifnet/contrib/binutils/ (props changed) projects/ifnet/contrib/bmake/ (props changed) projects/ifnet/contrib/compiler-rt/ (props changed) projects/ifnet/contrib/ee/ (props changed) projects/ifnet/contrib/elftoolchain/ (props changed) projects/ifnet/contrib/gcc/ (props changed) projects/ifnet/contrib/gdb/ (props changed) projects/ifnet/contrib/groff/ (props changed) projects/ifnet/contrib/ipfilter/ (props changed) projects/ifnet/contrib/libc++/ (props changed) projects/ifnet/contrib/libcxxrt/ (props changed) projects/ifnet/contrib/libucl/ (props changed) projects/ifnet/contrib/llvm/ (props changed) projects/ifnet/contrib/llvm/tools/clang/ (props changed) projects/ifnet/contrib/llvm/tools/lldb/ (props changed) projects/ifnet/contrib/mdocml/ (props changed) projects/ifnet/contrib/openpam/ (props changed) projects/ifnet/contrib/sendmail/ (props changed) projects/ifnet/contrib/tcpdump/ (props changed) projects/ifnet/contrib/top/ (props changed) projects/ifnet/contrib/tzdata/ (props changed) projects/ifnet/contrib/xz/ (props changed) projects/ifnet/etc/ (props changed) projects/ifnet/gnu/usr.bin/binutils/ (props changed) projects/ifnet/include/ (props changed) projects/ifnet/lib/libc/ (props changed) projects/ifnet/lib/libutil/ (props changed) projects/ifnet/lib/libvmmapi/ (props changed) projects/ifnet/sbin/ (props changed) projects/ifnet/sbin/ipfw/ (props changed) projects/ifnet/share/ (props changed) projects/ifnet/share/man/man4/ (props changed) projects/ifnet/sys/ (props changed) projects/ifnet/sys/amd64/include/vmm.h (props changed) projects/ifnet/sys/amd64/vmm/ (props changed) projects/ifnet/sys/boot/ (props changed) projects/ifnet/sys/boot/powerpc/kboot/ (props changed) projects/ifnet/sys/boot/powerpc/ofw/ (props changed) projects/ifnet/sys/cddl/contrib/opensolaris/ (props changed) projects/ifnet/sys/conf/ (props changed) projects/ifnet/sys/contrib/dev/acpica/ (props changed) projects/ifnet/sys/dev/hyperv/ (props changed) projects/ifnet/sys/gnu/dts/ (props changed) projects/ifnet/sys/gnu/dts/arm/ (props changed) projects/ifnet/sys/gnu/dts/include/ (props changed) projects/ifnet/sys/modules/vmm/ (props changed) projects/ifnet/usr.bin/calendar/ (props changed) projects/ifnet/usr.bin/mkimg/ (props changed) projects/ifnet/usr.bin/procstat/ (props changed) projects/ifnet/usr.sbin/bhyve/ (props changed) projects/ifnet/usr.sbin/jail/ (props changed) Modified: projects/ifnet/Makefile.inc1 ============================================================================== --- projects/ifnet/Makefile.inc1 Tue Mar 17 12:19:28 2015 (r280169) +++ projects/ifnet/Makefile.inc1 Tue Mar 17 12:40:26 2015 (r280170) @@ -318,6 +318,19 @@ LOCALBASE?= /usr/local CROSS_COMPILER_PREFIX?=${CROSS_TOOLCHAIN_PREFIX} CROSS_BINUTILS_PREFIX?=${CROSS_TOOLCHAIN_PREFIX} .endif + +# If we do not have a bootstrap binutils (because the in-tree one does not +# support the target architecture), provide a default cross-binutils prefix. +# This allows aarch64 builds, for example, to automatically use the +# aarch64-binutils port or package. +.if !empty(BROKEN_OPTIONS:MBINUTILS_BOOTSTRAP) && \ + !defined(CROSS_BINUTILS_PREFIX) +CROSS_BINUTILS_PREFIX=/usr/local/${TARGET_ARCH}-freebsd/bin/ +.if !exists(${CROSS_BINUTILS_PREFIX}) +.error In-tree binutils does not support the ${TARGET_ARCH} architecture. Install the ${TARGET_ARCH}-binutils port or package or set CROSS_BINUTILS_PREFIX. +.endif +.endif + XCOMPILERS= CC CXX CPP .for COMPILER in ${XCOMPILERS} .if defined(CROSS_COMPILER_PREFIX) @@ -1484,7 +1497,6 @@ cross-tools: .MAKE ${_binutils} \ ${_elftctools} \ ${_cc} \ - usr.bin/xlint/lint1 usr.bin/xlint/lint2 usr.bin/xlint/xlint \ ${_btxld} \ ${_crunchide} \ ${_kgzip} \ Modified: projects/ifnet/ObsoleteFiles.inc ============================================================================== --- projects/ifnet/ObsoleteFiles.inc Tue Mar 17 12:19:28 2015 (r280169) +++ projects/ifnet/ObsoleteFiles.inc Tue Mar 17 12:40:26 2015 (r280170) @@ -38,6 +38,61 @@ # xargs -n1 | sort | uniq -d; # done +# 20150315: new clang import which bumps version from 3.5.1 to 3.6.0. +OLD_FILES+=usr/include/clang/3.5.1/__wmmintrin_aes.h +OLD_FILES+=usr/include/clang/3.5.1/__wmmintrin_pclmul.h +OLD_FILES+=usr/include/clang/3.5.1/altivec.h +OLD_FILES+=usr/include/clang/3.5.1/ammintrin.h +OLD_FILES+=usr/include/clang/3.5.1/arm_acle.h +OLD_FILES+=usr/include/clang/3.5.1/arm_neon.h +OLD_FILES+=usr/include/clang/3.5.1/avx2intrin.h +OLD_FILES+=usr/include/clang/3.5.1/avxintrin.h +OLD_FILES+=usr/include/clang/3.5.1/bmi2intrin.h +OLD_FILES+=usr/include/clang/3.5.1/bmiintrin.h +OLD_FILES+=usr/include/clang/3.5.1/cpuid.h +OLD_FILES+=usr/include/clang/3.5.1/emmintrin.h +OLD_FILES+=usr/include/clang/3.5.1/f16cintrin.h +OLD_FILES+=usr/include/clang/3.5.1/fma4intrin.h +OLD_FILES+=usr/include/clang/3.5.1/fmaintrin.h +OLD_FILES+=usr/include/clang/3.5.1/ia32intrin.h +OLD_FILES+=usr/include/clang/3.5.1/immintrin.h +OLD_FILES+=usr/include/clang/3.5.1/lzcntintrin.h +OLD_FILES+=usr/include/clang/3.5.1/mm3dnow.h +OLD_FILES+=usr/include/clang/3.5.1/mm_malloc.h +OLD_FILES+=usr/include/clang/3.5.1/mmintrin.h +OLD_FILES+=usr/include/clang/3.5.1/module.modulemap +OLD_FILES+=usr/include/clang/3.5.1/nmmintrin.h +OLD_FILES+=usr/include/clang/3.5.1/pmmintrin.h +OLD_FILES+=usr/include/clang/3.5.1/popcntintrin.h +OLD_FILES+=usr/include/clang/3.5.1/prfchwintrin.h +OLD_FILES+=usr/include/clang/3.5.1/rdseedintrin.h +OLD_FILES+=usr/include/clang/3.5.1/rtmintrin.h +OLD_FILES+=usr/include/clang/3.5.1/shaintrin.h +OLD_FILES+=usr/include/clang/3.5.1/smmintrin.h +OLD_FILES+=usr/include/clang/3.5.1/tbmintrin.h +OLD_FILES+=usr/include/clang/3.5.1/tmmintrin.h +OLD_FILES+=usr/include/clang/3.5.1/wmmintrin.h +OLD_FILES+=usr/include/clang/3.5.1/x86intrin.h +OLD_FILES+=usr/include/clang/3.5.1/xmmintrin.h +OLD_FILES+=usr/include/clang/3.5.1/xopintrin.h +OLD_DIRS+=usr/include/clang/3.5.1 +OLD_DIRS+=usr/include/clang +OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.asan-i386.a +OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.asan-x86_64.a +OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.asan_cxx-i386.a +OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.asan_cxx-x86_64.a +OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.profile-arm.a +OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.profile-i386.a +OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.profile-x86_64.a +OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.san-i386.a +OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.san-x86_64.a +OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.ubsan-i386.a +OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.ubsan-x86_64.a +OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.ubsan_cxx-i386.a +OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.ubsan_cxx-x86_64.a +OLD_DIRS+=usr/lib/clang/3.5.1/lib/freebsd +OLD_DIRS+=usr/lib/clang/3.5.1/lib +OLD_DIRS+=usr/lib/clang/3.5.1 # 20150302: binutils documentation distributed as a manpage OLD_FILES+=usr/share/doc/binutils/as.txt OLD_FILES+=usr/share/doc/binutils/ld.txt Modified: projects/ifnet/UPDATING ============================================================================== --- projects/ifnet/UPDATING Tue Mar 17 12:19:28 2015 (r280169) +++ projects/ifnet/UPDATING Tue Mar 17 12:40:26 2015 (r280170) @@ -31,6 +31,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11 disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20150315: + Clang, llvm and lldb have been upgraded to 3.6.0 release. Please see + the 20141231 entry below for information about prerequisites and + upgrading, if you are not already using 3.5.0 or higher. + 20150307: The 32-bit PowerPC kernel has been changed to a position-independent executable. This can only be booted with a version of loader(8) Modified: projects/ifnet/cddl/contrib/opensolaris/tools/ctf/cvt/ctf.c ============================================================================== --- projects/ifnet/cddl/contrib/opensolaris/tools/ctf/cvt/ctf.c Tue Mar 17 12:19:28 2015 (r280169) +++ projects/ifnet/cddl/contrib/opensolaris/tools/ctf/cvt/ctf.c Tue Mar 17 12:40:26 2015 (r280170) @@ -492,7 +492,7 @@ write_type(void *arg1, void *arg2) if (i > CTF_MAX_VLEN) { terminate("function %s has too many args: %d > %d\n", - i, CTF_MAX_VLEN); + tdesc_name(tp), i, CTF_MAX_VLEN); } ctt.ctt_info = CTF_TYPE_INFO(CTF_K_FUNCTION, isroot, i); Modified: projects/ifnet/contrib/bmake/meta.c ============================================================================== --- projects/ifnet/contrib/bmake/meta.c Tue Mar 17 12:19:28 2015 (r280169) +++ projects/ifnet/contrib/bmake/meta.c Tue Mar 17 12:40:26 2015 (r280170) @@ -169,7 +169,7 @@ filemon_read(FILE *mfp, int fd) if ((fp = fdopen(fd, "r")) == NULL) err(1, "Could not read build monitor file '%d'", fd); - fprintf(mfp, "-- filemon acquired metadata --\n"); + fprintf(mfp, "\n-- filemon acquired metadata --\n"); while (fgets(buf, sizeof(buf), fp)) { fprintf(mfp, "%s", buf); Modified: projects/ifnet/contrib/compiler-rt/include/sanitizer/asan_interface.h ============================================================================== --- projects/ifnet/contrib/compiler-rt/include/sanitizer/asan_interface.h Tue Mar 17 12:19:28 2015 (r280169) +++ projects/ifnet/contrib/compiler-rt/include/sanitizer/asan_interface.h Tue Mar 17 12:40:26 2015 (r280170) @@ -114,8 +114,7 @@ extern "C" { // Returns the old value. int __asan_set_error_exit_code(int exit_code); - // 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 __asan_set_death_callback(void (*callback)(void)); void __asan_set_error_report_callback(void (*callback)(const char*)); Modified: projects/ifnet/contrib/compiler-rt/include/sanitizer/common_interface_defs.h ============================================================================== --- projects/ifnet/contrib/compiler-rt/include/sanitizer/common_interface_defs.h Tue Mar 17 12:19:28 2015 (r280169) +++ projects/ifnet/contrib/compiler-rt/include/sanitizer/common_interface_defs.h Tue Mar 17 12:40:26 2015 (r280170) @@ -62,18 +62,6 @@ extern "C" { void __sanitizer_unaligned_store32(void *p, uint32_t x); void __sanitizer_unaligned_store64(void *p, uint64_t x); - // Initialize coverage. - void __sanitizer_cov_init(); - // Record and dump coverage info. - void __sanitizer_cov_dump(); - // Open .sancov.packed in the coverage directory and return the file - // descriptor. Returns -1 on failure, or if coverage dumping is disabled. - // This is intended for use by sandboxing code. - intptr_t __sanitizer_maybe_open_cov_file(const char *name); - // Get the number of total unique covered entities (blocks, edges, calls). - // This can be useful for coverage-directed in-process fuzzers. - uintptr_t __sanitizer_get_total_unique_coverage(); - // Annotate the current state of a contiguous container, such as // std::vector, std::string or similar. // A contiguous container is a container that keeps all of its elements @@ -120,6 +108,9 @@ extern "C" { // 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)); #ifdef __cplusplus } // extern "C" #endif Copied: projects/ifnet/contrib/compiler-rt/include/sanitizer/coverage_interface.h (from r280168, head/contrib/compiler-rt/include/sanitizer/coverage_interface.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ projects/ifnet/contrib/compiler-rt/include/sanitizer/coverage_interface.h Tue Mar 17 12:40:26 2015 (r280170, copy of r280168, head/contrib/compiler-rt/include/sanitizer/coverage_interface.h) @@ -0,0 +1,46 @@ +//===-- sanitizer/coverage_interface.h --------------------------*- C++ -*-===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// +// +// Public interface for sanitizer coverage. +//===----------------------------------------------------------------------===// + +#ifndef SANITIZER_COVERAG_INTERFACE_H +#define SANITIZER_COVERAG_INTERFACE_H + +#include + +#ifdef __cplusplus +extern "C" { +#endif + + // Initialize coverage. + void __sanitizer_cov_init(); + // Record and dump coverage info. + void __sanitizer_cov_dump(); + // Open .sancov.packed in the coverage directory and return the file + // descriptor. Returns -1 on failure, or if coverage dumping is disabled. + // This is intended for use by sandboxing code. + intptr_t __sanitizer_maybe_open_cov_file(const char *name); + // Get the number of total unique covered entities (blocks, edges, calls). + // This can be useful for coverage-directed in-process fuzzers. + uintptr_t __sanitizer_get_total_unique_coverage(); + + // Reset the basic-block (edge) coverage to the initial state. + // Useful for in-process fuzzing to start collecting coverage from scratch. + // Experimental, will likely not work for multi-threaded process. + void __sanitizer_reset_coverage(); + // Set *data to the array of covered PCs and return the size of that array. + // Some of the entries in *data will be zero. + uintptr_t __sanitizer_get_coverage_guards(uintptr_t **data); + +#ifdef __cplusplus +} // extern "C" +#endif + +#endif // SANITIZER_COVERAG_INTERFACE_H Modified: projects/ifnet/contrib/compiler-rt/include/sanitizer/msan_interface.h ============================================================================== --- projects/ifnet/contrib/compiler-rt/include/sanitizer/msan_interface.h Tue Mar 17 12:19:28 2015 (r280169) +++ projects/ifnet/contrib/compiler-rt/include/sanitizer/msan_interface.h Tue Mar 17 12:40:26 2015 (r280170) @@ -38,7 +38,9 @@ extern "C" { contents). */ void __msan_unpoison_string(const volatile char *a); - /* Make memory region fully uninitialized (without changing its contents). */ + /* Make memory region fully uninitialized (without changing its contents). + This is a legacy interface that does not update origin information. Use + __msan_allocated_memory() instead. */ void __msan_poison(const volatile void *a, size_t size); /* Make memory region partially uninitialized (without changing its contents). Modified: projects/ifnet/contrib/compiler-rt/lib/asan/README.txt ============================================================================== --- projects/ifnet/contrib/compiler-rt/lib/asan/README.txt Tue Mar 17 12:19:28 2015 (r280169) +++ projects/ifnet/contrib/compiler-rt/lib/asan/README.txt Tue Mar 17 12:40:26 2015 (r280170) @@ -1,7 +1,6 @@ AddressSanitizer RT ================================ -This directory contains sources of the AddressSanitizer (asan) runtime library. -We are in the process of integrating AddressSanitizer with LLVM, stay tuned. +This directory contains sources of the AddressSanitizer (ASan) runtime library. Directory structure: README.txt : This file. @@ -13,14 +12,13 @@ tests/* : ASan unit tests. Also ASan runtime needs the following libraries: lib/interception/ : Machinery used to intercept function calls. -lib/sanitizer_common/ : Code shared between ASan and TSan. +lib/sanitizer_common/ : Code shared between various sanitizers. -Currently ASan runtime can be built by both make and cmake build systems. -(see compiler-rt/make and files Makefile.mk for make-based build and -files CMakeLists.txt for cmake-based build). +ASan runtime currently also embeds part of LeakSanitizer runtime for +leak detection (lib/lsan/lsan_common.{cc,h}). -ASan unit and output tests work only with cmake. You may run this -command from the root of your cmake build tree: +ASan runtime can only be built by CMake. You can run ASan tests +from the root of your CMake build tree: make check-asan Modified: projects/ifnet/contrib/compiler-rt/lib/asan/asan_activation.cc ============================================================================== --- projects/ifnet/contrib/compiler-rt/lib/asan/asan_activation.cc Tue Mar 17 12:19:28 2015 (r280169) +++ projects/ifnet/contrib/compiler-rt/lib/asan/asan_activation.cc Tue Mar 17 12:40:26 2015 (r280170) @@ -16,40 +16,106 @@ #include "asan_allocator.h" #include "asan_flags.h" #include "asan_internal.h" +#include "asan_poisoning.h" +#include "asan_stack.h" #include "sanitizer_common/sanitizer_flags.h" namespace __asan { static struct AsanDeactivatedFlags { - int quarantine_size; - int max_redzone; + AllocatorOptions allocator_options; int malloc_context_size; bool poison_heap; - bool alloc_dealloc_mismatch; - bool allocator_may_return_null; + bool coverage; + const char *coverage_dir; + + void RegisterActivationFlags(FlagParser *parser, Flags *f, CommonFlags *cf) { +#define ASAN_ACTIVATION_FLAG(Type, Name) \ + RegisterFlag(parser, #Name, "", &f->Name); +#define COMMON_ACTIVATION_FLAG(Type, Name) \ + RegisterFlag(parser, #Name, "", &cf->Name); +#include "asan_activation_flags.inc" +#undef ASAN_ACTIVATION_FLAG +#undef COMMON_ACTIVATION_FLAG + + RegisterIncludeFlag(parser, cf); + } + + void OverrideFromActivationFlags() { + Flags f; + CommonFlags cf; + FlagParser parser; + RegisterActivationFlags(&parser, &f, &cf); + + // Copy the current activation flags. + allocator_options.CopyTo(&f, &cf); + cf.malloc_context_size = malloc_context_size; + f.poison_heap = poison_heap; + cf.coverage = coverage; + cf.coverage_dir = coverage_dir; + cf.verbosity = Verbosity(); + cf.help = false; // this is activation-specific help + + // Check if activation flags need to be overriden. + if (const char *env = GetEnv("ASAN_ACTIVATION_OPTIONS")) { + parser.ParseString(env); + } + + // Override from getprop asan.options. + char buf[100]; + GetExtraActivationFlags(buf, sizeof(buf)); + parser.ParseString(buf); + + SetVerbosity(cf.verbosity); + + if (Verbosity()) ReportUnrecognizedFlags(); + + if (cf.help) parser.PrintFlagDescriptions(); + + allocator_options.SetFrom(&f, &cf); + malloc_context_size = cf.malloc_context_size; + poison_heap = f.poison_heap; + coverage = cf.coverage; + coverage_dir = cf.coverage_dir; + } + + void Print() { + Report( + "quarantine_size_mb %d, max_redzone %d, poison_heap %d, " + "malloc_context_size %d, alloc_dealloc_mismatch %d, " + "allocator_may_return_null %d, coverage %d, coverage_dir %s\n", + allocator_options.quarantine_size_mb, allocator_options.max_redzone, + poison_heap, malloc_context_size, + allocator_options.alloc_dealloc_mismatch, + allocator_options.may_return_null, coverage, coverage_dir); + } } asan_deactivated_flags; static bool asan_is_deactivated; -void AsanStartDeactivated() { +void AsanDeactivate() { + CHECK(!asan_is_deactivated); VReport(1, "Deactivating ASan\n"); - // Save flag values. - asan_deactivated_flags.quarantine_size = flags()->quarantine_size; - asan_deactivated_flags.max_redzone = flags()->max_redzone; - asan_deactivated_flags.poison_heap = flags()->poison_heap; - asan_deactivated_flags.malloc_context_size = - common_flags()->malloc_context_size; - asan_deactivated_flags.alloc_dealloc_mismatch = - flags()->alloc_dealloc_mismatch; - asan_deactivated_flags.allocator_may_return_null = - common_flags()->allocator_may_return_null; - - flags()->quarantine_size = 0; - flags()->max_redzone = 16; - flags()->poison_heap = false; - common_flags()->malloc_context_size = 0; - flags()->alloc_dealloc_mismatch = false; - common_flags()->allocator_may_return_null = true; + + // Stash runtime state. + GetAllocatorOptions(&asan_deactivated_flags.allocator_options); + asan_deactivated_flags.malloc_context_size = GetMallocContextSize(); + asan_deactivated_flags.poison_heap = CanPoisonMemory(); + asan_deactivated_flags.coverage = common_flags()->coverage; + asan_deactivated_flags.coverage_dir = common_flags()->coverage_dir; + + // Deactivate the runtime. + SetCanPoisonMemory(false); + SetMallocContextSize(1); + ReInitializeCoverage(false, nullptr); + + AllocatorOptions disabled = asan_deactivated_flags.allocator_options; + disabled.quarantine_size_mb = 0; + disabled.min_redzone = 16; // Redzone must be at least 16 bytes long. + disabled.max_redzone = 16; + disabled.alloc_dealloc_mismatch = false; + disabled.may_return_null = true; + ReInitializeAllocator(disabled); asan_is_deactivated = true; } @@ -58,31 +124,19 @@ void AsanActivate() { if (!asan_is_deactivated) return; VReport(1, "Activating ASan\n"); - // Restore flag values. - // FIXME: this is not atomic, and there may be other threads alive. - flags()->quarantine_size = asan_deactivated_flags.quarantine_size; - flags()->max_redzone = asan_deactivated_flags.max_redzone; - flags()->poison_heap = asan_deactivated_flags.poison_heap; - common_flags()->malloc_context_size = - asan_deactivated_flags.malloc_context_size; - flags()->alloc_dealloc_mismatch = - asan_deactivated_flags.alloc_dealloc_mismatch; - common_flags()->allocator_may_return_null = - asan_deactivated_flags.allocator_may_return_null; - - ParseExtraActivationFlags(); + asan_deactivated_flags.OverrideFromActivationFlags(); - ReInitializeAllocator(); + SetCanPoisonMemory(asan_deactivated_flags.poison_heap); + SetMallocContextSize(asan_deactivated_flags.malloc_context_size); + ReInitializeCoverage(asan_deactivated_flags.coverage, + asan_deactivated_flags.coverage_dir); + ReInitializeAllocator(asan_deactivated_flags.allocator_options); asan_is_deactivated = false; - VReport( - 1, - "quarantine_size %d, max_redzone %d, poison_heap %d, " - "malloc_context_size %d, alloc_dealloc_mismatch %d, " - "allocator_may_return_null %d\n", - flags()->quarantine_size, flags()->max_redzone, flags()->poison_heap, - common_flags()->malloc_context_size, flags()->alloc_dealloc_mismatch, - common_flags()->allocator_may_return_null); + if (Verbosity()) { + Report("Activated with flags:\n"); + asan_deactivated_flags.Print(); + } } } // namespace __asan Modified: projects/ifnet/contrib/compiler-rt/lib/asan/asan_activation.h ============================================================================== --- projects/ifnet/contrib/compiler-rt/lib/asan/asan_activation.h Tue Mar 17 12:19:28 2015 (r280169) +++ projects/ifnet/contrib/compiler-rt/lib/asan/asan_activation.h Tue Mar 17 12:40:26 2015 (r280170) @@ -16,7 +16,7 @@ #define ASAN_ACTIVATION_H namespace __asan { -void AsanStartDeactivated(); +void AsanDeactivate(); void AsanActivate(); } // namespace __asan Copied: projects/ifnet/contrib/compiler-rt/lib/asan/asan_activation_flags.inc (from r280168, head/contrib/compiler-rt/lib/asan/asan_activation_flags.inc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ projects/ifnet/contrib/compiler-rt/lib/asan/asan_activation_flags.inc Tue Mar 17 12:40:26 2015 (r280170, copy of r280168, head/contrib/compiler-rt/lib/asan/asan_activation_flags.inc) @@ -0,0 +1,35 @@ +//===-- asan_activation_flags.inc -------------------------------*- C++ -*-===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// +// +// A subset of ASan (and common) runtime flags supported at activation time. +// +//===----------------------------------------------------------------------===// +#ifndef ASAN_ACTIVATION_FLAG +# error "Define ASAN_ACTIVATION_FLAG prior to including this file!" +#endif + +#ifndef COMMON_ACTIVATION_FLAG +# error "Define COMMON_ACTIVATION_FLAG prior to including this file!" +#endif + +// ASAN_ACTIVATION_FLAG(Type, Name) +// See COMMON_FLAG in sanitizer_flags.inc for more details. + +ASAN_ACTIVATION_FLAG(int, redzone) +ASAN_ACTIVATION_FLAG(int, max_redzone) +ASAN_ACTIVATION_FLAG(int, quarantine_size_mb) +ASAN_ACTIVATION_FLAG(bool, alloc_dealloc_mismatch) +ASAN_ACTIVATION_FLAG(bool, poison_heap) + +COMMON_ACTIVATION_FLAG(bool, allocator_may_return_null) +COMMON_ACTIVATION_FLAG(int, malloc_context_size) +COMMON_ACTIVATION_FLAG(bool, coverage) +COMMON_ACTIVATION_FLAG(const char *, coverage_dir) +COMMON_ACTIVATION_FLAG(int, verbosity) +COMMON_ACTIVATION_FLAG(bool, help) Copied: projects/ifnet/contrib/compiler-rt/lib/asan/asan_allocator.cc (from r280168, head/contrib/compiler-rt/lib/asan/asan_allocator.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ projects/ifnet/contrib/compiler-rt/lib/asan/asan_allocator.cc Tue Mar 17 12:40:26 2015 (r280170, copy of r280168, head/contrib/compiler-rt/lib/asan/asan_allocator.cc) @@ -0,0 +1,909 @@ +//===-- asan_allocator.cc -------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// +// +// This file is a part of AddressSanitizer, an address sanity checker. +// +// Implementation of ASan's memory allocator, 2-nd version. +// This variant uses the allocator from sanitizer_common, i.e. the one shared +// with ThreadSanitizer and MemorySanitizer. +// +//===----------------------------------------------------------------------===// +#include "asan_allocator.h" + +#include "asan_mapping.h" +#include "asan_poisoning.h" +#include "asan_report.h" +#include "asan_stack.h" +#include "asan_thread.h" +#include "sanitizer_common/sanitizer_allocator_interface.h" +#include "sanitizer_common/sanitizer_flags.h" +#include "sanitizer_common/sanitizer_internal_defs.h" +#include "sanitizer_common/sanitizer_list.h" +#include "sanitizer_common/sanitizer_stackdepot.h" +#include "sanitizer_common/sanitizer_quarantine.h" +#include "lsan/lsan_common.h" + +namespace __asan { + +// Valid redzone sizes are 16, 32, 64, ... 2048, so we encode them in 3 bits. +// We use adaptive redzones: for larger allocation larger redzones are used. +static u32 RZLog2Size(u32 rz_log) { + CHECK_LT(rz_log, 8); + return 16 << rz_log; +} + +static u32 RZSize2Log(u32 rz_size) { + CHECK_GE(rz_size, 16); + CHECK_LE(rz_size, 2048); + CHECK(IsPowerOfTwo(rz_size)); + u32 res = Log2(rz_size) - 4; + CHECK_EQ(rz_size, RZLog2Size(res)); + return res; +} + +static AsanAllocator &get_allocator(); + +// The memory chunk allocated from the underlying allocator looks like this: +// L L L L L L H H U U U U U U R R +// L -- left redzone words (0 or more bytes) +// H -- ChunkHeader (16 bytes), which is also a part of the left redzone. +// U -- user memory. +// R -- right redzone (0 or more bytes) +// ChunkBase consists of ChunkHeader and other bytes that overlap with user +// memory. + +// If the left redzone is greater than the ChunkHeader size we store a magic +// value in the first uptr word of the memory block and store the address of +// ChunkBase in the next uptr. +// M B L L L L L L L L L H H U U U U U U +// | ^ +// ---------------------| +// M -- magic value kAllocBegMagic +// B -- address of ChunkHeader pointing to the first 'H' +static const uptr kAllocBegMagic = 0xCC6E96B9; + +struct ChunkHeader { + // 1-st 8 bytes. + u32 chunk_state : 8; // Must be first. + u32 alloc_tid : 24; + + u32 free_tid : 24; + u32 from_memalign : 1; + u32 alloc_type : 2; + u32 rz_log : 3; + u32 lsan_tag : 2; + // 2-nd 8 bytes + // This field is used for small sizes. For large sizes it is equal to + // SizeClassMap::kMaxSize and the actual size is stored in the + // SecondaryAllocator's metadata. + u32 user_requested_size; + u32 alloc_context_id; +}; + +struct ChunkBase : ChunkHeader { + // Header2, intersects with user memory. + u32 free_context_id; +}; + +static const uptr kChunkHeaderSize = sizeof(ChunkHeader); +static const uptr kChunkHeader2Size = sizeof(ChunkBase) - kChunkHeaderSize; +COMPILER_CHECK(kChunkHeaderSize == 16); +COMPILER_CHECK(kChunkHeader2Size <= 16); + +// Every chunk of memory allocated by this allocator can be in one of 3 states: +// CHUNK_AVAILABLE: the chunk is in the free list and ready to be allocated. +// CHUNK_ALLOCATED: the chunk is allocated and not yet freed. +// CHUNK_QUARANTINE: the chunk was freed and put into quarantine zone. +enum { + CHUNK_AVAILABLE = 0, // 0 is the default value even if we didn't set it. + CHUNK_ALLOCATED = 2, + CHUNK_QUARANTINE = 3 +}; + +struct AsanChunk: ChunkBase { + uptr Beg() { return reinterpret_cast(this) + kChunkHeaderSize; } + uptr UsedSize(bool locked_version = false) { + if (user_requested_size != SizeClassMap::kMaxSize) + return user_requested_size; + return *reinterpret_cast( + get_allocator().GetMetaData(AllocBeg(locked_version))); + } + void *AllocBeg(bool locked_version = false) { + if (from_memalign) { + if (locked_version) + return get_allocator().GetBlockBeginFastLocked( + reinterpret_cast(this)); + return get_allocator().GetBlockBegin(reinterpret_cast(this)); + } + return reinterpret_cast(Beg() - RZLog2Size(rz_log)); + } + bool AddrIsInside(uptr addr, bool locked_version = false) { + return (addr >= Beg()) && (addr < Beg() + UsedSize(locked_version)); + } +}; + +struct QuarantineCallback { + explicit QuarantineCallback(AllocatorCache *cache) + : cache_(cache) { + } + + void Recycle(AsanChunk *m) { + CHECK_EQ(m->chunk_state, CHUNK_QUARANTINE); + atomic_store((atomic_uint8_t*)m, CHUNK_AVAILABLE, memory_order_relaxed); + CHECK_NE(m->alloc_tid, kInvalidTid); + CHECK_NE(m->free_tid, kInvalidTid); + PoisonShadow(m->Beg(), + RoundUpTo(m->UsedSize(), SHADOW_GRANULARITY), + kAsanHeapLeftRedzoneMagic); + void *p = reinterpret_cast(m->AllocBeg()); + if (p != m) { + uptr *alloc_magic = reinterpret_cast(p); + CHECK_EQ(alloc_magic[0], kAllocBegMagic); + // Clear the magic value, as allocator internals may overwrite the + // contents of deallocated chunk, confusing GetAsanChunk lookup. + alloc_magic[0] = 0; + CHECK_EQ(alloc_magic[1], reinterpret_cast(m)); + } + + // Statistics. + AsanStats &thread_stats = GetCurrentThreadStats(); + thread_stats.real_frees++; + thread_stats.really_freed += m->UsedSize(); + + get_allocator().Deallocate(cache_, p); + } + + void *Allocate(uptr size) { + return get_allocator().Allocate(cache_, size, 1, false); + } + + void Deallocate(void *p) { + get_allocator().Deallocate(cache_, p); + } + + AllocatorCache *cache_; +}; + +typedef Quarantine AsanQuarantine; +typedef AsanQuarantine::Cache QuarantineCache; + +void AsanMapUnmapCallback::OnMap(uptr p, uptr size) const { + PoisonShadow(p, size, kAsanHeapLeftRedzoneMagic); + // Statistics. + AsanStats &thread_stats = GetCurrentThreadStats(); + thread_stats.mmaps++; + thread_stats.mmaped += size; +} +void AsanMapUnmapCallback::OnUnmap(uptr p, uptr size) const { + PoisonShadow(p, size, 0); + // We are about to unmap a chunk of user memory. + // Mark the corresponding shadow memory as not needed. + FlushUnneededASanShadowMemory(p, size); + // Statistics. + AsanStats &thread_stats = GetCurrentThreadStats(); + thread_stats.munmaps++; + thread_stats.munmaped += size; +} + +// We can not use THREADLOCAL because it is not supported on some of the +// platforms we care about (OSX 10.6, Android). +// static THREADLOCAL AllocatorCache cache; +AllocatorCache *GetAllocatorCache(AsanThreadLocalMallocStorage *ms) { + CHECK(ms); + return &ms->allocator_cache; +} + +QuarantineCache *GetQuarantineCache(AsanThreadLocalMallocStorage *ms) { + CHECK(ms); + CHECK_LE(sizeof(QuarantineCache), sizeof(ms->quarantine_cache)); + return reinterpret_cast(ms->quarantine_cache); +} + +void AllocatorOptions::SetFrom(const Flags *f, const CommonFlags *cf) { + quarantine_size_mb = f->quarantine_size_mb; + min_redzone = f->redzone; + max_redzone = f->max_redzone; + may_return_null = cf->allocator_may_return_null; + alloc_dealloc_mismatch = f->alloc_dealloc_mismatch; +} + +void AllocatorOptions::CopyTo(Flags *f, CommonFlags *cf) { + f->quarantine_size_mb = quarantine_size_mb; + f->redzone = min_redzone; + f->max_redzone = max_redzone; + cf->allocator_may_return_null = may_return_null; + f->alloc_dealloc_mismatch = alloc_dealloc_mismatch; +} + +struct Allocator { + static const uptr kMaxAllowedMallocSize = + FIRST_32_SECOND_64(3UL << 30, 64UL << 30); + static const uptr kMaxThreadLocalQuarantine = + FIRST_32_SECOND_64(1 << 18, 1 << 20); + + AsanAllocator allocator; + AsanQuarantine quarantine; + StaticSpinMutex fallback_mutex; + AllocatorCache fallback_allocator_cache; + QuarantineCache fallback_quarantine_cache; + + // ------------------- Options -------------------------- + atomic_uint16_t min_redzone; + atomic_uint16_t max_redzone; + atomic_uint8_t alloc_dealloc_mismatch; + + // ------------------- Initialization ------------------------ + explicit Allocator(LinkerInitialized) + : quarantine(LINKER_INITIALIZED), + fallback_quarantine_cache(LINKER_INITIALIZED) {} + + void CheckOptions(const AllocatorOptions &options) const { + CHECK_GE(options.min_redzone, 16); + CHECK_GE(options.max_redzone, options.min_redzone); + CHECK_LE(options.max_redzone, 2048); + CHECK(IsPowerOfTwo(options.min_redzone)); + CHECK(IsPowerOfTwo(options.max_redzone)); + } + + void SharedInitCode(const AllocatorOptions &options) { + CheckOptions(options); + quarantine.Init((uptr)options.quarantine_size_mb << 20, + kMaxThreadLocalQuarantine); + atomic_store(&alloc_dealloc_mismatch, options.alloc_dealloc_mismatch, + memory_order_release); + atomic_store(&min_redzone, options.min_redzone, memory_order_release); + atomic_store(&max_redzone, options.max_redzone, memory_order_release); + } + + void Initialize(const AllocatorOptions &options) { + allocator.Init(options.may_return_null); + SharedInitCode(options); + } + + void ReInitialize(const AllocatorOptions &options) { + allocator.SetMayReturnNull(options.may_return_null); + SharedInitCode(options); + } + + void GetOptions(AllocatorOptions *options) const { + options->quarantine_size_mb = quarantine.GetSize() >> 20; + options->min_redzone = atomic_load(&min_redzone, memory_order_acquire); + options->max_redzone = atomic_load(&max_redzone, memory_order_acquire); + options->may_return_null = allocator.MayReturnNull(); + options->alloc_dealloc_mismatch = + atomic_load(&alloc_dealloc_mismatch, memory_order_acquire); + } + + // -------------------- Helper methods. ------------------------- + uptr ComputeRZLog(uptr user_requested_size) { + u32 rz_log = + user_requested_size <= 64 - 16 ? 0 : + user_requested_size <= 128 - 32 ? 1 : + user_requested_size <= 512 - 64 ? 2 : + user_requested_size <= 4096 - 128 ? 3 : + user_requested_size <= (1 << 14) - 256 ? 4 : + user_requested_size <= (1 << 15) - 512 ? 5 : + user_requested_size <= (1 << 16) - 1024 ? 6 : 7; + u32 min_rz = atomic_load(&min_redzone, memory_order_acquire); + u32 max_rz = atomic_load(&max_redzone, memory_order_acquire); + return Min(Max(rz_log, RZSize2Log(min_rz)), RZSize2Log(max_rz)); + } + + // We have an address between two chunks, and we want to report just one. + AsanChunk *ChooseChunk(uptr addr, AsanChunk *left_chunk, + AsanChunk *right_chunk) { + // Prefer an allocated chunk over freed chunk and freed chunk + // over available chunk. + if (left_chunk->chunk_state != right_chunk->chunk_state) { + if (left_chunk->chunk_state == CHUNK_ALLOCATED) + return left_chunk; + if (right_chunk->chunk_state == CHUNK_ALLOCATED) + return right_chunk; + if (left_chunk->chunk_state == CHUNK_QUARANTINE) + return left_chunk; + if (right_chunk->chunk_state == CHUNK_QUARANTINE) + return right_chunk; + } + // Same chunk_state: choose based on offset. + sptr l_offset = 0, r_offset = 0; + CHECK(AsanChunkView(left_chunk).AddrIsAtRight(addr, 1, &l_offset)); + CHECK(AsanChunkView(right_chunk).AddrIsAtLeft(addr, 1, &r_offset)); + if (l_offset < r_offset) + return left_chunk; + return right_chunk; + } + + // -------------------- Allocation/Deallocation routines --------------- + void *Allocate(uptr size, uptr alignment, BufferedStackTrace *stack, + AllocType alloc_type, bool can_fill) { + if (UNLIKELY(!asan_inited)) + AsanInitFromRtl(); + Flags &fl = *flags(); + CHECK(stack); + const uptr min_alignment = SHADOW_GRANULARITY; + if (alignment < min_alignment) + alignment = min_alignment; + if (size == 0) { + // We'd be happy to avoid allocating memory for zero-size requests, but + // some programs/tests depend on this behavior and assume that malloc + // would not return NULL even for zero-size allocations. Moreover, it + // looks like operator new should never return NULL, and results of + // consecutive "new" calls must be different even if the allocated size + // is zero. + size = 1; + } + CHECK(IsPowerOfTwo(alignment)); + uptr rz_log = ComputeRZLog(size); + uptr rz_size = RZLog2Size(rz_log); + uptr rounded_size = RoundUpTo(Max(size, kChunkHeader2Size), alignment); + uptr needed_size = rounded_size + rz_size; + if (alignment > min_alignment) + needed_size += alignment; + bool using_primary_allocator = true; + // If we are allocating from the secondary allocator, there will be no + // automatic right redzone, so add the right redzone manually. + if (!PrimaryAllocator::CanAllocate(needed_size, alignment)) { + needed_size += rz_size; + using_primary_allocator = false; + } + CHECK(IsAligned(needed_size, min_alignment)); + if (size > kMaxAllowedMallocSize || needed_size > kMaxAllowedMallocSize) { + Report("WARNING: AddressSanitizer failed to allocate %p bytes\n", + (void*)size); + return allocator.ReturnNullOrDie(); + } + + AsanThread *t = GetCurrentThread(); + void *allocated; + bool check_rss_limit = true; + if (t) { + AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); + allocated = + allocator.Allocate(cache, needed_size, 8, false, check_rss_limit); + } else { + SpinMutexLock l(&fallback_mutex); + AllocatorCache *cache = &fallback_allocator_cache; + allocated = + allocator.Allocate(cache, needed_size, 8, false, check_rss_limit); + } + + if (!allocated) + return allocator.ReturnNullOrDie(); + + if (*(u8 *)MEM_TO_SHADOW((uptr)allocated) == 0 && CanPoisonMemory()) { + // Heap poisoning is enabled, but the allocator provides an unpoisoned + // chunk. This is possible if CanPoisonMemory() was false for some + // time, for example, due to flags()->start_disabled. + // Anyway, poison the block before using it for anything else. + uptr allocated_size = allocator.GetActuallyAllocatedSize(allocated); + PoisonShadow((uptr)allocated, allocated_size, kAsanHeapLeftRedzoneMagic); + } + + uptr alloc_beg = reinterpret_cast(allocated); + uptr alloc_end = alloc_beg + needed_size; + uptr beg_plus_redzone = alloc_beg + rz_size; + uptr user_beg = beg_plus_redzone; + if (!IsAligned(user_beg, alignment)) + user_beg = RoundUpTo(user_beg, alignment); + uptr user_end = user_beg + size; + CHECK_LE(user_end, alloc_end); + uptr chunk_beg = user_beg - kChunkHeaderSize; + AsanChunk *m = reinterpret_cast(chunk_beg); + m->alloc_type = alloc_type; + m->rz_log = rz_log; + u32 alloc_tid = t ? t->tid() : 0; + m->alloc_tid = alloc_tid; + CHECK_EQ(alloc_tid, m->alloc_tid); // Does alloc_tid fit into the bitfield? + m->free_tid = kInvalidTid; + m->from_memalign = user_beg != beg_plus_redzone; + if (alloc_beg != chunk_beg) { + CHECK_LE(alloc_beg+ 2 * sizeof(uptr), chunk_beg); + reinterpret_cast(alloc_beg)[0] = kAllocBegMagic; + reinterpret_cast(alloc_beg)[1] = chunk_beg; + } + if (using_primary_allocator) { + CHECK(size); + m->user_requested_size = size; + CHECK(allocator.FromPrimary(allocated)); + } else { + CHECK(!allocator.FromPrimary(allocated)); + m->user_requested_size = SizeClassMap::kMaxSize; + uptr *meta = reinterpret_cast(allocator.GetMetaData(allocated)); + meta[0] = size; + meta[1] = chunk_beg; + } + + m->alloc_context_id = StackDepotPut(*stack); + + uptr size_rounded_down_to_granularity = + RoundDownTo(size, SHADOW_GRANULARITY); + // Unpoison the bulk of the memory region. + if (size_rounded_down_to_granularity) + PoisonShadow(user_beg, size_rounded_down_to_granularity, 0); + // Deal with the end of the region if size is not aligned to granularity. + if (size != size_rounded_down_to_granularity && CanPoisonMemory()) { + u8 *shadow = + (u8 *)MemToShadow(user_beg + size_rounded_down_to_granularity); + *shadow = fl.poison_partial ? (size & (SHADOW_GRANULARITY - 1)) : 0; + } + + AsanStats &thread_stats = GetCurrentThreadStats(); + thread_stats.mallocs++; + thread_stats.malloced += size; + thread_stats.malloced_redzones += needed_size - size; + uptr class_id = + Min(kNumberOfSizeClasses, SizeClassMap::ClassID(needed_size)); + thread_stats.malloced_by_size[class_id]++; + if (needed_size > SizeClassMap::kMaxSize) + thread_stats.malloc_large++; + + void *res = reinterpret_cast(user_beg); + if (can_fill && fl.max_malloc_fill_size) { + uptr fill_size = Min(size, (uptr)fl.max_malloc_fill_size); + REAL(memset)(res, fl.malloc_fill_byte, fill_size); + } +#if CAN_SANITIZE_LEAKS + m->lsan_tag = __lsan::DisabledInThisThread() ? __lsan::kIgnored + : __lsan::kDirectlyLeaked; +#endif + // Must be the last mutation of metadata in this function. + atomic_store((atomic_uint8_t *)m, CHUNK_ALLOCATED, memory_order_release); + ASAN_MALLOC_HOOK(res, size); + return res; + } + + void AtomicallySetQuarantineFlag(AsanChunk *m, void *ptr, + BufferedStackTrace *stack) { + u8 old_chunk_state = CHUNK_ALLOCATED; + // Flip the chunk_state atomically to avoid race on double-free. + if (!atomic_compare_exchange_strong((atomic_uint8_t*)m, &old_chunk_state, + CHUNK_QUARANTINE, memory_order_acquire)) + ReportInvalidFree(ptr, old_chunk_state, stack); + CHECK_EQ(CHUNK_ALLOCATED, old_chunk_state); + } + + // Expects the chunk to already be marked as quarantined by using + // AtomicallySetQuarantineFlag. + void QuarantineChunk(AsanChunk *m, void *ptr, BufferedStackTrace *stack, + AllocType alloc_type) { + CHECK_EQ(m->chunk_state, CHUNK_QUARANTINE); + + if (m->alloc_type != alloc_type) { + if (atomic_load(&alloc_dealloc_mismatch, memory_order_acquire)) { + ReportAllocTypeMismatch((uptr)ptr, stack, (AllocType)m->alloc_type, + (AllocType)alloc_type); + } + } + + CHECK_GE(m->alloc_tid, 0); + if (SANITIZER_WORDSIZE == 64) // On 32-bits this resides in user area. + CHECK_EQ(m->free_tid, kInvalidTid); + AsanThread *t = GetCurrentThread(); + m->free_tid = t ? t->tid() : 0; + m->free_context_id = StackDepotPut(*stack); + // Poison the region. + PoisonShadow(m->Beg(), + RoundUpTo(m->UsedSize(), SHADOW_GRANULARITY), + kAsanHeapFreeMagic); + + AsanStats &thread_stats = GetCurrentThreadStats(); + thread_stats.frees++; + thread_stats.freed += m->UsedSize(); + + // Push into quarantine. + if (t) { + AsanThreadLocalMallocStorage *ms = &t->malloc_storage(); + AllocatorCache *ac = GetAllocatorCache(ms); + quarantine.Put(GetQuarantineCache(ms), QuarantineCallback(ac), m, + m->UsedSize()); + } else { + SpinMutexLock l(&fallback_mutex); + AllocatorCache *ac = &fallback_allocator_cache; + quarantine.Put(&fallback_quarantine_cache, QuarantineCallback(ac), m, + m->UsedSize()); *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***