svn commit: r280031 - in head: . contrib/compiler-rt/include/sanitizer contrib/compiler-rt/lib/asan contrib/compiler-rt/lib/asan/scripts contrib/compiler-rt/lib/asan/tests contrib/compiler-rt/lib/b...
Dimitry Andric
dim at FreeBSD.org
Sun Mar 15 13:31:22 UTC 2015
Author: dim
Date: Sun Mar 15 13:31:13 2015
New Revision: 280031
URL: https://svnweb.freebsd.org/changeset/base/280031
Log:
Upgrade our copy of clang, llvm and lldb to 3.6.0 release.
Please note that from 3.5.0 onwards, clang/llvm/lldb require C++11
support to build; see UPDATING for more information.
Release notes for llvm and clang can be found here:
<http://llvm.org/releases/3.6.0/docs/ReleaseNotes.html>
<http://llvm.org/releases/3.6.0/tools/clang/docs/ReleaseNotes.html>
Thanks to Ed Maste for the lldb part of this upgrade.
Exp-run: antoine
Added:
head/contrib/compiler-rt/include/sanitizer/coverage_interface.h
- copied unchanged from r280030, projects/clang360-import/contrib/compiler-rt/include/sanitizer/coverage_interface.h
head/contrib/compiler-rt/lib/asan/asan_activation_flags.inc
- copied unchanged from r280030, projects/clang360-import/contrib/compiler-rt/lib/asan/asan_activation_flags.inc
head/contrib/compiler-rt/lib/asan/asan_allocator.cc
- copied unchanged from r280030, projects/clang360-import/contrib/compiler-rt/lib/asan/asan_allocator.cc
head/contrib/compiler-rt/lib/asan/asan_flags.cc
- copied unchanged from r280030, projects/clang360-import/contrib/compiler-rt/lib/asan/asan_flags.cc
head/contrib/compiler-rt/lib/asan/asan_flags.inc
- copied unchanged from r280030, projects/clang360-import/contrib/compiler-rt/lib/asan/asan_flags.inc
head/contrib/compiler-rt/lib/dfsan/dfsan_flags.inc
- copied unchanged from r280030, projects/clang360-import/contrib/compiler-rt/lib/dfsan/dfsan_flags.inc
head/contrib/compiler-rt/lib/lsan/lsan_flags.inc
- copied unchanged from r280030, projects/clang360-import/contrib/compiler-rt/lib/lsan/lsan_flags.inc
head/contrib/compiler-rt/lib/msan/msan_flags.inc
- copied unchanged from r280030, projects/clang360-import/contrib/compiler-rt/lib/msan/msan_flags.inc
head/contrib/compiler-rt/lib/msan/msan_poisoning.cc
- copied unchanged from r280030, projects/clang360-import/contrib/compiler-rt/lib/msan/msan_poisoning.cc
head/contrib/compiler-rt/lib/msan/msan_poisoning.h
- copied unchanged from r280030, projects/clang360-import/contrib/compiler-rt/lib/msan/msan_poisoning.h
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_flag_parser.cc
- copied unchanged from r280030, projects/clang360-import/contrib/compiler-rt/lib/sanitizer_common/sanitizer_flag_parser.cc
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_flag_parser.h
- copied unchanged from r280030, projects/clang360-import/contrib/compiler-rt/lib/sanitizer_common/sanitizer_flag_parser.h
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_flags.inc
- copied unchanged from r280030, projects/clang360-import/contrib/compiler-rt/lib/sanitizer_common/sanitizer_flags.inc
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_interface_internal.h
- copied unchanged from r280030, projects/clang360-import/contrib/compiler-rt/lib/sanitizer_common/sanitizer_interface_internal.h
head/contrib/compiler-rt/lib/tsan/rtl/tsan_flags.inc
- copied unchanged from r280030, projects/clang360-import/contrib/compiler-rt/lib/tsan/rtl/tsan_flags.inc
head/contrib/compiler-rt/lib/ubsan/ubsan_flags.inc
- copied unchanged from r280030, projects/clang360-import/contrib/compiler-rt/lib/ubsan/ubsan_flags.inc
head/contrib/llvm/include/llvm/Analysis/AssumptionCache.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/include/llvm/Analysis/AssumptionCache.h
head/contrib/llvm/include/llvm/Analysis/FunctionTargetTransformInfo.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/include/llvm/Analysis/FunctionTargetTransformInfo.h
head/contrib/llvm/include/llvm/CodeGen/DIE.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/include/llvm/CodeGen/DIE.h
head/contrib/llvm/include/llvm/CodeGen/ForwardControlFlowIntegrity.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/include/llvm/CodeGen/ForwardControlFlowIntegrity.h
head/contrib/llvm/include/llvm/CodeGen/MachineCombinerPattern.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/include/llvm/CodeGen/MachineCombinerPattern.h
head/contrib/llvm/include/llvm/CodeGen/PBQPRAConstraint.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/include/llvm/CodeGen/PBQPRAConstraint.h
head/contrib/llvm/include/llvm/DebugInfo/DWARFAbbreviationDeclaration.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/include/llvm/DebugInfo/DWARFAbbreviationDeclaration.h
head/contrib/llvm/include/llvm/DebugInfo/DWARFAcceleratorTable.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/include/llvm/DebugInfo/DWARFAcceleratorTable.h
head/contrib/llvm/include/llvm/DebugInfo/DWARFCompileUnit.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/include/llvm/DebugInfo/DWARFCompileUnit.h
head/contrib/llvm/include/llvm/DebugInfo/DWARFContext.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/include/llvm/DebugInfo/DWARFContext.h
head/contrib/llvm/include/llvm/DebugInfo/DWARFDebugAbbrev.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/include/llvm/DebugInfo/DWARFDebugAbbrev.h
head/contrib/llvm/include/llvm/DebugInfo/DWARFDebugArangeSet.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/include/llvm/DebugInfo/DWARFDebugArangeSet.h
head/contrib/llvm/include/llvm/DebugInfo/DWARFDebugAranges.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/include/llvm/DebugInfo/DWARFDebugAranges.h
head/contrib/llvm/include/llvm/DebugInfo/DWARFDebugFrame.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/include/llvm/DebugInfo/DWARFDebugFrame.h
head/contrib/llvm/include/llvm/DebugInfo/DWARFDebugInfoEntry.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/include/llvm/DebugInfo/DWARFDebugInfoEntry.h
head/contrib/llvm/include/llvm/DebugInfo/DWARFDebugLine.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/include/llvm/DebugInfo/DWARFDebugLine.h
head/contrib/llvm/include/llvm/DebugInfo/DWARFDebugLoc.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/include/llvm/DebugInfo/DWARFDebugLoc.h
head/contrib/llvm/include/llvm/DebugInfo/DWARFDebugRangeList.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/include/llvm/DebugInfo/DWARFDebugRangeList.h
head/contrib/llvm/include/llvm/DebugInfo/DWARFRelocMap.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/include/llvm/DebugInfo/DWARFRelocMap.h
head/contrib/llvm/include/llvm/DebugInfo/DWARFSection.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/include/llvm/DebugInfo/DWARFSection.h
head/contrib/llvm/include/llvm/DebugInfo/DWARFTypeUnit.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/include/llvm/DebugInfo/DWARFTypeUnit.h
head/contrib/llvm/include/llvm/DebugInfo/DWARFUnit.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/include/llvm/DebugInfo/DWARFUnit.h
head/contrib/llvm/include/llvm/IR/Metadata.def
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/include/llvm/IR/Metadata.def
head/contrib/llvm/include/llvm/IR/MetadataTracking.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/include/llvm/IR/MetadataTracking.h
head/contrib/llvm/include/llvm/IR/PassManagerInternal.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/include/llvm/IR/PassManagerInternal.h
head/contrib/llvm/include/llvm/IR/Statepoint.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/include/llvm/IR/Statepoint.h
head/contrib/llvm/include/llvm/IR/TrackingMDRef.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/include/llvm/IR/TrackingMDRef.h
head/contrib/llvm/include/llvm/IR/UseListOrder.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/include/llvm/IR/UseListOrder.h
head/contrib/llvm/include/llvm/ProfileData/CoverageMapping.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/include/llvm/ProfileData/CoverageMapping.h
head/contrib/llvm/include/llvm/ProfileData/CoverageMappingReader.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/include/llvm/ProfileData/CoverageMappingReader.h
head/contrib/llvm/include/llvm/ProfileData/CoverageMappingWriter.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/include/llvm/ProfileData/CoverageMappingWriter.h
head/contrib/llvm/include/llvm/ProfileData/SampleProf.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/include/llvm/ProfileData/SampleProf.h
head/contrib/llvm/include/llvm/ProfileData/SampleProfReader.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/include/llvm/ProfileData/SampleProfReader.h
head/contrib/llvm/include/llvm/ProfileData/SampleProfWriter.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/include/llvm/ProfileData/SampleProfWriter.h
head/contrib/llvm/include/llvm/Support/ELFRelocs/
- copied from r280030, projects/clang360-import/contrib/llvm/include/llvm/Support/ELFRelocs/
head/contrib/llvm/include/llvm/Support/Options.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/include/llvm/Support/Options.h
head/contrib/llvm/include/llvm/Support/StreamingMemoryObject.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/include/llvm/Support/StreamingMemoryObject.h
head/contrib/llvm/include/llvm/Support/UniqueLock.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/include/llvm/Support/UniqueLock.h
head/contrib/llvm/include/llvm/Transforms/Utils/SymbolRewriter.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/include/llvm/Transforms/Utils/SymbolRewriter.h
head/contrib/llvm/lib/Analysis/AssumptionCache.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Analysis/AssumptionCache.cpp
head/contrib/llvm/lib/Analysis/CFLAliasAnalysis.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Analysis/CFLAliasAnalysis.cpp
head/contrib/llvm/lib/Analysis/FunctionTargetTransformInfo.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Analysis/FunctionTargetTransformInfo.cpp
head/contrib/llvm/lib/Analysis/ScopedNoAliasAA.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Analysis/ScopedNoAliasAA.cpp
head/contrib/llvm/lib/Analysis/StratifiedSets.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Analysis/StratifiedSets.h
head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.cpp
head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h
head/contrib/llvm/lib/CodeGen/AsmPrinter/Win64Exception.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/CodeGen/AsmPrinter/Win64Exception.h
head/contrib/llvm/lib/CodeGen/AtomicExpandPass.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/CodeGen/AtomicExpandPass.cpp
head/contrib/llvm/lib/CodeGen/ForwardControlFlowIntegrity.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/CodeGen/ForwardControlFlowIntegrity.cpp
head/contrib/llvm/lib/CodeGen/MachineCombiner.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/CodeGen/MachineCombiner.cpp
head/contrib/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
head/contrib/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.h
head/contrib/llvm/lib/CodeGen/StatepointExampleGC.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/CodeGen/StatepointExampleGC.cpp
head/contrib/llvm/lib/DebugInfo/DWARFAcceleratorTable.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/DebugInfo/DWARFAcceleratorTable.cpp
head/contrib/llvm/lib/DebugInfo/SyntaxHighlighting.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/DebugInfo/SyntaxHighlighting.cpp
head/contrib/llvm/lib/DebugInfo/SyntaxHighlighting.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/DebugInfo/SyntaxHighlighting.h
head/contrib/llvm/lib/ExecutionEngine/GDBRegistrationListener.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/ExecutionEngine/GDBRegistrationListener.cpp
head/contrib/llvm/lib/ExecutionEngine/MCJIT/ObjectBuffer.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/ExecutionEngine/MCJIT/ObjectBuffer.h
head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RTDyldMemoryManager.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RTDyldMemoryManager.cpp
head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCheckerImpl.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCheckerImpl.h
head/contrib/llvm/lib/IR/MetadataTracking.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/IR/MetadataTracking.cpp
head/contrib/llvm/lib/IR/Statepoint.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/IR/Statepoint.cpp
head/contrib/llvm/lib/IR/UseListOrder.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/IR/UseListOrder.cpp
head/contrib/llvm/lib/MC/MCDisassembler/MCDisassembler.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/MC/MCDisassembler/MCDisassembler.cpp
head/contrib/llvm/lib/MC/MCDisassembler/MCExternalSymbolizer.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/MC/MCDisassembler/MCExternalSymbolizer.cpp
head/contrib/llvm/lib/MC/MCDisassembler/MCRelocationInfo.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/MC/MCDisassembler/MCRelocationInfo.cpp
head/contrib/llvm/lib/MC/MCWinEH.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/MC/MCWinEH.cpp
head/contrib/llvm/lib/ProfileData/CoverageMapping.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/ProfileData/CoverageMapping.cpp
head/contrib/llvm/lib/ProfileData/CoverageMappingReader.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/ProfileData/CoverageMappingReader.cpp
head/contrib/llvm/lib/ProfileData/CoverageMappingWriter.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/ProfileData/CoverageMappingWriter.cpp
head/contrib/llvm/lib/ProfileData/SampleProf.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/ProfileData/SampleProf.cpp
head/contrib/llvm/lib/ProfileData/SampleProfReader.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/ProfileData/SampleProfReader.cpp
head/contrib/llvm/lib/ProfileData/SampleProfWriter.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/ProfileData/SampleProfWriter.cpp
head/contrib/llvm/lib/Support/MathExtras.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Support/MathExtras.cpp
head/contrib/llvm/lib/Support/Options.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Support/Options.cpp
head/contrib/llvm/lib/Support/StreamingMemoryObject.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Support/StreamingMemoryObject.cpp
head/contrib/llvm/lib/Target/AArch64/AArch64A53Fix835769.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Target/AArch64/AArch64A53Fix835769.cpp
head/contrib/llvm/lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp
head/contrib/llvm/lib/Target/AArch64/AArch64CallingConvention.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Target/AArch64/AArch64CallingConvention.h
head/contrib/llvm/lib/Target/AArch64/AArch64ConditionOptimizer.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Target/AArch64/AArch64ConditionOptimizer.cpp
head/contrib/llvm/lib/Target/AArch64/AArch64MachineCombinerPattern.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Target/AArch64/AArch64MachineCombinerPattern.h
head/contrib/llvm/lib/Target/AArch64/AArch64PBQPRegAlloc.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Target/AArch64/AArch64PBQPRegAlloc.cpp
head/contrib/llvm/lib/Target/AArch64/AArch64PBQPRegAlloc.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Target/AArch64/AArch64PBQPRegAlloc.h
head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.h
head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackendDarwin.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackendDarwin.h
head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackendELF.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackendELF.h
head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackendWinCOFF.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackendWinCOFF.h
head/contrib/llvm/lib/Target/Hexagon/Disassembler/
- copied from r280030, projects/clang360-import/contrib/llvm/lib/Target/Hexagon/Disassembler/
head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp
head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonELFObjectWriter.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonELFObjectWriter.cpp
head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonInstPrinter.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonInstPrinter.cpp
head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonInstPrinter.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonInstPrinter.h
head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp
head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.h
head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.cpp
head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.h
head/contrib/llvm/lib/Target/NVPTX/NVPTXLowerStructArgs.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Target/NVPTX/NVPTXLowerStructArgs.cpp
head/contrib/llvm/lib/Target/NVPTX/NVPTXTargetTransformInfo.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Target/NVPTX/NVPTXTargetTransformInfo.cpp
head/contrib/llvm/lib/Target/PowerPC/PPCCallingConv.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Target/PowerPC/PPCCallingConv.h
head/contrib/llvm/lib/Target/PowerPC/PPCInstrSPE.td
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Target/PowerPC/PPCInstrSPE.td
head/contrib/llvm/lib/Target/PowerPC/PPCScheduleP8.td
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Target/PowerPC/PPCScheduleP8.td
head/contrib/llvm/lib/Target/R600/AMDGPUAlwaysInlinePass.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Target/R600/AMDGPUAlwaysInlinePass.cpp
head/contrib/llvm/lib/Target/R600/AMDKernelCodeT.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Target/R600/AMDKernelCodeT.h
head/contrib/llvm/lib/Target/R600/AsmParser/
- copied from r280030, projects/clang360-import/contrib/llvm/lib/Target/R600/AsmParser/
head/contrib/llvm/lib/Target/R600/CIInstructions.td
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Target/R600/CIInstructions.td
head/contrib/llvm/lib/Target/R600/SIFoldOperands.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Target/R600/SIFoldOperands.cpp
head/contrib/llvm/lib/Target/R600/SILoadStoreOptimizer.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Target/R600/SILoadStoreOptimizer.cpp
head/contrib/llvm/lib/Target/R600/SIPrepareScratchRegs.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Target/R600/SIPrepareScratchRegs.cpp
head/contrib/llvm/lib/Target/R600/VIInstrFormats.td
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Target/R600/VIInstrFormats.td
head/contrib/llvm/lib/Target/R600/VIInstructions.td
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Target/R600/VIInstructions.td
head/contrib/llvm/lib/Target/X86/X86CallFrameOptimization.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Target/X86/X86CallFrameOptimization.cpp
head/contrib/llvm/lib/Target/X86/X86InstrSGX.td
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Target/X86/X86InstrSGX.td
head/contrib/llvm/lib/Target/X86/X86IntrinsicsInfo.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Target/X86/X86IntrinsicsInfo.h
head/contrib/llvm/lib/Target/X86/X86ScheduleBtVer2.td
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Target/X86/X86ScheduleBtVer2.td
head/contrib/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
head/contrib/llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp
head/contrib/llvm/lib/Transforms/ObjCARC/ProvenanceAnalysisEvaluator.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Transforms/ObjCARC/ProvenanceAnalysisEvaluator.cpp
head/contrib/llvm/lib/Transforms/Scalar/AlignmentFromAssumptions.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Transforms/Scalar/AlignmentFromAssumptions.cpp
head/contrib/llvm/lib/Transforms/Utils/SymbolRewriter.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/lib/Transforms/Utils/SymbolRewriter.cpp
head/contrib/llvm/patches/patch-01-freebsd-kprintf.diff
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/patches/patch-01-freebsd-kprintf.diff
head/contrib/llvm/patches/patch-02-clang-vendor-suffix.diff
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/patches/patch-02-clang-vendor-suffix.diff
head/contrib/llvm/patches/patch-03-add-CC-aliases.diff
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/patches/patch-03-add-CC-aliases.diff
head/contrib/llvm/patches/patch-04-add-llvm-gvn-option.diff
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/patches/patch-04-add-llvm-gvn-option.diff
head/contrib/llvm/patches/patch-05-enable-armv6-clrex.diff
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/patches/patch-05-enable-armv6-clrex.diff
head/contrib/llvm/patches/patch-06-clang-add-mips-triples.diff
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/patches/patch-06-clang-add-mips-triples.diff
head/contrib/llvm/patches/patch-07-llvm-r227752-boot2-shrink.diff
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/patches/patch-07-llvm-r227752-boot2-shrink.diff
head/contrib/llvm/patches/patch-08-llvm-r227089-fix-mips-i128.diff
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/patches/patch-08-llvm-r227089-fix-mips-i128.diff
head/contrib/llvm/patches/patch-09-llvm-r230058-indirectbrs-assert.diff
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/patches/patch-09-llvm-r230058-indirectbrs-assert.diff
head/contrib/llvm/tools/clang/include/clang/Analysis/CodeInjector.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/clang/include/clang/Analysis/CodeInjector.h
head/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsLe64.def
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsLe64.def
head/contrib/llvm/tools/clang/include/clang/Basic/SanitizerBlacklist.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/clang/include/clang/Basic/SanitizerBlacklist.h
head/contrib/llvm/tools/clang/include/clang/Basic/Sanitizers.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/clang/include/clang/Basic/Sanitizers.h
head/contrib/llvm/tools/clang/include/clang/Frontend/SerializedDiagnosticReader.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/clang/include/clang/Frontend/SerializedDiagnosticReader.h
head/contrib/llvm/tools/clang/include/clang/Frontend/SerializedDiagnostics.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/clang/include/clang/Frontend/SerializedDiagnostics.h
head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Frontend/ModelConsumer.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Frontend/ModelConsumer.h
head/contrib/llvm/tools/clang/include/clang/Tooling/Core/
- copied from r280030, projects/clang360-import/contrib/llvm/tools/clang/include/clang/Tooling/Core/
head/contrib/llvm/tools/clang/lib/Analysis/CodeInjector.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/clang/lib/Analysis/CodeInjector.cpp
head/contrib/llvm/tools/clang/lib/Basic/SanitizerBlacklist.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/clang/lib/Basic/SanitizerBlacklist.cpp
head/contrib/llvm/tools/clang/lib/Basic/Sanitizers.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/clang/lib/Basic/Sanitizers.cpp
head/contrib/llvm/tools/clang/lib/CodeGen/CoverageMappingGen.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/clang/lib/CodeGen/CoverageMappingGen.cpp
head/contrib/llvm/tools/clang/lib/CodeGen/CoverageMappingGen.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/clang/lib/CodeGen/CoverageMappingGen.h
head/contrib/llvm/tools/clang/lib/CodeGen/SanitizerMetadata.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/clang/lib/CodeGen/SanitizerMetadata.cpp
head/contrib/llvm/tools/clang/lib/CodeGen/SanitizerMetadata.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/clang/lib/CodeGen/SanitizerMetadata.h
head/contrib/llvm/tools/clang/lib/Driver/CrossWindowsToolChain.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/clang/lib/Driver/CrossWindowsToolChain.cpp
head/contrib/llvm/tools/clang/lib/Driver/MSVCToolChain.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/clang/lib/Driver/MSVCToolChain.cpp
head/contrib/llvm/tools/clang/lib/Format/UnwrappedLineFormatter.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/clang/lib/Format/UnwrappedLineFormatter.cpp
head/contrib/llvm/tools/clang/lib/Format/UnwrappedLineFormatter.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/clang/lib/Format/UnwrappedLineFormatter.h
head/contrib/llvm/tools/clang/lib/Frontend/CodeGenOptions.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/clang/lib/Frontend/CodeGenOptions.cpp
head/contrib/llvm/tools/clang/lib/Frontend/SerializedDiagnosticReader.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/clang/lib/Frontend/SerializedDiagnosticReader.cpp
head/contrib/llvm/tools/clang/lib/Headers/__stddef_max_align_t.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/clang/lib/Headers/__stddef_max_align_t.h
head/contrib/llvm/tools/clang/lib/Headers/adxintrin.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/clang/lib/Headers/adxintrin.h
head/contrib/llvm/tools/clang/lib/Headers/avx512bwintrin.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/clang/lib/Headers/avx512bwintrin.h
head/contrib/llvm/tools/clang/lib/Headers/avx512erintrin.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/clang/lib/Headers/avx512erintrin.h
head/contrib/llvm/tools/clang/lib/Headers/avx512fintrin.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/clang/lib/Headers/avx512fintrin.h
head/contrib/llvm/tools/clang/lib/Headers/avx512vlbwintrin.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/clang/lib/Headers/avx512vlbwintrin.h
head/contrib/llvm/tools/clang/lib/Headers/avx512vlintrin.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/clang/lib/Headers/avx512vlintrin.h
head/contrib/llvm/tools/clang/lib/Headers/stdatomic.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/clang/lib/Headers/stdatomic.h
head/contrib/llvm/tools/clang/lib/Headers/vadefs.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/clang/lib/Headers/vadefs.h
head/contrib/llvm/tools/clang/lib/Sema/SemaCUDA.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/clang/lib/Sema/SemaCUDA.cpp
head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/ModelConsumer.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/ModelConsumer.cpp
head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/ModelInjector.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/ModelInjector.cpp
head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/ModelInjector.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/ModelInjector.h
head/contrib/llvm/tools/clang/lib/Tooling/Core/
- copied from r280030, projects/clang360-import/contrib/llvm/tools/clang/lib/Tooling/Core/
head/contrib/llvm/tools/lldb/include/lldb/API/SBExecutionContext.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/include/lldb/API/SBExecutionContext.h
head/contrib/llvm/tools/lldb/include/lldb/API/SBThreadCollection.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/include/lldb/API/SBThreadCollection.h
head/contrib/llvm/tools/lldb/include/lldb/API/SBThreadPlan.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/include/lldb/API/SBThreadPlan.h
head/contrib/llvm/tools/lldb/include/lldb/Core/ThreadSafeDenseMap.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/include/lldb/Core/ThreadSafeDenseMap.h
head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/StringPrinter.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/include/lldb/DataFormatters/StringPrinter.h
head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeValidator.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeValidator.h
head/contrib/llvm/tools/lldb/include/lldb/Expression/ClangModulesDeclVendor.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/include/lldb/Expression/ClangModulesDeclVendor.h
head/contrib/llvm/tools/lldb/include/lldb/Host/ConnectionFileDescriptor.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/include/lldb/Host/ConnectionFileDescriptor.h
head/contrib/llvm/tools/lldb/include/lldb/Host/HostNativeProcess.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/include/lldb/Host/HostNativeProcess.h
head/contrib/llvm/tools/lldb/include/lldb/Host/HostNativeProcessBase.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/include/lldb/Host/HostNativeProcessBase.h
head/contrib/llvm/tools/lldb/include/lldb/Host/HostNativeThread.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/include/lldb/Host/HostNativeThread.h
head/contrib/llvm/tools/lldb/include/lldb/Host/HostNativeThreadBase.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/include/lldb/Host/HostNativeThreadBase.h
head/contrib/llvm/tools/lldb/include/lldb/Host/HostNativeThreadForward.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/include/lldb/Host/HostNativeThreadForward.h
head/contrib/llvm/tools/lldb/include/lldb/Host/HostThread.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/include/lldb/Host/HostThread.h
head/contrib/llvm/tools/lldb/include/lldb/Host/MonitoringProcessLauncher.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/include/lldb/Host/MonitoringProcessLauncher.h
head/contrib/llvm/tools/lldb/include/lldb/Host/PipeBase.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/include/lldb/Host/PipeBase.h
head/contrib/llvm/tools/lldb/include/lldb/Host/ProcessLauncher.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/include/lldb/Host/ProcessLauncher.h
head/contrib/llvm/tools/lldb/include/lldb/Host/ThisThread.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/include/lldb/Host/ThisThread.h
head/contrib/llvm/tools/lldb/include/lldb/Host/ThreadLauncher.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/include/lldb/Host/ThreadLauncher.h
head/contrib/llvm/tools/lldb/include/lldb/Host/freebsd/HostThreadFreeBSD.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/include/lldb/Host/freebsd/HostThreadFreeBSD.h
head/contrib/llvm/tools/lldb/include/lldb/Host/posix/ConnectionFileDescriptorPosix.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/include/lldb/Host/posix/ConnectionFileDescriptorPosix.h
head/contrib/llvm/tools/lldb/include/lldb/Host/posix/HostThreadPosix.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/include/lldb/Host/posix/HostThreadPosix.h
head/contrib/llvm/tools/lldb/include/lldb/Host/posix/PipePosix.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/include/lldb/Host/posix/PipePosix.h
head/contrib/llvm/tools/lldb/include/lldb/Host/posix/ProcessLauncherPosix.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/include/lldb/Host/posix/ProcessLauncherPosix.h
head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueChar.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueChar.h
head/contrib/llvm/tools/lldb/include/lldb/Symbol/CompactUnwindInfo.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/include/lldb/Symbol/CompactUnwindInfo.h
head/contrib/llvm/tools/lldb/include/lldb/Symbol/DeclVendor.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/include/lldb/Symbol/DeclVendor.h
head/contrib/llvm/tools/lldb/include/lldb/Target/InstrumentationRuntime.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/include/lldb/Target/InstrumentationRuntime.h
head/contrib/llvm/tools/lldb/include/lldb/Target/InstrumentationRuntimeStopInfo.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/include/lldb/Target/InstrumentationRuntimeStopInfo.h
head/contrib/llvm/tools/lldb/include/lldb/Target/MemoryHistory.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/include/lldb/Target/MemoryHistory.h
head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadCollection.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/include/lldb/Target/ThreadCollection.h
head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanPython.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanPython.h
head/contrib/llvm/tools/lldb/include/lldb/Utility/ProcessStructReader.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/include/lldb/Utility/ProcessStructReader.h
head/contrib/llvm/tools/lldb/include/lldb/Utility/RegisterNumber.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/include/lldb/Utility/RegisterNumber.h
head/contrib/llvm/tools/lldb/source/API/SBExecutionContext.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/source/API/SBExecutionContext.cpp
head/contrib/llvm/tools/lldb/source/API/SBThreadCollection.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/source/API/SBThreadCollection.cpp
head/contrib/llvm/tools/lldb/source/API/SBThreadPlan.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/source/API/SBThreadPlan.cpp
head/contrib/llvm/tools/lldb/source/DataFormatters/LibCxxInitializerList.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/source/DataFormatters/LibCxxInitializerList.cpp
head/contrib/llvm/tools/lldb/source/DataFormatters/LibCxxVector.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/source/DataFormatters/LibCxxVector.cpp
head/contrib/llvm/tools/lldb/source/DataFormatters/NSIndexPath.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/source/DataFormatters/NSIndexPath.cpp
head/contrib/llvm/tools/lldb/source/DataFormatters/StringPrinter.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/source/DataFormatters/StringPrinter.cpp
head/contrib/llvm/tools/lldb/source/DataFormatters/TypeValidator.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/source/DataFormatters/TypeValidator.cpp
head/contrib/llvm/tools/lldb/source/Expression/ClangModulesDeclVendor.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/source/Expression/ClangModulesDeclVendor.cpp
head/contrib/llvm/tools/lldb/source/Host/common/HostNativeThreadBase.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/source/Host/common/HostNativeThreadBase.cpp
head/contrib/llvm/tools/lldb/source/Host/common/HostProcess.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/source/Host/common/HostProcess.cpp
head/contrib/llvm/tools/lldb/source/Host/common/HostThread.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/source/Host/common/HostThread.cpp
head/contrib/llvm/tools/lldb/source/Host/common/MonitoringProcessLauncher.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/source/Host/common/MonitoringProcessLauncher.cpp
head/contrib/llvm/tools/lldb/source/Host/common/PipeBase.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/source/Host/common/PipeBase.cpp
head/contrib/llvm/tools/lldb/source/Host/common/ThisThread.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/source/Host/common/ThisThread.cpp
head/contrib/llvm/tools/lldb/source/Host/common/ThreadLauncher.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/source/Host/common/ThreadLauncher.cpp
head/contrib/llvm/tools/lldb/source/Host/freebsd/HostThreadFreeBSD.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/source/Host/freebsd/HostThreadFreeBSD.cpp
head/contrib/llvm/tools/lldb/source/Host/freebsd/ThisThread.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/source/Host/freebsd/ThisThread.cpp
head/contrib/llvm/tools/lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp
head/contrib/llvm/tools/lldb/source/Host/posix/HostThreadPosix.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/source/Host/posix/HostThreadPosix.cpp
head/contrib/llvm/tools/lldb/source/Host/posix/PipePosix.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/source/Host/posix/PipePosix.cpp
head/contrib/llvm/tools/lldb/source/Host/posix/ProcessLauncherPosix.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/source/Host/posix/ProcessLauncherPosix.cpp
head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueChar.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/source/Interpreter/OptionValueChar.cpp
head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/
- copied from r280030, projects/clang360-import/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/
head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/
- copied from r280030, projects/clang360-import/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/
head/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/
- copied from r280030, projects/clang360-import/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/
head/contrib/llvm/tools/lldb/source/Plugins/MemoryHistory/
- copied from r280030, projects/clang360-import/contrib/llvm/tools/lldb/source/Plugins/MemoryHistory/
head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIXProcessMonitor_powerpc.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIXProcessMonitor_powerpc.cpp
head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIXProcessMonitor_powerpc.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIXProcessMonitor_powerpc.h
head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_powerpc.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_powerpc.cpp
head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_powerpc.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_powerpc.h
head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_powerpc.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_powerpc.cpp
head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_powerpc.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_powerpc.h
head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContext_powerpc.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContext_powerpc.h
head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_powerpc.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_powerpc.h
head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.cpp
head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.h
head/contrib/llvm/tools/lldb/source/Symbol/CompactUnwindInfo.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/source/Symbol/CompactUnwindInfo.cpp
head/contrib/llvm/tools/lldb/source/Target/InstrumentationRuntime.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/source/Target/InstrumentationRuntime.cpp
head/contrib/llvm/tools/lldb/source/Target/InstrumentationRuntimeStopInfo.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/source/Target/InstrumentationRuntimeStopInfo.cpp
head/contrib/llvm/tools/lldb/source/Target/MemoryHistory.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/source/Target/MemoryHistory.cpp
head/contrib/llvm/tools/lldb/source/Target/ThreadCollection.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/source/Target/ThreadCollection.cpp
head/contrib/llvm/tools/lldb/source/Target/ThreadPlanPython.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/source/Target/ThreadPlanPython.cpp
head/contrib/llvm/tools/lldb/source/Utility/RegisterNumber.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/source/Utility/RegisterNumber.cpp
head/contrib/llvm/tools/lldb/source/Utility/UriParser.cpp
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/source/Utility/UriParser.cpp
head/contrib/llvm/tools/lldb/source/Utility/UriParser.h
- copied unchanged from r280030, projects/clang360-import/contrib/llvm/tools/lldb/source/Utility/UriParser.h
head/contrib/llvm/tools/lldb/tools/compact-unwind/
- copied from r280030, projects/clang360-import/contrib/llvm/tools/lldb/tools/compact-unwind/
head/lib/clang/liblldbPluginABISysV_ppc/
- copied from r280030, projects/clang360-import/lib/clang/liblldbPluginABISysV_ppc/
head/lib/clang/liblldbPluginABISysV_ppc64/
- copied from r280030, projects/clang360-import/lib/clang/liblldbPluginABISysV_ppc64/
head/lib/clang/liblldbPluginInstrumentationRuntimeAddressSanitizer/
- copied from r280030, projects/clang360-import/lib/clang/liblldbPluginInstrumentationRuntimeAddressSanitizer/
head/lib/clang/liblldbPluginMemoryHistoryASan/
- copied from r280030, projects/clang360-import/lib/clang/liblldbPluginMemoryHistoryASan/
Deleted:
head/contrib/compiler-rt/lib/asan/asan_allocator2.cc
head/contrib/compiler-rt/lib/tsan/Makefile.old
head/contrib/compiler-rt/lib/tsan/rtl/Makefile.old
head/contrib/llvm/include/llvm/Analysis/FindUsedTypes.h
head/contrib/llvm/include/llvm/CodeGen/JITCodeEmitter.h
head/contrib/llvm/include/llvm/CodeGen/MachineCodeEmitter.h
head/contrib/llvm/include/llvm/CodeGen/MachineCodeInfo.h
head/contrib/llvm/include/llvm/CodeGen/MachineRelocation.h
head/contrib/llvm/include/llvm/CodeGen/PBQP/RegAllocSolver.h
head/contrib/llvm/include/llvm/ExecutionEngine/JIT.h
head/contrib/llvm/include/llvm/ExecutionEngine/JITMemoryManager.h
head/contrib/llvm/include/llvm/ExecutionEngine/ObjectBuffer.h
head/contrib/llvm/include/llvm/ExecutionEngine/ObjectImage.h
head/contrib/llvm/include/llvm/IR/LeakDetector.h
head/contrib/llvm/include/llvm/MC/MCAnalysis/MCAtom.h
head/contrib/llvm/include/llvm/MC/MCAnalysis/MCFunction.h
head/contrib/llvm/include/llvm/MC/MCAnalysis/MCModule.h
head/contrib/llvm/include/llvm/MC/MCAnalysis/MCModuleYAML.h
head/contrib/llvm/include/llvm/MC/MCObjectDisassembler.h
head/contrib/llvm/include/llvm/MC/MCObjectSymbolizer.h
head/contrib/llvm/include/llvm/Support/IncludeFile.h
head/contrib/llvm/include/llvm/Support/StreamableMemoryObject.h
head/contrib/llvm/include/llvm/Support/StringRefMemoryObject.h
head/contrib/llvm/include/llvm/Target/TargetJITInfo.h
head/contrib/llvm/lib/Analysis/IPA/FindUsedTypes.cpp
head/contrib/llvm/lib/CodeGen/AsmPrinter/DIE.h
head/contrib/llvm/lib/CodeGen/AtomicExpandLoadLinkedPass.cpp
head/contrib/llvm/lib/CodeGen/JITCodeEmitter.cpp
head/contrib/llvm/lib/CodeGen/MachineCodeEmitter.cpp
head/contrib/llvm/lib/CodeGen/Spiller.cpp
head/contrib/llvm/lib/DebugInfo/DWARFAbbreviationDeclaration.h
head/contrib/llvm/lib/DebugInfo/DWARFCompileUnit.h
head/contrib/llvm/lib/DebugInfo/DWARFContext.h
head/contrib/llvm/lib/DebugInfo/DWARFDebugAbbrev.h
head/contrib/llvm/lib/DebugInfo/DWARFDebugArangeSet.h
head/contrib/llvm/lib/DebugInfo/DWARFDebugAranges.h
head/contrib/llvm/lib/DebugInfo/DWARFDebugFrame.h
head/contrib/llvm/lib/DebugInfo/DWARFDebugInfoEntry.h
head/contrib/llvm/lib/DebugInfo/DWARFDebugLine.h
head/contrib/llvm/lib/DebugInfo/DWARFDebugLoc.h
head/contrib/llvm/lib/DebugInfo/DWARFDebugRangeList.h
head/contrib/llvm/lib/DebugInfo/DWARFRelocMap.h
head/contrib/llvm/lib/DebugInfo/DWARFTypeUnit.h
head/contrib/llvm/lib/DebugInfo/DWARFUnit.h
head/contrib/llvm/lib/ExecutionEngine/JIT/JIT.cpp
head/contrib/llvm/lib/ExecutionEngine/JIT/JIT.h
head/contrib/llvm/lib/ExecutionEngine/JIT/JITEmitter.cpp
head/contrib/llvm/lib/ExecutionEngine/JIT/JITMemoryManager.cpp
head/contrib/llvm/lib/ExecutionEngine/RTDyldMemoryManager.cpp
head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/GDBRegistrar.cpp
head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/JITRegistrar.h
head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ObjectImageCommon.h
head/contrib/llvm/lib/IR/LeakDetector.cpp
head/contrib/llvm/lib/MC/MCAnalysis/MCAtom.cpp
head/contrib/llvm/lib/MC/MCAnalysis/MCFunction.cpp
head/contrib/llvm/lib/MC/MCAnalysis/MCModule.cpp
head/contrib/llvm/lib/MC/MCAnalysis/MCModuleYAML.cpp
head/contrib/llvm/lib/MC/MCAnalysis/MCObjectDisassembler.cpp
head/contrib/llvm/lib/MC/MCAnalysis/MCObjectSymbolizer.cpp
head/contrib/llvm/lib/MC/MCDisassembler.cpp
head/contrib/llvm/lib/MC/MCExternalSymbolizer.cpp
head/contrib/llvm/lib/MC/MCRelocationInfo.cpp
head/contrib/llvm/lib/Support/IncludeFile.cpp
head/contrib/llvm/lib/Support/StreamableMemoryObject.cpp
head/contrib/llvm/lib/Support/StringRefMemoryObject.cpp
head/contrib/llvm/lib/Target/ARM/ARMCodeEmitter.cpp
head/contrib/llvm/lib/Target/ARM/ARMJITInfo.cpp
head/contrib/llvm/lib/Target/ARM/ARMJITInfo.h
head/contrib/llvm/lib/Target/ARM/ARMRelocations.h
head/contrib/llvm/lib/Target/Hexagon/InstPrinter/
head/contrib/llvm/lib/Target/Mips/MipsABIInfo.cpp
head/contrib/llvm/lib/Target/Mips/MipsABIInfo.h
head/contrib/llvm/lib/Target/Mips/MipsCodeEmitter.cpp
head/contrib/llvm/lib/Target/Mips/MipsJITInfo.cpp
head/contrib/llvm/lib/Target/Mips/MipsJITInfo.h
head/contrib/llvm/lib/Target/Mips/MipsRelocations.h
head/contrib/llvm/lib/Target/PowerPC/PPCCodeEmitter.cpp
head/contrib/llvm/lib/Target/PowerPC/PPCJITInfo.cpp
head/contrib/llvm/lib/Target/PowerPC/PPCJITInfo.h
head/contrib/llvm/lib/Target/PowerPC/PPCRelocations.h
head/contrib/llvm/lib/Target/Sparc/SparcCodeEmitter.cpp
head/contrib/llvm/lib/Target/Sparc/SparcJITInfo.cpp
head/contrib/llvm/lib/Target/Sparc/SparcJITInfo.h
head/contrib/llvm/lib/Target/Sparc/SparcRelocations.h
head/contrib/llvm/lib/Target/TargetJITInfo.cpp
head/contrib/llvm/lib/Target/X86/X86AtomicExpandPass.cpp
head/contrib/llvm/lib/Target/X86/X86CodeEmitter.cpp
head/contrib/llvm/lib/Target/X86/X86JITInfo.cpp
head/contrib/llvm/lib/Target/X86/X86JITInfo.h
head/contrib/llvm/lib/Target/X86/X86Relocations.h
head/contrib/llvm/lib/Transforms/Instrumentation/DebugIR.cpp
head/contrib/llvm/lib/Transforms/Instrumentation/DebugIR.h
head/contrib/llvm/patches/patch-01-clang-version-include.diff
head/contrib/llvm/patches/patch-02-format-extensions.diff
head/contrib/llvm/patches/patch-03-clang-vendor-suffix.diff
head/contrib/llvm/patches/patch-04-default-target-triple.diff
head/contrib/llvm/patches/patch-05-add-CC-aliases.diff
head/contrib/llvm/patches/patch-06-clang-arm-target-cpu.diff
head/contrib/llvm/patches/patch-07-llvm-r216989-r216990-fix-movw-armv6.diff
head/contrib/llvm/patches/patch-08-clang-r217410-i386-garbage-float.diff
head/contrib/llvm/patches/patch-09-llvm-r221709-debug-oom.diff
head/contrib/llvm/patches/patch-10-llvm-r222562-loop-rotate.diff
head/contrib/llvm/patches/patch-11-add-llvm-gvn-option.diff
head/contrib/llvm/patches/patch-12-llvm-r218241-dwarf2-warning.diff
head/contrib/llvm/patches/patch-13-llvm-r215352-aarch64-dyn-loader.diff
head/contrib/llvm/patches/patch-14-llvm-r216571-dynamiclib-usability.diff
head/contrib/llvm/patches/patch-15-clang-r221900-freebsd-aarch64.diff
head/contrib/llvm/patches/patch-16-llvm-r222856-libapr-miscompile.diff
head/contrib/llvm/patches/patch-17-llvm-r214802-armv6-cp10-cp11.diff
head/contrib/llvm/patches/patch-18-llvm-r215811-arm-fpu-directive.diff
head/contrib/llvm/patches/patch-19-enable-armv6-clrex.diff
head/contrib/llvm/patches/patch-20-llvm-r223147-arm-cpu-directive.diff
head/contrib/llvm/patches/patch-21-llvm-r221170-ppc-vaarg.diff
head/contrib/llvm/patches/patch-22-llvm-r221791-ppc-small-pic.diff
head/contrib/llvm/patches/patch-23-llvm-r224415-ppc-local.diff
head/contrib/llvm/patches/patch-24-llvm-r213890-ppc-eh_frame.diff
head/contrib/llvm/patches/patch-25-llvm-r224890-ppc-ctr-tls-loop.diff
head/contrib/llvm/patches/patch-26-clang-r213790-type_traits-crash.diff
head/contrib/llvm/patches/patch-27-llvm-r222587-arm-add-pc.diff
head/contrib/llvm/patches/patch-28-llvm-r222292-aarch64-no-neon.diff
head/contrib/llvm/patches/patch-29-clang-add-mips-triples.diff
head/contrib/llvm/patches/patch-30-llvm-r226664-aarch64-x18.diff
head/contrib/llvm/patches/patch-31-clang-r227062-fixes-x18.diff
head/contrib/llvm/patches/patch-32-llvm-r230058-indirectbrs-assert.diff
head/contrib/llvm/tools/clang/lib/AST/MangleNumberingContext.cpp
head/contrib/llvm/tools/clang/lib/CodeGen/SanitizerBlacklist.cpp
head/contrib/llvm/tools/clang/lib/CodeGen/SanitizerBlacklist.h
head/contrib/llvm/tools/clang/lib/Driver/WindowsToolChain.cpp
head/contrib/llvm/tools/lldb/include/lldb/Core/ConnectionFileDescriptor.h
head/contrib/llvm/tools/lldb/include/lldb/Symbol/TypeVendor.h
head/contrib/llvm/tools/lldb/source/Core/ConnectionFileDescriptor.cpp
head/contrib/llvm/tools/lldb/source/Host/common/Pipe.cpp
head/lib/clang/libllvmjit/
head/lib/clang/libllvmmcanalysis/
Modified:
head/ObsoleteFiles.inc
head/UPDATING
head/contrib/compiler-rt/include/sanitizer/asan_interface.h
head/contrib/compiler-rt/include/sanitizer/common_interface_defs.h
head/contrib/compiler-rt/include/sanitizer/msan_interface.h
head/contrib/compiler-rt/lib/asan/README.txt
head/contrib/compiler-rt/lib/asan/asan_activation.cc
head/contrib/compiler-rt/lib/asan/asan_activation.h
head/contrib/compiler-rt/lib/asan/asan_allocator.h
head/contrib/compiler-rt/lib/asan/asan_debugging.cc
head/contrib/compiler-rt/lib/asan/asan_fake_stack.cc
head/contrib/compiler-rt/lib/asan/asan_flags.h
head/contrib/compiler-rt/lib/asan/asan_globals.cc
head/contrib/compiler-rt/lib/asan/asan_init_version.h
head/contrib/compiler-rt/lib/asan/asan_interceptors.cc
head/contrib/compiler-rt/lib/asan/asan_interface_internal.h
head/contrib/compiler-rt/lib/asan/asan_internal.h
head/contrib/compiler-rt/lib/asan/asan_linux.cc
head/contrib/compiler-rt/lib/asan/asan_mac.cc
head/contrib/compiler-rt/lib/asan/asan_malloc_mac.cc
head/contrib/compiler-rt/lib/asan/asan_mapping.h
head/contrib/compiler-rt/lib/asan/asan_poisoning.cc
head/contrib/compiler-rt/lib/asan/asan_poisoning.h
head/contrib/compiler-rt/lib/asan/asan_report.cc
head/contrib/compiler-rt/lib/asan/asan_rtl.cc
head/contrib/compiler-rt/lib/asan/asan_stack.cc
head/contrib/compiler-rt/lib/asan/asan_stack.h
head/contrib/compiler-rt/lib/asan/asan_suppressions.cc
head/contrib/compiler-rt/lib/asan/asan_win.cc
head/contrib/compiler-rt/lib/asan/asan_win_dll_thunk.cc
head/contrib/compiler-rt/lib/asan/asan_win_dynamic_runtime_thunk.cc
head/contrib/compiler-rt/lib/asan/scripts/asan_device_setup
head/contrib/compiler-rt/lib/asan/scripts/asan_symbolize.py
head/contrib/compiler-rt/lib/asan/tests/asan_interface_test.cc
head/contrib/compiler-rt/lib/asan/tests/asan_noinst_test.cc
head/contrib/compiler-rt/lib/asan/tests/asan_test.cc
head/contrib/compiler-rt/lib/builtins/atomic.c
head/contrib/compiler-rt/lib/builtins/clear_cache.c
head/contrib/compiler-rt/lib/builtins/gcc_personality_v0.c
head/contrib/compiler-rt/lib/builtins/int_types.h
head/contrib/compiler-rt/lib/dfsan/dfsan.cc
head/contrib/compiler-rt/lib/dfsan/dfsan.h
head/contrib/compiler-rt/lib/dfsan/dfsan_custom.cc
head/contrib/compiler-rt/lib/lsan/lsan.cc
head/contrib/compiler-rt/lib/lsan/lsan_allocator.cc
head/contrib/compiler-rt/lib/lsan/lsan_common.cc
head/contrib/compiler-rt/lib/lsan/lsan_common.h
head/contrib/compiler-rt/lib/msan/msan.cc
head/contrib/compiler-rt/lib/msan/msan.h
head/contrib/compiler-rt/lib/msan/msan_allocator.cc
head/contrib/compiler-rt/lib/msan/msan_flags.h
head/contrib/compiler-rt/lib/msan/msan_interceptors.cc
head/contrib/compiler-rt/lib/msan/msan_linux.cc
head/contrib/compiler-rt/lib/msan/msan_report.cc
head/contrib/compiler-rt/lib/msan/msan_thread.cc
head/contrib/compiler-rt/lib/msan/tests/msan_test.cc
head/contrib/compiler-rt/lib/profile/InstrProfilingFile.c
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator.cc
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator.h
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_allocator_internal.h
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common.cc
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common.h
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common_libcdep.cc
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common_syscalls.inc
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_coverage_libcdep.cc
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_coverage_mapping_libcdep.cc
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector.h
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_flags.cc
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_flags.h
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_libc.cc
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_libc.h
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_libignore.cc
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_libignore.h
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_linux.cc
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_linux.h
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cc
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_list.h
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_mac.h
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_mutex.h
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cc
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_posix.cc
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_quarantine.h
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stackdepot.cc
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.cc
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.h
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_libcdep.cc
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cc
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_suppressions.cc
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_suppressions.h
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_libbacktrace.cc
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_libbacktrace.h
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cc
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_win.cc
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_syscall_generic.inc
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_unwind_posix_libcdep.cc
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_win.cc
head/contrib/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh
head/contrib/compiler-rt/lib/sanitizer_common/scripts/sancov.py
head/contrib/compiler-rt/lib/sanitizer_common/tests/sanitizer_allocator_test.cc
head/contrib/compiler-rt/lib/sanitizer_common/tests/sanitizer_deadlock_detector_test.cc
head/contrib/compiler-rt/lib/sanitizer_common/tests/sanitizer_flags_test.cc
head/contrib/compiler-rt/lib/sanitizer_common/tests/sanitizer_libc_test.cc
head/contrib/compiler-rt/lib/sanitizer_common/tests/sanitizer_linux_test.cc
head/contrib/compiler-rt/lib/sanitizer_common/tests/sanitizer_printf_test.cc
head/contrib/compiler-rt/lib/sanitizer_common/tests/sanitizer_procmaps_test.cc
head/contrib/compiler-rt/lib/sanitizer_common/tests/sanitizer_suppressions_test.cc
head/contrib/compiler-rt/lib/sanitizer_common/tests/sanitizer_test_utils.h
head/contrib/compiler-rt/lib/tsan/check_analyze.sh
head/contrib/compiler-rt/lib/tsan/dd/dd_rtl.cc
head/contrib/compiler-rt/lib/tsan/go/build.bat
head/contrib/compiler-rt/lib/tsan/go/buildgo.sh
head/contrib/compiler-rt/lib/tsan/go/tsan_go.cc
head/contrib/compiler-rt/lib/tsan/rtl/tsan_clock.cc
head/contrib/compiler-rt/lib/tsan/rtl/tsan_defs.h
head/contrib/compiler-rt/lib/tsan/rtl/tsan_flags.cc
head/contrib/compiler-rt/lib/tsan/rtl/tsan_flags.h
head/contrib/compiler-rt/lib/tsan/rtl/tsan_interceptors.cc
head/contrib/compiler-rt/lib/tsan/rtl/tsan_interface.cc
head/contrib/compiler-rt/lib/tsan/rtl/tsan_interface.h
head/contrib/compiler-rt/lib/tsan/rtl/tsan_interface_atomic.cc
head/contrib/compiler-rt/lib/tsan/rtl/tsan_interface_java.cc
head/contrib/compiler-rt/lib/tsan/rtl/tsan_interface_java.h
head/contrib/compiler-rt/lib/tsan/rtl/tsan_mman.cc
head/contrib/compiler-rt/lib/tsan/rtl/tsan_mman.h
head/contrib/compiler-rt/lib/tsan/rtl/tsan_mutex.cc
head/contrib/compiler-rt/lib/tsan/rtl/tsan_mutex.h
head/contrib/compiler-rt/lib/tsan/rtl/tsan_platform.h
head/contrib/compiler-rt/lib/tsan/rtl/tsan_platform_linux.cc
head/contrib/compiler-rt/lib/tsan/rtl/tsan_platform_mac.cc
head/contrib/compiler-rt/lib/tsan/rtl/tsan_report.cc
head/contrib/compiler-rt/lib/tsan/rtl/tsan_rtl.cc
head/contrib/compiler-rt/lib/tsan/rtl/tsan_rtl.h
head/contrib/compiler-rt/lib/tsan/rtl/tsan_rtl_report.cc
head/contrib/compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cc
head/contrib/compiler-rt/lib/tsan/rtl/tsan_stat.cc
head/contrib/compiler-rt/lib/tsan/rtl/tsan_suppressions.cc
head/contrib/compiler-rt/lib/tsan/rtl/tsan_suppressions.h
head/contrib/compiler-rt/lib/tsan/rtl/tsan_trace.h
head/contrib/compiler-rt/lib/tsan/tests/rtl/tsan_string.cc
head/contrib/compiler-rt/lib/tsan/tests/unit/tsan_clock_test.cc
head/contrib/compiler-rt/lib/tsan/tests/unit/tsan_mman_test.cc
head/contrib/compiler-rt/lib/tsan/tests/unit/tsan_mutex_test.cc
head/contrib/compiler-rt/lib/ubsan/ubsan_diag.cc
head/contrib/compiler-rt/lib/ubsan/ubsan_diag.h
head/contrib/compiler-rt/lib/ubsan/ubsan_flags.cc
head/contrib/compiler-rt/lib/ubsan/ubsan_flags.h
head/contrib/compiler-rt/lib/ubsan/ubsan_handlers.cc
head/contrib/compiler-rt/lib/ubsan/ubsan_handlers_cxx.cc
head/contrib/compiler-rt/lib/ubsan/ubsan_init.cc
head/contrib/compiler-rt/lib/ubsan/ubsan_type_hash.cc
head/contrib/llvm/include/llvm-c/BitReader.h
head/contrib/llvm/include/llvm-c/BitWriter.h
head/contrib/llvm/include/llvm-c/Core.h
head/contrib/llvm/include/llvm-c/Disassembler.h
head/contrib/llvm/include/llvm-c/ExecutionEngine.h
head/contrib/llvm/include/llvm-c/Initialization.h
head/contrib/llvm/include/llvm-c/Linker.h
head/contrib/llvm/include/llvm-c/Support.h
head/contrib/llvm/include/llvm-c/Transforms/Scalar.h
head/contrib/llvm/include/llvm-c/lto.h
head/contrib/llvm/include/llvm/ADT/APFloat.h
head/contrib/llvm/include/llvm/ADT/APInt.h
head/contrib/llvm/include/llvm/ADT/APSInt.h
head/contrib/llvm/include/llvm/ADT/ArrayRef.h
head/contrib/llvm/include/llvm/ADT/BitVector.h
head/contrib/llvm/include/llvm/ADT/DenseMap.h
head/contrib/llvm/include/llvm/ADT/DenseSet.h
head/contrib/llvm/include/llvm/ADT/DepthFirstIterator.h
head/contrib/llvm/include/llvm/ADT/IntrusiveRefCntPtr.h
head/contrib/llvm/include/llvm/ADT/MapVector.h
head/contrib/llvm/include/llvm/ADT/Optional.h
head/contrib/llvm/include/llvm/ADT/PostOrderIterator.h
head/contrib/llvm/include/llvm/ADT/STLExtras.h
head/contrib/llvm/include/llvm/ADT/ScopedHashTable.h
head/contrib/llvm/include/llvm/ADT/SetVector.h
head/contrib/llvm/include/llvm/ADT/SmallBitVector.h
head/contrib/llvm/include/llvm/ADT/SmallPtrSet.h
head/contrib/llvm/include/llvm/ADT/SmallSet.h
head/contrib/llvm/include/llvm/ADT/SmallVector.h
head/contrib/llvm/include/llvm/ADT/SparseBitVector.h
head/contrib/llvm/include/llvm/ADT/SparseMultiSet.h
head/contrib/llvm/include/llvm/ADT/SparseSet.h
head/contrib/llvm/include/llvm/ADT/StringMap.h
head/contrib/llvm/include/llvm/ADT/StringRef.h
head/contrib/llvm/include/llvm/ADT/StringSet.h
head/contrib/llvm/include/llvm/ADT/TinyPtrVector.h
head/contrib/llvm/include/llvm/ADT/Triple.h
head/contrib/llvm/include/llvm/ADT/Twine.h
head/contrib/llvm/include/llvm/ADT/VariadicFunction.h
head/contrib/llvm/include/llvm/ADT/ilist.h
head/contrib/llvm/include/llvm/ADT/ilist_node.h
head/contrib/llvm/include/llvm/ADT/iterator.h
head/contrib/llvm/include/llvm/ADT/iterator_range.h
head/contrib/llvm/include/llvm/Analysis/AliasAnalysis.h
head/contrib/llvm/include/llvm/Analysis/AliasSetTracker.h
head/contrib/llvm/include/llvm/Analysis/BlockFrequencyInfoImpl.h
head/contrib/llvm/include/llvm/Analysis/BranchProbabilityInfo.h
head/contrib/llvm/include/llvm/Analysis/CFGPrinter.h
head/contrib/llvm/include/llvm/Analysis/CGSCCPassManager.h
head/contrib/llvm/include/llvm/Analysis/CallGraph.h
head/contrib/llvm/include/llvm/Analysis/CodeMetrics.h
head/contrib/llvm/include/llvm/Analysis/DOTGraphTraitsPass.h
head/contrib/llvm/include/llvm/Analysis/DependenceAnalysis.h
head/contrib/llvm/include/llvm/Analysis/DominanceFrontier.h
head/contrib/llvm/include/llvm/Analysis/DominanceFrontierImpl.h
head/contrib/llvm/include/llvm/Analysis/IVUsers.h
head/contrib/llvm/include/llvm/Analysis/InlineCost.h
head/contrib/llvm/include/llvm/Analysis/InstructionSimplify.h
head/contrib/llvm/include/llvm/Analysis/IntervalIterator.h
head/contrib/llvm/include/llvm/Analysis/JumpInstrTableInfo.h
head/contrib/llvm/include/llvm/Analysis/LazyCallGraph.h
head/contrib/llvm/include/llvm/Analysis/LazyValueInfo.h
head/contrib/llvm/include/llvm/Analysis/Loads.h
head/contrib/llvm/include/llvm/Analysis/LoopPass.h
head/contrib/llvm/include/llvm/Analysis/MemoryDependenceAnalysis.h
head/contrib/llvm/include/llvm/Analysis/PHITransAddr.h
head/contrib/llvm/include/llvm/Analysis/Passes.h
head/contrib/llvm/include/llvm/Analysis/PostDominators.h
head/contrib/llvm/include/llvm/Analysis/RegionInfo.h
head/contrib/llvm/include/llvm/Analysis/RegionInfoImpl.h
head/contrib/llvm/include/llvm/Analysis/ScalarEvolution.h
head/contrib/llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h
head/contrib/llvm/include/llvm/Analysis/TargetTransformInfo.h
head/contrib/llvm/include/llvm/Analysis/ValueTracking.h
head/contrib/llvm/include/llvm/AsmParser/Parser.h
head/contrib/llvm/include/llvm/Bitcode/BitCodes.h
head/contrib/llvm/include/llvm/Bitcode/BitcodeWriterPass.h
head/contrib/llvm/include/llvm/Bitcode/BitstreamReader.h
head/contrib/llvm/include/llvm/Bitcode/BitstreamWriter.h
head/contrib/llvm/include/llvm/Bitcode/LLVMBitCodes.h
head/contrib/llvm/include/llvm/Bitcode/ReaderWriter.h
head/contrib/llvm/include/llvm/CodeGen/Analysis.h
head/contrib/llvm/include/llvm/CodeGen/AsmPrinter.h
head/contrib/llvm/include/llvm/CodeGen/CalcSpillWeights.h
head/contrib/llvm/include/llvm/CodeGen/CallingConvLower.h
head/contrib/llvm/include/llvm/CodeGen/CommandFlags.h
head/contrib/llvm/include/llvm/CodeGen/DFAPacketizer.h
head/contrib/llvm/include/llvm/CodeGen/FastISel.h
head/contrib/llvm/include/llvm/CodeGen/FunctionLoweringInfo.h
head/contrib/llvm/include/llvm/CodeGen/GCMetadata.h
head/contrib/llvm/include/llvm/CodeGen/GCMetadataPrinter.h
head/contrib/llvm/include/llvm/CodeGen/GCStrategy.h
head/contrib/llvm/include/llvm/CodeGen/GCs.h
head/contrib/llvm/include/llvm/CodeGen/ISDOpcodes.h
head/contrib/llvm/include/llvm/CodeGen/JumpInstrTables.h
head/contrib/llvm/include/llvm/CodeGen/LexicalScopes.h
head/contrib/llvm/include/llvm/CodeGen/LinkAllCodegenComponents.h
head/contrib/llvm/include/llvm/CodeGen/LiveInterval.h
head/contrib/llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h
head/contrib/llvm/include/llvm/CodeGen/LiveIntervalUnion.h
head/contrib/llvm/include/llvm/CodeGen/LivePhysRegs.h
head/contrib/llvm/include/llvm/CodeGen/LiveRangeEdit.h
head/contrib/llvm/include/llvm/CodeGen/LiveVariables.h
head/contrib/llvm/include/llvm/CodeGen/MachineBasicBlock.h
head/contrib/llvm/include/llvm/CodeGen/MachineDominators.h
head/contrib/llvm/include/llvm/CodeGen/MachineFrameInfo.h
head/contrib/llvm/include/llvm/CodeGen/MachineFunction.h
head/contrib/llvm/include/llvm/CodeGen/MachineInstr.h
head/contrib/llvm/include/llvm/CodeGen/MachineInstrBuilder.h
head/contrib/llvm/include/llvm/CodeGen/MachineMemOperand.h
head/contrib/llvm/include/llvm/CodeGen/MachineModuleInfo.h
head/contrib/llvm/include/llvm/CodeGen/MachineOperand.h
head/contrib/llvm/include/llvm/CodeGen/MachinePostDominators.h
head/contrib/llvm/include/llvm/CodeGen/MachineRegisterInfo.h
head/contrib/llvm/include/llvm/CodeGen/MachineScheduler.h
head/contrib/llvm/include/llvm/CodeGen/MachineTraceMetrics.h
head/contrib/llvm/include/llvm/CodeGen/MachineValueType.h
head/contrib/llvm/include/llvm/CodeGen/PBQP/CostAllocator.h
head/contrib/llvm/include/llvm/CodeGen/PBQP/Graph.h
head/contrib/llvm/include/llvm/CodeGen/PBQP/Math.h
head/contrib/llvm/include/llvm/CodeGen/PBQP/ReductionRules.h
head/contrib/llvm/include/llvm/CodeGen/PBQP/Solution.h
head/contrib/llvm/include/llvm/CodeGen/Passes.h
head/contrib/llvm/include/llvm/CodeGen/RegAllocPBQP.h
head/contrib/llvm/include/llvm/CodeGen/RegisterScavenging.h
head/contrib/llvm/include/llvm/CodeGen/RuntimeLibcalls.h
head/contrib/llvm/include/llvm/CodeGen/ScheduleDAG.h
head/contrib/llvm/include/llvm/CodeGen/ScheduleDAGInstrs.h
head/contrib/llvm/include/llvm/CodeGen/SelectionDAG.h
head/contrib/llvm/include/llvm/CodeGen/SelectionDAGISel.h
head/contrib/llvm/include/llvm/CodeGen/SelectionDAGNodes.h
head/contrib/llvm/include/llvm/CodeGen/StackMapLivenessAnalysis.h
head/contrib/llvm/include/llvm/CodeGen/StackMaps.h
head/contrib/llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
head/contrib/llvm/include/llvm/CodeGen/TargetSchedule.h
head/contrib/llvm/include/llvm/DebugInfo/DIContext.h
head/contrib/llvm/include/llvm/DebugInfo/DWARFFormValue.h
head/contrib/llvm/include/llvm/ExecutionEngine/ExecutionEngine.h
head/contrib/llvm/include/llvm/ExecutionEngine/JITEventListener.h
head/contrib/llvm/include/llvm/ExecutionEngine/ObjectCache.h
head/contrib/llvm/include/llvm/ExecutionEngine/RTDyldMemoryManager.h
head/contrib/llvm/include/llvm/ExecutionEngine/RuntimeDyld.h
head/contrib/llvm/include/llvm/ExecutionEngine/RuntimeDyldChecker.h
head/contrib/llvm/include/llvm/IR/Argument.h
head/contrib/llvm/include/llvm/IR/AssemblyAnnotationWriter.h
head/contrib/llvm/include/llvm/IR/BasicBlock.h
head/contrib/llvm/include/llvm/IR/CFG.h
head/contrib/llvm/include/llvm/IR/CallingConv.h
head/contrib/llvm/include/llvm/IR/Constant.h
head/contrib/llvm/include/llvm/IR/ConstantRange.h
head/contrib/llvm/include/llvm/IR/Constants.h
head/contrib/llvm/include/llvm/IR/DIBuilder.h
head/contrib/llvm/include/llvm/IR/DataLayout.h
head/contrib/llvm/include/llvm/IR/DebugInfo.h
head/contrib/llvm/include/llvm/IR/DebugLoc.h
head/contrib/llvm/include/llvm/IR/DerivedTypes.h
head/contrib/llvm/include/llvm/IR/DiagnosticInfo.h
head/contrib/llvm/include/llvm/IR/DiagnosticPrinter.h
head/contrib/llvm/include/llvm/IR/Dominators.h
head/contrib/llvm/include/llvm/IR/Function.h
head/contrib/llvm/include/llvm/IR/GVMaterializer.h
head/contrib/llvm/include/llvm/IR/GlobalObject.h
head/contrib/llvm/include/llvm/IR/GlobalValue.h
head/contrib/llvm/include/llvm/IR/IRBuilder.h
head/contrib/llvm/include/llvm/IR/IRPrintingPasses.h
head/contrib/llvm/include/llvm/IR/InlineAsm.h
head/contrib/llvm/include/llvm/IR/InstrTypes.h
head/contrib/llvm/include/llvm/IR/Instruction.h
head/contrib/llvm/include/llvm/IR/Instructions.h
head/contrib/llvm/include/llvm/IR/IntrinsicInst.h
head/contrib/llvm/include/llvm/IR/Intrinsics.h
head/contrib/llvm/include/llvm/IR/Intrinsics.td
head/contrib/llvm/include/llvm/IR/IntrinsicsARM.td
head/contrib/llvm/include/llvm/IR/IntrinsicsNVVM.td
head/contrib/llvm/include/llvm/IR/IntrinsicsPowerPC.td
head/contrib/llvm/include/llvm/IR/IntrinsicsR600.td
head/contrib/llvm/include/llvm/IR/IntrinsicsX86.td
head/contrib/llvm/include/llvm/IR/LLVMContext.h
head/contrib/llvm/include/llvm/IR/LegacyPassManager.h
head/contrib/llvm/include/llvm/IR/LegacyPassManagers.h
head/contrib/llvm/include/llvm/IR/MDBuilder.h
head/contrib/llvm/include/llvm/IR/Mangler.h
head/contrib/llvm/include/llvm/IR/Metadata.h
head/contrib/llvm/include/llvm/IR/Module.h
head/contrib/llvm/include/llvm/IR/Operator.h
head/contrib/llvm/include/llvm/IR/PassManager.h
head/contrib/llvm/include/llvm/IR/PatternMatch.h
head/contrib/llvm/include/llvm/IR/PredIteratorCache.h
head/contrib/llvm/include/llvm/IR/Type.h
head/contrib/llvm/include/llvm/IR/TypeFinder.h
head/contrib/llvm/include/llvm/IR/User.h
head/contrib/llvm/include/llvm/IR/Value.h
head/contrib/llvm/include/llvm/IR/ValueHandle.h
head/contrib/llvm/include/llvm/IR/ValueMap.h
head/contrib/llvm/include/llvm/IR/Verifier.h
head/contrib/llvm/include/llvm/IRReader/IRReader.h
head/contrib/llvm/include/llvm/InitializePasses.h
head/contrib/llvm/include/llvm/LTO/LTOCodeGenerator.h
head/contrib/llvm/include/llvm/LTO/LTOModule.h
head/contrib/llvm/include/llvm/LinkAllPasses.h
head/contrib/llvm/include/llvm/Linker/Linker.h
head/contrib/llvm/include/llvm/MC/ConstantPools.h
head/contrib/llvm/include/llvm/MC/MCAsmBackend.h
head/contrib/llvm/include/llvm/MC/MCAsmInfo.h
head/contrib/llvm/include/llvm/MC/MCAsmInfoDarwin.h
head/contrib/llvm/include/llvm/MC/MCAsmInfoELF.h
head/contrib/llvm/include/llvm/MC/MCAssembler.h
head/contrib/llvm/include/llvm/MC/MCContext.h
head/contrib/llvm/include/llvm/MC/MCDisassembler.h
head/contrib/llvm/include/llvm/MC/MCDwarf.h
head/contrib/llvm/include/llvm/MC/MCELFStreamer.h
head/contrib/llvm/include/llvm/MC/MCExpr.h
head/contrib/llvm/include/llvm/MC/MCInst.h
head/contrib/llvm/include/llvm/MC/MCInstPrinter.h
head/contrib/llvm/include/llvm/MC/MCInstrDesc.h
head/contrib/llvm/include/llvm/MC/MCInstrItineraries.h
head/contrib/llvm/include/llvm/MC/MCLinkerOptimizationHint.h
head/contrib/llvm/include/llvm/MC/MCMachObjectWriter.h
head/contrib/llvm/include/llvm/MC/MCObjectFileInfo.h
head/contrib/llvm/include/llvm/MC/MCObjectStreamer.h
head/contrib/llvm/include/llvm/MC/MCParser/AsmLexer.h
head/contrib/llvm/include/llvm/MC/MCParser/MCAsmLexer.h
head/contrib/llvm/include/llvm/MC/MCParser/MCAsmParser.h
head/contrib/llvm/include/llvm/MC/MCParser/MCAsmParserExtension.h
head/contrib/llvm/include/llvm/MC/MCRegisterInfo.h
head/contrib/llvm/include/llvm/MC/MCSchedule.h
head/contrib/llvm/include/llvm/MC/MCStreamer.h
head/contrib/llvm/include/llvm/MC/MCSubtargetInfo.h
head/contrib/llvm/include/llvm/MC/MCSymbol.h
head/contrib/llvm/include/llvm/MC/MCTargetAsmParser.h
head/contrib/llvm/include/llvm/MC/MCTargetOptions.h
head/contrib/llvm/include/llvm/MC/MCTargetOptionsCommandFlags.h
head/contrib/llvm/include/llvm/MC/MCWin64EH.h
head/contrib/llvm/include/llvm/MC/MCWinCOFFStreamer.h
head/contrib/llvm/include/llvm/MC/MCWinEH.h
head/contrib/llvm/include/llvm/MC/StringTableBuilder.h
head/contrib/llvm/include/llvm/MC/SubtargetFeature.h
head/contrib/llvm/include/llvm/Object/Archive.h
head/contrib/llvm/include/llvm/Object/Binary.h
head/contrib/llvm/include/llvm/Object/COFF.h
head/contrib/llvm/include/llvm/Object/COFFYAML.h
head/contrib/llvm/include/llvm/Object/ELF.h
head/contrib/llvm/include/llvm/Object/ELFObjectFile.h
head/contrib/llvm/include/llvm/Object/ELFTypes.h
head/contrib/llvm/include/llvm/Object/ELFYAML.h
head/contrib/llvm/include/llvm/Object/Error.h
head/contrib/llvm/include/llvm/Object/IRObjectFile.h
head/contrib/llvm/include/llvm/Object/MachO.h
head/contrib/llvm/include/llvm/Object/MachOUniversal.h
head/contrib/llvm/include/llvm/Object/ObjectFile.h
head/contrib/llvm/include/llvm/Object/RelocVisitor.h
head/contrib/llvm/include/llvm/Object/SymbolicFile.h
head/contrib/llvm/include/llvm/Option/ArgList.h
head/contrib/llvm/include/llvm/PassRegistry.h
head/contrib/llvm/include/llvm/PassSupport.h
head/contrib/llvm/include/llvm/ProfileData/InstrProfReader.h
head/contrib/llvm/include/llvm/ProfileData/InstrProfWriter.h
head/contrib/llvm/include/llvm/Support/ARMBuildAttributes.h
head/contrib/llvm/include/llvm/Support/ARMEHABI.h
head/contrib/llvm/include/llvm/Support/ARMWinEH.h
head/contrib/llvm/include/llvm/Support/Allocator.h
head/contrib/llvm/include/llvm/Support/CBindingWrapping.h
head/contrib/llvm/include/llvm/Support/COFF.h
head/contrib/llvm/include/llvm/Support/Casting.h
head/contrib/llvm/include/llvm/Support/CommandLine.h
head/contrib/llvm/include/llvm/Support/Compiler.h
head/contrib/llvm/include/llvm/Support/Compression.h
head/contrib/llvm/include/llvm/Support/CrashRecoveryContext.h
head/contrib/llvm/include/llvm/Support/DataExtractor.h
head/contrib/llvm/include/llvm/Support/DataTypes.h.in
head/contrib/llvm/include/llvm/Support/Dwarf.h
head/contrib/llvm/include/llvm/Support/DynamicLibrary.h
head/contrib/llvm/include/llvm/Support/ELF.h
head/contrib/llvm/include/llvm/Support/Endian.h
head/contrib/llvm/include/llvm/Support/EndianStream.h
head/contrib/llvm/include/llvm/Support/ErrorOr.h
head/contrib/llvm/include/llvm/Support/FileOutputBuffer.h
head/contrib/llvm/include/llvm/Support/FileSystem.h
head/contrib/llvm/include/llvm/Support/Format.h
head/contrib/llvm/include/llvm/Support/GCOV.h
head/contrib/llvm/include/llvm/Support/GenericDomTree.h
head/contrib/llvm/include/llvm/Support/GenericDomTreeConstruction.h
head/contrib/llvm/include/llvm/Support/LEB128.h
head/contrib/llvm/include/llvm/Support/LineIterator.h
head/contrib/llvm/include/llvm/Support/MD5.h
head/contrib/llvm/include/llvm/Support/MachO.h
head/contrib/llvm/include/llvm/Support/ManagedStatic.h
head/contrib/llvm/include/llvm/Support/MathExtras.h
head/contrib/llvm/include/llvm/Support/MemoryBuffer.h
head/contrib/llvm/include/llvm/Support/MemoryObject.h
head/contrib/llvm/include/llvm/Support/Mutex.h
head/contrib/llvm/include/llvm/Support/MutexGuard.h
head/contrib/llvm/include/llvm/Support/OnDiskHashTable.h
head/contrib/llvm/include/llvm/Support/Path.h
head/contrib/llvm/include/llvm/Support/Process.h
head/contrib/llvm/include/llvm/Support/Program.h
head/contrib/llvm/include/llvm/Support/RWMutex.h
head/contrib/llvm/include/llvm/Support/RandomNumberGenerator.h
head/contrib/llvm/include/llvm/Support/Registry.h
head/contrib/llvm/include/llvm/Support/ScaledNumber.h
head/contrib/llvm/include/llvm/Support/SourceMgr.h
head/contrib/llvm/include/llvm/Support/SpecialCaseList.h
head/contrib/llvm/include/llvm/Support/StringPool.h
head/contrib/llvm/include/llvm/Support/SwapByteOrder.h
head/contrib/llvm/include/llvm/Support/TargetRegistry.h
head/contrib/llvm/include/llvm/Support/ThreadLocal.h
head/contrib/llvm/include/llvm/Support/Threading.h
head/contrib/llvm/include/llvm/Support/TimeValue.h
head/contrib/llvm/include/llvm/Support/ToolOutputFile.h
head/contrib/llvm/include/llvm/Support/Win64EH.h
head/contrib/llvm/include/llvm/Support/WindowsError.h
head/contrib/llvm/include/llvm/Support/YAMLParser.h
head/contrib/llvm/include/llvm/Support/YAMLTraits.h
head/contrib/llvm/include/llvm/Support/raw_ostream.h
head/contrib/llvm/include/llvm/TableGen/Record.h
head/contrib/llvm/include/llvm/TableGen/SetTheory.h
head/contrib/llvm/include/llvm/TableGen/StringToOffsetTable.h
head/contrib/llvm/include/llvm/Target/Target.td
head/contrib/llvm/include/llvm/Target/TargetFrameLowering.h
head/contrib/llvm/include/llvm/Target/TargetInstrInfo.h
head/contrib/llvm/include/llvm/Target/TargetIntrinsicInfo.h
head/contrib/llvm/include/llvm/Target/TargetLibraryInfo.h
head/contrib/llvm/include/llvm/Target/TargetLowering.h
head/contrib/llvm/include/llvm/Target/TargetLoweringObjectFile.h
head/contrib/llvm/include/llvm/Target/TargetMachine.h
head/contrib/llvm/include/llvm/Target/TargetOpcodes.h
head/contrib/llvm/include/llvm/Target/TargetOptions.h
head/contrib/llvm/include/llvm/Target/TargetRegisterInfo.h
head/contrib/llvm/include/llvm/Target/TargetSelectionDAG.td
head/contrib/llvm/include/llvm/Target/TargetSelectionDAGInfo.h
head/contrib/llvm/include/llvm/Target/TargetSubtargetInfo.h
head/contrib/llvm/include/llvm/Transforms/IPO/PassManagerBuilder.h
head/contrib/llvm/include/llvm/Transforms/Instrumentation.h
head/contrib/llvm/include/llvm/Transforms/Scalar.h
head/contrib/llvm/include/llvm/Transforms/Utils/BasicBlockUtils.h
head/contrib/llvm/include/llvm/Transforms/Utils/BuildLibCalls.h
head/contrib/llvm/include/llvm/Transforms/Utils/Cloning.h
head/contrib/llvm/include/llvm/Transforms/Utils/CodeExtractor.h
head/contrib/llvm/include/llvm/Transforms/Utils/CtorUtils.h
head/contrib/llvm/include/llvm/Transforms/Utils/Local.h
head/contrib/llvm/include/llvm/Transforms/Utils/LoopUtils.h
head/contrib/llvm/include/llvm/Transforms/Utils/ModuleUtils.h
head/contrib/llvm/include/llvm/Transforms/Utils/PromoteMemToReg.h
head/contrib/llvm/include/llvm/Transforms/Utils/SimplifyLibCalls.h
head/contrib/llvm/include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h
head/contrib/llvm/include/llvm/Transforms/Utils/UnrollLoop.h
head/contrib/llvm/include/llvm/Transforms/Utils/ValueMapper.h
head/contrib/llvm/include/llvm/Transforms/Utils/VectorUtils.h
head/contrib/llvm/include/llvm/module.modulemap
head/contrib/llvm/lib/Analysis/AliasAnalysis.cpp
head/contrib/llvm/lib/Analysis/AliasAnalysisEvaluator.cpp
head/contrib/llvm/lib/Analysis/AliasSetTracker.cpp
head/contrib/llvm/lib/Analysis/Analysis.cpp
head/contrib/llvm/lib/Analysis/BasicAliasAnalysis.cpp
head/contrib/llvm/lib/Analysis/BlockFrequencyInfoImpl.cpp
head/contrib/llvm/lib/Analysis/BranchProbabilityInfo.cpp
head/contrib/llvm/lib/Analysis/CFG.cpp
head/contrib/llvm/lib/Analysis/CFGPrinter.cpp
head/contrib/llvm/lib/Analysis/CGSCCPassManager.cpp
head/contrib/llvm/lib/Analysis/CaptureTracking.cpp
head/contrib/llvm/lib/Analysis/CodeMetrics.cpp
head/contrib/llvm/lib/Analysis/ConstantFolding.cpp
head/contrib/llvm/lib/Analysis/DependenceAnalysis.cpp
head/contrib/llvm/lib/Analysis/IPA/CallGraph.cpp
head/contrib/llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp
head/contrib/llvm/lib/Analysis/IPA/IPA.cpp
head/contrib/llvm/lib/Analysis/IPA/InlineCost.cpp
head/contrib/llvm/lib/Analysis/IVUsers.cpp
head/contrib/llvm/lib/Analysis/InstructionSimplify.cpp
head/contrib/llvm/lib/Analysis/JumpInstrTableInfo.cpp
head/contrib/llvm/lib/Analysis/LazyCallGraph.cpp
head/contrib/llvm/lib/Analysis/LazyValueInfo.cpp
head/contrib/llvm/lib/Analysis/LibCallSemantics.cpp
head/contrib/llvm/lib/Analysis/Lint.cpp
head/contrib/llvm/lib/Analysis/Loads.cpp
head/contrib/llvm/lib/Analysis/LoopInfo.cpp
head/contrib/llvm/lib/Analysis/LoopPass.cpp
head/contrib/llvm/lib/Analysis/MemDepPrinter.cpp
head/contrib/llvm/lib/Analysis/MemoryBuiltins.cpp
head/contrib/llvm/lib/Analysis/MemoryDependenceAnalysis.cpp
head/contrib/llvm/lib/Analysis/NoAliasAnalysis.cpp
head/contrib/llvm/lib/Analysis/PHITransAddr.cpp
head/contrib/llvm/lib/Analysis/PtrUseVisitor.cpp
head/contrib/llvm/lib/Analysis/RegionInfo.cpp
head/contrib/llvm/lib/Analysis/RegionPass.cpp
head/contrib/llvm/lib/Analysis/ScalarEvolution.cpp
head/contrib/llvm/lib/Analysis/ScalarEvolutionAliasAnalysis.cpp
head/contrib/llvm/lib/Analysis/ScalarEvolutionExpander.cpp
head/contrib/llvm/lib/Analysis/ScalarEvolutionNormalization.cpp
head/contrib/llvm/lib/Analysis/TargetTransformInfo.cpp
head/contrib/llvm/lib/Analysis/TypeBasedAliasAnalysis.cpp
head/contrib/llvm/lib/Analysis/ValueTracking.cpp
head/contrib/llvm/lib/AsmParser/LLLexer.cpp
head/contrib/llvm/lib/AsmParser/LLLexer.h
head/contrib/llvm/lib/AsmParser/LLParser.cpp
head/contrib/llvm/lib/AsmParser/LLParser.h
head/contrib/llvm/lib/AsmParser/LLToken.h
head/contrib/llvm/lib/AsmParser/Parser.cpp
head/contrib/llvm/lib/Bitcode/Reader/BitReader.cpp
head/contrib/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
head/contrib/llvm/lib/Bitcode/Reader/BitcodeReader.h
head/contrib/llvm/lib/Bitcode/Reader/BitstreamReader.cpp
head/contrib/llvm/lib/Bitcode/Writer/BitWriter.cpp
head/contrib/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
head/contrib/llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp
head/contrib/llvm/lib/Bitcode/Writer/ValueEnumerator.cpp
head/contrib/llvm/lib/Bitcode/Writer/ValueEnumerator.h
head/contrib/llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp
head/contrib/llvm/lib/CodeGen/AggressiveAntiDepBreaker.h
head/contrib/llvm/lib/CodeGen/AllocationOrder.h
head/contrib/llvm/lib/CodeGen/Analysis.cpp
head/contrib/llvm/lib/CodeGen/AntiDepBreaker.h
head/contrib/llvm/lib/CodeGen/AsmPrinter/ARMException.cpp
head/contrib/llvm/lib/CodeGen/AsmPrinter/AddressPool.h
head/contrib/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
head/contrib/llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
head/contrib/llvm/lib/CodeGen/AsmPrinter/AsmPrinterHandler.h
head/contrib/llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
head/contrib/llvm/lib/CodeGen/AsmPrinter/ByteStreamer.h
head/contrib/llvm/lib/CodeGen/AsmPrinter/DIE.cpp
head/contrib/llvm/lib/CodeGen/AsmPrinter/DIEHash.cpp
head/contrib/llvm/lib/CodeGen/AsmPrinter/DIEHash.h
head/contrib/llvm/lib/CodeGen/AsmPrinter/DbgValueHistoryCalculator.cpp
head/contrib/llvm/lib/CodeGen/AsmPrinter/DbgValueHistoryCalculator.h
head/contrib/llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h
head/contrib/llvm/lib/CodeGen/AsmPrinter/DebugLocList.h
head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfAccelTable.cpp
head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfAccelTable.h
head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfException.h
head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfFile.cpp
head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfFile.h
head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.cpp
head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.h
head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
head/contrib/llvm/lib/CodeGen/AsmPrinter/EHStreamer.cpp
head/contrib/llvm/lib/CodeGen/AsmPrinter/EHStreamer.h
head/contrib/llvm/lib/CodeGen/AsmPrinter/ErlangGCPrinter.cpp
head/contrib/llvm/lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp
head/contrib/llvm/lib/CodeGen/AsmPrinter/Win64Exception.cpp
head/contrib/llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.cpp
head/contrib/llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.h
head/contrib/llvm/lib/CodeGen/BasicTargetTransformInfo.cpp
head/contrib/llvm/lib/CodeGen/BranchFolding.cpp
head/contrib/llvm/lib/CodeGen/BranchFolding.h
head/contrib/llvm/lib/CodeGen/CalcSpillWeights.cpp
head/contrib/llvm/lib/CodeGen/CallingConvLower.cpp
head/contrib/llvm/lib/CodeGen/CodeGen.cpp
head/contrib/llvm/lib/CodeGen/CodeGenPrepare.cpp
head/contrib/llvm/lib/CodeGen/CriticalAntiDepBreaker.cpp
head/contrib/llvm/lib/CodeGen/CriticalAntiDepBreaker.h
head/contrib/llvm/lib/CodeGen/DFAPacketizer.cpp
head/contrib/llvm/lib/CodeGen/DeadMachineInstructionElim.cpp
head/contrib/llvm/lib/CodeGen/DwarfEHPrepare.cpp
head/contrib/llvm/lib/CodeGen/EarlyIfConversion.cpp
head/contrib/llvm/lib/CodeGen/ErlangGC.cpp
head/contrib/llvm/lib/CodeGen/ExecutionDepsFix.cpp
head/contrib/llvm/lib/CodeGen/ExpandISelPseudos.cpp
head/contrib/llvm/lib/CodeGen/ExpandPostRAPseudos.cpp
head/contrib/llvm/lib/CodeGen/GCMetadata.cpp
head/contrib/llvm/lib/CodeGen/GCMetadataPrinter.cpp
head/contrib/llvm/lib/CodeGen/GCStrategy.cpp
head/contrib/llvm/lib/CodeGen/GlobalMerge.cpp
head/contrib/llvm/lib/CodeGen/IfConversion.cpp
head/contrib/llvm/lib/CodeGen/InlineSpiller.cpp
head/contrib/llvm/lib/CodeGen/InterferenceCache.h
head/contrib/llvm/lib/CodeGen/IntrinsicLowering.cpp
head/contrib/llvm/lib/CodeGen/JumpInstrTables.cpp
head/contrib/llvm/lib/CodeGen/LLVMTargetMachine.cpp
head/contrib/llvm/lib/CodeGen/LexicalScopes.cpp
head/contrib/llvm/lib/CodeGen/LiveDebugVariables.cpp
head/contrib/llvm/lib/CodeGen/LiveDebugVariables.h
head/contrib/llvm/lib/CodeGen/LiveInterval.cpp
head/contrib/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
head/contrib/llvm/lib/CodeGen/LiveIntervalUnion.cpp
head/contrib/llvm/lib/CodeGen/LiveRangeCalc.cpp
head/contrib/llvm/lib/CodeGen/LiveRangeCalc.h
head/contrib/llvm/lib/CodeGen/LiveRangeEdit.cpp
head/contrib/llvm/lib/CodeGen/LiveRegMatrix.cpp
head/contrib/llvm/lib/CodeGen/LiveStackAnalysis.cpp
head/contrib/llvm/lib/CodeGen/LiveVariables.cpp
head/contrib/llvm/lib/CodeGen/LocalStackSlotAllocation.cpp
head/contrib/llvm/lib/CodeGen/MachineBasicBlock.cpp
head/contrib/llvm/lib/CodeGen/MachineBlockPlacement.cpp
head/contrib/llvm/lib/CodeGen/MachineCSE.cpp
head/contrib/llvm/lib/CodeGen/MachineCopyPropagation.cpp
head/contrib/llvm/lib/CodeGen/MachineDominanceFrontier.cpp
head/contrib/llvm/lib/CodeGen/MachineDominators.cpp
head/contrib/llvm/lib/CodeGen/MachineFunction.cpp
head/contrib/llvm/lib/CodeGen/MachineFunctionAnalysis.cpp
head/contrib/llvm/lib/CodeGen/MachineFunctionPass.cpp
head/contrib/llvm/lib/CodeGen/MachineFunctionPrinterPass.cpp
head/contrib/llvm/lib/CodeGen/MachineInstr.cpp
head/contrib/llvm/lib/CodeGen/MachineInstrBundle.cpp
head/contrib/llvm/lib/CodeGen/MachineLICM.cpp
head/contrib/llvm/lib/CodeGen/MachineModuleInfo.cpp
head/contrib/llvm/lib/CodeGen/MachineRegionInfo.cpp
head/contrib/llvm/lib/CodeGen/MachineRegisterInfo.cpp
head/contrib/llvm/lib/CodeGen/MachineSSAUpdater.cpp
head/contrib/llvm/lib/CodeGen/MachineScheduler.cpp
head/contrib/llvm/lib/CodeGen/MachineSink.cpp
head/contrib/llvm/lib/CodeGen/MachineTraceMetrics.cpp
head/contrib/llvm/lib/CodeGen/MachineVerifier.cpp
head/contrib/llvm/lib/CodeGen/OptimizePHIs.cpp
head/contrib/llvm/lib/CodeGen/PHIElimination.cpp
head/contrib/llvm/lib/CodeGen/PHIEliminationUtils.h
head/contrib/llvm/lib/CodeGen/Passes.cpp
head/contrib/llvm/lib/CodeGen/PeepholeOptimizer.cpp
head/contrib/llvm/lib/CodeGen/PostRASchedulerList.cpp
head/contrib/llvm/lib/CodeGen/ProcessImplicitDefs.cpp
head/contrib/llvm/lib/CodeGen/PrologEpilogInserter.cpp
head/contrib/llvm/lib/CodeGen/PrologEpilogInserter.h
head/contrib/llvm/lib/CodeGen/PseudoSourceValue.cpp
head/contrib/llvm/lib/CodeGen/RegAllocBase.cpp
head/contrib/llvm/lib/CodeGen/RegAllocBase.h
head/contrib/llvm/lib/CodeGen/RegAllocBasic.cpp
head/contrib/llvm/lib/CodeGen/RegAllocFast.cpp
head/contrib/llvm/lib/CodeGen/RegAllocGreedy.cpp
head/contrib/llvm/lib/CodeGen/RegAllocPBQP.cpp
head/contrib/llvm/lib/CodeGen/RegisterClassInfo.cpp
head/contrib/llvm/lib/CodeGen/RegisterCoalescer.cpp
head/contrib/llvm/lib/CodeGen/RegisterCoalescer.h
head/contrib/llvm/lib/CodeGen/RegisterPressure.cpp
head/contrib/llvm/lib/CodeGen/RegisterScavenging.cpp
head/contrib/llvm/lib/CodeGen/ScheduleDAG.cpp
head/contrib/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp
head/contrib/llvm/lib/CodeGen/ScheduleDAGPrinter.cpp
head/contrib/llvm/lib/CodeGen/ScoreboardHazardRecognizer.cpp
head/contrib/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
head/contrib/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
head/contrib/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
head/contrib/llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
head/contrib/llvm/lib/CodeGen/SelectionDAG/InstrEmitter.h
head/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
head/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
head/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
head/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
head/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
head/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
head/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
head/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
head/contrib/llvm/lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp
head/contrib/llvm/lib/CodeGen/SelectionDAG/SDNodeDbgValue.h
head/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp
head/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
head/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
head/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h
head/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGVLIW.cpp
head/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
head/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
head/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
head/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
head/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
head/contrib/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
head/contrib/llvm/lib/CodeGen/ShadowStackGC.cpp
head/contrib/llvm/lib/CodeGen/SjLjEHPrepare.cpp
head/contrib/llvm/lib/CodeGen/SpillPlacement.cpp
head/contrib/llvm/lib/CodeGen/SpillPlacement.h
head/contrib/llvm/lib/CodeGen/Spiller.h
head/contrib/llvm/lib/CodeGen/SplitKit.cpp
head/contrib/llvm/lib/CodeGen/SplitKit.h
head/contrib/llvm/lib/CodeGen/StackColoring.cpp
head/contrib/llvm/lib/CodeGen/StackMapLivenessAnalysis.cpp
head/contrib/llvm/lib/CodeGen/StackMaps.cpp
head/contrib/llvm/lib/CodeGen/StackProtector.cpp
head/contrib/llvm/lib/CodeGen/StackSlotColoring.cpp
head/contrib/llvm/lib/CodeGen/TailDuplication.cpp
head/contrib/llvm/lib/CodeGen/TargetFrameLoweringImpl.cpp
head/contrib/llvm/lib/CodeGen/TargetInstrInfo.cpp
head/contrib/llvm/lib/CodeGen/TargetLoweringBase.cpp
head/contrib/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
head/contrib/llvm/lib/CodeGen/TargetOptionsImpl.cpp
head/contrib/llvm/lib/CodeGen/TargetRegisterInfo.cpp
head/contrib/llvm/lib/CodeGen/TargetSchedule.cpp
head/contrib/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
head/contrib/llvm/lib/CodeGen/UnreachableBlockElim.cpp
head/contrib/llvm/lib/CodeGen/VirtRegMap.cpp
head/contrib/llvm/lib/DebugInfo/DIContext.cpp
head/contrib/llvm/lib/DebugInfo/DWARFAbbreviationDeclaration.cpp
head/contrib/llvm/lib/DebugInfo/DWARFCompileUnit.cpp
head/contrib/llvm/lib/DebugInfo/DWARFContext.cpp
head/contrib/llvm/lib/DebugInfo/DWARFDebugAbbrev.cpp
head/contrib/llvm/lib/DebugInfo/DWARFDebugArangeSet.cpp
head/contrib/llvm/lib/DebugInfo/DWARFDebugAranges.cpp
head/contrib/llvm/lib/DebugInfo/DWARFDebugFrame.cpp
head/contrib/llvm/lib/DebugInfo/DWARFDebugInfoEntry.cpp
head/contrib/llvm/lib/DebugInfo/DWARFDebugLine.cpp
head/contrib/llvm/lib/DebugInfo/DWARFDebugLoc.cpp
head/contrib/llvm/lib/DebugInfo/DWARFDebugRangeList.cpp
head/contrib/llvm/lib/DebugInfo/DWARFFormValue.cpp
head/contrib/llvm/lib/DebugInfo/DWARFTypeUnit.cpp
head/contrib/llvm/lib/DebugInfo/DWARFUnit.cpp
head/contrib/llvm/lib/ExecutionEngine/EventListenerCommon.h
head/contrib/llvm/lib/ExecutionEngine/ExecutionEngine.cpp
head/contrib/llvm/lib/ExecutionEngine/ExecutionEngineBindings.cpp
head/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp
head/contrib/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
head/contrib/llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp
head/contrib/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h
head/contrib/llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp
head/contrib/llvm/lib/ExecutionEngine/MCJIT/MCJIT.h
head/contrib/llvm/lib/ExecutionEngine/OProfileJIT/OProfileJITEventListener.cpp
head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp
head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h
head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h
head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h
head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOARM.h
head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOI386.h
head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOX86_64.h
head/contrib/llvm/lib/ExecutionEngine/TargetSelect.cpp
head/contrib/llvm/lib/IR/AsmWriter.cpp
head/contrib/llvm/lib/IR/AsmWriter.h
head/contrib/llvm/lib/IR/AttributeImpl.h
head/contrib/llvm/lib/IR/AutoUpgrade.cpp
head/contrib/llvm/lib/IR/BasicBlock.cpp
head/contrib/llvm/lib/IR/ConstantFold.cpp
head/contrib/llvm/lib/IR/ConstantFold.h
head/contrib/llvm/lib/IR/Constants.cpp
head/contrib/llvm/lib/IR/ConstantsContext.h
head/contrib/llvm/lib/IR/Core.cpp
head/contrib/llvm/lib/IR/DIBuilder.cpp
head/contrib/llvm/lib/IR/DataLayout.cpp
head/contrib/llvm/lib/IR/DebugInfo.cpp
head/contrib/llvm/lib/IR/DebugLoc.cpp
head/contrib/llvm/lib/IR/DiagnosticInfo.cpp
head/contrib/llvm/lib/IR/DiagnosticPrinter.cpp
head/contrib/llvm/lib/IR/Dominators.cpp
head/contrib/llvm/lib/IR/Function.cpp
head/contrib/llvm/lib/IR/GCOV.cpp
head/contrib/llvm/lib/IR/Globals.cpp
head/contrib/llvm/lib/IR/IRBuilder.cpp
head/contrib/llvm/lib/IR/IRPrintingPasses.cpp
head/contrib/llvm/lib/IR/InlineAsm.cpp
head/contrib/llvm/lib/IR/Instruction.cpp
head/contrib/llvm/lib/IR/Instructions.cpp
head/contrib/llvm/lib/IR/IntrinsicInst.cpp
head/contrib/llvm/lib/IR/LLVMContext.cpp
head/contrib/llvm/lib/IR/LLVMContextImpl.cpp
head/contrib/llvm/lib/IR/LLVMContextImpl.h
head/contrib/llvm/lib/IR/LeaksContext.h
head/contrib/llvm/lib/IR/LegacyPassManager.cpp
head/contrib/llvm/lib/IR/MDBuilder.cpp
head/contrib/llvm/lib/IR/Mangler.cpp
head/contrib/llvm/lib/IR/Metadata.cpp
head/contrib/llvm/lib/IR/Module.cpp
head/contrib/llvm/lib/IR/PassManager.cpp
head/contrib/llvm/lib/IR/PassRegistry.cpp
head/contrib/llvm/lib/IR/SymbolTableListTraitsImpl.h
head/contrib/llvm/lib/IR/Type.cpp
head/contrib/llvm/lib/IR/TypeFinder.cpp
head/contrib/llvm/lib/IR/Use.cpp
head/contrib/llvm/lib/IR/User.cpp
head/contrib/llvm/lib/IR/Value.cpp
head/contrib/llvm/lib/IR/ValueSymbolTable.cpp
head/contrib/llvm/lib/IR/Verifier.cpp
head/contrib/llvm/lib/IRReader/IRReader.cpp
head/contrib/llvm/lib/LTO/LTOCodeGenerator.cpp
head/contrib/llvm/lib/LTO/LTOModule.cpp
head/contrib/llvm/lib/Linker/LinkModules.cpp
head/contrib/llvm/lib/MC/ConstantPools.cpp
head/contrib/llvm/lib/MC/ELFObjectWriter.cpp
head/contrib/llvm/lib/MC/MCAsmInfo.cpp
head/contrib/llvm/lib/MC/MCAsmInfoCOFF.cpp
head/contrib/llvm/lib/MC/MCAsmInfoDarwin.cpp
head/contrib/llvm/lib/MC/MCAsmInfoELF.cpp
head/contrib/llvm/lib/MC/MCAsmStreamer.cpp
head/contrib/llvm/lib/MC/MCAssembler.cpp
head/contrib/llvm/lib/MC/MCContext.cpp
head/contrib/llvm/lib/MC/MCDisassembler/Disassembler.cpp
head/contrib/llvm/lib/MC/MCDisassembler/Disassembler.h
head/contrib/llvm/lib/MC/MCDwarf.cpp
head/contrib/llvm/lib/MC/MCELFStreamer.cpp
head/contrib/llvm/lib/MC/MCExpr.cpp
head/contrib/llvm/lib/MC/MCLinkerOptimizationHint.cpp
head/contrib/llvm/lib/MC/MCMachOStreamer.cpp
head/contrib/llvm/lib/MC/MCNullStreamer.cpp
head/contrib/llvm/lib/MC/MCObjectFileInfo.cpp
head/contrib/llvm/lib/MC/MCObjectStreamer.cpp
head/contrib/llvm/lib/MC/MCParser/AsmLexer.cpp
head/contrib/llvm/lib/MC/MCParser/AsmParser.cpp
head/contrib/llvm/lib/MC/MCParser/COFFAsmParser.cpp
head/contrib/llvm/lib/MC/MCParser/DarwinAsmParser.cpp
head/contrib/llvm/lib/MC/MCParser/MCAsmLexer.cpp
head/contrib/llvm/lib/MC/MCParser/MCAsmParser.cpp
head/contrib/llvm/lib/MC/MCSectionCOFF.cpp
head/contrib/llvm/lib/MC/MCSectionELF.cpp
head/contrib/llvm/lib/MC/MCStreamer.cpp
head/contrib/llvm/lib/MC/MCSubtargetInfo.cpp
head/contrib/llvm/lib/MC/MCTargetOptions.cpp
head/contrib/llvm/lib/MC/MCWin64EH.cpp
head/contrib/llvm/lib/MC/MachObjectWriter.cpp
head/contrib/llvm/lib/MC/StringTableBuilder.cpp
head/contrib/llvm/lib/MC/SubtargetFeature.cpp
head/contrib/llvm/lib/MC/WinCOFFObjectWriter.cpp
head/contrib/llvm/lib/MC/WinCOFFStreamer.cpp
head/contrib/llvm/lib/Object/Archive.cpp
head/contrib/llvm/lib/Object/Binary.cpp
head/contrib/llvm/lib/Object/COFFObjectFile.cpp
head/contrib/llvm/lib/Object/COFFYAML.cpp
head/contrib/llvm/lib/Object/ELF.cpp
head/contrib/llvm/lib/Object/ELFObjectFile.cpp
head/contrib/llvm/lib/Object/ELFYAML.cpp
head/contrib/llvm/lib/Object/Error.cpp
head/contrib/llvm/lib/Object/IRObjectFile.cpp
head/contrib/llvm/lib/Object/MachOObjectFile.cpp
head/contrib/llvm/lib/Object/MachOUniversal.cpp
head/contrib/llvm/lib/Object/Object.cpp
head/contrib/llvm/lib/Object/ObjectFile.cpp
head/contrib/llvm/lib/Object/RecordStreamer.h
head/contrib/llvm/lib/Object/SymbolicFile.cpp
head/contrib/llvm/lib/Option/ArgList.cpp
head/contrib/llvm/lib/Option/OptTable.cpp
head/contrib/llvm/lib/Option/Option.cpp
head/contrib/llvm/lib/ProfileData/InstrProf.cpp
head/contrib/llvm/lib/ProfileData/InstrProfIndexed.h
head/contrib/llvm/lib/ProfileData/InstrProfReader.cpp
head/contrib/llvm/lib/ProfileData/InstrProfWriter.cpp
head/contrib/llvm/lib/Support/APFloat.cpp
head/contrib/llvm/lib/Support/APInt.cpp
head/contrib/llvm/lib/Support/CommandLine.cpp
head/contrib/llvm/lib/Support/Compression.cpp
head/contrib/llvm/lib/Support/DataStream.cpp
head/contrib/llvm/lib/Support/Debug.cpp
head/contrib/llvm/lib/Support/Dwarf.cpp
head/contrib/llvm/lib/Support/Errno.cpp
head/contrib/llvm/lib/Support/ErrorHandling.cpp
head/contrib/llvm/lib/Support/FileOutputBuffer.cpp
head/contrib/llvm/lib/Support/FileUtilities.cpp
head/contrib/llvm/lib/Support/GraphWriter.cpp
head/contrib/llvm/lib/Support/Host.cpp
head/contrib/llvm/lib/Support/LineIterator.cpp
head/contrib/llvm/lib/Support/LockFileManager.cpp
head/contrib/llvm/lib/Support/MD5.cpp
head/contrib/llvm/lib/Support/MemoryBuffer.cpp
head/contrib/llvm/lib/Support/MemoryObject.cpp
head/contrib/llvm/lib/Support/Path.cpp
head/contrib/llvm/lib/Support/Process.cpp
head/contrib/llvm/lib/Support/RandomNumberGenerator.cpp
head/contrib/llvm/lib/Support/ScaledNumber.cpp
head/contrib/llvm/lib/Support/SmallPtrSet.cpp
head/contrib/llvm/lib/Support/SourceMgr.cpp
head/contrib/llvm/lib/Support/SpecialCaseList.cpp
head/contrib/llvm/lib/Support/StringRef.cpp
head/contrib/llvm/lib/Support/ThreadLocal.cpp
head/contrib/llvm/lib/Support/TimeValue.cpp
head/contrib/llvm/lib/Support/Timer.cpp
head/contrib/llvm/lib/Support/ToolOutputFile.cpp
head/contrib/llvm/lib/Support/Triple.cpp
head/contrib/llvm/lib/Support/Unix/Host.inc
head/contrib/llvm/lib/Support/Unix/Memory.inc
head/contrib/llvm/lib/Support/Unix/Path.inc
head/contrib/llvm/lib/Support/Unix/Process.inc
head/contrib/llvm/lib/Support/Unix/Program.inc
head/contrib/llvm/lib/Support/Unix/RWMutex.inc
head/contrib/llvm/lib/Support/Unix/Signals.inc
head/contrib/llvm/lib/Support/Unix/ThreadLocal.inc
head/contrib/llvm/lib/Support/Unix/TimeValue.inc
head/contrib/llvm/lib/Support/Unix/Unix.h
head/contrib/llvm/lib/Support/Windows/DynamicLibrary.inc
head/contrib/llvm/lib/Support/Windows/Host.inc
head/contrib/llvm/lib/Support/Windows/Path.inc
head/contrib/llvm/lib/Support/Windows/Process.inc
head/contrib/llvm/lib/Support/Windows/Program.inc
head/contrib/llvm/lib/Support/Windows/RWMutex.inc
head/contrib/llvm/lib/Support/Windows/ThreadLocal.inc
head/contrib/llvm/lib/Support/Windows/WindowsSupport.h
head/contrib/llvm/lib/Support/Windows/explicit_symbols.inc
head/contrib/llvm/lib/Support/YAMLParser.cpp
head/contrib/llvm/lib/Support/YAMLTraits.cpp
head/contrib/llvm/lib/Support/raw_ostream.cpp
head/contrib/llvm/lib/Support/regcomp.c
head/contrib/llvm/lib/TableGen/Main.cpp
head/contrib/llvm/lib/TableGen/Record.cpp
head/contrib/llvm/lib/TableGen/TGLexer.cpp
head/contrib/llvm/lib/TableGen/TGLexer.h
head/contrib/llvm/lib/TableGen/TGParser.cpp
head/contrib/llvm/lib/TableGen/TGParser.h
head/contrib/llvm/lib/Target/AArch64/AArch64.h
head/contrib/llvm/lib/Target/AArch64/AArch64AddressTypePromotion.cpp
head/contrib/llvm/lib/Target/AArch64/AArch64AdvSIMDScalarPass.cpp
head/contrib/llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
head/contrib/llvm/lib/Target/AArch64/AArch64BranchRelaxation.cpp
head/contrib/llvm/lib/Target/AArch64/AArch64CallingConvention.td
head/contrib/llvm/lib/Target/AArch64/AArch64CleanupLocalDynamicTLSPass.cpp
head/contrib/llvm/lib/Target/AArch64/AArch64CollectLOH.cpp
head/contrib/llvm/lib/Target/AArch64/AArch64ConditionalCompares.cpp
head/contrib/llvm/lib/Target/AArch64/AArch64DeadRegisterDefinitionsPass.cpp
head/contrib/llvm/lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp
head/contrib/llvm/lib/Target/AArch64/AArch64FastISel.cpp
head/contrib/llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
head/contrib/llvm/lib/Target/AArch64/AArch64FrameLowering.h
head/contrib/llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
head/contrib/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
head/contrib/llvm/lib/Target/AArch64/AArch64ISelLowering.h
head/contrib/llvm/lib/Target/AArch64/AArch64InstrAtomics.td
head/contrib/llvm/lib/Target/AArch64/AArch64InstrFormats.td
head/contrib/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
head/contrib/llvm/lib/Target/AArch64/AArch64InstrInfo.h
head/contrib/llvm/lib/Target/AArch64/AArch64InstrInfo.td
head/contrib/llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
head/contrib/llvm/lib/Target/AArch64/AArch64MCInstLower.cpp
head/contrib/llvm/lib/Target/AArch64/AArch64MCInstLower.h
head/contrib/llvm/lib/Target/AArch64/AArch64MachineFunctionInfo.h
head/contrib/llvm/lib/Target/AArch64/AArch64PerfectShuffle.h
head/contrib/llvm/lib/Target/AArch64/AArch64PromoteConstant.cpp
head/contrib/llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
head/contrib/llvm/lib/Target/AArch64/AArch64RegisterInfo.h
head/contrib/llvm/lib/Target/AArch64/AArch64RegisterInfo.td
head/contrib/llvm/lib/Target/AArch64/AArch64SchedA57.td
head/contrib/llvm/lib/Target/AArch64/AArch64SchedA57WriteRes.td
head/contrib/llvm/lib/Target/AArch64/AArch64SelectionDAGInfo.cpp
head/contrib/llvm/lib/Target/AArch64/AArch64SelectionDAGInfo.h
head/contrib/llvm/lib/Target/AArch64/AArch64StorePairSuppress.cpp
head/contrib/llvm/lib/Target/AArch64/AArch64Subtarget.cpp
head/contrib/llvm/lib/Target/AArch64/AArch64Subtarget.h
head/contrib/llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
head/contrib/llvm/lib/Target/AArch64/AArch64TargetMachine.h
head/contrib/llvm/lib/Target/AArch64/AArch64TargetObjectFile.h
head/contrib/llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
head/contrib/llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
head/contrib/llvm/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp
head/contrib/llvm/lib/Target/AArch64/Disassembler/AArch64Disassembler.h
head/contrib/llvm/lib/Target/AArch64/Disassembler/AArch64ExternalSymbolizer.h
head/contrib/llvm/lib/Target/AArch64/InstPrinter/AArch64InstPrinter.cpp
head/contrib/llvm/lib/Target/AArch64/InstPrinter/AArch64InstPrinter.h
head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64AddressingModes.h
head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp
head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64ELFObjectWriter.cpp
head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp
head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.h
head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64FixupKinds.h
head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp
head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.h
head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCCodeEmitter.cpp
head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.cpp
head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.h
head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp
head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.h
head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MachObjectWriter.cpp
head/contrib/llvm/lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.cpp
head/contrib/llvm/lib/Target/AArch64/TargetInfo/AArch64TargetInfo.cpp
head/contrib/llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.cpp
head/contrib/llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.h
head/contrib/llvm/lib/Target/ARM/A15SDOptimizer.cpp
head/contrib/llvm/lib/Target/ARM/ARM.h
head/contrib/llvm/lib/Target/ARM/ARM.td
head/contrib/llvm/lib/Target/ARM/ARMAsmPrinter.cpp
head/contrib/llvm/lib/Target/ARM/ARMAsmPrinter.h
head/contrib/llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
head/contrib/llvm/lib/Target/ARM/ARMBaseInstrInfo.h
head/contrib/llvm/lib/Target/ARM/ARMBaseRegisterInfo.cpp
head/contrib/llvm/lib/Target/ARM/ARMBaseRegisterInfo.h
head/contrib/llvm/lib/Target/ARM/ARMCallingConv.h
head/contrib/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp
head/contrib/llvm/lib/Target/ARM/ARMConstantPoolValue.h
head/contrib/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
head/contrib/llvm/lib/Target/ARM/ARMFPUName.def
head/contrib/llvm/lib/Target/ARM/ARMFPUName.h
head/contrib/llvm/lib/Target/ARM/ARMFastISel.cpp
head/contrib/llvm/lib/Target/ARM/ARMFeatures.h
head/contrib/llvm/lib/Target/ARM/ARMFrameLowering.cpp
head/contrib/llvm/lib/Target/ARM/ARMFrameLowering.h
head/contrib/llvm/lib/Target/ARM/ARMHazardRecognizer.cpp
head/contrib/llvm/lib/Target/ARM/ARMHazardRecognizer.h
head/contrib/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp
head/contrib/llvm/lib/Target/ARM/ARMISelLowering.cpp
head/contrib/llvm/lib/Target/ARM/ARMISelLowering.h
head/contrib/llvm/lib/Target/ARM/ARMInstrFormats.td
head/contrib/llvm/lib/Target/ARM/ARMInstrInfo.cpp
head/contrib/llvm/lib/Target/ARM/ARMInstrInfo.h
head/contrib/llvm/lib/Target/ARM/ARMInstrInfo.td
head/contrib/llvm/lib/Target/ARM/ARMInstrNEON.td
head/contrib/llvm/lib/Target/ARM/ARMInstrThumb.td
head/contrib/llvm/lib/Target/ARM/ARMInstrThumb2.td
head/contrib/llvm/lib/Target/ARM/ARMInstrVFP.td
head/contrib/llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
head/contrib/llvm/lib/Target/ARM/ARMMCInstLower.cpp
head/contrib/llvm/lib/Target/ARM/ARMMachineFunctionInfo.h
head/contrib/llvm/lib/Target/ARM/ARMOptimizeBarriersPass.cpp
head/contrib/llvm/lib/Target/ARM/ARMPerfectShuffle.h
head/contrib/llvm/lib/Target/ARM/ARMRegisterInfo.h
head/contrib/llvm/lib/Target/ARM/ARMSelectionDAGInfo.cpp
head/contrib/llvm/lib/Target/ARM/ARMSelectionDAGInfo.h
head/contrib/llvm/lib/Target/ARM/ARMSubtarget.cpp
head/contrib/llvm/lib/Target/ARM/ARMSubtarget.h
head/contrib/llvm/lib/Target/ARM/ARMTargetMachine.cpp
head/contrib/llvm/lib/Target/ARM/ARMTargetMachine.h
head/contrib/llvm/lib/Target/ARM/ARMTargetObjectFile.h
head/contrib/llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
head/contrib/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
head/contrib/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp
head/contrib/llvm/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
head/contrib/llvm/lib/Target/ARM/InstPrinter/ARMInstPrinter.h
head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMAddressingModes.h
head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMArchName.h
head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMBaseInfo.h
head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp
head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMFixupKinds.h
head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp
head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.h
head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp
head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCExpr.cpp
head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCExpr.h
head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.h
head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMachObjectWriter.cpp
head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMUnwindOpAsm.h
head/contrib/llvm/lib/Target/ARM/MLxExpansionPass.cpp
head/contrib/llvm/lib/Target/ARM/Thumb1FrameLowering.cpp
head/contrib/llvm/lib/Target/ARM/Thumb1FrameLowering.h
head/contrib/llvm/lib/Target/ARM/Thumb1InstrInfo.cpp
head/contrib/llvm/lib/Target/ARM/Thumb1InstrInfo.h
head/contrib/llvm/lib/Target/ARM/Thumb1RegisterInfo.cpp
head/contrib/llvm/lib/Target/ARM/Thumb1RegisterInfo.h
head/contrib/llvm/lib/Target/ARM/Thumb2ITBlockPass.cpp
head/contrib/llvm/lib/Target/ARM/Thumb2InstrInfo.cpp
head/contrib/llvm/lib/Target/ARM/Thumb2InstrInfo.h
head/contrib/llvm/lib/Target/ARM/Thumb2RegisterInfo.cpp
head/contrib/llvm/lib/Target/ARM/Thumb2RegisterInfo.h
head/contrib/llvm/lib/Target/ARM/Thumb2SizeReduction.cpp
head/contrib/llvm/lib/Target/CppBackend/CPPTargetMachine.h
head/contrib/llvm/lib/Target/Hexagon/Hexagon.h
head/contrib/llvm/lib/Target/Hexagon/Hexagon.td
head/contrib/llvm/lib/Target/Hexagon/HexagonAsmPrinter.cpp
head/contrib/llvm/lib/Target/Hexagon/HexagonAsmPrinter.h
head/contrib/llvm/lib/Target/Hexagon/HexagonCFGOptimizer.cpp
head/contrib/llvm/lib/Target/Hexagon/HexagonCallingConvLower.cpp
head/contrib/llvm/lib/Target/Hexagon/HexagonCallingConvLower.h
head/contrib/llvm/lib/Target/Hexagon/HexagonCopyToCombine.cpp
head/contrib/llvm/lib/Target/Hexagon/HexagonExpandPredSpillCode.cpp
head/contrib/llvm/lib/Target/Hexagon/HexagonFixupHwLoops.cpp
head/contrib/llvm/lib/Target/Hexagon/HexagonFrameLowering.cpp
head/contrib/llvm/lib/Target/Hexagon/HexagonFrameLowering.h
head/contrib/llvm/lib/Target/Hexagon/HexagonHardwareLoops.cpp
head/contrib/llvm/lib/Target/Hexagon/HexagonISelDAGToDAG.cpp
head/contrib/llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
head/contrib/llvm/lib/Target/Hexagon/HexagonISelLowering.h
head/contrib/llvm/lib/Target/Hexagon/HexagonInstrFormats.td
head/contrib/llvm/lib/Target/Hexagon/HexagonInstrFormatsV4.td
head/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp
head/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfo.h
head/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfo.td
head/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfoV3.td
head/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfoV4.td
head/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfoV5.td
head/contrib/llvm/lib/Target/Hexagon/HexagonIntrinsics.td
head/contrib/llvm/lib/Target/Hexagon/HexagonIntrinsicsDerived.td
head/contrib/llvm/lib/Target/Hexagon/HexagonIntrinsicsV4.td
head/contrib/llvm/lib/Target/Hexagon/HexagonMCInstLower.cpp
head/contrib/llvm/lib/Target/Hexagon/HexagonMachineFunctionInfo.h
head/contrib/llvm/lib/Target/Hexagon/HexagonMachineScheduler.cpp
head/contrib/llvm/lib/Target/Hexagon/HexagonMachineScheduler.h
head/contrib/llvm/lib/Target/Hexagon/HexagonNewValueJump.cpp
head/contrib/llvm/lib/Target/Hexagon/HexagonOperands.td
head/contrib/llvm/lib/Target/Hexagon/HexagonPeephole.cpp
head/contrib/llvm/lib/Target/Hexagon/HexagonRegisterInfo.cpp
head/contrib/llvm/lib/Target/Hexagon/HexagonRegisterInfo.h
head/contrib/llvm/lib/Target/Hexagon/HexagonRegisterInfo.td
head/contrib/llvm/lib/Target/Hexagon/HexagonRemoveSZExtArgs.cpp
head/contrib/llvm/lib/Target/Hexagon/HexagonSelectionDAGInfo.h
head/contrib/llvm/lib/Target/Hexagon/HexagonSplitConst32AndConst64.cpp
head/contrib/llvm/lib/Target/Hexagon/HexagonSplitTFRCondSets.cpp
head/contrib/llvm/lib/Target/Hexagon/HexagonSubtarget.h
head/contrib/llvm/lib/Target/Hexagon/HexagonTargetMachine.cpp
head/contrib/llvm/lib/Target/Hexagon/HexagonTargetMachine.h
head/contrib/llvm/lib/Target/Hexagon/HexagonTargetObjectFile.cpp
head/contrib/llvm/lib/Target/Hexagon/HexagonTargetObjectFile.h
head/contrib/llvm/lib/Target/Hexagon/HexagonVLIWPacketizer.cpp
head/contrib/llvm/lib/Target/Hexagon/HexagonVarargsCallingConvention.h
head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h
head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.cpp
head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.h
head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCInst.cpp
head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCInst.h
head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp
head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.h
head/contrib/llvm/lib/Target/MSP430/InstPrinter/MSP430InstPrinter.h
head/contrib/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.h
head/contrib/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCTargetDesc.cpp
head/contrib/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCTargetDesc.h
head/contrib/llvm/lib/Target/MSP430/MSP430.h
head/contrib/llvm/lib/Target/MSP430/MSP430BranchSelector.cpp
head/contrib/llvm/lib/Target/MSP430/MSP430CallingConv.td
head/contrib/llvm/lib/Target/MSP430/MSP430FrameLowering.cpp
head/contrib/llvm/lib/Target/MSP430/MSP430FrameLowering.h
head/contrib/llvm/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
head/contrib/llvm/lib/Target/MSP430/MSP430ISelLowering.cpp
head/contrib/llvm/lib/Target/MSP430/MSP430ISelLowering.h
head/contrib/llvm/lib/Target/MSP430/MSP430InstrInfo.cpp
head/contrib/llvm/lib/Target/MSP430/MSP430InstrInfo.h
head/contrib/llvm/lib/Target/MSP430/MSP430InstrInfo.td
head/contrib/llvm/lib/Target/MSP430/MSP430MCInstLower.cpp
head/contrib/llvm/lib/Target/MSP430/MSP430MCInstLower.h
head/contrib/llvm/lib/Target/MSP430/MSP430MachineFunctionInfo.h
head/contrib/llvm/lib/Target/MSP430/MSP430RegisterInfo.cpp
head/contrib/llvm/lib/Target/MSP430/MSP430RegisterInfo.h
head/contrib/llvm/lib/Target/MSP430/MSP430RegisterInfo.td
head/contrib/llvm/lib/Target/MSP430/MSP430SelectionDAGInfo.h
head/contrib/llvm/lib/Target/MSP430/MSP430Subtarget.cpp
head/contrib/llvm/lib/Target/MSP430/MSP430Subtarget.h
head/contrib/llvm/lib/Target/MSP430/MSP430TargetMachine.cpp
head/contrib/llvm/lib/Target/MSP430/MSP430TargetMachine.h
head/contrib/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
head/contrib/llvm/lib/Target/Mips/Disassembler/MipsDisassembler.cpp
head/contrib/llvm/lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp
head/contrib/llvm/lib/Target/Mips/InstPrinter/MipsInstPrinter.h
head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsABIFlagsSection.h
head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp
head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h
head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h
head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsELFStreamer.cpp
head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsELFStreamer.h
head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsFixupKinds.h
head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.cpp
head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.h
head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp
head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.h
head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCExpr.cpp
head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCExpr.h
head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCNaCl.h
head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp
head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.h
head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsNaClELFStreamer.cpp
head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
head/contrib/llvm/lib/Target/Mips/MicroMipsInstrFPU.td
head/contrib/llvm/lib/Target/Mips/MicroMipsInstrFormats.td
head/contrib/llvm/lib/Target/Mips/MicroMipsInstrInfo.td
head/contrib/llvm/lib/Target/Mips/Mips.h
head/contrib/llvm/lib/Target/Mips/Mips16FrameLowering.cpp
head/contrib/llvm/lib/Target/Mips/Mips16FrameLowering.h
head/contrib/llvm/lib/Target/Mips/Mips16HardFloat.cpp
head/contrib/llvm/lib/Target/Mips/Mips16HardFloat.h
head/contrib/llvm/lib/Target/Mips/Mips16HardFloatInfo.h
head/contrib/llvm/lib/Target/Mips/Mips16ISelDAGToDAG.cpp
head/contrib/llvm/lib/Target/Mips/Mips16ISelDAGToDAG.h
head/contrib/llvm/lib/Target/Mips/Mips16ISelLowering.cpp
head/contrib/llvm/lib/Target/Mips/Mips16ISelLowering.h
head/contrib/llvm/lib/Target/Mips/Mips16InstrFormats.td
head/contrib/llvm/lib/Target/Mips/Mips16InstrInfo.cpp
head/contrib/llvm/lib/Target/Mips/Mips16InstrInfo.h
head/contrib/llvm/lib/Target/Mips/Mips16InstrInfo.td
head/contrib/llvm/lib/Target/Mips/Mips16RegisterInfo.cpp
head/contrib/llvm/lib/Target/Mips/Mips16RegisterInfo.h
head/contrib/llvm/lib/Target/Mips/Mips32r6InstrFormats.td
head/contrib/llvm/lib/Target/Mips/Mips32r6InstrInfo.td
head/contrib/llvm/lib/Target/Mips/Mips64InstrInfo.td
head/contrib/llvm/lib/Target/Mips/MipsAnalyzeImmediate.cpp
head/contrib/llvm/lib/Target/Mips/MipsAnalyzeImmediate.h
head/contrib/llvm/lib/Target/Mips/MipsAsmPrinter.cpp
head/contrib/llvm/lib/Target/Mips/MipsAsmPrinter.h
head/contrib/llvm/lib/Target/Mips/MipsCCState.h
head/contrib/llvm/lib/Target/Mips/MipsCallingConv.td
head/contrib/llvm/lib/Target/Mips/MipsCondMov.td
head/contrib/llvm/lib/Target/Mips/MipsConstantIslandPass.cpp
head/contrib/llvm/lib/Target/Mips/MipsDelaySlotFiller.cpp
head/contrib/llvm/lib/Target/Mips/MipsFastISel.cpp
head/contrib/llvm/lib/Target/Mips/MipsFrameLowering.cpp
head/contrib/llvm/lib/Target/Mips/MipsFrameLowering.h
head/contrib/llvm/lib/Target/Mips/MipsISelDAGToDAG.h
head/contrib/llvm/lib/Target/Mips/MipsISelLowering.cpp
head/contrib/llvm/lib/Target/Mips/MipsISelLowering.h
head/contrib/llvm/lib/Target/Mips/MipsInstrFPU.td
head/contrib/llvm/lib/Target/Mips/MipsInstrFormats.td
head/contrib/llvm/lib/Target/Mips/MipsInstrInfo.cpp
head/contrib/llvm/lib/Target/Mips/MipsInstrInfo.h
head/contrib/llvm/lib/Target/Mips/MipsInstrInfo.td
head/contrib/llvm/lib/Target/Mips/MipsLongBranch.cpp
head/contrib/llvm/lib/Target/Mips/MipsMCInstLower.h
head/contrib/llvm/lib/Target/Mips/MipsMSAInstrInfo.td
head/contrib/llvm/lib/Target/Mips/MipsMachineFunction.cpp
head/contrib/llvm/lib/Target/Mips/MipsMachineFunction.h
head/contrib/llvm/lib/Target/Mips/MipsModuleISelDAGToDAG.h
head/contrib/llvm/lib/Target/Mips/MipsOptimizePICCall.cpp
head/contrib/llvm/lib/Target/Mips/MipsOptionRecord.h
head/contrib/llvm/lib/Target/Mips/MipsOs16.h
head/contrib/llvm/lib/Target/Mips/MipsRegisterInfo.cpp
head/contrib/llvm/lib/Target/Mips/MipsRegisterInfo.h
head/contrib/llvm/lib/Target/Mips/MipsRegisterInfo.td
head/contrib/llvm/lib/Target/Mips/MipsSEFrameLowering.cpp
head/contrib/llvm/lib/Target/Mips/MipsSEFrameLowering.h
head/contrib/llvm/lib/Target/Mips/MipsSEISelDAGToDAG.cpp
head/contrib/llvm/lib/Target/Mips/MipsSEISelDAGToDAG.h
head/contrib/llvm/lib/Target/Mips/MipsSEISelLowering.cpp
head/contrib/llvm/lib/Target/Mips/MipsSEISelLowering.h
head/contrib/llvm/lib/Target/Mips/MipsSEInstrInfo.cpp
head/contrib/llvm/lib/Target/Mips/MipsSEInstrInfo.h
head/contrib/llvm/lib/Target/Mips/MipsSERegisterInfo.cpp
head/contrib/llvm/lib/Target/Mips/MipsSERegisterInfo.h
head/contrib/llvm/lib/Target/Mips/MipsSelectionDAGInfo.h
head/contrib/llvm/lib/Target/Mips/MipsSubtarget.cpp
head/contrib/llvm/lib/Target/Mips/MipsSubtarget.h
head/contrib/llvm/lib/Target/Mips/MipsTargetMachine.cpp
head/contrib/llvm/lib/Target/Mips/MipsTargetMachine.h
head/contrib/llvm/lib/Target/Mips/MipsTargetObjectFile.cpp
head/contrib/llvm/lib/Target/Mips/MipsTargetObjectFile.h
head/contrib/llvm/lib/Target/Mips/MipsTargetStreamer.h
head/contrib/llvm/lib/Target/NVPTX/InstPrinter/NVPTXInstPrinter.h
head/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXBaseInfo.h
head/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.cpp
head/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.h
head/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXMCTargetDesc.h
head/contrib/llvm/lib/Target/NVPTX/ManagedStringPool.h
head/contrib/llvm/lib/Target/NVPTX/NVPTX.h
head/contrib/llvm/lib/Target/NVPTX/NVPTXAllocaHoisting.h
head/contrib/llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
head/contrib/llvm/lib/Target/NVPTX/NVPTXAsmPrinter.h
head/contrib/llvm/lib/Target/NVPTX/NVPTXFrameLowering.cpp
head/contrib/llvm/lib/Target/NVPTX/NVPTXFrameLowering.h
head/contrib/llvm/lib/Target/NVPTX/NVPTXGenericToNVVM.cpp
head/contrib/llvm/lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp
head/contrib/llvm/lib/Target/NVPTX/NVPTXISelDAGToDAG.h
head/contrib/llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
head/contrib/llvm/lib/Target/NVPTX/NVPTXISelLowering.h
head/contrib/llvm/lib/Target/NVPTX/NVPTXImageOptimizer.cpp
head/contrib/llvm/lib/Target/NVPTX/NVPTXInstrInfo.cpp
head/contrib/llvm/lib/Target/NVPTX/NVPTXInstrInfo.h
head/contrib/llvm/lib/Target/NVPTX/NVPTXInstrInfo.td
head/contrib/llvm/lib/Target/NVPTX/NVPTXLowerAggrCopies.h
head/contrib/llvm/lib/Target/NVPTX/NVPTXMCExpr.h
head/contrib/llvm/lib/Target/NVPTX/NVPTXMachineFunctionInfo.h
head/contrib/llvm/lib/Target/NVPTX/NVPTXPrologEpilogPass.cpp
head/contrib/llvm/lib/Target/NVPTX/NVPTXRegisterInfo.h
head/contrib/llvm/lib/Target/NVPTX/NVPTXReplaceImageHandles.cpp
head/contrib/llvm/lib/Target/NVPTX/NVPTXSection.h
head/contrib/llvm/lib/Target/NVPTX/NVPTXSubtarget.cpp
head/contrib/llvm/lib/Target/NVPTX/NVPTXSubtarget.h
head/contrib/llvm/lib/Target/NVPTX/NVPTXTargetMachine.cpp
head/contrib/llvm/lib/Target/NVPTX/NVPTXTargetMachine.h
head/contrib/llvm/lib/Target/NVPTX/NVPTXTargetObjectFile.h
head/contrib/llvm/lib/Target/NVPTX/NVPTXUtilities.cpp
head/contrib/llvm/lib/Target/NVPTX/NVPTXUtilities.h
head/contrib/llvm/lib/Target/NVPTX/NVPTXVector.td
head/contrib/llvm/lib/Target/NVPTX/NVPTXutil.h
head/contrib/llvm/lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
head/contrib/llvm/lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp
head/contrib/llvm/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp
head/contrib/llvm/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.h
head/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp
head/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp
head/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCFixupKinds.h
head/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp
head/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.h
head/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp
head/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.cpp
head/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.h
head/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp
head/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h
head/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMachObjectWriter.cpp
head/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCPredicates.h
head/contrib/llvm/lib/Target/PowerPC/PPC.h
head/contrib/llvm/lib/Target/PowerPC/PPC.td
head/contrib/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
head/contrib/llvm/lib/Target/PowerPC/PPCBranchSelector.cpp
head/contrib/llvm/lib/Target/PowerPC/PPCCTRLoops.cpp
head/contrib/llvm/lib/Target/PowerPC/PPCCallingConv.td
head/contrib/llvm/lib/Target/PowerPC/PPCFastISel.cpp
head/contrib/llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
head/contrib/llvm/lib/Target/PowerPC/PPCFrameLowering.h
head/contrib/llvm/lib/Target/PowerPC/PPCHazardRecognizers.h
head/contrib/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
head/contrib/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
head/contrib/llvm/lib/Target/PowerPC/PPCISelLowering.h
head/contrib/llvm/lib/Target/PowerPC/PPCInstr64Bit.td
head/contrib/llvm/lib/Target/PowerPC/PPCInstrAltivec.td
head/contrib/llvm/lib/Target/PowerPC/PPCInstrBuilder.h
head/contrib/llvm/lib/Target/PowerPC/PPCInstrFormats.td
head/contrib/llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
head/contrib/llvm/lib/Target/PowerPC/PPCInstrInfo.h
head/contrib/llvm/lib/Target/PowerPC/PPCInstrInfo.td
head/contrib/llvm/lib/Target/PowerPC/PPCInstrVSX.td
head/contrib/llvm/lib/Target/PowerPC/PPCMCInstLower.cpp
head/contrib/llvm/lib/Target/PowerPC/PPCMachineFunctionInfo.cpp
head/contrib/llvm/lib/Target/PowerPC/PPCMachineFunctionInfo.h
head/contrib/llvm/lib/Target/PowerPC/PPCPerfectShuffle.h
head/contrib/llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp
head/contrib/llvm/lib/Target/PowerPC/PPCRegisterInfo.h
head/contrib/llvm/lib/Target/PowerPC/PPCRegisterInfo.td
head/contrib/llvm/lib/Target/PowerPC/PPCSchedule.td
head/contrib/llvm/lib/Target/PowerPC/PPCScheduleP7.td
head/contrib/llvm/lib/Target/PowerPC/PPCSelectionDAGInfo.h
head/contrib/llvm/lib/Target/PowerPC/PPCSubtarget.cpp
head/contrib/llvm/lib/Target/PowerPC/PPCSubtarget.h
head/contrib/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
head/contrib/llvm/lib/Target/PowerPC/PPCTargetMachine.h
head/contrib/llvm/lib/Target/PowerPC/PPCTargetObjectFile.h
head/contrib/llvm/lib/Target/PowerPC/PPCTargetStreamer.h
head/contrib/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
head/contrib/llvm/lib/Target/R600/AMDGPU.h
head/contrib/llvm/lib/Target/R600/AMDGPU.td
head/contrib/llvm/lib/Target/R600/AMDGPUAsmPrinter.cpp
head/contrib/llvm/lib/Target/R600/AMDGPUAsmPrinter.h
head/contrib/llvm/lib/Target/R600/AMDGPUCallingConv.td
head/contrib/llvm/lib/Target/R600/AMDGPUFrameLowering.h
head/contrib/llvm/lib/Target/R600/AMDGPUISelDAGToDAG.cpp
head/contrib/llvm/lib/Target/R600/AMDGPUISelLowering.cpp
head/contrib/llvm/lib/Target/R600/AMDGPUISelLowering.h
head/contrib/llvm/lib/Target/R600/AMDGPUInstrInfo.cpp
head/contrib/llvm/lib/Target/R600/AMDGPUInstrInfo.h
head/contrib/llvm/lib/Target/R600/AMDGPUInstrInfo.td
head/contrib/llvm/lib/Target/R600/AMDGPUInstructions.td
head/contrib/llvm/lib/Target/R600/AMDGPUIntrinsicInfo.cpp
head/contrib/llvm/lib/Target/R600/AMDGPUIntrinsicInfo.h
head/contrib/llvm/lib/Target/R600/AMDGPUMCInstLower.cpp
head/contrib/llvm/lib/Target/R600/AMDGPUMCInstLower.h
head/contrib/llvm/lib/Target/R600/AMDGPUMachineFunction.cpp
head/contrib/llvm/lib/Target/R600/AMDGPUMachineFunction.h
head/contrib/llvm/lib/Target/R600/AMDGPUPromoteAlloca.cpp
head/contrib/llvm/lib/Target/R600/AMDGPURegisterInfo.cpp
head/contrib/llvm/lib/Target/R600/AMDGPURegisterInfo.h
head/contrib/llvm/lib/Target/R600/AMDGPUSubtarget.cpp
head/contrib/llvm/lib/Target/R600/AMDGPUSubtarget.h
head/contrib/llvm/lib/Target/R600/AMDGPUTargetMachine.cpp
head/contrib/llvm/lib/Target/R600/AMDGPUTargetMachine.h
head/contrib/llvm/lib/Target/R600/AMDGPUTargetTransformInfo.cpp
head/contrib/llvm/lib/Target/R600/AMDILCFGStructurizer.cpp
head/contrib/llvm/lib/Target/R600/CaymanInstructions.td
head/contrib/llvm/lib/Target/R600/EvergreenInstructions.td
head/contrib/llvm/lib/Target/R600/InstPrinter/AMDGPUInstPrinter.cpp
head/contrib/llvm/lib/Target/R600/InstPrinter/AMDGPUInstPrinter.h
head/contrib/llvm/lib/Target/R600/MCTargetDesc/AMDGPUAsmBackend.cpp
head/contrib/llvm/lib/Target/R600/MCTargetDesc/AMDGPUFixupKinds.h
head/contrib/llvm/lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp
head/contrib/llvm/lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.h
head/contrib/llvm/lib/Target/R600/MCTargetDesc/AMDGPUMCCodeEmitter.h
head/contrib/llvm/lib/Target/R600/MCTargetDesc/AMDGPUMCTargetDesc.cpp
head/contrib/llvm/lib/Target/R600/MCTargetDesc/AMDGPUMCTargetDesc.h
head/contrib/llvm/lib/Target/R600/MCTargetDesc/SIMCCodeEmitter.cpp
head/contrib/llvm/lib/Target/R600/Processors.td
head/contrib/llvm/lib/Target/R600/R600ClauseMergePass.cpp
head/contrib/llvm/lib/Target/R600/R600ControlFlowFinalizer.cpp
head/contrib/llvm/lib/Target/R600/R600Defines.h
head/contrib/llvm/lib/Target/R600/R600EmitClauseMarkers.cpp
head/contrib/llvm/lib/Target/R600/R600ExpandSpecialInstrs.cpp
head/contrib/llvm/lib/Target/R600/R600ISelLowering.cpp
head/contrib/llvm/lib/Target/R600/R600ISelLowering.h
head/contrib/llvm/lib/Target/R600/R600InstrFormats.td
head/contrib/llvm/lib/Target/R600/R600InstrInfo.cpp
head/contrib/llvm/lib/Target/R600/R600InstrInfo.h
head/contrib/llvm/lib/Target/R600/R600Instructions.td
head/contrib/llvm/lib/Target/R600/R600MachineFunctionInfo.h
head/contrib/llvm/lib/Target/R600/R600MachineScheduler.cpp
head/contrib/llvm/lib/Target/R600/R600MachineScheduler.h
head/contrib/llvm/lib/Target/R600/R600OptimizeVectorRegisters.cpp
head/contrib/llvm/lib/Target/R600/R600Packetizer.cpp
head/contrib/llvm/lib/Target/R600/R600RegisterInfo.h
head/contrib/llvm/lib/Target/R600/SIAnnotateControlFlow.cpp
head/contrib/llvm/lib/Target/R600/SIDefines.h
head/contrib/llvm/lib/Target/R600/SIFixSGPRCopies.cpp
head/contrib/llvm/lib/Target/R600/SIFixSGPRLiveRanges.cpp
head/contrib/llvm/lib/Target/R600/SIISelLowering.cpp
head/contrib/llvm/lib/Target/R600/SIISelLowering.h
head/contrib/llvm/lib/Target/R600/SIInsertWaits.cpp
head/contrib/llvm/lib/Target/R600/SIInstrFormats.td
head/contrib/llvm/lib/Target/R600/SIInstrInfo.cpp
head/contrib/llvm/lib/Target/R600/SIInstrInfo.h
head/contrib/llvm/lib/Target/R600/SIInstrInfo.td
head/contrib/llvm/lib/Target/R600/SIInstructions.td
head/contrib/llvm/lib/Target/R600/SILowerControlFlow.cpp
head/contrib/llvm/lib/Target/R600/SILowerI1Copies.cpp
head/contrib/llvm/lib/Target/R600/SIMachineFunctionInfo.cpp
head/contrib/llvm/lib/Target/R600/SIMachineFunctionInfo.h
head/contrib/llvm/lib/Target/R600/SIRegisterInfo.cpp
head/contrib/llvm/lib/Target/R600/SIRegisterInfo.h
head/contrib/llvm/lib/Target/R600/SIRegisterInfo.td
head/contrib/llvm/lib/Target/R600/SISchedule.td
head/contrib/llvm/lib/Target/R600/SIShrinkInstructions.cpp
head/contrib/llvm/lib/Target/R600/SITypeRewriter.cpp
head/contrib/llvm/lib/Target/R600/TargetInfo/AMDGPUTargetInfo.cpp
head/contrib/llvm/lib/Target/Sparc/AsmParser/SparcAsmParser.cpp (contents, props changed)
head/contrib/llvm/lib/Target/Sparc/DelaySlotFiller.cpp
head/contrib/llvm/lib/Target/Sparc/Disassembler/SparcDisassembler.cpp (contents, props changed)
head/contrib/llvm/lib/Target/Sparc/InstPrinter/SparcInstPrinter.h (contents, props changed)
head/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcFixupKinds.h
head/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.cpp
head/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.h
head/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCExpr.cpp
head/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCExpr.h
head/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.cpp
head/contrib/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.h
head/contrib/llvm/lib/Target/Sparc/Sparc.h
head/contrib/llvm/lib/Target/Sparc/SparcAsmPrinter.cpp
head/contrib/llvm/lib/Target/Sparc/SparcFrameLowering.cpp
head/contrib/llvm/lib/Target/Sparc/SparcFrameLowering.h
head/contrib/llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp
head/contrib/llvm/lib/Target/Sparc/SparcISelLowering.cpp
head/contrib/llvm/lib/Target/Sparc/SparcISelLowering.h
head/contrib/llvm/lib/Target/Sparc/SparcInstrInfo.h
head/contrib/llvm/lib/Target/Sparc/SparcInstrInfo.td
head/contrib/llvm/lib/Target/Sparc/SparcInstrVIS.td
head/contrib/llvm/lib/Target/Sparc/SparcMachineFunctionInfo.h
head/contrib/llvm/lib/Target/Sparc/SparcRegisterInfo.cpp
head/contrib/llvm/lib/Target/Sparc/SparcRegisterInfo.h
head/contrib/llvm/lib/Target/Sparc/SparcSelectionDAGInfo.h
head/contrib/llvm/lib/Target/Sparc/SparcSubtarget.h
head/contrib/llvm/lib/Target/Sparc/SparcTargetMachine.cpp
head/contrib/llvm/lib/Target/Sparc/SparcTargetMachine.h
head/contrib/llvm/lib/Target/Sparc/SparcTargetObjectFile.h
head/contrib/llvm/lib/Target/Sparc/SparcTargetStreamer.h
head/contrib/llvm/lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
head/contrib/llvm/lib/Target/SystemZ/Disassembler/SystemZDisassembler.cpp
head/contrib/llvm/lib/Target/SystemZ/InstPrinter/SystemZInstPrinter.h
head/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp
head/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.h
head/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCFixups.h
head/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp
head/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.h
head/contrib/llvm/lib/Target/SystemZ/SystemZ.h
head/contrib/llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp
head/contrib/llvm/lib/Target/SystemZ/SystemZAsmPrinter.h
head/contrib/llvm/lib/Target/SystemZ/SystemZCallingConv.h
head/contrib/llvm/lib/Target/SystemZ/SystemZConstantPoolValue.h
head/contrib/llvm/lib/Target/SystemZ/SystemZElimCompare.cpp
head/contrib/llvm/lib/Target/SystemZ/SystemZFrameLowering.cpp
head/contrib/llvm/lib/Target/SystemZ/SystemZFrameLowering.h
head/contrib/llvm/lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
head/contrib/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
head/contrib/llvm/lib/Target/SystemZ/SystemZISelLowering.h
head/contrib/llvm/lib/Target/SystemZ/SystemZInstrBuilder.h
head/contrib/llvm/lib/Target/SystemZ/SystemZInstrFP.td
head/contrib/llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp
head/contrib/llvm/lib/Target/SystemZ/SystemZInstrInfo.h
head/contrib/llvm/lib/Target/SystemZ/SystemZInstrInfo.td
head/contrib/llvm/lib/Target/SystemZ/SystemZLongBranch.cpp
head/contrib/llvm/lib/Target/SystemZ/SystemZMCInstLower.h
head/contrib/llvm/lib/Target/SystemZ/SystemZMachineFunctionInfo.h
head/contrib/llvm/lib/Target/SystemZ/SystemZRegisterInfo.cpp
head/contrib/llvm/lib/Target/SystemZ/SystemZRegisterInfo.h
head/contrib/llvm/lib/Target/SystemZ/SystemZSelectionDAGInfo.h
head/contrib/llvm/lib/Target/SystemZ/SystemZShortenInst.cpp
head/contrib/llvm/lib/Target/SystemZ/SystemZSubtarget.h
head/contrib/llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp
head/contrib/llvm/lib/Target/SystemZ/SystemZTargetMachine.h
head/contrib/llvm/lib/Target/Target.cpp
head/contrib/llvm/lib/Target/TargetLibraryInfo.cpp
head/contrib/llvm/lib/Target/TargetLoweringObjectFile.cpp
head/contrib/llvm/lib/Target/TargetMachine.cpp
head/contrib/llvm/lib/Target/TargetMachineC.cpp
head/contrib/llvm/lib/Target/TargetSubtargetInfo.cpp
head/contrib/llvm/lib/Target/X86/AsmParser/X86AsmInstrumentation.cpp
head/contrib/llvm/lib/Target/X86/AsmParser/X86AsmInstrumentation.h
head/contrib/llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
head/contrib/llvm/lib/Target/X86/AsmParser/X86AsmParserCommon.h
head/contrib/llvm/lib/Target/X86/AsmParser/X86Operand.h
head/contrib/llvm/lib/Target/X86/Disassembler/X86Disassembler.cpp
head/contrib/llvm/lib/Target/X86/Disassembler/X86Disassembler.h
head/contrib/llvm/lib/Target/X86/Disassembler/X86DisassemblerDecoder.cpp
head/contrib/llvm/lib/Target/X86/Disassembler/X86DisassemblerDecoder.h
head/contrib/llvm/lib/Target/X86/Disassembler/X86DisassemblerDecoderCommon.h
head/contrib/llvm/lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp
head/contrib/llvm/lib/Target/X86/InstPrinter/X86ATTInstPrinter.h
head/contrib/llvm/lib/Target/X86/InstPrinter/X86InstComments.cpp
head/contrib/llvm/lib/Target/X86/InstPrinter/X86InstComments.h
head/contrib/llvm/lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp
head/contrib/llvm/lib/Target/X86/InstPrinter/X86IntelInstPrinter.h
head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86BaseInfo.h
head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp
head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86FixupKinds.h
head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp
head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MCAsmInfo.h
head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp
head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp
head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h
head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp
head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86WinCOFFStreamer.cpp
head/contrib/llvm/lib/Target/X86/TargetInfo/X86TargetInfo.cpp
head/contrib/llvm/lib/Target/X86/Utils/X86ShuffleDecode.cpp
head/contrib/llvm/lib/Target/X86/Utils/X86ShuffleDecode.h
head/contrib/llvm/lib/Target/X86/X86.h
head/contrib/llvm/lib/Target/X86/X86.td
head/contrib/llvm/lib/Target/X86/X86AsmPrinter.cpp
head/contrib/llvm/lib/Target/X86/X86AsmPrinter.h
head/contrib/llvm/lib/Target/X86/X86CallingConv.h
head/contrib/llvm/lib/Target/X86/X86CallingConv.td
head/contrib/llvm/lib/Target/X86/X86FastISel.cpp
head/contrib/llvm/lib/Target/X86/X86FixupLEAs.cpp
head/contrib/llvm/lib/Target/X86/X86FloatingPoint.cpp
head/contrib/llvm/lib/Target/X86/X86FrameLowering.cpp
head/contrib/llvm/lib/Target/X86/X86FrameLowering.h
head/contrib/llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
head/contrib/llvm/lib/Target/X86/X86ISelLowering.cpp
head/contrib/llvm/lib/Target/X86/X86ISelLowering.h
head/contrib/llvm/lib/Target/X86/X86InstrAVX512.td
head/contrib/llvm/lib/Target/X86/X86InstrArithmetic.td
head/contrib/llvm/lib/Target/X86/X86InstrBuilder.h
head/contrib/llvm/lib/Target/X86/X86InstrCompiler.td
head/contrib/llvm/lib/Target/X86/X86InstrControl.td
head/contrib/llvm/lib/Target/X86/X86InstrExtension.td
head/contrib/llvm/lib/Target/X86/X86InstrFMA.td
head/contrib/llvm/lib/Target/X86/X86InstrFPStack.td
head/contrib/llvm/lib/Target/X86/X86InstrFormats.td
head/contrib/llvm/lib/Target/X86/X86InstrFragmentsSIMD.td
head/contrib/llvm/lib/Target/X86/X86InstrInfo.cpp
head/contrib/llvm/lib/Target/X86/X86InstrInfo.h
head/contrib/llvm/lib/Target/X86/X86InstrInfo.td
head/contrib/llvm/lib/Target/X86/X86InstrMMX.td
head/contrib/llvm/lib/Target/X86/X86InstrSSE.td
head/contrib/llvm/lib/Target/X86/X86InstrShiftRotate.td
head/contrib/llvm/lib/Target/X86/X86InstrSystem.td
head/contrib/llvm/lib/Target/X86/X86InstrTSX.td
head/contrib/llvm/lib/Target/X86/X86MCInstLower.cpp
head/contrib/llvm/lib/Target/X86/X86MachineFunctionInfo.cpp
head/contrib/llvm/lib/Target/X86/X86MachineFunctionInfo.h
head/contrib/llvm/lib/Target/X86/X86PadShortFunction.cpp
head/contrib/llvm/lib/Target/X86/X86RegisterInfo.cpp
head/contrib/llvm/lib/Target/X86/X86RegisterInfo.h
head/contrib/llvm/lib/Target/X86/X86RegisterInfo.td
head/contrib/llvm/lib/Target/X86/X86SchedHaswell.td
head/contrib/llvm/lib/Target/X86/X86SchedSandyBridge.td
head/contrib/llvm/lib/Target/X86/X86Schedule.td
head/contrib/llvm/lib/Target/X86/X86ScheduleAtom.td
head/contrib/llvm/lib/Target/X86/X86ScheduleSLM.td
head/contrib/llvm/lib/Target/X86/X86SelectionDAGInfo.cpp
head/contrib/llvm/lib/Target/X86/X86SelectionDAGInfo.h
head/contrib/llvm/lib/Target/X86/X86Subtarget.cpp
head/contrib/llvm/lib/Target/X86/X86Subtarget.h
head/contrib/llvm/lib/Target/X86/X86TargetMachine.cpp
head/contrib/llvm/lib/Target/X86/X86TargetMachine.h
head/contrib/llvm/lib/Target/X86/X86TargetObjectFile.h
head/contrib/llvm/lib/Target/X86/X86TargetTransformInfo.cpp
head/contrib/llvm/lib/Target/X86/X86VZeroUpper.cpp
head/contrib/llvm/lib/Target/XCore/Disassembler/XCoreDisassembler.cpp
head/contrib/llvm/lib/Target/XCore/InstPrinter/XCoreInstPrinter.h
head/contrib/llvm/lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.cpp
head/contrib/llvm/lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.h
head/contrib/llvm/lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.cpp
head/contrib/llvm/lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.h
head/contrib/llvm/lib/Target/XCore/XCore.h
head/contrib/llvm/lib/Target/XCore/XCoreAsmPrinter.cpp
head/contrib/llvm/lib/Target/XCore/XCoreFrameLowering.cpp
head/contrib/llvm/lib/Target/XCore/XCoreFrameLowering.h
head/contrib/llvm/lib/Target/XCore/XCoreFrameToArgsOffsetElim.cpp
head/contrib/llvm/lib/Target/XCore/XCoreISelLowering.cpp
head/contrib/llvm/lib/Target/XCore/XCoreISelLowering.h
head/contrib/llvm/lib/Target/XCore/XCoreInstrInfo.cpp
head/contrib/llvm/lib/Target/XCore/XCoreInstrInfo.h
head/contrib/llvm/lib/Target/XCore/XCoreInstrInfo.td
head/contrib/llvm/lib/Target/XCore/XCoreMCInstLower.h
head/contrib/llvm/lib/Target/XCore/XCoreMachineFunctionInfo.h
head/contrib/llvm/lib/Target/XCore/XCoreRegisterInfo.cpp
head/contrib/llvm/lib/Target/XCore/XCoreRegisterInfo.h
head/contrib/llvm/lib/Target/XCore/XCoreSelectionDAGInfo.cpp
head/contrib/llvm/lib/Target/XCore/XCoreSelectionDAGInfo.h
head/contrib/llvm/lib/Target/XCore/XCoreSubtarget.h
head/contrib/llvm/lib/Target/XCore/XCoreTargetMachine.cpp
head/contrib/llvm/lib/Target/XCore/XCoreTargetMachine.h
head/contrib/llvm/lib/Target/XCore/XCoreTargetObjectFile.cpp
head/contrib/llvm/lib/Target/XCore/XCoreTargetObjectFile.h
head/contrib/llvm/lib/Target/XCore/XCoreTargetStreamer.h
head/contrib/llvm/lib/Target/XCore/XCoreTargetTransformInfo.cpp
head/contrib/llvm/lib/Transforms/IPO/ArgumentPromotion.cpp
head/contrib/llvm/lib/Transforms/IPO/ConstantMerge.cpp
head/contrib/llvm/lib/Transforms/IPO/DeadArgumentElimination.cpp
head/contrib/llvm/lib/Transforms/IPO/ExtractGV.cpp
head/contrib/llvm/lib/Transforms/IPO/FunctionAttrs.cpp
head/contrib/llvm/lib/Transforms/IPO/GlobalDCE.cpp
head/contrib/llvm/lib/Transforms/IPO/GlobalOpt.cpp
head/contrib/llvm/lib/Transforms/IPO/InlineAlways.cpp
head/contrib/llvm/lib/Transforms/IPO/InlineSimple.cpp
head/contrib/llvm/lib/Transforms/IPO/Inliner.cpp
head/contrib/llvm/lib/Transforms/IPO/Internalize.cpp
head/contrib/llvm/lib/Transforms/IPO/MergeFunctions.cpp
head/contrib/llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
head/contrib/llvm/lib/Transforms/IPO/PruneEH.cpp
head/contrib/llvm/lib/Transforms/IPO/StripSymbols.cpp
head/contrib/llvm/lib/Transforms/InstCombine/InstCombine.h
head/contrib/llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
head/contrib/llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
head/contrib/llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
head/contrib/llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
head/contrib/llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
head/contrib/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
head/contrib/llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
head/contrib/llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp
head/contrib/llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
head/contrib/llvm/lib/Transforms/InstCombine/InstCombineShifts.cpp
head/contrib/llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
head/contrib/llvm/lib/Transforms/InstCombine/InstCombineWorklist.h
head/contrib/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
head/contrib/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
head/contrib/llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
head/contrib/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp
head/contrib/llvm/lib/Transforms/Instrumentation/Instrumentation.cpp
head/contrib/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
head/contrib/llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp
head/contrib/llvm/lib/Transforms/ObjCARC/ARCRuntimeEntryPoints.h
head/contrib/llvm/lib/Transforms/ObjCARC/DependencyAnalysis.cpp
head/contrib/llvm/lib/Transforms/ObjCARC/DependencyAnalysis.h
head/contrib/llvm/lib/Transforms/ObjCARC/ObjCARC.cpp
head/contrib/llvm/lib/Transforms/ObjCARC/ObjCARC.h
head/contrib/llvm/lib/Transforms/ObjCARC/ObjCARCAliasAnalysis.cpp
head/contrib/llvm/lib/Transforms/ObjCARC/ObjCARCAliasAnalysis.h
head/contrib/llvm/lib/Transforms/ObjCARC/ObjCARCContract.cpp
head/contrib/llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp
head/contrib/llvm/lib/Transforms/ObjCARC/ProvenanceAnalysis.cpp
head/contrib/llvm/lib/Transforms/ObjCARC/ProvenanceAnalysis.h
head/contrib/llvm/lib/Transforms/Scalar/ADCE.cpp
head/contrib/llvm/lib/Transforms/Scalar/ConstantHoisting.cpp
head/contrib/llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
head/contrib/llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
head/contrib/llvm/lib/Transforms/Scalar/EarlyCSE.cpp
head/contrib/llvm/lib/Transforms/Scalar/GVN.cpp
head/contrib/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
head/contrib/llvm/lib/Transforms/Scalar/JumpThreading.cpp
head/contrib/llvm/lib/Transforms/Scalar/LICM.cpp
head/contrib/llvm/lib/Transforms/Scalar/LoadCombine.cpp
head/contrib/llvm/lib/Transforms/Scalar/LoopDeletion.cpp
head/contrib/llvm/lib/Transforms/Scalar/LoopInstSimplify.cpp
head/contrib/llvm/lib/Transforms/Scalar/LoopRerollPass.cpp
head/contrib/llvm/lib/Transforms/Scalar/LoopRotation.cpp
head/contrib/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
head/contrib/llvm/lib/Transforms/Scalar/LoopUnrollPass.cpp
head/contrib/llvm/lib/Transforms/Scalar/LoopUnswitch.cpp
head/contrib/llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp
head/contrib/llvm/lib/Transforms/Scalar/MergedLoadStoreMotion.cpp
head/contrib/llvm/lib/Transforms/Scalar/PartiallyInlineLibCalls.cpp
head/contrib/llvm/lib/Transforms/Scalar/Reassociate.cpp
head/contrib/llvm/lib/Transforms/Scalar/Reg2Mem.cpp
head/contrib/llvm/lib/Transforms/Scalar/SCCP.cpp
head/contrib/llvm/lib/Transforms/Scalar/SROA.cpp
head/contrib/llvm/lib/Transforms/Scalar/SampleProfile.cpp
head/contrib/llvm/lib/Transforms/Scalar/Scalar.cpp
head/contrib/llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp
head/contrib/llvm/lib/Transforms/Scalar/Scalarizer.cpp
head/contrib/llvm/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
head/contrib/llvm/lib/Transforms/Scalar/SimplifyCFGPass.cpp
head/contrib/llvm/lib/Transforms/Scalar/Sink.cpp
head/contrib/llvm/lib/Transforms/Scalar/StructurizeCFG.cpp
head/contrib/llvm/lib/Transforms/Scalar/TailRecursionElimination.cpp
head/contrib/llvm/lib/Transforms/Utils/AddDiscriminators.cpp
head/contrib/llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
head/contrib/llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp
head/contrib/llvm/lib/Transforms/Utils/BuildLibCalls.cpp
head/contrib/llvm/lib/Transforms/Utils/CloneFunction.cpp
head/contrib/llvm/lib/Transforms/Utils/CloneModule.cpp
head/contrib/llvm/lib/Transforms/Utils/CtorUtils.cpp
head/contrib/llvm/lib/Transforms/Utils/FlattenCFG.cpp
head/contrib/llvm/lib/Transforms/Utils/GlobalStatus.cpp
head/contrib/llvm/lib/Transforms/Utils/InlineFunction.cpp
head/contrib/llvm/lib/Transforms/Utils/IntegerDivision.cpp
head/contrib/llvm/lib/Transforms/Utils/LCSSA.cpp
head/contrib/llvm/lib/Transforms/Utils/Local.cpp
head/contrib/llvm/lib/Transforms/Utils/LoopSimplify.cpp
head/contrib/llvm/lib/Transforms/Utils/LoopUnroll.cpp
head/contrib/llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp
head/contrib/llvm/lib/Transforms/Utils/LowerSwitch.cpp
head/contrib/llvm/lib/Transforms/Utils/Mem2Reg.cpp
head/contrib/llvm/lib/Transforms/Utils/ModuleUtils.cpp
head/contrib/llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp
head/contrib/llvm/lib/Transforms/Utils/SimplifyCFG.cpp
head/contrib/llvm/lib/Transforms/Utils/SimplifyIndVar.cpp
head/contrib/llvm/lib/Transforms/Utils/SimplifyInstructions.cpp
head/contrib/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
head/contrib/llvm/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp
head/contrib/llvm/lib/Transforms/Utils/ValueMapper.cpp
head/contrib/llvm/lib/Transforms/Vectorize/BBVectorize.cpp
head/contrib/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
head/contrib/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
head/contrib/llvm/patches/README.TXT
head/contrib/llvm/tools/bugpoint/BugDriver.cpp
head/contrib/llvm/tools/bugpoint/BugDriver.h
head/contrib/llvm/tools/bugpoint/CrashDebugger.cpp
head/contrib/llvm/tools/bugpoint/ExtractFunction.cpp
head/contrib/llvm/tools/bugpoint/ListReducer.h
head/contrib/llvm/tools/bugpoint/Miscompilation.cpp
head/contrib/llvm/tools/bugpoint/OptimizerDriver.cpp
head/contrib/llvm/tools/bugpoint/ToolRunner.cpp
head/contrib/llvm/tools/bugpoint/ToolRunner.h
head/contrib/llvm/tools/bugpoint/bugpoint.cpp
head/contrib/llvm/tools/clang/include/clang-c/BuildSystem.h
head/contrib/llvm/tools/clang/include/clang-c/CXCompilationDatabase.h
head/contrib/llvm/tools/clang/include/clang-c/CXErrorCode.h
head/contrib/llvm/tools/clang/include/clang-c/CXString.h
head/contrib/llvm/tools/clang/include/clang-c/Documentation.h
head/contrib/llvm/tools/clang/include/clang-c/Index.h
head/contrib/llvm/tools/clang/include/clang-c/Platform.h
head/contrib/llvm/tools/clang/include/clang/ARCMigrate/ARCMTActions.h
head/contrib/llvm/tools/clang/include/clang/ARCMigrate/FileRemapper.h
head/contrib/llvm/tools/clang/include/clang/AST/ASTContext.h
head/contrib/llvm/tools/clang/include/clang/AST/ASTDiagnostic.h
head/contrib/llvm/tools/clang/include/clang/AST/ASTFwd.h
head/contrib/llvm/tools/clang/include/clang/AST/ASTLambda.h
head/contrib/llvm/tools/clang/include/clang/AST/ASTMutationListener.h
head/contrib/llvm/tools/clang/include/clang/AST/ASTTypeTraits.h
head/contrib/llvm/tools/clang/include/clang/AST/ASTVector.h
head/contrib/llvm/tools/clang/include/clang/AST/Attr.h
head/contrib/llvm/tools/clang/include/clang/AST/CanonicalType.h
head/contrib/llvm/tools/clang/include/clang/AST/Comment.h
head/contrib/llvm/tools/clang/include/clang/AST/CommentBriefParser.h
head/contrib/llvm/tools/clang/include/clang/AST/CommentCommandTraits.h
head/contrib/llvm/tools/clang/include/clang/AST/CommentDiagnostic.h
head/contrib/llvm/tools/clang/include/clang/AST/CommentLexer.h
head/contrib/llvm/tools/clang/include/clang/AST/CommentParser.h
head/contrib/llvm/tools/clang/include/clang/AST/CommentSema.h
head/contrib/llvm/tools/clang/include/clang/AST/DataRecursiveASTVisitor.h
head/contrib/llvm/tools/clang/include/clang/AST/Decl.h
head/contrib/llvm/tools/clang/include/clang/AST/DeclBase.h
head/contrib/llvm/tools/clang/include/clang/AST/DeclCXX.h
head/contrib/llvm/tools/clang/include/clang/AST/DeclLookups.h
head/contrib/llvm/tools/clang/include/clang/AST/DeclObjC.h
head/contrib/llvm/tools/clang/include/clang/AST/DeclOpenMP.h
head/contrib/llvm/tools/clang/include/clang/AST/DeclTemplate.h
head/contrib/llvm/tools/clang/include/clang/AST/DeclarationName.h
head/contrib/llvm/tools/clang/include/clang/AST/DependentDiagnostic.h
head/contrib/llvm/tools/clang/include/clang/AST/EvaluatedExprVisitor.h
head/contrib/llvm/tools/clang/include/clang/AST/Expr.h
head/contrib/llvm/tools/clang/include/clang/AST/ExprCXX.h
head/contrib/llvm/tools/clang/include/clang/AST/ExprObjC.h
head/contrib/llvm/tools/clang/include/clang/AST/ExternalASTSource.h
head/contrib/llvm/tools/clang/include/clang/AST/LambdaCapture.h
head/contrib/llvm/tools/clang/include/clang/AST/Mangle.h
head/contrib/llvm/tools/clang/include/clang/AST/MangleNumberingContext.h
head/contrib/llvm/tools/clang/include/clang/AST/NSAPI.h
head/contrib/llvm/tools/clang/include/clang/AST/NestedNameSpecifier.h
head/contrib/llvm/tools/clang/include/clang/AST/OpenMPClause.h
head/contrib/llvm/tools/clang/include/clang/AST/OperationKinds.h
head/contrib/llvm/tools/clang/include/clang/AST/ParentMap.h
head/contrib/llvm/tools/clang/include/clang/AST/PrettyPrinter.h
head/contrib/llvm/tools/clang/include/clang/AST/RawCommentList.h
head/contrib/llvm/tools/clang/include/clang/AST/RecordLayout.h
head/contrib/llvm/tools/clang/include/clang/AST/RecursiveASTVisitor.h
head/contrib/llvm/tools/clang/include/clang/AST/Stmt.h
head/contrib/llvm/tools/clang/include/clang/AST/StmtGraphTraits.h
head/contrib/llvm/tools/clang/include/clang/AST/StmtIterator.h
head/contrib/llvm/tools/clang/include/clang/AST/StmtOpenMP.h
head/contrib/llvm/tools/clang/include/clang/AST/TemplateBase.h
head/contrib/llvm/tools/clang/include/clang/AST/Type.h
head/contrib/llvm/tools/clang/include/clang/AST/TypeLoc.h
head/contrib/llvm/tools/clang/include/clang/AST/TypeOrdering.h
head/contrib/llvm/tools/clang/include/clang/AST/UnresolvedSet.h
head/contrib/llvm/tools/clang/include/clang/ASTMatchers/ASTMatchFinder.h
head/contrib/llvm/tools/clang/include/clang/ASTMatchers/ASTMatchers.h
head/contrib/llvm/tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
head/contrib/llvm/tools/clang/include/clang/ASTMatchers/ASTMatchersMacros.h
head/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/Diagnostics.h
head/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/Parser.h
head/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/Registry.h
head/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/VariantValue.h
head/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/CFGReachabilityAnalysis.h
head/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/Consumed.h
head/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/Dominators.h
head/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/FormatString.h
head/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/LiveVariables.h
head/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/PostOrderCFGView.h
head/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/PseudoConstantAnalysis.h
head/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ReachableCode.h
head/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ThreadSafety.h
head/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ThreadSafetyCommon.h
head/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ThreadSafetyLogical.h
head/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ThreadSafetyOps.def
head/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h
head/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ThreadSafetyTraverse.h
head/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ThreadSafetyUtil.h
head/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/UninitializedValues.h
head/contrib/llvm/tools/clang/include/clang/Analysis/AnalysisContext.h
head/contrib/llvm/tools/clang/include/clang/Analysis/AnalysisDiagnostic.h
head/contrib/llvm/tools/clang/include/clang/Analysis/CFG.h
head/contrib/llvm/tools/clang/include/clang/Analysis/CFGStmtMap.h
head/contrib/llvm/tools/clang/include/clang/Analysis/CallGraph.h
head/contrib/llvm/tools/clang/include/clang/Analysis/DomainSpecific/CocoaConventions.h
head/contrib/llvm/tools/clang/include/clang/Analysis/DomainSpecific/ObjCNoReturn.h
head/contrib/llvm/tools/clang/include/clang/Analysis/ProgramPoint.h
head/contrib/llvm/tools/clang/include/clang/Analysis/Support/BumpVector.h
head/contrib/llvm/tools/clang/include/clang/Basic/ABI.h
head/contrib/llvm/tools/clang/include/clang/Basic/AddressSpaces.h
head/contrib/llvm/tools/clang/include/clang/Basic/AllDiagnostics.h
head/contrib/llvm/tools/clang/include/clang/Basic/Attr.td
head/contrib/llvm/tools/clang/include/clang/Basic/AttrDocs.td
head/contrib/llvm/tools/clang/include/clang/Basic/AttrKinds.h
head/contrib/llvm/tools/clang/include/clang/Basic/Attributes.h
head/contrib/llvm/tools/clang/include/clang/Basic/Builtins.def
head/contrib/llvm/tools/clang/include/clang/Basic/Builtins.h
head/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsAArch64.def
head/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsARM.def
head/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsNVPTX.def
head/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsPPC.def
head/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsR600.def
head/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsX86.def
head/contrib/llvm/tools/clang/include/clang/Basic/CharInfo.h
head/contrib/llvm/tools/clang/include/clang/Basic/CommentOptions.h
head/contrib/llvm/tools/clang/include/clang/Basic/Diagnostic.h
head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticASTKinds.td
head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticCommonKinds.td
head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticDriverKinds.td
head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticFrontendKinds.td
head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticGroups.td
head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticIDs.h
head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticLexKinds.td
head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticOptions.def
head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticOptions.h
head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticParseKinds.td
head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticSemaKinds.td
head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticSerializationKinds.td
head/contrib/llvm/tools/clang/include/clang/Basic/ExceptionSpecificationType.h
head/contrib/llvm/tools/clang/include/clang/Basic/ExpressionTraits.h
head/contrib/llvm/tools/clang/include/clang/Basic/FileManager.h
head/contrib/llvm/tools/clang/include/clang/Basic/FileSystemStatCache.h
head/contrib/llvm/tools/clang/include/clang/Basic/IdentifierTable.h
head/contrib/llvm/tools/clang/include/clang/Basic/LLVM.h
head/contrib/llvm/tools/clang/include/clang/Basic/Lambda.h
head/contrib/llvm/tools/clang/include/clang/Basic/LangOptions.def
head/contrib/llvm/tools/clang/include/clang/Basic/LangOptions.h
head/contrib/llvm/tools/clang/include/clang/Basic/Module.h
head/contrib/llvm/tools/clang/include/clang/Basic/ObjCRuntime.h
head/contrib/llvm/tools/clang/include/clang/Basic/OpenMPKinds.def
head/contrib/llvm/tools/clang/include/clang/Basic/OpenMPKinds.h
head/contrib/llvm/tools/clang/include/clang/Basic/OperatorKinds.h
head/contrib/llvm/tools/clang/include/clang/Basic/OperatorPrecedence.h
head/contrib/llvm/tools/clang/include/clang/Basic/PartialDiagnostic.h
head/contrib/llvm/tools/clang/include/clang/Basic/PlistSupport.h
head/contrib/llvm/tools/clang/include/clang/Basic/PrettyStackTrace.h
head/contrib/llvm/tools/clang/include/clang/Basic/Sanitizers.def
head/contrib/llvm/tools/clang/include/clang/Basic/SourceLocation.h
head/contrib/llvm/tools/clang/include/clang/Basic/SourceManager.h
head/contrib/llvm/tools/clang/include/clang/Basic/SourceManagerInternals.h
head/contrib/llvm/tools/clang/include/clang/Basic/Specifiers.h
head/contrib/llvm/tools/clang/include/clang/Basic/StmtNodes.td
head/contrib/llvm/tools/clang/include/clang/Basic/TargetBuiltins.h
head/contrib/llvm/tools/clang/include/clang/Basic/TargetCXXABI.h
head/contrib/llvm/tools/clang/include/clang/Basic/TargetInfo.h
head/contrib/llvm/tools/clang/include/clang/Basic/TargetOptions.h
head/contrib/llvm/tools/clang/include/clang/Basic/TemplateKinds.h
head/contrib/llvm/tools/clang/include/clang/Basic/TokenKinds.def
head/contrib/llvm/tools/clang/include/clang/Basic/TokenKinds.h
head/contrib/llvm/tools/clang/include/clang/Basic/TypeTraits.h
head/contrib/llvm/tools/clang/include/clang/Basic/VersionTuple.h
head/contrib/llvm/tools/clang/include/clang/Basic/VirtualFileSystem.h
head/contrib/llvm/tools/clang/include/clang/Basic/arm_neon.td
head/contrib/llvm/tools/clang/include/clang/CodeGen/BackendUtil.h
head/contrib/llvm/tools/clang/include/clang/CodeGen/CGFunctionInfo.h
head/contrib/llvm/tools/clang/include/clang/CodeGen/CodeGenABITypes.h
head/contrib/llvm/tools/clang/include/clang/CodeGen/CodeGenAction.h
head/contrib/llvm/tools/clang/include/clang/CodeGen/ModuleBuilder.h
head/contrib/llvm/tools/clang/include/clang/Driver/Action.h
head/contrib/llvm/tools/clang/include/clang/Driver/CC1Options.td
head/contrib/llvm/tools/clang/include/clang/Driver/CLCompatOptions.td
head/contrib/llvm/tools/clang/include/clang/Driver/Compilation.h
head/contrib/llvm/tools/clang/include/clang/Driver/Driver.h
head/contrib/llvm/tools/clang/include/clang/Driver/DriverDiagnostic.h
head/contrib/llvm/tools/clang/include/clang/Driver/Job.h
head/contrib/llvm/tools/clang/include/clang/Driver/Multilib.h
head/contrib/llvm/tools/clang/include/clang/Driver/Options.h
head/contrib/llvm/tools/clang/include/clang/Driver/Options.td
head/contrib/llvm/tools/clang/include/clang/Driver/Phases.h
head/contrib/llvm/tools/clang/include/clang/Driver/SanitizerArgs.h
head/contrib/llvm/tools/clang/include/clang/Driver/Tool.h
head/contrib/llvm/tools/clang/include/clang/Driver/ToolChain.h
head/contrib/llvm/tools/clang/include/clang/Driver/Types.h
head/contrib/llvm/tools/clang/include/clang/Driver/Util.h
head/contrib/llvm/tools/clang/include/clang/Format/Format.h
head/contrib/llvm/tools/clang/include/clang/Frontend/ASTConsumers.h
head/contrib/llvm/tools/clang/include/clang/Frontend/ASTUnit.h
head/contrib/llvm/tools/clang/include/clang/Frontend/ChainedDiagnosticConsumer.h
head/contrib/llvm/tools/clang/include/clang/Frontend/CodeGenOptions.def
head/contrib/llvm/tools/clang/include/clang/Frontend/CodeGenOptions.h
head/contrib/llvm/tools/clang/include/clang/Frontend/CompilerInstance.h
head/contrib/llvm/tools/clang/include/clang/Frontend/DiagnosticRenderer.h
head/contrib/llvm/tools/clang/include/clang/Frontend/FrontendAction.h
head/contrib/llvm/tools/clang/include/clang/Frontend/FrontendActions.h
head/contrib/llvm/tools/clang/include/clang/Frontend/FrontendDiagnostic.h
head/contrib/llvm/tools/clang/include/clang/Frontend/FrontendOptions.h
head/contrib/llvm/tools/clang/include/clang/Frontend/FrontendPluginRegistry.h
head/contrib/llvm/tools/clang/include/clang/Frontend/LangStandard.h
head/contrib/llvm/tools/clang/include/clang/Frontend/LangStandards.def
head/contrib/llvm/tools/clang/include/clang/Frontend/LogDiagnosticPrinter.h
head/contrib/llvm/tools/clang/include/clang/Frontend/MigratorOptions.h
head/contrib/llvm/tools/clang/include/clang/Frontend/MultiplexConsumer.h
head/contrib/llvm/tools/clang/include/clang/Frontend/SerializedDiagnosticPrinter.h
head/contrib/llvm/tools/clang/include/clang/Frontend/TextDiagnostic.h
head/contrib/llvm/tools/clang/include/clang/Frontend/TextDiagnosticBuffer.h
head/contrib/llvm/tools/clang/include/clang/Frontend/TextDiagnosticPrinter.h
head/contrib/llvm/tools/clang/include/clang/Frontend/Utils.h
head/contrib/llvm/tools/clang/include/clang/Frontend/VerifyDiagnosticConsumer.h
head/contrib/llvm/tools/clang/include/clang/Lex/ExternalPreprocessorSource.h
head/contrib/llvm/tools/clang/include/clang/Lex/HeaderMap.h
head/contrib/llvm/tools/clang/include/clang/Lex/HeaderSearch.h
head/contrib/llvm/tools/clang/include/clang/Lex/HeaderSearchOptions.h
head/contrib/llvm/tools/clang/include/clang/Lex/LexDiagnostic.h
head/contrib/llvm/tools/clang/include/clang/Lex/Lexer.h
head/contrib/llvm/tools/clang/include/clang/Lex/LiteralSupport.h
head/contrib/llvm/tools/clang/include/clang/Lex/MacroArgs.h
head/contrib/llvm/tools/clang/include/clang/Lex/MacroInfo.h
head/contrib/llvm/tools/clang/include/clang/Lex/ModuleLoader.h
head/contrib/llvm/tools/clang/include/clang/Lex/ModuleMap.h
head/contrib/llvm/tools/clang/include/clang/Lex/MultipleIncludeOpt.h
head/contrib/llvm/tools/clang/include/clang/Lex/PPCallbacks.h
head/contrib/llvm/tools/clang/include/clang/Lex/PTHLexer.h
head/contrib/llvm/tools/clang/include/clang/Lex/PTHManager.h
head/contrib/llvm/tools/clang/include/clang/Lex/Pragma.h
head/contrib/llvm/tools/clang/include/clang/Lex/Preprocessor.h
head/contrib/llvm/tools/clang/include/clang/Lex/PreprocessorLexer.h
head/contrib/llvm/tools/clang/include/clang/Lex/ScratchBuffer.h
head/contrib/llvm/tools/clang/include/clang/Lex/Token.h
head/contrib/llvm/tools/clang/include/clang/Lex/TokenConcatenation.h
head/contrib/llvm/tools/clang/include/clang/Lex/TokenLexer.h
head/contrib/llvm/tools/clang/include/clang/Parse/ParseDiagnostic.h
head/contrib/llvm/tools/clang/include/clang/Parse/Parser.h
head/contrib/llvm/tools/clang/include/clang/Rewrite/Core/DeltaTree.h
head/contrib/llvm/tools/clang/include/clang/Rewrite/Core/HTMLRewrite.h
head/contrib/llvm/tools/clang/include/clang/Rewrite/Core/RewriteRope.h
head/contrib/llvm/tools/clang/include/clang/Rewrite/Core/Rewriter.h
head/contrib/llvm/tools/clang/include/clang/Rewrite/Core/TokenRewriter.h
head/contrib/llvm/tools/clang/include/clang/Rewrite/Frontend/ASTConsumers.h
head/contrib/llvm/tools/clang/include/clang/Rewrite/Frontend/FixItRewriter.h
head/contrib/llvm/tools/clang/include/clang/Rewrite/Frontend/FrontendActions.h
head/contrib/llvm/tools/clang/include/clang/Rewrite/Frontend/Rewriters.h
head/contrib/llvm/tools/clang/include/clang/Sema/AnalysisBasedWarnings.h
head/contrib/llvm/tools/clang/include/clang/Sema/AttributeList.h
head/contrib/llvm/tools/clang/include/clang/Sema/DeclSpec.h
head/contrib/llvm/tools/clang/include/clang/Sema/DelayedDiagnostic.h
head/contrib/llvm/tools/clang/include/clang/Sema/ExternalSemaSource.h
head/contrib/llvm/tools/clang/include/clang/Sema/IdentifierResolver.h
head/contrib/llvm/tools/clang/include/clang/Sema/Lookup.h
head/contrib/llvm/tools/clang/include/clang/Sema/LoopHint.h
head/contrib/llvm/tools/clang/include/clang/Sema/MultiplexExternalSemaSource.h
head/contrib/llvm/tools/clang/include/clang/Sema/ObjCMethodList.h
head/contrib/llvm/tools/clang/include/clang/Sema/Overload.h
head/contrib/llvm/tools/clang/include/clang/Sema/PrettyDeclStackTrace.h
head/contrib/llvm/tools/clang/include/clang/Sema/Scope.h
head/contrib/llvm/tools/clang/include/clang/Sema/ScopeInfo.h
head/contrib/llvm/tools/clang/include/clang/Sema/Sema.h
head/contrib/llvm/tools/clang/include/clang/Sema/SemaDiagnostic.h
head/contrib/llvm/tools/clang/include/clang/Sema/SemaFixItUtils.h
head/contrib/llvm/tools/clang/include/clang/Sema/SemaInternal.h
head/contrib/llvm/tools/clang/include/clang/Sema/SemaLambda.h
head/contrib/llvm/tools/clang/include/clang/Sema/TemplateDeduction.h
head/contrib/llvm/tools/clang/include/clang/Sema/TypoCorrection.h
head/contrib/llvm/tools/clang/include/clang/Serialization/ASTBitCodes.h
head/contrib/llvm/tools/clang/include/clang/Serialization/ASTDeserializationListener.h
head/contrib/llvm/tools/clang/include/clang/Serialization/ASTReader.h
head/contrib/llvm/tools/clang/include/clang/Serialization/ASTWriter.h
head/contrib/llvm/tools/clang/include/clang/Serialization/ContinuousRangeMap.h
head/contrib/llvm/tools/clang/include/clang/Serialization/GlobalModuleIndex.h
head/contrib/llvm/tools/clang/include/clang/Serialization/Module.h
head/contrib/llvm/tools/clang/include/clang/Serialization/ModuleManager.h
head/contrib/llvm/tools/clang/include/clang/Serialization/SerializationDiagnostic.h
head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/LocalCheckers.h
head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/ObjCRetainCount.h
head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h
head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h
head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h
head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h
head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/Checker.h
head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h
head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h
head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/APSIntType.h
head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h
head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h
head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/BlockCounter.h
head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h
head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerHelpers.h
head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h
head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h
head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeInfo.h
head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Environment.h
head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/FunctionSummary.h
head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h
head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState_Fwd.h
head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h
head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h
head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/StoreRef.h
head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h
head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h
head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/TaintManager.h
head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/TaintTag.h
head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/WorkList.h
head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Frontend/AnalysisConsumer.h
head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Frontend/CheckerRegistration.h
head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Frontend/FrontendActions.h
head/contrib/llvm/tools/clang/include/clang/Tooling/ArgumentsAdjusters.h
head/contrib/llvm/tools/clang/include/clang/Tooling/CommonOptionsParser.h
head/contrib/llvm/tools/clang/include/clang/Tooling/CompilationDatabase.h
head/contrib/llvm/tools/clang/include/clang/Tooling/CompilationDatabasePluginRegistry.h
head/contrib/llvm/tools/clang/include/clang/Tooling/FileMatchTrie.h
head/contrib/llvm/tools/clang/include/clang/Tooling/JSONCompilationDatabase.h
head/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring.h
head/contrib/llvm/tools/clang/include/clang/Tooling/RefactoringCallbacks.h
head/contrib/llvm/tools/clang/include/clang/Tooling/ReplacementsYaml.h
head/contrib/llvm/tools/clang/include/clang/Tooling/Tooling.h
head/contrib/llvm/tools/clang/include/clang/module.modulemap
head/contrib/llvm/tools/clang/lib/ARCMigrate/ARCMT.cpp
head/contrib/llvm/tools/clang/lib/ARCMigrate/FileRemapper.cpp
head/contrib/llvm/tools/clang/lib/ARCMigrate/Internals.h
head/contrib/llvm/tools/clang/lib/ARCMigrate/ObjCMT.cpp
head/contrib/llvm/tools/clang/lib/ARCMigrate/PlistReporter.cpp
head/contrib/llvm/tools/clang/lib/ARCMigrate/TransformActions.cpp
head/contrib/llvm/tools/clang/lib/AST/APValue.cpp
head/contrib/llvm/tools/clang/lib/AST/ASTContext.cpp
head/contrib/llvm/tools/clang/lib/AST/ASTDiagnostic.cpp
head/contrib/llvm/tools/clang/lib/AST/ASTDumper.cpp
head/contrib/llvm/tools/clang/lib/AST/ASTImporter.cpp
head/contrib/llvm/tools/clang/lib/AST/ASTTypeTraits.cpp
head/contrib/llvm/tools/clang/lib/AST/CXXABI.h
head/contrib/llvm/tools/clang/lib/AST/Comment.cpp
head/contrib/llvm/tools/clang/lib/AST/CommentCommandTraits.cpp
head/contrib/llvm/tools/clang/lib/AST/CommentLexer.cpp
head/contrib/llvm/tools/clang/lib/AST/Decl.cpp
head/contrib/llvm/tools/clang/lib/AST/DeclBase.cpp
head/contrib/llvm/tools/clang/lib/AST/DeclCXX.cpp
head/contrib/llvm/tools/clang/lib/AST/DeclObjC.cpp
head/contrib/llvm/tools/clang/lib/AST/DeclPrinter.cpp
head/contrib/llvm/tools/clang/lib/AST/Expr.cpp
head/contrib/llvm/tools/clang/lib/AST/ExprCXX.cpp
head/contrib/llvm/tools/clang/lib/AST/ExprClassification.cpp
head/contrib/llvm/tools/clang/lib/AST/ExprConstant.cpp
head/contrib/llvm/tools/clang/lib/AST/ItaniumCXXABI.cpp
head/contrib/llvm/tools/clang/lib/AST/ItaniumMangle.cpp
head/contrib/llvm/tools/clang/lib/AST/Mangle.cpp
head/contrib/llvm/tools/clang/lib/AST/MicrosoftCXXABI.cpp
head/contrib/llvm/tools/clang/lib/AST/MicrosoftMangle.cpp
head/contrib/llvm/tools/clang/lib/AST/NSAPI.cpp
head/contrib/llvm/tools/clang/lib/AST/NestedNameSpecifier.cpp
head/contrib/llvm/tools/clang/lib/AST/RecordLayoutBuilder.cpp
head/contrib/llvm/tools/clang/lib/AST/Stmt.cpp
head/contrib/llvm/tools/clang/lib/AST/StmtPrinter.cpp
head/contrib/llvm/tools/clang/lib/AST/StmtProfile.cpp
head/contrib/llvm/tools/clang/lib/AST/TemplateBase.cpp
head/contrib/llvm/tools/clang/lib/AST/Type.cpp
head/contrib/llvm/tools/clang/lib/AST/TypeLoc.cpp
head/contrib/llvm/tools/clang/lib/AST/TypePrinter.cpp
head/contrib/llvm/tools/clang/lib/AST/VTTBuilder.cpp
head/contrib/llvm/tools/clang/lib/AST/VTableBuilder.cpp
head/contrib/llvm/tools/clang/lib/ASTMatchers/ASTMatchFinder.cpp
head/contrib/llvm/tools/clang/lib/ASTMatchers/ASTMatchersInternal.cpp
head/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/Marshallers.h
head/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/Parser.cpp
head/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
head/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/VariantValue.cpp
head/contrib/llvm/tools/clang/lib/Analysis/AnalysisDeclContext.cpp
head/contrib/llvm/tools/clang/lib/Analysis/BodyFarm.cpp
head/contrib/llvm/tools/clang/lib/Analysis/BodyFarm.h
head/contrib/llvm/tools/clang/lib/Analysis/CFG.cpp
head/contrib/llvm/tools/clang/lib/Analysis/CallGraph.cpp
head/contrib/llvm/tools/clang/lib/Analysis/FormatString.cpp
head/contrib/llvm/tools/clang/lib/Analysis/FormatStringParsing.h
head/contrib/llvm/tools/clang/lib/Analysis/LiveVariables.cpp
head/contrib/llvm/tools/clang/lib/Analysis/PrintfFormatString.cpp
head/contrib/llvm/tools/clang/lib/Analysis/ReachableCode.cpp
head/contrib/llvm/tools/clang/lib/Analysis/ScanfFormatString.cpp
head/contrib/llvm/tools/clang/lib/Analysis/ThreadSafety.cpp
head/contrib/llvm/tools/clang/lib/Analysis/ThreadSafetyCommon.cpp
head/contrib/llvm/tools/clang/lib/Analysis/ThreadSafetyTIL.cpp
head/contrib/llvm/tools/clang/lib/Analysis/UninitializedValues.cpp
head/contrib/llvm/tools/clang/lib/Basic/Attributes.cpp
head/contrib/llvm/tools/clang/lib/Basic/Diagnostic.cpp
head/contrib/llvm/tools/clang/lib/Basic/DiagnosticIDs.cpp
head/contrib/llvm/tools/clang/lib/Basic/FileManager.cpp
head/contrib/llvm/tools/clang/lib/Basic/FileSystemStatCache.cpp
head/contrib/llvm/tools/clang/lib/Basic/IdentifierTable.cpp
head/contrib/llvm/tools/clang/lib/Basic/LangOptions.cpp
head/contrib/llvm/tools/clang/lib/Basic/Module.cpp
head/contrib/llvm/tools/clang/lib/Basic/OpenMPKinds.cpp
head/contrib/llvm/tools/clang/lib/Basic/SourceLocation.cpp
head/contrib/llvm/tools/clang/lib/Basic/SourceManager.cpp
head/contrib/llvm/tools/clang/lib/Basic/TargetInfo.cpp
head/contrib/llvm/tools/clang/lib/Basic/Targets.cpp
head/contrib/llvm/tools/clang/lib/Basic/Version.cpp
head/contrib/llvm/tools/clang/lib/Basic/VersionTuple.cpp
head/contrib/llvm/tools/clang/lib/Basic/VirtualFileSystem.cpp
head/contrib/llvm/tools/clang/lib/CodeGen/ABIInfo.h
head/contrib/llvm/tools/clang/lib/CodeGen/BackendUtil.cpp
head/contrib/llvm/tools/clang/lib/CodeGen/CGAtomic.cpp
head/contrib/llvm/tools/clang/lib/CodeGen/CGBlocks.cpp
head/contrib/llvm/tools/clang/lib/CodeGen/CGBlocks.h
head/contrib/llvm/tools/clang/lib/CodeGen/CGBuilder.h
head/contrib/llvm/tools/clang/lib/CodeGen/CGBuiltin.cpp
head/contrib/llvm/tools/clang/lib/CodeGen/CGCUDARuntime.cpp
head/contrib/llvm/tools/clang/lib/CodeGen/CGCUDARuntime.h
head/contrib/llvm/tools/clang/lib/CodeGen/CGCXX.cpp
head/contrib/llvm/tools/clang/lib/CodeGen/CGCXXABI.cpp
head/contrib/llvm/tools/clang/lib/CodeGen/CGCXXABI.h
head/contrib/llvm/tools/clang/lib/CodeGen/CGCall.cpp
head/contrib/llvm/tools/clang/lib/CodeGen/CGCall.h
head/contrib/llvm/tools/clang/lib/CodeGen/CGClass.cpp
head/contrib/llvm/tools/clang/lib/CodeGen/CGCleanup.cpp
head/contrib/llvm/tools/clang/lib/CodeGen/CGCleanup.h
head/contrib/llvm/tools/clang/lib/CodeGen/CGDebugInfo.cpp
head/contrib/llvm/tools/clang/lib/CodeGen/CGDebugInfo.h
head/contrib/llvm/tools/clang/lib/CodeGen/CGDecl.cpp
head/contrib/llvm/tools/clang/lib/CodeGen/CGDeclCXX.cpp
head/contrib/llvm/tools/clang/lib/CodeGen/CGException.cpp
head/contrib/llvm/tools/clang/lib/CodeGen/CGExpr.cpp
head/contrib/llvm/tools/clang/lib/CodeGen/CGExprCXX.cpp
head/contrib/llvm/tools/clang/lib/CodeGen/CGExprComplex.cpp
head/contrib/llvm/tools/clang/lib/CodeGen/CGExprConstant.cpp
head/contrib/llvm/tools/clang/lib/CodeGen/CGExprScalar.cpp
head/contrib/llvm/tools/clang/lib/CodeGen/CGLoopInfo.cpp
head/contrib/llvm/tools/clang/lib/CodeGen/CGLoopInfo.h
head/contrib/llvm/tools/clang/lib/CodeGen/CGObjC.cpp
head/contrib/llvm/tools/clang/lib/CodeGen/CGObjCGNU.cpp
head/contrib/llvm/tools/clang/lib/CodeGen/CGObjCMac.cpp
head/contrib/llvm/tools/clang/lib/CodeGen/CGObjCRuntime.h
head/contrib/llvm/tools/clang/lib/CodeGen/CGOpenCLRuntime.h
head/contrib/llvm/tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
head/contrib/llvm/tools/clang/lib/CodeGen/CGOpenMPRuntime.h
head/contrib/llvm/tools/clang/lib/CodeGen/CGRecordLayout.h
head/contrib/llvm/tools/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp
head/contrib/llvm/tools/clang/lib/CodeGen/CGStmt.cpp
head/contrib/llvm/tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
head/contrib/llvm/tools/clang/lib/CodeGen/CGVTables.cpp
head/contrib/llvm/tools/clang/lib/CodeGen/CGVTables.h
head/contrib/llvm/tools/clang/lib/CodeGen/CGValue.h
head/contrib/llvm/tools/clang/lib/CodeGen/CodeGenABITypes.cpp
head/contrib/llvm/tools/clang/lib/CodeGen/CodeGenAction.cpp
head/contrib/llvm/tools/clang/lib/CodeGen/CodeGenFunction.cpp
head/contrib/llvm/tools/clang/lib/CodeGen/CodeGenFunction.h
head/contrib/llvm/tools/clang/lib/CodeGen/CodeGenModule.cpp
head/contrib/llvm/tools/clang/lib/CodeGen/CodeGenModule.h
head/contrib/llvm/tools/clang/lib/CodeGen/CodeGenPGO.cpp
head/contrib/llvm/tools/clang/lib/CodeGen/CodeGenPGO.h
head/contrib/llvm/tools/clang/lib/CodeGen/CodeGenTBAA.h
head/contrib/llvm/tools/clang/lib/CodeGen/CodeGenTypes.cpp
head/contrib/llvm/tools/clang/lib/CodeGen/CodeGenTypes.h
head/contrib/llvm/tools/clang/lib/CodeGen/EHScopeStack.h
head/contrib/llvm/tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
head/contrib/llvm/tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
head/contrib/llvm/tools/clang/lib/CodeGen/ModuleBuilder.cpp
head/contrib/llvm/tools/clang/lib/CodeGen/TargetInfo.cpp
head/contrib/llvm/tools/clang/lib/CodeGen/TargetInfo.h
head/contrib/llvm/tools/clang/lib/Driver/Action.cpp
head/contrib/llvm/tools/clang/lib/Driver/Compilation.cpp
head/contrib/llvm/tools/clang/lib/Driver/Driver.cpp
head/contrib/llvm/tools/clang/lib/Driver/InputInfo.h
head/contrib/llvm/tools/clang/lib/Driver/Job.cpp
head/contrib/llvm/tools/clang/lib/Driver/Multilib.cpp
head/contrib/llvm/tools/clang/lib/Driver/Phases.cpp
head/contrib/llvm/tools/clang/lib/Driver/SanitizerArgs.cpp
head/contrib/llvm/tools/clang/lib/Driver/Tool.cpp
head/contrib/llvm/tools/clang/lib/Driver/ToolChain.cpp
head/contrib/llvm/tools/clang/lib/Driver/ToolChains.cpp
head/contrib/llvm/tools/clang/lib/Driver/ToolChains.h
head/contrib/llvm/tools/clang/lib/Driver/Tools.cpp
head/contrib/llvm/tools/clang/lib/Driver/Tools.h
head/contrib/llvm/tools/clang/lib/Driver/Types.cpp
head/contrib/llvm/tools/clang/lib/Edit/EditedSource.cpp
head/contrib/llvm/tools/clang/lib/Edit/RewriteObjCFoundationAPI.cpp
head/contrib/llvm/tools/clang/lib/Format/BreakableToken.cpp
head/contrib/llvm/tools/clang/lib/Format/BreakableToken.h
head/contrib/llvm/tools/clang/lib/Format/ContinuationIndenter.cpp
head/contrib/llvm/tools/clang/lib/Format/ContinuationIndenter.h
head/contrib/llvm/tools/clang/lib/Format/Encoding.h
head/contrib/llvm/tools/clang/lib/Format/Format.cpp
head/contrib/llvm/tools/clang/lib/Format/FormatToken.cpp
head/contrib/llvm/tools/clang/lib/Format/FormatToken.h
head/contrib/llvm/tools/clang/lib/Format/TokenAnnotator.cpp
head/contrib/llvm/tools/clang/lib/Format/TokenAnnotator.h
head/contrib/llvm/tools/clang/lib/Format/UnwrappedLineParser.cpp
head/contrib/llvm/tools/clang/lib/Format/UnwrappedLineParser.h
head/contrib/llvm/tools/clang/lib/Format/WhitespaceManager.cpp
head/contrib/llvm/tools/clang/lib/Format/WhitespaceManager.h
head/contrib/llvm/tools/clang/lib/Frontend/ASTConsumers.cpp
head/contrib/llvm/tools/clang/lib/Frontend/ASTMerge.cpp
head/contrib/llvm/tools/clang/lib/Frontend/ASTUnit.cpp
head/contrib/llvm/tools/clang/lib/Frontend/CacheTokens.cpp
head/contrib/llvm/tools/clang/lib/Frontend/ChainedIncludesSource.cpp
head/contrib/llvm/tools/clang/lib/Frontend/CompilerInstance.cpp
head/contrib/llvm/tools/clang/lib/Frontend/CompilerInvocation.cpp
head/contrib/llvm/tools/clang/lib/Frontend/CreateInvocationFromCommandLine.cpp
head/contrib/llvm/tools/clang/lib/Frontend/DependencyFile.cpp
head/contrib/llvm/tools/clang/lib/Frontend/DependencyGraph.cpp
head/contrib/llvm/tools/clang/lib/Frontend/DiagnosticRenderer.cpp
head/contrib/llvm/tools/clang/lib/Frontend/FrontendAction.cpp
head/contrib/llvm/tools/clang/lib/Frontend/FrontendActions.cpp
head/contrib/llvm/tools/clang/lib/Frontend/HeaderIncludeGen.cpp
head/contrib/llvm/tools/clang/lib/Frontend/InitHeaderSearch.cpp
head/contrib/llvm/tools/clang/lib/Frontend/InitPreprocessor.cpp
head/contrib/llvm/tools/clang/lib/Frontend/LogDiagnosticPrinter.cpp
head/contrib/llvm/tools/clang/lib/Frontend/ModuleDependencyCollector.cpp
head/contrib/llvm/tools/clang/lib/Frontend/MultiplexConsumer.cpp
head/contrib/llvm/tools/clang/lib/Frontend/PrintPreprocessedOutput.cpp
head/contrib/llvm/tools/clang/lib/Frontend/Rewrite/FixItRewriter.cpp
head/contrib/llvm/tools/clang/lib/Frontend/Rewrite/FrontendActions.cpp
head/contrib/llvm/tools/clang/lib/Frontend/Rewrite/HTMLPrint.cpp
head/contrib/llvm/tools/clang/lib/Frontend/Rewrite/InclusionRewriter.cpp
head/contrib/llvm/tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
head/contrib/llvm/tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
head/contrib/llvm/tools/clang/lib/Frontend/SerializedDiagnosticPrinter.cpp
head/contrib/llvm/tools/clang/lib/Frontend/TextDiagnostic.cpp
head/contrib/llvm/tools/clang/lib/Frontend/VerifyDiagnosticConsumer.cpp
head/contrib/llvm/tools/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
head/contrib/llvm/tools/clang/lib/Headers/Intrin.h
head/contrib/llvm/tools/clang/lib/Headers/altivec.h
head/contrib/llvm/tools/clang/lib/Headers/arm_acle.h
head/contrib/llvm/tools/clang/lib/Headers/bmiintrin.h
head/contrib/llvm/tools/clang/lib/Headers/cpuid.h
head/contrib/llvm/tools/clang/lib/Headers/emmintrin.h
head/contrib/llvm/tools/clang/lib/Headers/float.h
head/contrib/llvm/tools/clang/lib/Headers/immintrin.h
head/contrib/llvm/tools/clang/lib/Headers/lzcntintrin.h
head/contrib/llvm/tools/clang/lib/Headers/module.modulemap
head/contrib/llvm/tools/clang/lib/Headers/shaintrin.h
head/contrib/llvm/tools/clang/lib/Headers/stddef.h
head/contrib/llvm/tools/clang/lib/Headers/unwind.h
head/contrib/llvm/tools/clang/lib/Headers/xmmintrin.h
head/contrib/llvm/tools/clang/lib/Index/CommentToXML.cpp
head/contrib/llvm/tools/clang/lib/Index/SimpleFormatContext.h
head/contrib/llvm/tools/clang/lib/Index/USRGeneration.cpp
head/contrib/llvm/tools/clang/lib/Lex/HeaderMap.cpp
head/contrib/llvm/tools/clang/lib/Lex/HeaderSearch.cpp
head/contrib/llvm/tools/clang/lib/Lex/Lexer.cpp
head/contrib/llvm/tools/clang/lib/Lex/LiteralSupport.cpp
head/contrib/llvm/tools/clang/lib/Lex/MacroArgs.cpp
head/contrib/llvm/tools/clang/lib/Lex/ModuleMap.cpp
head/contrib/llvm/tools/clang/lib/Lex/PPDirectives.cpp
head/contrib/llvm/tools/clang/lib/Lex/PPExpressions.cpp
head/contrib/llvm/tools/clang/lib/Lex/PPLexerChange.cpp
head/contrib/llvm/tools/clang/lib/Lex/PPMacroExpansion.cpp
head/contrib/llvm/tools/clang/lib/Lex/PTHLexer.cpp
head/contrib/llvm/tools/clang/lib/Lex/Pragma.cpp
head/contrib/llvm/tools/clang/lib/Lex/Preprocessor.cpp
head/contrib/llvm/tools/clang/lib/Lex/ScratchBuffer.cpp
head/contrib/llvm/tools/clang/lib/Lex/TokenConcatenation.cpp
head/contrib/llvm/tools/clang/lib/Lex/TokenLexer.cpp
head/contrib/llvm/tools/clang/lib/Lex/UnicodeCharSets.h
head/contrib/llvm/tools/clang/lib/Parse/ParseAST.cpp
head/contrib/llvm/tools/clang/lib/Parse/ParseCXXInlineMethods.cpp
head/contrib/llvm/tools/clang/lib/Parse/ParseDecl.cpp
head/contrib/llvm/tools/clang/lib/Parse/ParseDeclCXX.cpp
head/contrib/llvm/tools/clang/lib/Parse/ParseExpr.cpp
head/contrib/llvm/tools/clang/lib/Parse/ParseExprCXX.cpp
head/contrib/llvm/tools/clang/lib/Parse/ParseInit.cpp
head/contrib/llvm/tools/clang/lib/Parse/ParseObjc.cpp
head/contrib/llvm/tools/clang/lib/Parse/ParseOpenMP.cpp
head/contrib/llvm/tools/clang/lib/Parse/ParsePragma.cpp
head/contrib/llvm/tools/clang/lib/Parse/ParseStmt.cpp
head/contrib/llvm/tools/clang/lib/Parse/ParseStmtAsm.cpp
head/contrib/llvm/tools/clang/lib/Parse/ParseTemplate.cpp
head/contrib/llvm/tools/clang/lib/Parse/ParseTentative.cpp
head/contrib/llvm/tools/clang/lib/Parse/Parser.cpp
head/contrib/llvm/tools/clang/lib/Parse/RAIIObjectsForParser.h
head/contrib/llvm/tools/clang/lib/Rewrite/RewriteRope.cpp
head/contrib/llvm/tools/clang/lib/Rewrite/Rewriter.cpp
head/contrib/llvm/tools/clang/lib/Sema/AnalysisBasedWarnings.cpp
head/contrib/llvm/tools/clang/lib/Sema/AttributeList.cpp
head/contrib/llvm/tools/clang/lib/Sema/DeclSpec.cpp
head/contrib/llvm/tools/clang/lib/Sema/IdentifierResolver.cpp
head/contrib/llvm/tools/clang/lib/Sema/JumpDiagnostics.cpp
head/contrib/llvm/tools/clang/lib/Sema/MultiplexExternalSemaSource.cpp
head/contrib/llvm/tools/clang/lib/Sema/Scope.cpp
head/contrib/llvm/tools/clang/lib/Sema/ScopeInfo.cpp
head/contrib/llvm/tools/clang/lib/Sema/Sema.cpp
head/contrib/llvm/tools/clang/lib/Sema/SemaAccess.cpp
head/contrib/llvm/tools/clang/lib/Sema/SemaAttr.cpp
head/contrib/llvm/tools/clang/lib/Sema/SemaCXXScopeSpec.cpp
head/contrib/llvm/tools/clang/lib/Sema/SemaCast.cpp
head/contrib/llvm/tools/clang/lib/Sema/SemaChecking.cpp
head/contrib/llvm/tools/clang/lib/Sema/SemaCodeComplete.cpp
head/contrib/llvm/tools/clang/lib/Sema/SemaDecl.cpp
head/contrib/llvm/tools/clang/lib/Sema/SemaDeclAttr.cpp
head/contrib/llvm/tools/clang/lib/Sema/SemaDeclCXX.cpp
head/contrib/llvm/tools/clang/lib/Sema/SemaDeclObjC.cpp
head/contrib/llvm/tools/clang/lib/Sema/SemaExceptionSpec.cpp
head/contrib/llvm/tools/clang/lib/Sema/SemaExpr.cpp
head/contrib/llvm/tools/clang/lib/Sema/SemaExprCXX.cpp
head/contrib/llvm/tools/clang/lib/Sema/SemaExprMember.cpp
head/contrib/llvm/tools/clang/lib/Sema/SemaExprObjC.cpp
head/contrib/llvm/tools/clang/lib/Sema/SemaInit.cpp
head/contrib/llvm/tools/clang/lib/Sema/SemaLambda.cpp
head/contrib/llvm/tools/clang/lib/Sema/SemaLookup.cpp
head/contrib/llvm/tools/clang/lib/Sema/SemaObjCProperty.cpp
head/contrib/llvm/tools/clang/lib/Sema/SemaOpenMP.cpp
head/contrib/llvm/tools/clang/lib/Sema/SemaOverload.cpp
head/contrib/llvm/tools/clang/lib/Sema/SemaPseudoObject.cpp
head/contrib/llvm/tools/clang/lib/Sema/SemaStmt.cpp
head/contrib/llvm/tools/clang/lib/Sema/SemaStmtAsm.cpp
head/contrib/llvm/tools/clang/lib/Sema/SemaStmtAttr.cpp
head/contrib/llvm/tools/clang/lib/Sema/SemaTemplate.cpp
head/contrib/llvm/tools/clang/lib/Sema/SemaTemplateDeduction.cpp
head/contrib/llvm/tools/clang/lib/Sema/SemaTemplateInstantiate.cpp
head/contrib/llvm/tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
head/contrib/llvm/tools/clang/lib/Sema/SemaTemplateVariadic.cpp
head/contrib/llvm/tools/clang/lib/Sema/SemaType.cpp
head/contrib/llvm/tools/clang/lib/Sema/TreeTransform.h
head/contrib/llvm/tools/clang/lib/Sema/TypeLocBuilder.h
head/contrib/llvm/tools/clang/lib/Serialization/ASTCommon.cpp
head/contrib/llvm/tools/clang/lib/Serialization/ASTCommon.h
head/contrib/llvm/tools/clang/lib/Serialization/ASTReader.cpp
head/contrib/llvm/tools/clang/lib/Serialization/ASTReaderDecl.cpp
head/contrib/llvm/tools/clang/lib/Serialization/ASTReaderInternals.h
head/contrib/llvm/tools/clang/lib/Serialization/ASTReaderStmt.cpp
head/contrib/llvm/tools/clang/lib/Serialization/ASTWriter.cpp
head/contrib/llvm/tools/clang/lib/Serialization/ASTWriterDecl.cpp
head/contrib/llvm/tools/clang/lib/Serialization/ASTWriterStmt.cpp
head/contrib/llvm/tools/clang/lib/Serialization/GlobalModuleIndex.cpp
head/contrib/llvm/tools/clang/lib/Serialization/Module.cpp
head/contrib/llvm/tools/clang/lib/Serialization/ModuleManager.cpp
head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/AllocationDiagnostics.h
head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp
head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/BuiltinFunctionChecker.cpp
head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/Checkers.td
head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ClangSACheckers.h
head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp
head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/InterCheckerAPI.h
head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp
head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp
head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/NonNullParamChecker.cpp
head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp
head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/SelectorExtras.h
head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/SimpleStreamChecker.cpp
head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/TestAfterDivZeroChecker.cpp
head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp
head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp
head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp
head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp
head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/AnalysisManager.cpp
head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/AnalyzerOptions.cpp
head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp
head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp
head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/MemRegion.cpp
head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/PathDiagnostic.cpp
head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/PrettyStackTraceLocationContext.h
head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ProgramState.cpp
head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp
head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SimpleConstraintManager.h
head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/Store.cpp
head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp
head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/FrontendActions.cpp
head/contrib/llvm/tools/clang/lib/Tooling/ArgumentsAdjusters.cpp
head/contrib/llvm/tools/clang/lib/Tooling/CommonOptionsParser.cpp
head/contrib/llvm/tools/clang/lib/Tooling/CompilationDatabase.cpp
head/contrib/llvm/tools/clang/lib/Tooling/JSONCompilationDatabase.cpp
head/contrib/llvm/tools/clang/lib/Tooling/Refactoring.cpp
head/contrib/llvm/tools/clang/lib/Tooling/Tooling.cpp
head/contrib/llvm/tools/clang/tools/driver/cc1_main.cpp
head/contrib/llvm/tools/clang/tools/driver/cc1as_main.cpp
head/contrib/llvm/tools/clang/tools/driver/driver.cpp
head/contrib/llvm/tools/clang/utils/TableGen/ClangAttrEmitter.cpp
head/contrib/llvm/tools/clang/utils/TableGen/NeonEmitter.cpp
head/contrib/llvm/tools/clang/utils/TableGen/TableGenBackends.h
head/contrib/llvm/tools/llc/llc.cpp
head/contrib/llvm/tools/lldb/docs/lldb.1
head/contrib/llvm/tools/lldb/include/lldb/API/LLDB.h
head/contrib/llvm/tools/lldb/include/lldb/API/SBAddress.h
head/contrib/llvm/tools/lldb/include/lldb/API/SBBreakpoint.h
head/contrib/llvm/tools/lldb/include/lldb/API/SBCommandInterpreter.h
head/contrib/llvm/tools/lldb/include/lldb/API/SBCompileUnit.h
head/contrib/llvm/tools/lldb/include/lldb/API/SBData.h
head/contrib/llvm/tools/lldb/include/lldb/API/SBDebugger.h
head/contrib/llvm/tools/lldb/include/lldb/API/SBDefines.h
head/contrib/llvm/tools/lldb/include/lldb/API/SBEvent.h
head/contrib/llvm/tools/lldb/include/lldb/API/SBFileSpec.h
head/contrib/llvm/tools/lldb/include/lldb/API/SBFrame.h
head/contrib/llvm/tools/lldb/include/lldb/API/SBFunction.h
head/contrib/llvm/tools/lldb/include/lldb/API/SBListener.h
head/contrib/llvm/tools/lldb/include/lldb/API/SBProcess.h
head/contrib/llvm/tools/lldb/include/lldb/API/SBSection.h
head/contrib/llvm/tools/lldb/include/lldb/API/SBStream.h
head/contrib/llvm/tools/lldb/include/lldb/API/SBTarget.h
head/contrib/llvm/tools/lldb/include/lldb/API/SBThread.h
head/contrib/llvm/tools/lldb/include/lldb/API/SBType.h
head/contrib/llvm/tools/lldb/include/lldb/API/SBTypeSummary.h
head/contrib/llvm/tools/lldb/include/lldb/API/SBValue.h
head/contrib/llvm/tools/lldb/include/lldb/API/SBValueList.h
head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/Breakpoint.h
head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointID.h
head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointIDList.h
head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointList.h
head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointLocation.h
head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointLocationCollection.h
head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointLocationList.h
head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointResolver.h
head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointResolverAddress.h
head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointResolverFileLine.h
head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointResolverFileRegex.h
head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointResolverName.h
head/contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointSite.h
head/contrib/llvm/tools/lldb/include/lldb/Core/Address.h
head/contrib/llvm/tools/lldb/include/lldb/Core/ArchSpec.h
head/contrib/llvm/tools/lldb/include/lldb/Core/Communication.h
head/contrib/llvm/tools/lldb/include/lldb/Core/Connection.h
head/contrib/llvm/tools/lldb/include/lldb/Core/DataBuffer.h
head/contrib/llvm/tools/lldb/include/lldb/Core/DataExtractor.h
head/contrib/llvm/tools/lldb/include/lldb/Core/Debugger.h
head/contrib/llvm/tools/lldb/include/lldb/Core/Disassembler.h
head/contrib/llvm/tools/lldb/include/lldb/Core/FileSpecList.h
head/contrib/llvm/tools/lldb/include/lldb/Core/IOHandler.h
head/contrib/llvm/tools/lldb/include/lldb/Core/Mangled.h
head/contrib/llvm/tools/lldb/include/lldb/Core/ModuleList.h
head/contrib/llvm/tools/lldb/include/lldb/Core/PluginManager.h
head/contrib/llvm/tools/lldb/include/lldb/Core/RegularExpression.h
head/contrib/llvm/tools/lldb/include/lldb/Core/SearchFilter.h
head/contrib/llvm/tools/lldb/include/lldb/Core/Section.h
head/contrib/llvm/tools/lldb/include/lldb/Core/StreamString.h
head/contrib/llvm/tools/lldb/include/lldb/Core/ThreadSafeSTLMap.h
head/contrib/llvm/tools/lldb/include/lldb/Core/ValueObject.h
head/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectChild.h
head/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectConstResult.h
head/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectConstResultImpl.h
head/contrib/llvm/tools/lldb/include/lldb/Core/ValueObjectSyntheticFilter.h
head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/CXXFormatterFunctions.h
head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/DataVisualization.h
head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/FormatCache.h
head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/FormatManager.h
head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/FormattersContainer.h
head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeCategory.h
head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeCategoryMap.h
head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeSummary.h
head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/TypeSynthetic.h
head/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ValueObjectPrinter.h
head/contrib/llvm/tools/lldb/include/lldb/Expression/ClangExpressionParser.h
head/contrib/llvm/tools/lldb/include/lldb/Expression/ClangExpressionVariable.h
head/contrib/llvm/tools/lldb/include/lldb/Expression/ClangFunction.h
head/contrib/llvm/tools/lldb/include/lldb/Expression/ClangUserExpression.h
head/contrib/llvm/tools/lldb/include/lldb/Expression/IRExecutionUnit.h
head/contrib/llvm/tools/lldb/include/lldb/Host/Config.h
head/contrib/llvm/tools/lldb/include/lldb/Host/Editline.h
head/contrib/llvm/tools/lldb/include/lldb/Host/FileSpec.h
head/contrib/llvm/tools/lldb/include/lldb/Host/Host.h
head/contrib/llvm/tools/lldb/include/lldb/Host/HostInfoBase.h
head/contrib/llvm/tools/lldb/include/lldb/Host/HostProcess.h
head/contrib/llvm/tools/lldb/include/lldb/Host/Pipe.h
head/contrib/llvm/tools/lldb/include/lldb/Host/Predicate.h
head/contrib/llvm/tools/lldb/include/lldb/Host/Socket.h
head/contrib/llvm/tools/lldb/include/lldb/Host/TimeValue.h
head/contrib/llvm/tools/lldb/include/lldb/Host/freebsd/HostInfoFreeBSD.h
head/contrib/llvm/tools/lldb/include/lldb/Host/posix/HostInfoPosix.h
head/contrib/llvm/tools/lldb/include/lldb/Host/posix/HostProcessPosix.h
head/contrib/llvm/tools/lldb/include/lldb/Interpreter/Args.h
head/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandInterpreter.h
head/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandObject.h
head/contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandObjectRegexCommand.h
head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionGroupValueObjectDisplay.h
head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValue.h
head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueProperties.h
head/contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValues.h
head/contrib/llvm/tools/lldb/include/lldb/Interpreter/Property.h
head/contrib/llvm/tools/lldb/include/lldb/Interpreter/ScriptInterpreter.h
head/contrib/llvm/tools/lldb/include/lldb/Interpreter/ScriptInterpreterPython.h
head/contrib/llvm/tools/lldb/include/lldb/Symbol/ClangASTContext.h
head/contrib/llvm/tools/lldb/include/lldb/Symbol/ClangASTType.h
head/contrib/llvm/tools/lldb/include/lldb/Symbol/ClangExternalASTSourceCommon.h
head/contrib/llvm/tools/lldb/include/lldb/Symbol/DWARFCallFrameInfo.h
head/contrib/llvm/tools/lldb/include/lldb/Symbol/FuncUnwinders.h
head/contrib/llvm/tools/lldb/include/lldb/Symbol/SymbolContext.h
head/contrib/llvm/tools/lldb/include/lldb/Symbol/Type.h
head/contrib/llvm/tools/lldb/include/lldb/Symbol/UnwindPlan.h
head/contrib/llvm/tools/lldb/include/lldb/Symbol/UnwindTable.h
head/contrib/llvm/tools/lldb/include/lldb/Target/ABI.h
head/contrib/llvm/tools/lldb/include/lldb/Target/CPPLanguageRuntime.h
head/contrib/llvm/tools/lldb/include/lldb/Target/FileAction.h
head/contrib/llvm/tools/lldb/include/lldb/Target/ObjCLanguageRuntime.h
head/contrib/llvm/tools/lldb/include/lldb/Target/Platform.h
head/contrib/llvm/tools/lldb/include/lldb/Target/Process.h
head/contrib/llvm/tools/lldb/include/lldb/Target/ProcessLaunchInfo.h
head/contrib/llvm/tools/lldb/include/lldb/Target/StackFrame.h
head/contrib/llvm/tools/lldb/include/lldb/Target/StopInfo.h
head/contrib/llvm/tools/lldb/include/lldb/Target/Target.h
head/contrib/llvm/tools/lldb/include/lldb/Target/TargetList.h
head/contrib/llvm/tools/lldb/include/lldb/Target/Thread.h
head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadList.h
head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlan.h
head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanStepOverBreakpoint.h
head/contrib/llvm/tools/lldb/include/lldb/Target/ThreadPlanStepRange.h
head/contrib/llvm/tools/lldb/include/lldb/Target/Unwind.h
head/contrib/llvm/tools/lldb/include/lldb/Utility/CleanUp.h
head/contrib/llvm/tools/lldb/include/lldb/Utility/Iterable.h
head/contrib/llvm/tools/lldb/include/lldb/Utility/StringLexer.h
head/contrib/llvm/tools/lldb/include/lldb/lldb-defines.h
head/contrib/llvm/tools/lldb/include/lldb/lldb-enumerations.h
head/contrib/llvm/tools/lldb/include/lldb/lldb-forward.h
head/contrib/llvm/tools/lldb/include/lldb/lldb-private-enumerations.h
head/contrib/llvm/tools/lldb/include/lldb/lldb-private-interfaces.h
head/contrib/llvm/tools/lldb/include/lldb/lldb-private-types.h
head/contrib/llvm/tools/lldb/include/lldb/lldb-private.h
head/contrib/llvm/tools/lldb/include/lldb/lldb-types.h
head/contrib/llvm/tools/lldb/source/API/SBAddress.cpp
head/contrib/llvm/tools/lldb/source/API/SBBreakpoint.cpp
head/contrib/llvm/tools/lldb/source/API/SBCommandInterpreter.cpp
head/contrib/llvm/tools/lldb/source/API/SBCommunication.cpp
head/contrib/llvm/tools/lldb/source/API/SBCompileUnit.cpp
head/contrib/llvm/tools/lldb/source/API/SBDebugger.cpp
head/contrib/llvm/tools/lldb/source/API/SBEvent.cpp
head/contrib/llvm/tools/lldb/source/API/SBFunction.cpp
head/contrib/llvm/tools/lldb/source/API/SBHostOS.cpp
head/contrib/llvm/tools/lldb/source/API/SBInstruction.cpp
head/contrib/llvm/tools/lldb/source/API/SBInstructionList.cpp
head/contrib/llvm/tools/lldb/source/API/SBListener.cpp
head/contrib/llvm/tools/lldb/source/API/SBPlatform.cpp
head/contrib/llvm/tools/lldb/source/API/SBProcess.cpp
head/contrib/llvm/tools/lldb/source/API/SBSection.cpp
head/contrib/llvm/tools/lldb/source/API/SBTarget.cpp
head/contrib/llvm/tools/lldb/source/API/SBThread.cpp
head/contrib/llvm/tools/lldb/source/API/SBType.cpp
head/contrib/llvm/tools/lldb/source/API/SBTypeSummary.cpp
head/contrib/llvm/tools/lldb/source/API/SBValue.cpp
head/contrib/llvm/tools/lldb/source/API/SBValueList.cpp
head/contrib/llvm/tools/lldb/source/Breakpoint/Breakpoint.cpp
head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointID.cpp
head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointIDList.cpp
head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointLocation.cpp
head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointLocationCollection.cpp
head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointLocationList.cpp
head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointOptions.cpp
head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointResolverAddress.cpp
head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointResolverFileLine.cpp
head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointResolverFileRegex.cpp
head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointResolverName.cpp
head/contrib/llvm/tools/lldb/source/Breakpoint/BreakpointSite.cpp
head/contrib/llvm/tools/lldb/source/Commands/CommandCompletions.cpp
head/contrib/llvm/tools/lldb/source/Commands/CommandObjectBreakpoint.cpp
head/contrib/llvm/tools/lldb/source/Commands/CommandObjectBreakpoint.h
head/contrib/llvm/tools/lldb/source/Commands/CommandObjectBreakpointCommand.cpp
head/contrib/llvm/tools/lldb/source/Commands/CommandObjectCommands.cpp
head/contrib/llvm/tools/lldb/source/Commands/CommandObjectExpression.cpp
head/contrib/llvm/tools/lldb/source/Commands/CommandObjectMemory.cpp
head/contrib/llvm/tools/lldb/source/Commands/CommandObjectPlatform.cpp
head/contrib/llvm/tools/lldb/source/Commands/CommandObjectProcess.cpp
head/contrib/llvm/tools/lldb/source/Commands/CommandObjectSource.cpp
head/contrib/llvm/tools/lldb/source/Commands/CommandObjectSyntax.cpp
head/contrib/llvm/tools/lldb/source/Commands/CommandObjectTarget.cpp
head/contrib/llvm/tools/lldb/source/Commands/CommandObjectThread.cpp
head/contrib/llvm/tools/lldb/source/Commands/CommandObjectType.cpp
head/contrib/llvm/tools/lldb/source/Commands/CommandObjectWatchpointCommand.cpp
head/contrib/llvm/tools/lldb/source/Core/Address.cpp
head/contrib/llvm/tools/lldb/source/Core/AddressRange.cpp
head/contrib/llvm/tools/lldb/source/Core/AddressResolverFileLine.cpp
head/contrib/llvm/tools/lldb/source/Core/ArchSpec.cpp
head/contrib/llvm/tools/lldb/source/Core/Communication.cpp
head/contrib/llvm/tools/lldb/source/Core/Connection.cpp
head/contrib/llvm/tools/lldb/source/Core/ConnectionSharedMemory.cpp
head/contrib/llvm/tools/lldb/source/Core/ConstString.cpp
head/contrib/llvm/tools/lldb/source/Core/DataExtractor.cpp
head/contrib/llvm/tools/lldb/source/Core/Debugger.cpp
head/contrib/llvm/tools/lldb/source/Core/Disassembler.cpp
head/contrib/llvm/tools/lldb/source/Core/FastDemangle.cpp
head/contrib/llvm/tools/lldb/source/Core/FileSpecList.cpp
head/contrib/llvm/tools/lldb/source/Core/IOHandler.cpp
head/contrib/llvm/tools/lldb/source/Core/Log.cpp
head/contrib/llvm/tools/lldb/source/Core/Mangled.cpp
head/contrib/llvm/tools/lldb/source/Core/Module.cpp
head/contrib/llvm/tools/lldb/source/Core/ModuleList.cpp
head/contrib/llvm/tools/lldb/source/Core/PluginManager.cpp
head/contrib/llvm/tools/lldb/source/Core/RegularExpression.cpp
head/contrib/llvm/tools/lldb/source/Core/SearchFilter.cpp
head/contrib/llvm/tools/lldb/source/Core/Section.cpp
head/contrib/llvm/tools/lldb/source/Core/StreamString.cpp
head/contrib/llvm/tools/lldb/source/Core/ValueObject.cpp
head/contrib/llvm/tools/lldb/source/Core/ValueObjectCast.cpp
head/contrib/llvm/tools/lldb/source/Core/ValueObjectChild.cpp
head/contrib/llvm/tools/lldb/source/Core/ValueObjectConstResult.cpp
head/contrib/llvm/tools/lldb/source/Core/ValueObjectConstResultImpl.cpp
head/contrib/llvm/tools/lldb/source/Core/ValueObjectDynamicValue.cpp
head/contrib/llvm/tools/lldb/source/Core/ValueObjectMemory.cpp
head/contrib/llvm/tools/lldb/source/Core/ValueObjectSyntheticFilter.cpp
head/contrib/llvm/tools/lldb/source/Core/ValueObjectVariable.cpp
head/contrib/llvm/tools/lldb/source/DataFormatters/CF.cpp
head/contrib/llvm/tools/lldb/source/DataFormatters/CXXFormatterFunctions.cpp
head/contrib/llvm/tools/lldb/source/DataFormatters/Cocoa.cpp
head/contrib/llvm/tools/lldb/source/DataFormatters/DataVisualization.cpp
head/contrib/llvm/tools/lldb/source/DataFormatters/FormatCache.cpp
head/contrib/llvm/tools/lldb/source/DataFormatters/FormatManager.cpp
head/contrib/llvm/tools/lldb/source/DataFormatters/LibCxx.cpp
head/contrib/llvm/tools/lldb/source/DataFormatters/LibCxxList.cpp
head/contrib/llvm/tools/lldb/source/DataFormatters/LibCxxMap.cpp
head/contrib/llvm/tools/lldb/source/DataFormatters/LibCxxUnorderedMap.cpp
head/contrib/llvm/tools/lldb/source/DataFormatters/LibStdcpp.cpp
head/contrib/llvm/tools/lldb/source/DataFormatters/NSArray.cpp
head/contrib/llvm/tools/lldb/source/DataFormatters/NSDictionary.cpp
head/contrib/llvm/tools/lldb/source/DataFormatters/NSSet.cpp
head/contrib/llvm/tools/lldb/source/DataFormatters/TypeCategory.cpp
head/contrib/llvm/tools/lldb/source/DataFormatters/TypeCategoryMap.cpp
head/contrib/llvm/tools/lldb/source/DataFormatters/TypeFormat.cpp
head/contrib/llvm/tools/lldb/source/DataFormatters/TypeSummary.cpp
head/contrib/llvm/tools/lldb/source/DataFormatters/TypeSynthetic.cpp
head/contrib/llvm/tools/lldb/source/DataFormatters/ValueObjectPrinter.cpp
head/contrib/llvm/tools/lldb/source/Expression/ClangASTSource.cpp
head/contrib/llvm/tools/lldb/source/Expression/ClangExpressionDeclMap.cpp
head/contrib/llvm/tools/lldb/source/Expression/ClangExpressionParser.cpp
head/contrib/llvm/tools/lldb/source/Expression/ClangExpressionVariable.cpp
head/contrib/llvm/tools/lldb/source/Expression/ClangFunction.cpp
head/contrib/llvm/tools/lldb/source/Expression/ClangUserExpression.cpp
head/contrib/llvm/tools/lldb/source/Expression/DWARFExpression.cpp
head/contrib/llvm/tools/lldb/source/Expression/IRExecutionUnit.cpp
head/contrib/llvm/tools/lldb/source/Expression/IRForTarget.cpp
head/contrib/llvm/tools/lldb/source/Host/common/Editline.cpp
head/contrib/llvm/tools/lldb/source/Host/common/File.cpp
head/contrib/llvm/tools/lldb/source/Host/common/FileSpec.cpp
head/contrib/llvm/tools/lldb/source/Host/common/Host.cpp
head/contrib/llvm/tools/lldb/source/Host/common/HostInfoBase.cpp
head/contrib/llvm/tools/lldb/source/Host/common/NativeProcessProtocol.cpp
head/contrib/llvm/tools/lldb/source/Host/common/NativeProcessProtocol.h
head/contrib/llvm/tools/lldb/source/Host/common/NativeThreadProtocol.h
head/contrib/llvm/tools/lldb/source/Host/common/Socket.cpp
head/contrib/llvm/tools/lldb/source/Host/common/SocketAddress.cpp
head/contrib/llvm/tools/lldb/source/Host/common/SoftwareBreakpoint.cpp
head/contrib/llvm/tools/lldb/source/Host/freebsd/Host.cpp
head/contrib/llvm/tools/lldb/source/Host/freebsd/HostInfoFreeBSD.cpp
head/contrib/llvm/tools/lldb/source/Host/posix/HostInfoPosix.cpp
head/contrib/llvm/tools/lldb/source/Host/posix/HostProcessPosix.cpp
head/contrib/llvm/tools/lldb/source/Interpreter/Args.cpp
head/contrib/llvm/tools/lldb/source/Interpreter/CommandInterpreter.cpp
head/contrib/llvm/tools/lldb/source/Interpreter/CommandObject.cpp
head/contrib/llvm/tools/lldb/source/Interpreter/CommandObjectRegexCommand.cpp
head/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupPlatform.cpp
head/contrib/llvm/tools/lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp
head/contrib/llvm/tools/lldb/source/Interpreter/OptionValue.cpp
head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueArch.cpp
head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueArray.cpp
head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueBoolean.cpp
head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueDictionary.cpp
head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueEnumeration.cpp
head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueFileSpec.cpp
head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueFileSpecLIst.cpp
head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueFormat.cpp
head/contrib/llvm/tools/lldb/source/Interpreter/OptionValuePathMappings.cpp
head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueProperties.cpp
head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueRegex.cpp
head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueSInt64.cpp
head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueString.cpp
head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueUInt64.cpp
head/contrib/llvm/tools/lldb/source/Interpreter/OptionValueUUID.cpp
head/contrib/llvm/tools/lldb/source/Interpreter/Property.cpp
head/contrib/llvm/tools/lldb/source/Interpreter/ScriptInterpreter.cpp
head/contrib/llvm/tools/lldb/source/Interpreter/ScriptInterpreterPython.cpp
head/contrib/llvm/tools/lldb/source/Interpreter/embedded_interpreter.py
head/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp
head/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.h
head/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp
head/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.h
head/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.h
head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-hexagon/ABISysV_hexagon.h
head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
head/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.h
head/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
head/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
head/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
head/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h
head/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
head/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp
head/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.h
head/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp
head/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.cpp
head/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
head/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h
head/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
head/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h
head/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
head/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.h
head/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
head/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h
head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp
head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.cpp
head/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.h
head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/POSIXThread.cpp
head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/ProcessPOSIX.cpp
head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/ProcessPOSIX.h
head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIXProcessMonitor_arm64.cpp
head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIXProcessMonitor_mips64.cpp
head/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/RegisterContextPOSIXProcessMonitor_x86.cpp
head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ARMDefines.h
head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/HistoryThread.cpp
head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/HistoryThread.h
head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/HistoryUnwind.cpp
head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/HistoryUnwind.h
head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.cpp
head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/InstructionUtils.h
head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/LinuxSignals.cpp
head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.h
head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp
head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_x86.cpp
head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_x86.h
head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterContextThreadMemory.cpp
head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_i386.h
head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_x86_64.h
head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp
head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/UnwindLLDB.cpp
head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/UnwindLLDB.h
head/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/lldb-x86-register-enums.h
head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.h
head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.cpp
head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.cpp
head/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp
head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h
head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
head/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.cpp
head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp
head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h
head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDataExtractor.h
head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp
head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.h
head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugPubnames.cpp
head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp
head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.h
head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h
head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
head/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
head/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
head/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp
head/contrib/llvm/tools/lldb/source/Symbol/ClangASTContext.cpp
head/contrib/llvm/tools/lldb/source/Symbol/ClangASTImporter.cpp
head/contrib/llvm/tools/lldb/source/Symbol/ClangASTType.cpp
head/contrib/llvm/tools/lldb/source/Symbol/ClangExternalASTSourceCommon.cpp
head/contrib/llvm/tools/lldb/source/Symbol/CompileUnit.cpp
head/contrib/llvm/tools/lldb/source/Symbol/DWARFCallFrameInfo.cpp
head/contrib/llvm/tools/lldb/source/Symbol/Declaration.cpp
head/contrib/llvm/tools/lldb/source/Symbol/FuncUnwinders.cpp
head/contrib/llvm/tools/lldb/source/Symbol/LineTable.cpp
head/contrib/llvm/tools/lldb/source/Symbol/ObjectFile.cpp
head/contrib/llvm/tools/lldb/source/Symbol/Symbol.cpp
head/contrib/llvm/tools/lldb/source/Symbol/SymbolContext.cpp
head/contrib/llvm/tools/lldb/source/Symbol/Type.cpp
head/contrib/llvm/tools/lldb/source/Symbol/UnwindPlan.cpp
head/contrib/llvm/tools/lldb/source/Symbol/UnwindTable.cpp
head/contrib/llvm/tools/lldb/source/Symbol/Variable.cpp
head/contrib/llvm/tools/lldb/source/Target/CPPLanguageRuntime.cpp
head/contrib/llvm/tools/lldb/source/Target/FileAction.cpp
head/contrib/llvm/tools/lldb/source/Target/LanguageRuntime.cpp
head/contrib/llvm/tools/lldb/source/Target/Memory.cpp
head/contrib/llvm/tools/lldb/source/Target/ObjCLanguageRuntime.cpp
head/contrib/llvm/tools/lldb/source/Target/Platform.cpp
head/contrib/llvm/tools/lldb/source/Target/Process.cpp
head/contrib/llvm/tools/lldb/source/Target/ProcessLaunchInfo.cpp
head/contrib/llvm/tools/lldb/source/Target/StackFrame.cpp
head/contrib/llvm/tools/lldb/source/Target/StackFrameList.cpp
head/contrib/llvm/tools/lldb/source/Target/StopInfo.cpp
head/contrib/llvm/tools/lldb/source/Target/Target.cpp
head/contrib/llvm/tools/lldb/source/Target/TargetList.cpp
head/contrib/llvm/tools/lldb/source/Target/Thread.cpp
head/contrib/llvm/tools/lldb/source/Target/ThreadList.cpp
head/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepInRange.cpp
head/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepInstruction.cpp
head/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepOut.cpp
head/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepOverBreakpoint.cpp
head/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepOverRange.cpp
head/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepRange.cpp
head/contrib/llvm/tools/lldb/source/Target/ThreadPlanStepThrough.cpp
head/contrib/llvm/tools/lldb/source/Target/ThreadPlanTracer.cpp
head/contrib/llvm/tools/lldb/source/Utility/PseudoTerminal.cpp
head/contrib/llvm/tools/lldb/source/Utility/StringExtractor.cpp
head/contrib/llvm/tools/lldb/source/Utility/StringExtractor.h
head/contrib/llvm/tools/lldb/source/Utility/StringExtractorGDBRemote.cpp
head/contrib/llvm/tools/lldb/source/Utility/StringLexer.cpp
head/contrib/llvm/tools/lldb/source/lldb-log.cpp
head/contrib/llvm/tools/lldb/source/lldb.cpp
head/contrib/llvm/tools/lldb/tools/driver/Driver.cpp
head/contrib/llvm/tools/lldb/tools/driver/Driver.h
head/contrib/llvm/tools/lldb/tools/driver/Platform.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/Driver.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/Driver.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgContext.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgContext.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgSet.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgSet.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValBase.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValBase.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValConsume.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValConsume.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValFile.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValFile.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValListBase.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValListBase.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValListOfN.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValListOfN.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValNumber.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValNumber.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValOptionLong.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValOptionLong.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValOptionShort.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValOptionShort.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValString.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValString.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValThreadGrp.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdArgValThreadGrp.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdBase.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdBase.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmd.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmd.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdBreak.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdBreak.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdData.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdData.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdEnviro.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdEnviro.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdExec.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdExec.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdFile.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdFile.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbInfo.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbInfo.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbSet.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbSet.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbThread.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdGdbThread.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdMiscellanous.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdMiscellanous.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdStack.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdStack.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdSupportInfo.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdSupportInfo.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdSupportList.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdSupportList.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdTarget.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdTarget.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdThread.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdThread.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdTrace.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdTrace.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdVar.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCmdVar.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCommands.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdCommands.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdData.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdData.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdFactory.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdFactory.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdInterpreter.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdInterpreter.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdInvoker.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdInvoker.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdMgr.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdMgr.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdMgrSetCmdDeleteCallback.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdMgrSetCmdDeleteCallback.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnBase.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnBase.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnConfig.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBBroadcaster.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBBroadcaster.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebugSessionInfo.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebugSessionInfo.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebugSessionInfoVarObj.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebugSessionInfoVarObj.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebugger.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebugger.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBProxySBValue.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBProxySBValue.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBUtilSBValue.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLLDBUtilSBValue.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLog.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLog.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLogMediumFile.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnLogMediumFile.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIOutOfBandRecord.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIOutOfBandRecord.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIResultRecord.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIResultRecord.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValue.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValue.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueConst.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueConst.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueList.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueList.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueResult.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueResult.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueTuple.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnMIValueTuple.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnResources.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnResources.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStderr.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStderr.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStdin.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStdin.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStdinLinux.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStdinLinux.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStdinWindows.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStdinWindows.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStdout.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnStreamStdout.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnThreadMgrStd.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MICmnThreadMgrStd.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MIDataTypes.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MIDriver.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MIDriver.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MIDriverBase.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MIDriverBase.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MIDriverMain.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MIDriverMgr.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MIDriverMgr.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilDateTimeStd.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilDateTimeStd.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilDebug.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilDebug.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilFileStd.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilFileStd.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilMapIdToVariant.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilMapIdToVariant.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilSingletonBase.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilSingletonHelper.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilString.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilString.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilSystemLinux.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilSystemLinux.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilSystemOsx.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilSystemOsx.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilSystemWindows.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilSystemWindows.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilTermios.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilTermios.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilThreadBaseStd.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilThreadBaseStd.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilVariant.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/MIUtilVariant.h
head/contrib/llvm/tools/lldb/tools/lldb-mi/Platform.cpp
head/contrib/llvm/tools/lldb/tools/lldb-mi/Platform.h
head/contrib/llvm/tools/lldb/tools/lldb-platform/lldb-platform.cpp
head/contrib/llvm/tools/lli/ChildTarget/ChildTarget.cpp
head/contrib/llvm/tools/lli/RPCChannel.h
head/contrib/llvm/tools/lli/RemoteMemoryManager.cpp
head/contrib/llvm/tools/lli/RemoteMemoryManager.h
head/contrib/llvm/tools/lli/RemoteTarget.h
head/contrib/llvm/tools/lli/RemoteTargetExternal.h
head/contrib/llvm/tools/lli/RemoteTargetMessage.h
head/contrib/llvm/tools/lli/lli.cpp
head/contrib/llvm/tools/llvm-ar/llvm-ar.cpp
head/contrib/llvm/tools/llvm-as/llvm-as.cpp
head/contrib/llvm/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
head/contrib/llvm/tools/llvm-diff/DiffConsumer.h
head/contrib/llvm/tools/llvm-diff/DiffLog.h
head/contrib/llvm/tools/llvm-diff/DifferenceEngine.h
head/contrib/llvm/tools/llvm-diff/llvm-diff.cpp
head/contrib/llvm/tools/llvm-dis/llvm-dis.cpp
head/contrib/llvm/tools/llvm-extract/llvm-extract.cpp
head/contrib/llvm/tools/llvm-link/llvm-link.cpp
head/contrib/llvm/tools/llvm-mc/Disassembler.cpp
head/contrib/llvm/tools/llvm-mc/Disassembler.h
head/contrib/llvm/tools/llvm-mc/llvm-mc.cpp
head/contrib/llvm/tools/llvm-nm/llvm-nm.cpp
head/contrib/llvm/tools/llvm-objdump/COFFDump.cpp
head/contrib/llvm/tools/llvm-objdump/MachODump.cpp
head/contrib/llvm/tools/llvm-objdump/llvm-objdump.cpp
head/contrib/llvm/tools/llvm-objdump/llvm-objdump.h
head/contrib/llvm/tools/llvm-readobj/ARMAttributeParser.cpp
head/contrib/llvm/tools/llvm-readobj/ARMAttributeParser.h
head/contrib/llvm/tools/llvm-readobj/ARMEHABIPrinter.h
head/contrib/llvm/tools/llvm-readobj/ARMWinEHPrinter.cpp
head/contrib/llvm/tools/llvm-readobj/ARMWinEHPrinter.h
head/contrib/llvm/tools/llvm-readobj/COFFDumper.cpp
head/contrib/llvm/tools/llvm-readobj/ELFDumper.cpp
head/contrib/llvm/tools/llvm-readobj/Error.cpp
head/contrib/llvm/tools/llvm-readobj/Error.h
head/contrib/llvm/tools/llvm-readobj/MachODumper.cpp
head/contrib/llvm/tools/llvm-readobj/ObjDumper.h
head/contrib/llvm/tools/llvm-readobj/StreamWriter.h
head/contrib/llvm/tools/llvm-readobj/Win64EHDumper.h
head/contrib/llvm/tools/llvm-readobj/llvm-readobj.cpp
head/contrib/llvm/tools/llvm-readobj/llvm-readobj.h
head/contrib/llvm/tools/llvm-rtdyld/llvm-rtdyld.cpp
head/contrib/llvm/tools/llvm-stress/llvm-stress.cpp
head/contrib/llvm/tools/llvm-symbolizer/LLVMSymbolize.cpp
head/contrib/llvm/tools/llvm-symbolizer/LLVMSymbolize.h
head/contrib/llvm/tools/llvm-symbolizer/llvm-symbolizer.cpp
head/contrib/llvm/tools/macho-dump/macho-dump.cpp
head/contrib/llvm/tools/opt/BreakpointPrinter.cpp
head/contrib/llvm/tools/opt/NewPMDriver.cpp
head/contrib/llvm/tools/opt/NewPMDriver.h
head/contrib/llvm/tools/opt/PassRegistry.def
head/contrib/llvm/tools/opt/Passes.cpp
head/contrib/llvm/tools/opt/Passes.h
head/contrib/llvm/tools/opt/opt.cpp
head/contrib/llvm/utils/TableGen/AsmMatcherEmitter.cpp
head/contrib/llvm/utils/TableGen/AsmWriterEmitter.cpp
head/contrib/llvm/utils/TableGen/AsmWriterInst.cpp
head/contrib/llvm/utils/TableGen/AsmWriterInst.h
head/contrib/llvm/utils/TableGen/CTagsEmitter.cpp
head/contrib/llvm/utils/TableGen/CallingConvEmitter.cpp
head/contrib/llvm/utils/TableGen/CodeEmitterGen.cpp
head/contrib/llvm/utils/TableGen/CodeGenDAGPatterns.cpp
head/contrib/llvm/utils/TableGen/CodeGenDAGPatterns.h
head/contrib/llvm/utils/TableGen/CodeGenInstruction.cpp
head/contrib/llvm/utils/TableGen/CodeGenInstruction.h
head/contrib/llvm/utils/TableGen/CodeGenIntrinsics.h
head/contrib/llvm/utils/TableGen/CodeGenRegisters.cpp
head/contrib/llvm/utils/TableGen/CodeGenRegisters.h
head/contrib/llvm/utils/TableGen/CodeGenSchedule.cpp
head/contrib/llvm/utils/TableGen/CodeGenSchedule.h
head/contrib/llvm/utils/TableGen/CodeGenTarget.cpp
head/contrib/llvm/utils/TableGen/CodeGenTarget.h
head/contrib/llvm/utils/TableGen/DAGISelEmitter.cpp
head/contrib/llvm/utils/TableGen/DAGISelMatcher.h
head/contrib/llvm/utils/TableGen/DAGISelMatcherEmitter.cpp
head/contrib/llvm/utils/TableGen/DAGISelMatcherGen.cpp
head/contrib/llvm/utils/TableGen/DAGISelMatcherOpt.cpp
head/contrib/llvm/utils/TableGen/FastISelEmitter.cpp
head/contrib/llvm/utils/TableGen/FixedLenDecoderEmitter.cpp
head/contrib/llvm/utils/TableGen/InstrInfoEmitter.cpp
head/contrib/llvm/utils/TableGen/IntrinsicEmitter.cpp
head/contrib/llvm/utils/TableGen/PseudoLoweringEmitter.cpp
head/contrib/llvm/utils/TableGen/RegisterInfoEmitter.cpp
head/contrib/llvm/utils/TableGen/SequenceToOffsetTable.h
head/contrib/llvm/utils/TableGen/SubtargetEmitter.cpp
head/contrib/llvm/utils/TableGen/TableGen.cpp
head/contrib/llvm/utils/TableGen/TableGenBackends.h
head/contrib/llvm/utils/TableGen/X86DisassemblerShared.h
head/contrib/llvm/utils/TableGen/X86DisassemblerTables.cpp
head/contrib/llvm/utils/TableGen/X86DisassemblerTables.h
head/contrib/llvm/utils/TableGen/X86ModRMFilters.h
head/contrib/llvm/utils/TableGen/X86RecognizableInstr.cpp
head/contrib/llvm/utils/TableGen/X86RecognizableInstr.h
head/contrib/openpam/CREDITS
head/contrib/openpam/configure.ac
head/contrib/openpam/lib/libpam/openpam_dispatch.c
head/contrib/openpam/modules/pam_unix/pam_unix.c
head/etc/mtree/BSD.debug.dist
head/etc/mtree/BSD.include.dist
head/etc/mtree/BSD.usr.dist
head/lib/clang/Makefile
head/lib/clang/clang.build.mk
head/lib/clang/include/Makefile
head/lib/clang/include/clang/Basic/Version.inc
head/lib/clang/include/clang/Config/config.h
head/lib/clang/include/llvm/Config/config.h
head/lib/clang/include/llvm/Config/llvm-config.h
head/lib/clang/include/llvm/Support/DataTypes.h
head/lib/clang/libclanganalysis/Makefile
head/lib/clang/libclangast/Makefile
head/lib/clang/libclangbasic/Makefile
head/lib/clang/libclangcodegen/Makefile
head/lib/clang/libclangdriver/Makefile
head/lib/clang/libclangfrontend/Makefile
head/lib/clang/libclangfrontendtool/Makefile
head/lib/clang/libclangsema/Makefile
head/lib/clang/libclangstaticanalyzerfrontend/Makefile
head/lib/clang/liblldbAPI/Makefile
head/lib/clang/liblldbCore/Makefile
head/lib/clang/liblldbDataFormatters/Makefile
head/lib/clang/liblldbExpression/Makefile
head/lib/clang/liblldbHostCommon/Makefile
head/lib/clang/liblldbHostFreeBSD/Makefile
head/lib/clang/liblldbHostPOSIX/Makefile
head/lib/clang/liblldbInterpreter/Makefile
head/lib/clang/liblldbPluginProcessElfCore/Makefile
head/lib/clang/liblldbPluginProcessPOSIX/Makefile
head/lib/clang/liblldbPluginProcessUtility/Makefile
head/lib/clang/liblldbSymbol/Makefile
head/lib/clang/liblldbTarget/Makefile
head/lib/clang/liblldbUtility/Makefile
head/lib/clang/libllvmaarch64codegen/Makefile
head/lib/clang/libllvmanalysis/Makefile
head/lib/clang/libllvmarmcodegen/Makefile
head/lib/clang/libllvmasmprinter/Makefile
head/lib/clang/libllvmcodegen/Makefile
head/lib/clang/libllvmcore/Makefile
head/lib/clang/libllvmdebuginfo/Makefile
head/lib/clang/libllvmexecutionengine/Makefile
head/lib/clang/libllvminstrumentation/Makefile
head/lib/clang/libllvmipa/Makefile
head/lib/clang/libllvmmc/Makefile
head/lib/clang/libllvmmcdisassembler/Makefile
head/lib/clang/libllvmmipscodegen/Makefile
head/lib/clang/libllvmmipsdesc/Makefile
head/lib/clang/libllvmobjcarcopts/Makefile
head/lib/clang/libllvmpowerpccodegen/Makefile
head/lib/clang/libllvmprofiledata/Makefile
head/lib/clang/libllvmruntimedyld/Makefile
head/lib/clang/libllvmscalaropts/Makefile
head/lib/clang/libllvmselectiondag/Makefile
head/lib/clang/libllvmsparccodegen/Makefile
head/lib/clang/libllvmsupport/Makefile
head/lib/clang/libllvmtarget/Makefile
head/lib/clang/libllvmtransformutils/Makefile
head/lib/clang/libllvmx86codegen/Makefile
head/lib/libclang_rt/Makefile.inc
head/lib/libclang_rt/asan/Makefile
head/lib/libclang_rt/san/Makefile
head/lib/libcompiler_rt/Makefile
head/share/mk/bsd.sys.mk
head/sys/boot/efi/libefi/Makefile
head/sys/boot/i386/libi386/Makefile
head/sys/boot/pc98/libpc98/Makefile
head/sys/conf/kern.mk
head/sys/sys/param.h
head/tools/build/mk/OptionalObsoleteFiles.inc
head/usr.bin/clang/bugpoint/Makefile
head/usr.bin/clang/bugpoint/bugpoint.1
head/usr.bin/clang/clang/Makefile
head/usr.bin/clang/clang/clang.1
head/usr.bin/clang/llc/Makefile
head/usr.bin/clang/llc/llc.1
head/usr.bin/clang/lldb/Makefile
head/usr.bin/clang/lli/Makefile
head/usr.bin/clang/lli/lli.1
head/usr.bin/clang/llvm-ar/Makefile
head/usr.bin/clang/llvm-ar/llvm-ar.1
head/usr.bin/clang/llvm-as/llvm-as.1
head/usr.bin/clang/llvm-bcanalyzer/llvm-bcanalyzer.1
head/usr.bin/clang/llvm-diff/llvm-diff.1
head/usr.bin/clang/llvm-dis/llvm-dis.1
head/usr.bin/clang/llvm-extract/Makefile
head/usr.bin/clang/llvm-extract/llvm-extract.1
head/usr.bin/clang/llvm-link/llvm-link.1
head/usr.bin/clang/llvm-mc/Makefile
head/usr.bin/clang/llvm-nm/Makefile
head/usr.bin/clang/llvm-nm/llvm-nm.1
head/usr.bin/clang/llvm-objdump/Makefile
head/usr.bin/clang/llvm-rtdyld/Makefile
head/usr.bin/clang/llvm-symbolizer/llvm-symbolizer.1
head/usr.bin/clang/opt/Makefile
head/usr.bin/clang/opt/opt.1
head/usr.bin/clang/tblgen/tblgen.1
Directory Properties:
head/ (props changed)
head/cddl/ (props changed)
head/cddl/contrib/opensolaris/ (props changed)
head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/print/ (props changed)
head/cddl/contrib/opensolaris/lib/libzfs/ (props changed)
head/contrib/amd/ (props changed)
head/contrib/binutils/ (props changed)
head/contrib/bmake/ (props changed)
head/contrib/compiler-rt/ (props changed)
head/contrib/ee/ (props changed)
head/contrib/elftoolchain/ (props changed)
head/contrib/gcc/ (props changed)
head/contrib/gdb/ (props changed)
head/contrib/groff/ (props changed)
head/contrib/ipfilter/ (props changed)
head/contrib/libc++/ (props changed)
head/contrib/libcxxrt/ (props changed)
head/contrib/libucl/ (props changed)
head/contrib/llvm/ (props changed)
head/contrib/llvm/tools/clang/ (props changed)
head/contrib/llvm/tools/lldb/ (props changed)
head/contrib/mdocml/ (props changed)
head/contrib/openpam/ (props changed)
head/contrib/sendmail/ (props changed)
head/contrib/tcpdump/ (props changed)
head/contrib/top/ (props changed)
head/contrib/tzdata/ (props changed)
head/contrib/xz/ (props changed)
head/etc/ (props changed)
head/gnu/usr.bin/binutils/ (props changed)
head/include/ (props changed)
head/lib/libc/ (props changed)
head/lib/libutil/ (props changed)
head/lib/libvmmapi/ (props changed)
head/sbin/ (props changed)
head/sbin/ipfw/ (props changed)
head/share/ (props changed)
head/share/man/man4/ (props changed)
head/sys/ (props changed)
head/sys/amd64/include/vmm.h (props changed)
head/sys/amd64/vmm/ (props changed)
head/sys/boot/ (props changed)
head/sys/boot/powerpc/kboot/ (props changed)
head/sys/boot/powerpc/ofw/ (props changed)
head/sys/cddl/contrib/opensolaris/ (props changed)
head/sys/conf/ (props changed)
head/sys/contrib/dev/acpica/ (props changed)
head/sys/dev/hyperv/ (props changed)
head/sys/gnu/dts/ (props changed)
head/sys/gnu/dts/arm/ (props changed)
head/sys/gnu/dts/include/ (props changed)
head/sys/modules/vmm/ (props changed)
head/usr.bin/calendar/ (props changed)
head/usr.bin/mkimg/ (props changed)
head/usr.bin/procstat/ (props changed)
head/usr.sbin/bhyve/ (props changed)
head/usr.sbin/jail/ (props changed)
Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc Sun Mar 15 11:58:52 2015 (r280030)
+++ head/ObsoleteFiles.inc Sun Mar 15 13:31:13 2015 (r280031)
@@ -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: head/UPDATING
==============================================================================
--- head/UPDATING Sun Mar 15 11:58:52 2015 (r280030)
+++ head/UPDATING Sun Mar 15 13:31:13 2015 (r280031)
@@ -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: head/contrib/compiler-rt/include/sanitizer/asan_interface.h
==============================================================================
--- head/contrib/compiler-rt/include/sanitizer/asan_interface.h Sun Mar 15 11:58:52 2015 (r280030)
+++ head/contrib/compiler-rt/include/sanitizer/asan_interface.h Sun Mar 15 13:31:13 2015 (r280031)
@@ -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: head/contrib/compiler-rt/include/sanitizer/common_interface_defs.h
==============================================================================
--- head/contrib/compiler-rt/include/sanitizer/common_interface_defs.h Sun Mar 15 11:58:52 2015 (r280030)
+++ head/contrib/compiler-rt/include/sanitizer/common_interface_defs.h Sun Mar 15 13:31:13 2015 (r280031)
@@ -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 <name>.sancov.packed in the coverage directory and return the file
- // descriptor. Returns -1 on failure, or if coverage dumping is disabled.
- // This is intended for use by sandboxing code.
- 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: head/contrib/compiler-rt/include/sanitizer/coverage_interface.h (from r280030, projects/clang360-import/contrib/compiler-rt/include/sanitizer/coverage_interface.h)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/contrib/compiler-rt/include/sanitizer/coverage_interface.h Sun Mar 15 13:31:13 2015 (r280031, copy of r280030, projects/clang360-import/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 <sanitizer/common_interface_defs.h>
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+ // Initialize coverage.
+ void __sanitizer_cov_init();
+ // Record and dump coverage info.
+ void __sanitizer_cov_dump();
+ // Open <name>.sancov.packed in the coverage directory and return the file
+ // descriptor. Returns -1 on failure, or if coverage dumping is disabled.
+ // This is intended for use by sandboxing code.
+ 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: head/contrib/compiler-rt/include/sanitizer/msan_interface.h
==============================================================================
--- head/contrib/compiler-rt/include/sanitizer/msan_interface.h Sun Mar 15 11:58:52 2015 (r280030)
+++ head/contrib/compiler-rt/include/sanitizer/msan_interface.h Sun Mar 15 13:31:13 2015 (r280031)
@@ -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: head/contrib/compiler-rt/lib/asan/README.txt
==============================================================================
--- head/contrib/compiler-rt/lib/asan/README.txt Sun Mar 15 11:58:52 2015 (r280030)
+++ head/contrib/compiler-rt/lib/asan/README.txt Sun Mar 15 13:31:13 2015 (r280031)
@@ -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: head/contrib/compiler-rt/lib/asan/asan_activation.cc
==============================================================================
--- head/contrib/compiler-rt/lib/asan/asan_activation.cc Sun Mar 15 11:58:52 2015 (r280030)
+++ head/contrib/compiler-rt/lib/asan/asan_activation.cc Sun Mar 15 13:31:13 2015 (r280031)
@@ -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: head/contrib/compiler-rt/lib/asan/asan_activation.h
==============================================================================
--- head/contrib/compiler-rt/lib/asan/asan_activation.h Sun Mar 15 11:58:52 2015 (r280030)
+++ head/contrib/compiler-rt/lib/asan/asan_activation.h Sun Mar 15 13:31:13 2015 (r280031)
@@ -16,7 +16,7 @@
#define ASAN_ACTIVATION_H
namespace __asan {
-void AsanStartDeactivated();
+void AsanDeactivate();
void AsanActivate();
} // namespace __asan
Copied: head/contrib/compiler-rt/lib/asan/asan_activation_flags.inc (from r280030, projects/clang360-import/contrib/compiler-rt/lib/asan/asan_activation_flags.inc)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/contrib/compiler-rt/lib/asan/asan_activation_flags.inc Sun Mar 15 13:31:13 2015 (r280031, copy of r280030, projects/clang360-import/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: head/contrib/compiler-rt/lib/asan/asan_allocator.cc (from r280030, projects/clang360-import/contrib/compiler-rt/lib/asan/asan_allocator.cc)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/contrib/compiler-rt/lib/asan/asan_allocator.cc Sun Mar 15 13:31:13 2015 (r280031, copy of r280030, projects/clang360-import/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<uptr>(this) + kChunkHeaderSize; }
+ uptr UsedSize(bool locked_version = false) {
+ if (user_requested_size != SizeClassMap::kMaxSize)
+ return user_requested_size;
+ return *reinterpret_cast<uptr *>(
+ get_allocator().GetMetaData(AllocBeg(locked_version)));
+ }
+ void *AllocBeg(bool locked_version = false) {
+ if (from_memalign) {
+ if (locked_version)
+ return get_allocator().GetBlockBeginFastLocked(
+ reinterpret_cast<void *>(this));
+ return get_allocator().GetBlockBegin(reinterpret_cast<void *>(this));
+ }
+ return reinterpret_cast<void*>(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<void *>(m->AllocBeg());
+ if (p != m) {
+ uptr *alloc_magic = reinterpret_cast<uptr *>(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<uptr>(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<QuarantineCallback, AsanChunk> 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<QuarantineCache *>(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<uptr>(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<AsanChunk *>(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<uptr *>(alloc_beg)[0] = kAllocBegMagic;
+ reinterpret_cast<uptr *>(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<uptr *>(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<void *>(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());
+ }
+ }
+
+ void Deallocate(void *ptr, uptr delete_size, BufferedStackTrace *stack,
+ AllocType alloc_type) {
+ uptr p = reinterpret_cast<uptr>(ptr);
+ if (p == 0) return;
+
+ uptr chunk_beg = p - kChunkHeaderSize;
+ AsanChunk *m = reinterpret_cast<AsanChunk *>(chunk_beg);
+ if (delete_size && flags()->new_delete_type_mismatch &&
+ delete_size != m->UsedSize()) {
+ ReportNewDeleteSizeMismatch(p, delete_size, stack);
+ }
+ ASAN_FREE_HOOK(ptr);
+ // Must mark the chunk as quarantined before any changes to its metadata.
+ AtomicallySetQuarantineFlag(m, ptr, stack);
+ QuarantineChunk(m, ptr, stack, alloc_type);
+ }
+
+ void *Reallocate(void *old_ptr, uptr new_size, BufferedStackTrace *stack) {
+ CHECK(old_ptr && new_size);
+ uptr p = reinterpret_cast<uptr>(old_ptr);
+ uptr chunk_beg = p - kChunkHeaderSize;
+ AsanChunk *m = reinterpret_cast<AsanChunk *>(chunk_beg);
+
+ AsanStats &thread_stats = GetCurrentThreadStats();
+ thread_stats.reallocs++;
+ thread_stats.realloced += new_size;
+
+ void *new_ptr = Allocate(new_size, 8, stack, FROM_MALLOC, true);
+ if (new_ptr) {
+ u8 chunk_state = m->chunk_state;
+ if (chunk_state != CHUNK_ALLOCATED)
+ ReportInvalidFree(old_ptr, chunk_state, stack);
+ CHECK_NE(REAL(memcpy), (void*)0);
+ uptr memcpy_size = Min(new_size, m->UsedSize());
+ // If realloc() races with free(), we may start copying freed memory.
+ // However, we will report racy double-free later anyway.
+ REAL(memcpy)(new_ptr, old_ptr, memcpy_size);
+ Deallocate(old_ptr, 0, stack, FROM_MALLOC);
+ }
+ return new_ptr;
+ }
+
+ void *Calloc(uptr nmemb, uptr size, BufferedStackTrace *stack) {
+ if (CallocShouldReturnNullDueToOverflow(size, nmemb))
+ return allocator.ReturnNullOrDie();
+ void *ptr = Allocate(nmemb * size, 8, stack, FROM_MALLOC, false);
+ // If the memory comes from the secondary allocator no need to clear it
+ // as it comes directly from mmap.
+ if (ptr && allocator.FromPrimary(ptr))
*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
More information about the svn-src-all
mailing list