Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Dec 2012 19:24:09 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r243830 - in head: contrib/llvm/include/llvm contrib/llvm/include/llvm-c contrib/llvm/include/llvm-c/Transforms contrib/llvm/include/llvm/ADT contrib/llvm/include/llvm/Analysis contrib/...
Message-ID:  <201212031924.qB3JO9CR018937@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dim
Date: Mon Dec  3 19:24:08 2012
New Revision: 243830
URL: http://svnweb.freebsd.org/changeset/base/243830

Log:
  Upgrade our copy of llvm/clang to r168974, from upstream's release_32
  branch.  This is effectively llvm/clang 3.2 RC2; the 3.2 release is
  coming soon.

Added:
  head/contrib/llvm/include/llvm/ADT/MapVector.h
     - copied unchanged from r243792, vendor/llvm/dist/include/llvm/ADT/MapVector.h
  head/contrib/llvm/include/llvm/AddressingMode.h
     - copied unchanged from r243792, vendor/llvm/dist/include/llvm/AddressingMode.h
  head/contrib/llvm/include/llvm/Analysis/DependenceAnalysis.h
     - copied unchanged from r243792, vendor/llvm/dist/include/llvm/Analysis/DependenceAnalysis.h
  head/contrib/llvm/include/llvm/Analysis/ProfileDataLoader.h
     - copied unchanged from r243792, vendor/llvm/dist/include/llvm/Analysis/ProfileDataLoader.h
  head/contrib/llvm/include/llvm/Analysis/ProfileDataTypes.h
     - copied unchanged from r243792, vendor/llvm/dist/include/llvm/Analysis/ProfileDataTypes.h
  head/contrib/llvm/include/llvm/CodeGen/CommandFlags.h
     - copied unchanged from r243792, vendor/llvm/dist/include/llvm/CodeGen/CommandFlags.h
  head/contrib/llvm/include/llvm/CodeGen/MachinePostDominators.h
     - copied unchanged from r243792, vendor/llvm/dist/include/llvm/CodeGen/MachinePostDominators.h
  head/contrib/llvm/include/llvm/CodeGen/ScheduleDAGILP.h
     - copied unchanged from r243792, vendor/llvm/dist/include/llvm/CodeGen/ScheduleDAGILP.h
  head/contrib/llvm/include/llvm/CodeGen/TargetSchedule.h
     - copied unchanged from r243792, vendor/llvm/dist/include/llvm/CodeGen/TargetSchedule.h
  head/contrib/llvm/include/llvm/DataLayout.h
     - copied unchanged from r243792, vendor/llvm/dist/include/llvm/DataLayout.h
  head/contrib/llvm/include/llvm/ExecutionEngine/ObjectBuffer.h
     - copied unchanged from r243792, vendor/llvm/dist/include/llvm/ExecutionEngine/ObjectBuffer.h
  head/contrib/llvm/include/llvm/ExecutionEngine/ObjectImage.h
     - copied unchanged from r243792, vendor/llvm/dist/include/llvm/ExecutionEngine/ObjectImage.h
  head/contrib/llvm/include/llvm/Object/RelocVisitor.h
     - copied unchanged from r243792, vendor/llvm/dist/include/llvm/Object/RelocVisitor.h
  head/contrib/llvm/include/llvm/Target/TargetTransformImpl.h
     - copied unchanged from r243792, vendor/llvm/dist/include/llvm/Target/TargetTransformImpl.h
  head/contrib/llvm/include/llvm/TargetTransformInfo.h
     - copied unchanged from r243792, vendor/llvm/dist/include/llvm/TargetTransformInfo.h
  head/contrib/llvm/include/llvm/Transforms/Utils/BypassSlowDivision.h
     - copied unchanged from r243792, vendor/llvm/dist/include/llvm/Transforms/Utils/BypassSlowDivision.h
  head/contrib/llvm/include/llvm/Transforms/Utils/IntegerDivision.h
     - copied unchanged from r243792, vendor/llvm/dist/include/llvm/Transforms/Utils/IntegerDivision.h
  head/contrib/llvm/include/llvm/Transforms/Utils/SimplifyLibCalls.h
     - copied unchanged from r243792, vendor/llvm/dist/include/llvm/Transforms/Utils/SimplifyLibCalls.h
  head/contrib/llvm/lib/Analysis/CostModel.cpp
     - copied unchanged from r243792, vendor/llvm/dist/lib/Analysis/CostModel.cpp
  head/contrib/llvm/lib/Analysis/DependenceAnalysis.cpp
     - copied unchanged from r243792, vendor/llvm/dist/lib/Analysis/DependenceAnalysis.cpp
  head/contrib/llvm/lib/Analysis/ProfileDataLoader.cpp
     - copied unchanged from r243792, vendor/llvm/dist/lib/Analysis/ProfileDataLoader.cpp
  head/contrib/llvm/lib/Analysis/ProfileDataLoaderPass.cpp
     - copied unchanged from r243792, vendor/llvm/dist/lib/Analysis/ProfileDataLoaderPass.cpp
  head/contrib/llvm/lib/CodeGen/MachinePostDominators.cpp
     - copied unchanged from r243792, vendor/llvm/dist/lib/CodeGen/MachinePostDominators.cpp
  head/contrib/llvm/lib/CodeGen/StackColoring.cpp
     - copied unchanged from r243792, vendor/llvm/dist/lib/CodeGen/StackColoring.cpp
  head/contrib/llvm/lib/CodeGen/TargetSchedule.cpp
     - copied unchanged from r243792, vendor/llvm/dist/lib/CodeGen/TargetSchedule.cpp
  head/contrib/llvm/lib/DebugInfo/DWARFDebugRangeList.cpp
     - copied unchanged from r243792, vendor/llvm/dist/lib/DebugInfo/DWARFDebugRangeList.cpp
  head/contrib/llvm/lib/DebugInfo/DWARFDebugRangeList.h
     - copied unchanged from r243792, vendor/llvm/dist/lib/DebugInfo/DWARFDebugRangeList.h
  head/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/IntelJITEventsWrapper.h
     - copied unchanged from r243792, vendor/llvm/dist/lib/ExecutionEngine/IntelJITEvents/IntelJITEventsWrapper.h
  head/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/ittnotify_config.h
     - copied unchanged from r243792, vendor/llvm/dist/lib/ExecutionEngine/IntelJITEvents/ittnotify_config.h
  head/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/ittnotify_types.h
     - copied unchanged from r243792, vendor/llvm/dist/lib/ExecutionEngine/IntelJITEvents/ittnotify_types.h
  head/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/jitprofiling.c
     - copied unchanged from r243792, vendor/llvm/dist/lib/ExecutionEngine/IntelJITEvents/jitprofiling.c
  head/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/jitprofiling.h
     - copied unchanged from r243792, vendor/llvm/dist/lib/ExecutionEngine/IntelJITEvents/jitprofiling.h
  head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ObjectImageCommon.h
     - copied unchanged from r243792, vendor/llvm/dist/lib/ExecutionEngine/RuntimeDyld/ObjectImageCommon.h
  head/contrib/llvm/lib/Target/ARM/ARMScheduleSwift.td
     - copied unchanged from r243792, vendor/llvm/dist/lib/Target/ARM/ARMScheduleSwift.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonMachineScheduler.cpp
     - copied unchanged from r243792, vendor/llvm/dist/lib/Target/Hexagon/HexagonMachineScheduler.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonMachineScheduler.h
     - copied unchanged from r243792, vendor/llvm/dist/lib/Target/Hexagon/HexagonMachineScheduler.h
  head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsDirectObjLower.cpp
     - copied unchanged from r243792, vendor/llvm/dist/lib/Target/Mips/MCTargetDesc/MipsDirectObjLower.cpp
  head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsDirectObjLower.h
     - copied unchanged from r243792, vendor/llvm/dist/lib/Target/Mips/MCTargetDesc/MipsDirectObjLower.h
  head/contrib/llvm/lib/Target/Mips/MipsDSPInstrFormats.td
     - copied unchanged from r243792, vendor/llvm/dist/lib/Target/Mips/MipsDSPInstrFormats.td
  head/contrib/llvm/lib/Target/Mips/MipsDSPInstrInfo.td
     - copied unchanged from r243792, vendor/llvm/dist/lib/Target/Mips/MipsDSPInstrInfo.td
  head/contrib/llvm/lib/Target/PowerPC/PPCScheduleE500mc.td
     - copied unchanged from r243792, vendor/llvm/dist/lib/Target/PowerPC/PPCScheduleE500mc.td
  head/contrib/llvm/lib/Target/PowerPC/PPCScheduleE5500.td
     - copied unchanged from r243792, vendor/llvm/dist/lib/Target/PowerPC/PPCScheduleE5500.td
  head/contrib/llvm/lib/Target/TargetTransformImpl.cpp
     - copied unchanged from r243792, vendor/llvm/dist/lib/Target/TargetTransformImpl.cpp
  head/contrib/llvm/lib/Target/X86/X86InstrTSX.td
     - copied unchanged from r243792, vendor/llvm/dist/lib/Target/X86/X86InstrTSX.td
  head/contrib/llvm/lib/Transforms/IPO/BarrierNoopPass.cpp
     - copied unchanged from r243792, vendor/llvm/dist/lib/Transforms/IPO/BarrierNoopPass.cpp
  head/contrib/llvm/lib/Transforms/Instrumentation/BlackList.cpp
     - copied unchanged from r243792, vendor/llvm/dist/lib/Transforms/Instrumentation/BlackList.cpp
  head/contrib/llvm/lib/Transforms/Instrumentation/BlackList.h
     - copied unchanged from r243792, vendor/llvm/dist/lib/Transforms/Instrumentation/BlackList.h
  head/contrib/llvm/lib/Transforms/Scalar/SROA.cpp
     - copied unchanged from r243792, vendor/llvm/dist/lib/Transforms/Scalar/SROA.cpp
  head/contrib/llvm/lib/Transforms/Utils/BypassSlowDivision.cpp
     - copied unchanged from r243792, vendor/llvm/dist/lib/Transforms/Utils/BypassSlowDivision.cpp
  head/contrib/llvm/lib/Transforms/Utils/IntegerDivision.cpp
     - copied unchanged from r243792, vendor/llvm/dist/lib/Transforms/Utils/IntegerDivision.cpp
  head/contrib/llvm/lib/Transforms/Utils/MetaRenamer.cpp
     - copied unchanged from r243792, vendor/llvm/dist/lib/Transforms/Utils/MetaRenamer.cpp
  head/contrib/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
     - copied unchanged from r243792, vendor/llvm/dist/lib/Transforms/Utils/SimplifyLibCalls.cpp
  head/contrib/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
     - copied unchanged from r243792, vendor/llvm/dist/lib/Transforms/Vectorize/LoopVectorize.cpp
  head/contrib/llvm/lib/VMCore/AttributesImpl.h
     - copied unchanged from r243792, vendor/llvm/dist/lib/VMCore/AttributesImpl.h
  head/contrib/llvm/lib/VMCore/DataLayout.cpp
     - copied unchanged from r243792, vendor/llvm/dist/lib/VMCore/DataLayout.cpp
  head/contrib/llvm/lib/VMCore/TargetTransformInfo.cpp
     - copied unchanged from r243792, vendor/llvm/dist/lib/VMCore/TargetTransformInfo.cpp
  head/contrib/llvm/tools/clang/include/clang/AST/CommentCommands.td
     - copied unchanged from r243792, vendor/clang/dist/include/clang/AST/CommentCommands.td
  head/contrib/llvm/tools/clang/include/clang/AST/CommentHTMLTags.td
     - copied unchanged from r243792, vendor/clang/dist/include/clang/AST/CommentHTMLTags.td
  head/contrib/llvm/tools/clang/include/clang/ASTMatchers/ASTTypeTraits.h
     - copied unchanged from r243792, vendor/clang/dist/include/clang/ASTMatchers/ASTTypeTraits.h
  head/contrib/llvm/tools/clang/include/clang/Analysis/DomainSpecific/ObjCNoReturn.h
     - copied unchanged from r243792, vendor/clang/dist/include/clang/Analysis/DomainSpecific/ObjCNoReturn.h
  head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticOptions.def
     - copied unchanged from r243792, vendor/clang/dist/include/clang/Basic/DiagnosticOptions.def
  head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticOptions.h
     - copied unchanged from r243792, vendor/clang/dist/include/clang/Basic/DiagnosticOptions.h
  head/contrib/llvm/tools/clang/include/clang/Basic/Sanitizers.def
     - copied unchanged from r243792, vendor/clang/dist/include/clang/Basic/Sanitizers.def
  head/contrib/llvm/tools/clang/include/clang/Frontend/CodeGenOptions.def
     - copied unchanged from r243792, vendor/clang/dist/include/clang/Frontend/CodeGenOptions.def
  head/contrib/llvm/tools/clang/include/clang/Lex/HeaderSearchOptions.h
     - copied unchanged from r243792, vendor/clang/dist/include/clang/Lex/HeaderSearchOptions.h
  head/contrib/llvm/tools/clang/include/clang/Lex/PPMutationListener.h
     - copied unchanged from r243792, vendor/clang/dist/include/clang/Lex/PPMutationListener.h
  head/contrib/llvm/tools/clang/include/clang/Lex/PreprocessorOptions.h
     - copied unchanged from r243792, vendor/clang/dist/include/clang/Lex/PreprocessorOptions.h
  head/contrib/llvm/tools/clang/include/clang/Rewrite/Core/
     - copied from r243792, vendor/clang/dist/include/clang/Rewrite/Core/
  head/contrib/llvm/tools/clang/include/clang/Rewrite/Frontend/
     - copied from r243792, vendor/clang/dist/include/clang/Rewrite/Frontend/
  head/contrib/llvm/tools/clang/include/clang/Sema/MultiplexExternalSemaSource.h
     - copied unchanged from r243792, vendor/clang/dist/include/clang/Sema/MultiplexExternalSemaSource.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/Analyses.def
     - copied unchanged from r243792, vendor/clang/dist/include/clang/StaticAnalyzer/Core/Analyses.def
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
     - copied unchanged from r243792, vendor/clang/dist/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeInfo.h
     - copied unchanged from r243792, vendor/clang/dist/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeInfo.h
  head/contrib/llvm/tools/clang/include/clang/Tooling/CommonOptionsParser.h
     - copied unchanged from r243792, vendor/clang/dist/include/clang/Tooling/CommonOptionsParser.h
  head/contrib/llvm/tools/clang/include/clang/Tooling/CompilationDatabasePluginRegistry.h
     - copied unchanged from r243792, vendor/clang/dist/include/clang/Tooling/CompilationDatabasePluginRegistry.h
  head/contrib/llvm/tools/clang/include/clang/Tooling/FileMatchTrie.h
     - copied unchanged from r243792, vendor/clang/dist/include/clang/Tooling/FileMatchTrie.h
  head/contrib/llvm/tools/clang/include/clang/Tooling/JSONCompilationDatabase.h
     - copied unchanged from r243792, vendor/clang/dist/include/clang/Tooling/JSONCompilationDatabase.h
  head/contrib/llvm/tools/clang/lib/Analysis/BodyFarm.cpp
     - copied unchanged from r243792, vendor/clang/dist/lib/Analysis/BodyFarm.cpp
  head/contrib/llvm/tools/clang/lib/Analysis/BodyFarm.h
     - copied unchanged from r243792, vendor/clang/dist/lib/Analysis/BodyFarm.h
  head/contrib/llvm/tools/clang/lib/Analysis/ObjCNoReturn.cpp
     - copied unchanged from r243792, vendor/clang/dist/lib/Analysis/ObjCNoReturn.cpp
  head/contrib/llvm/tools/clang/lib/Driver/SanitizerArgs.h
     - copied unchanged from r243792, vendor/clang/dist/lib/Driver/SanitizerArgs.h
  head/contrib/llvm/tools/clang/lib/Headers/__wmmintrin_aes.h
     - copied unchanged from r243792, vendor/clang/dist/lib/Headers/__wmmintrin_aes.h
  head/contrib/llvm/tools/clang/lib/Headers/__wmmintrin_pclmul.h
     - copied unchanged from r243792, vendor/clang/dist/lib/Headers/__wmmintrin_pclmul.h
  head/contrib/llvm/tools/clang/lib/Headers/f16cintrin.h
     - copied unchanged from r243792, vendor/clang/dist/lib/Headers/f16cintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/rtmintrin.h
     - copied unchanged from r243792, vendor/clang/dist/lib/Headers/rtmintrin.h
  head/contrib/llvm/tools/clang/lib/Rewrite/Core/
     - copied from r243792, vendor/clang/dist/lib/Rewrite/Core/
  head/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
     - copied from r243792, vendor/clang/dist/lib/Rewrite/Frontend/
  head/contrib/llvm/tools/clang/lib/Sema/MultiplexExternalSemaSource.cpp
     - copied unchanged from r243792, vendor/clang/dist/lib/Sema/MultiplexExternalSemaSource.cpp
  head/contrib/llvm/tools/clang/lib/Sema/ScopeInfo.cpp
     - copied unchanged from r243792, vendor/clang/dist/lib/Sema/ScopeInfo.cpp
  head/contrib/llvm/tools/clang/lib/Sema/SemaStmtAsm.cpp
     - copied unchanged from r243792, vendor/clang/dist/lib/Sema/SemaStmtAsm.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp
     - copied unchanged from r243792, vendor/clang/dist/lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp
     - copied unchanged from r243792, vendor/clang/dist/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCMissingSuperCallChecker.cpp
     - copied unchanged from r243792, vendor/clang/dist/lib/StaticAnalyzer/Checkers/ObjCMissingSuperCallChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/SimpleStreamChecker.cpp
     - copied unchanged from r243792, vendor/clang/dist/lib/StaticAnalyzer/Checkers/SimpleStreamChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/AnalyzerOptions.cpp
     - copied unchanged from r243792, vendor/clang/dist/lib/StaticAnalyzer/Core/AnalyzerOptions.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ConstraintManager.cpp
     - copied unchanged from r243792, vendor/clang/dist/lib/StaticAnalyzer/Core/ConstraintManager.cpp
  head/contrib/llvm/tools/clang/lib/Tooling/CommonOptionsParser.cpp
     - copied unchanged from r243792, vendor/clang/dist/lib/Tooling/CommonOptionsParser.cpp
  head/contrib/llvm/tools/clang/lib/Tooling/FileMatchTrie.cpp
     - copied unchanged from r243792, vendor/clang/dist/lib/Tooling/FileMatchTrie.cpp
  head/contrib/llvm/tools/clang/lib/Tooling/JSONCompilationDatabase.cpp
     - copied unchanged from r243792, vendor/clang/dist/lib/Tooling/JSONCompilationDatabase.cpp
  head/contrib/llvm/tools/clang/utils/TableGen/ClangCommentCommandInfoEmitter.cpp
     - copied unchanged from r243792, vendor/clang/dist/utils/TableGen/ClangCommentCommandInfoEmitter.cpp
  head/contrib/llvm/tools/clang/utils/TableGen/ClangCommentHTMLTagsEmitter.cpp
     - copied unchanged from r243792, vendor/clang/dist/utils/TableGen/ClangCommentHTMLTagsEmitter.cpp
  head/contrib/llvm/tools/lli/RecordingMemoryManager.cpp
     - copied unchanged from r243792, vendor/llvm/dist/tools/lli/RecordingMemoryManager.cpp
  head/contrib/llvm/tools/lli/RecordingMemoryManager.h
     - copied unchanged from r243792, vendor/llvm/dist/tools/lli/RecordingMemoryManager.h
  head/contrib/llvm/tools/lli/RemoteTarget.cpp
     - copied unchanged from r243792, vendor/llvm/dist/tools/lli/RemoteTarget.cpp
  head/contrib/llvm/tools/lli/RemoteTarget.h
     - copied unchanged from r243792, vendor/llvm/dist/tools/lli/RemoteTarget.h
  head/contrib/llvm/utils/TableGen/CodeGenMapTable.cpp
     - copied unchanged from r243792, vendor/llvm/dist/utils/TableGen/CodeGenMapTable.cpp
  head/lib/clang/include/MipsGenAsmMatcher.inc   (contents, props changed)
  head/lib/clang/include/MipsGenMCPseudoLowering.inc   (contents, props changed)
  head/lib/clang/include/clang/AST/CommentCommandInfo.inc   (contents, props changed)
  head/lib/clang/include/clang/AST/CommentHTMLTags.inc   (contents, props changed)
  head/lib/clang/include/clang/AST/CommentHTMLTagsProperties.inc   (contents, props changed)
  head/lib/clang/libclangrewritecore/
  head/lib/clang/libclangrewritecore/Makefile   (contents, props changed)
  head/lib/clang/libclangrewritefrontend/
  head/lib/clang/libclangrewritefrontend/Makefile   (contents, props changed)
Deleted:
  head/contrib/llvm/include/llvm/ADT/Trie.h
  head/contrib/llvm/include/llvm/Analysis/LoopDependenceAnalysis.h
  head/contrib/llvm/include/llvm/ExecutionEngine/IntelJITEventsWrapper.h
  head/contrib/llvm/include/llvm/TableGen/TableGenAction.h
  head/contrib/llvm/include/llvm/Target/TargetData.h
  head/contrib/llvm/include/llvm/Target/TargetELFWriterInfo.h
  head/contrib/llvm/lib/Analysis/LoopDependenceAnalysis.cpp
  head/contrib/llvm/lib/ExecutionEngine/MCJIT/MCJITMemoryManager.cpp
  head/contrib/llvm/lib/ExecutionEngine/MCJIT/MCJITMemoryManager.h
  head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ObjectImage.h
  head/contrib/llvm/lib/TableGen/TableGenAction.cpp
  head/contrib/llvm/lib/Target/AMDGPU/
  head/contrib/llvm/lib/Target/ARM/ARMELFWriterInfo.cpp
  head/contrib/llvm/lib/Target/ARM/ARMELFWriterInfo.h
  head/contrib/llvm/lib/Target/MBlaze/MBlazeELFWriterInfo.cpp
  head/contrib/llvm/lib/Target/MBlaze/MBlazeELFWriterInfo.h
  head/contrib/llvm/lib/Target/TargetData.cpp
  head/contrib/llvm/lib/Target/TargetELFWriterInfo.cpp
  head/contrib/llvm/lib/Target/X86/X86ELFWriterInfo.cpp
  head/contrib/llvm/lib/Target/X86/X86ELFWriterInfo.h
  head/contrib/llvm/lib/Target/X86/X86MCInstLower.h
  head/contrib/llvm/lib/Transforms/Instrumentation/FunctionBlackList.cpp
  head/contrib/llvm/lib/Transforms/Instrumentation/FunctionBlackList.h
  head/contrib/llvm/tools/clang/include/clang/Frontend/Analyses.def
  head/contrib/llvm/tools/clang/include/clang/Frontend/AnalyzerOptions.h
  head/contrib/llvm/tools/clang/include/clang/Frontend/DiagnosticOptions.h
  head/contrib/llvm/tools/clang/include/clang/Frontend/HeaderSearchOptions.h
  head/contrib/llvm/tools/clang/include/clang/Frontend/PreprocessorOptions.h
  head/contrib/llvm/tools/clang/include/clang/Rewrite/ASTConsumers.h
  head/contrib/llvm/tools/clang/include/clang/Rewrite/DeltaTree.h
  head/contrib/llvm/tools/clang/include/clang/Rewrite/FixItRewriter.h
  head/contrib/llvm/tools/clang/include/clang/Rewrite/FrontendActions.h
  head/contrib/llvm/tools/clang/include/clang/Rewrite/HTMLRewrite.h
  head/contrib/llvm/tools/clang/include/clang/Rewrite/RewriteRope.h
  head/contrib/llvm/tools/clang/include/clang/Rewrite/Rewriter.h
  head/contrib/llvm/tools/clang/include/clang/Rewrite/Rewriters.h
  head/contrib/llvm/tools/clang/include/clang/Rewrite/TokenRewriter.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/DereferenceChecker.h
  head/contrib/llvm/tools/clang/include/clang/Tooling/CommandLineClangTool.h
  head/contrib/llvm/tools/clang/lib/Rewrite/DeltaTree.cpp
  head/contrib/llvm/tools/clang/lib/Rewrite/FixItRewriter.cpp
  head/contrib/llvm/tools/clang/lib/Rewrite/FrontendActions.cpp
  head/contrib/llvm/tools/clang/lib/Rewrite/HTMLPrint.cpp
  head/contrib/llvm/tools/clang/lib/Rewrite/HTMLRewrite.cpp
  head/contrib/llvm/tools/clang/lib/Rewrite/InclusionRewriter.cpp
  head/contrib/llvm/tools/clang/lib/Rewrite/RewriteMacros.cpp
  head/contrib/llvm/tools/clang/lib/Rewrite/RewriteModernObjC.cpp
  head/contrib/llvm/tools/clang/lib/Rewrite/RewriteObjC.cpp
  head/contrib/llvm/tools/clang/lib/Rewrite/RewriteRope.cpp
  head/contrib/llvm/tools/clang/lib/Rewrite/RewriteTest.cpp
  head/contrib/llvm/tools/clang/lib/Rewrite/Rewriter.cpp
  head/contrib/llvm/tools/clang/lib/Rewrite/TokenRewriter.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/AdjustedReturnValueChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/OSAtomicChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/BasicConstraintManager.cpp
  head/contrib/llvm/tools/clang/lib/Tooling/CommandLineClangTool.cpp
  head/contrib/llvm/tools/clang/lib/Tooling/CustomCompilationDatabase.h
  head/lib/clang/libclangrewrite/
Modified:
  head/contrib/llvm/include/llvm-c/Core.h
  head/contrib/llvm/include/llvm-c/Disassembler.h
  head/contrib/llvm/include/llvm-c/Target.h
  head/contrib/llvm/include/llvm-c/TargetMachine.h
  head/contrib/llvm/include/llvm-c/Transforms/Vectorize.h
  head/contrib/llvm/include/llvm/ADT/APFloat.h
  head/contrib/llvm/include/llvm/ADT/APInt.h
  head/contrib/llvm/include/llvm/ADT/ArrayRef.h
  head/contrib/llvm/include/llvm/ADT/BitVector.h
  head/contrib/llvm/include/llvm/ADT/DAGDeltaAlgorithm.h
  head/contrib/llvm/include/llvm/ADT/DeltaAlgorithm.h
  head/contrib/llvm/include/llvm/ADT/DenseMap.h
  head/contrib/llvm/include/llvm/ADT/DenseMapInfo.h
  head/contrib/llvm/include/llvm/ADT/EquivalenceClasses.h
  head/contrib/llvm/include/llvm/ADT/FoldingSet.h
  head/contrib/llvm/include/llvm/ADT/Hashing.h
  head/contrib/llvm/include/llvm/ADT/ImmutableList.h
  head/contrib/llvm/include/llvm/ADT/ImmutableMap.h
  head/contrib/llvm/include/llvm/ADT/ImmutableSet.h
  head/contrib/llvm/include/llvm/ADT/Optional.h
  head/contrib/llvm/include/llvm/ADT/OwningPtr.h
  head/contrib/llvm/include/llvm/ADT/PackedVector.h
  head/contrib/llvm/include/llvm/ADT/PointerIntPair.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/SmallString.h
  head/contrib/llvm/include/llvm/ADT/SmallVector.h
  head/contrib/llvm/include/llvm/ADT/SparseBitVector.h
  head/contrib/llvm/include/llvm/ADT/SparseSet.h
  head/contrib/llvm/include/llvm/ADT/StringExtras.h
  head/contrib/llvm/include/llvm/ADT/StringRef.h
  head/contrib/llvm/include/llvm/ADT/StringSet.h
  head/contrib/llvm/include/llvm/ADT/Triple.h
  head/contrib/llvm/include/llvm/ADT/Twine.h
  head/contrib/llvm/include/llvm/ADT/ValueMap.h
  head/contrib/llvm/include/llvm/ADT/ilist.h
  head/contrib/llvm/include/llvm/Analysis/AliasAnalysis.h
  head/contrib/llvm/include/llvm/Analysis/AliasSetTracker.h
  head/contrib/llvm/include/llvm/Analysis/BranchProbabilityInfo.h
  head/contrib/llvm/include/llvm/Analysis/CallGraph.h
  head/contrib/llvm/include/llvm/Analysis/CaptureTracking.h
  head/contrib/llvm/include/llvm/Analysis/CodeMetrics.h
  head/contrib/llvm/include/llvm/Analysis/ConstantFolding.h
  head/contrib/llvm/include/llvm/Analysis/Dominators.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/IntervalPartition.h
  head/contrib/llvm/include/llvm/Analysis/LazyValueInfo.h
  head/contrib/llvm/include/llvm/Analysis/Loads.h
  head/contrib/llvm/include/llvm/Analysis/LoopInfo.h
  head/contrib/llvm/include/llvm/Analysis/LoopInfoImpl.h
  head/contrib/llvm/include/llvm/Analysis/MemoryBuiltins.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/ProfileInfoTypes.h
  head/contrib/llvm/include/llvm/Analysis/RegionInfo.h
  head/contrib/llvm/include/llvm/Analysis/ScalarEvolution.h
  head/contrib/llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h
  head/contrib/llvm/include/llvm/Analysis/SparsePropagation.h
  head/contrib/llvm/include/llvm/Analysis/ValueTracking.h
  head/contrib/llvm/include/llvm/Argument.h
  head/contrib/llvm/include/llvm/Attributes.h
  head/contrib/llvm/include/llvm/BasicBlock.h
  head/contrib/llvm/include/llvm/Bitcode/Archive.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/CallingConv.h
  head/contrib/llvm/include/llvm/CodeGen/AsmPrinter.h
  head/contrib/llvm/include/llvm/CodeGen/CallingConvLower.h
  head/contrib/llvm/include/llvm/CodeGen/FastISel.h
  head/contrib/llvm/include/llvm/CodeGen/GCMetadata.h
  head/contrib/llvm/include/llvm/CodeGen/GCMetadataPrinter.h
  head/contrib/llvm/include/llvm/CodeGen/ISDOpcodes.h
  head/contrib/llvm/include/llvm/CodeGen/IntrinsicLowering.h
  head/contrib/llvm/include/llvm/CodeGen/LiveInterval.h
  head/contrib/llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h
  head/contrib/llvm/include/llvm/CodeGen/LiveVariables.h
  head/contrib/llvm/include/llvm/CodeGen/MachineBasicBlock.h
  head/contrib/llvm/include/llvm/CodeGen/MachineBranchProbabilityInfo.h
  head/contrib/llvm/include/llvm/CodeGen/MachineConstantPool.h
  head/contrib/llvm/include/llvm/CodeGen/MachineFrameInfo.h
  head/contrib/llvm/include/llvm/CodeGen/MachineFunction.h
  head/contrib/llvm/include/llvm/CodeGen/MachineInstr.h
  head/contrib/llvm/include/llvm/CodeGen/MachineInstrBuilder.h
  head/contrib/llvm/include/llvm/CodeGen/MachineInstrBundle.h
  head/contrib/llvm/include/llvm/CodeGen/MachineJumpTableInfo.h
  head/contrib/llvm/include/llvm/CodeGen/MachineLoopInfo.h
  head/contrib/llvm/include/llvm/CodeGen/MachineMemOperand.h
  head/contrib/llvm/include/llvm/CodeGen/MachineModuleInfoImpls.h
  head/contrib/llvm/include/llvm/CodeGen/MachineOperand.h
  head/contrib/llvm/include/llvm/CodeGen/MachineRegisterInfo.h
  head/contrib/llvm/include/llvm/CodeGen/MachineSSAUpdater.h
  head/contrib/llvm/include/llvm/CodeGen/MachineScheduler.h
  head/contrib/llvm/include/llvm/CodeGen/PBQP/Graph.h
  head/contrib/llvm/include/llvm/CodeGen/PBQP/HeuristicBase.h
  head/contrib/llvm/include/llvm/CodeGen/Passes.h
  head/contrib/llvm/include/llvm/CodeGen/PseudoSourceValue.h
  head/contrib/llvm/include/llvm/CodeGen/RegAllocPBQP.h
  head/contrib/llvm/include/llvm/CodeGen/RegisterClassInfo.h
  head/contrib/llvm/include/llvm/CodeGen/RegisterPressure.h
  head/contrib/llvm/include/llvm/CodeGen/RegisterScavenging.h
  head/contrib/llvm/include/llvm/CodeGen/ScheduleDAG.h
  head/contrib/llvm/include/llvm/CodeGen/ScheduleDAGInstrs.h
  head/contrib/llvm/include/llvm/CodeGen/SchedulerRegistry.h
  head/contrib/llvm/include/llvm/CodeGen/SelectionDAG.h
  head/contrib/llvm/include/llvm/CodeGen/SelectionDAGNodes.h
  head/contrib/llvm/include/llvm/CodeGen/ValueTypes.h
  head/contrib/llvm/include/llvm/CodeGen/ValueTypes.td
  head/contrib/llvm/include/llvm/Constant.h
  head/contrib/llvm/include/llvm/Constants.h
  head/contrib/llvm/include/llvm/DIBuilder.h
  head/contrib/llvm/include/llvm/DebugInfo.h
  head/contrib/llvm/include/llvm/DebugInfo/DIContext.h
  head/contrib/llvm/include/llvm/DefaultPasses.h
  head/contrib/llvm/include/llvm/DerivedTypes.h
  head/contrib/llvm/include/llvm/ExecutionEngine/ExecutionEngine.h
  head/contrib/llvm/include/llvm/ExecutionEngine/JITEventListener.h
  head/contrib/llvm/include/llvm/ExecutionEngine/JITMemoryManager.h
  head/contrib/llvm/include/llvm/ExecutionEngine/RuntimeDyld.h
  head/contrib/llvm/include/llvm/Function.h
  head/contrib/llvm/include/llvm/GlobalAlias.h
  head/contrib/llvm/include/llvm/GlobalValue.h
  head/contrib/llvm/include/llvm/GlobalVariable.h
  head/contrib/llvm/include/llvm/IRBuilder.h
  head/contrib/llvm/include/llvm/InitializePasses.h
  head/contrib/llvm/include/llvm/InlineAsm.h
  head/contrib/llvm/include/llvm/InstrTypes.h
  head/contrib/llvm/include/llvm/Instruction.h
  head/contrib/llvm/include/llvm/Instructions.h
  head/contrib/llvm/include/llvm/IntrinsicInst.h
  head/contrib/llvm/include/llvm/Intrinsics.h
  head/contrib/llvm/include/llvm/Intrinsics.td
  head/contrib/llvm/include/llvm/IntrinsicsARM.td
  head/contrib/llvm/include/llvm/IntrinsicsMips.td
  head/contrib/llvm/include/llvm/IntrinsicsX86.td
  head/contrib/llvm/include/llvm/LLVMContext.h
  head/contrib/llvm/include/llvm/LinkAllPasses.h
  head/contrib/llvm/include/llvm/MC/MCAsmBackend.h
  head/contrib/llvm/include/llvm/MC/MCAsmInfo.h
  head/contrib/llvm/include/llvm/MC/MCAssembler.h
  head/contrib/llvm/include/llvm/MC/MCCodeEmitter.h
  head/contrib/llvm/include/llvm/MC/MCContext.h
  head/contrib/llvm/include/llvm/MC/MCDwarf.h
  head/contrib/llvm/include/llvm/MC/MCELFObjectWriter.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/MCLabel.h
  head/contrib/llvm/include/llvm/MC/MCMachObjectWriter.h
  head/contrib/llvm/include/llvm/MC/MCObjectFileInfo.h
  head/contrib/llvm/include/llvm/MC/MCObjectStreamer.h
  head/contrib/llvm/include/llvm/MC/MCObjectWriter.h
  head/contrib/llvm/include/llvm/MC/MCParser/AsmLexer.h
  head/contrib/llvm/include/llvm/MC/MCParser/MCAsmLexer.h
  head/contrib/llvm/include/llvm/MC/MCParser/MCAsmParser.h
  head/contrib/llvm/include/llvm/MC/MCParser/MCAsmParserExtension.h
  head/contrib/llvm/include/llvm/MC/MCParser/MCParsedAsmOperand.h
  head/contrib/llvm/include/llvm/MC/MCRegisterInfo.h
  head/contrib/llvm/include/llvm/MC/MCSchedule.h
  head/contrib/llvm/include/llvm/MC/MCSection.h
  head/contrib/llvm/include/llvm/MC/MCSectionCOFF.h
  head/contrib/llvm/include/llvm/MC/MCSectionELF.h
  head/contrib/llvm/include/llvm/MC/MCSectionMachO.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/MCTargetAsmLexer.h
  head/contrib/llvm/include/llvm/MC/MCTargetAsmParser.h
  head/contrib/llvm/include/llvm/MC/MCValue.h
  head/contrib/llvm/include/llvm/MC/SubtargetFeature.h
  head/contrib/llvm/include/llvm/MDBuilder.h
  head/contrib/llvm/include/llvm/Metadata.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/ELF.h
  head/contrib/llvm/include/llvm/Object/MachO.h
  head/contrib/llvm/include/llvm/Object/MachOFormat.h
  head/contrib/llvm/include/llvm/Object/ObjectFile.h
  head/contrib/llvm/include/llvm/Operator.h
  head/contrib/llvm/include/llvm/Pass.h
  head/contrib/llvm/include/llvm/PassAnalysisSupport.h
  head/contrib/llvm/include/llvm/PassSupport.h
  head/contrib/llvm/include/llvm/Support/AlignOf.h
  head/contrib/llvm/include/llvm/Support/Allocator.h
  head/contrib/llvm/include/llvm/Support/CallSite.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/DataExtractor.h
  head/contrib/llvm/include/llvm/Support/ELF.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/FormattedStream.h
  head/contrib/llvm/include/llvm/Support/GCOV.h
  head/contrib/llvm/include/llvm/Support/InstVisitor.h
  head/contrib/llvm/include/llvm/Support/IntegersSubset.h
  head/contrib/llvm/include/llvm/Support/IntegersSubsetMapping.h
  head/contrib/llvm/include/llvm/Support/LEB128.h
  head/contrib/llvm/include/llvm/Support/LockFileManager.h
  head/contrib/llvm/include/llvm/Support/MathExtras.h
  head/contrib/llvm/include/llvm/Support/Memory.h
  head/contrib/llvm/include/llvm/Support/MemoryBuffer.h
  head/contrib/llvm/include/llvm/Support/Mutex.h
  head/contrib/llvm/include/llvm/Support/MutexGuard.h
  head/contrib/llvm/include/llvm/Support/PathV1.h
  head/contrib/llvm/include/llvm/Support/PathV2.h
  head/contrib/llvm/include/llvm/Support/PrettyStackTrace.h
  head/contrib/llvm/include/llvm/Support/Program.h
  head/contrib/llvm/include/llvm/Support/RWMutex.h
  head/contrib/llvm/include/llvm/Support/Regex.h
  head/contrib/llvm/include/llvm/Support/Registry.h
  head/contrib/llvm/include/llvm/Support/SourceMgr.h
  head/contrib/llvm/include/llvm/Support/StreamableMemoryObject.h
  head/contrib/llvm/include/llvm/Support/TargetFolder.h
  head/contrib/llvm/include/llvm/Support/TargetRegistry.h
  head/contrib/llvm/include/llvm/Support/Threading.h
  head/contrib/llvm/include/llvm/Support/TimeValue.h
  head/contrib/llvm/include/llvm/Support/Timer.h
  head/contrib/llvm/include/llvm/Support/ValueHandle.h
  head/contrib/llvm/include/llvm/Support/YAMLParser.h
  head/contrib/llvm/include/llvm/Support/circular_raw_ostream.h
  head/contrib/llvm/include/llvm/Support/raw_os_ostream.h
  head/contrib/llvm/include/llvm/Support/raw_ostream.h
  head/contrib/llvm/include/llvm/Support/system_error.h
  head/contrib/llvm/include/llvm/Support/type_traits.h
  head/contrib/llvm/include/llvm/SymbolTableListTraits.h
  head/contrib/llvm/include/llvm/TableGen/Error.h
  head/contrib/llvm/include/llvm/TableGen/Main.h
  head/contrib/llvm/include/llvm/TableGen/Record.h
  head/contrib/llvm/include/llvm/Target/Mangler.h
  head/contrib/llvm/include/llvm/Target/Target.td
  head/contrib/llvm/include/llvm/Target/TargetCallingConv.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/TargetSchedule.td
  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.h
  head/contrib/llvm/include/llvm/Transforms/IPO/InlinerPass.h
  head/contrib/llvm/include/llvm/Transforms/IPO/PassManagerBuilder.h
  head/contrib/llvm/include/llvm/Transforms/Instrumentation.h
  head/contrib/llvm/include/llvm/Transforms/Scalar.h
  head/contrib/llvm/include/llvm/Transforms/Utils/AddrModeMatcher.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/Local.h
  head/contrib/llvm/include/llvm/Transforms/Utils/SSAUpdater.h
  head/contrib/llvm/include/llvm/Transforms/Utils/SimplifyIndVar.h
  head/contrib/llvm/include/llvm/Transforms/Utils/ValueMapper.h
  head/contrib/llvm/include/llvm/Transforms/Vectorize.h
  head/contrib/llvm/include/llvm/Type.h
  head/contrib/llvm/include/llvm/Use.h
  head/contrib/llvm/include/llvm/User.h
  head/contrib/llvm/include/llvm/Value.h
  head/contrib/llvm/lib/Analysis/AliasAnalysis.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/BranchProbabilityInfo.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/DominanceFrontier.cpp
  head/contrib/llvm/lib/Analysis/IPA/CallGraph.cpp
  head/contrib/llvm/lib/Analysis/IPA/GlobalsModRef.cpp
  head/contrib/llvm/lib/Analysis/IVUsers.cpp
  head/contrib/llvm/lib/Analysis/InlineCost.cpp
  head/contrib/llvm/lib/Analysis/InstructionSimplify.cpp
  head/contrib/llvm/lib/Analysis/LazyValueInfo.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/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/ProfileEstimatorPass.cpp
  head/contrib/llvm/lib/Analysis/ProfileInfo.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/ScalarEvolutionExpander.cpp
  head/contrib/llvm/lib/Analysis/Trace.cpp
  head/contrib/llvm/lib/Analysis/ValueTracking.cpp
  head/contrib/llvm/lib/Archive/ArchiveInternals.h
  head/contrib/llvm/lib/Archive/ArchiveReader.cpp
  head/contrib/llvm/lib/AsmParser/LLLexer.cpp
  head/contrib/llvm/lib/AsmParser/LLParser.cpp
  head/contrib/llvm/lib/AsmParser/LLParser.h
  head/contrib/llvm/lib/AsmParser/LLToken.h
  head/contrib/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
  head/contrib/llvm/lib/Bitcode/Reader/BitcodeReader.h
  head/contrib/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
  head/contrib/llvm/lib/Bitcode/Writer/ValueEnumerator.h
  head/contrib/llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp
  head/contrib/llvm/lib/CodeGen/AllocationOrder.cpp
  head/contrib/llvm/lib/CodeGen/Analysis.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/ARMException.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DIE.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DIE.h
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfAccelTable.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfAccelTable.h
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfException.h
  head/contrib/llvm/lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp
  head/contrib/llvm/lib/CodeGen/AsmPrinter/Win64Exception.cpp
  head/contrib/llvm/lib/CodeGen/BranchFolding.cpp
  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/CodePlacementOpt.cpp
  head/contrib/llvm/lib/CodeGen/CriticalAntiDepBreaker.cpp
  head/contrib/llvm/lib/CodeGen/DeadMachineInstructionElim.cpp
  head/contrib/llvm/lib/CodeGen/EarlyIfConversion.cpp
  head/contrib/llvm/lib/CodeGen/ExecutionDepsFix.cpp
  head/contrib/llvm/lib/CodeGen/ExpandPostRAPseudos.cpp
  head/contrib/llvm/lib/CodeGen/GCStrategy.cpp
  head/contrib/llvm/lib/CodeGen/IfConversion.cpp
  head/contrib/llvm/lib/CodeGen/InlineSpiller.cpp
  head/contrib/llvm/lib/CodeGen/IntrinsicLowering.cpp
  head/contrib/llvm/lib/CodeGen/LiveDebugVariables.cpp
  head/contrib/llvm/lib/CodeGen/LiveInterval.cpp
  head/contrib/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
  head/contrib/llvm/lib/CodeGen/LiveIntervalUnion.h
  head/contrib/llvm/lib/CodeGen/LiveRangeCalc.cpp
  head/contrib/llvm/lib/CodeGen/LiveRangeEdit.cpp
  head/contrib/llvm/lib/CodeGen/LiveRegMatrix.cpp
  head/contrib/llvm/lib/CodeGen/LiveRegMatrix.h
  head/contrib/llvm/lib/CodeGen/LiveStackAnalysis.cpp
  head/contrib/llvm/lib/CodeGen/LiveVariables.cpp
  head/contrib/llvm/lib/CodeGen/MachineBasicBlock.cpp
  head/contrib/llvm/lib/CodeGen/MachineBlockPlacement.cpp
  head/contrib/llvm/lib/CodeGen/MachineBranchProbabilityInfo.cpp
  head/contrib/llvm/lib/CodeGen/MachineCSE.cpp
  head/contrib/llvm/lib/CodeGen/MachineCopyPropagation.cpp
  head/contrib/llvm/lib/CodeGen/MachineFunction.cpp
  head/contrib/llvm/lib/CodeGen/MachineFunctionPrinterPass.cpp
  head/contrib/llvm/lib/CodeGen/MachineInstr.cpp
  head/contrib/llvm/lib/CodeGen/MachineInstrBundle.cpp
  head/contrib/llvm/lib/CodeGen/MachineLICM.cpp
  head/contrib/llvm/lib/CodeGen/MachineLoopInfo.cpp
  head/contrib/llvm/lib/CodeGen/MachineModuleInfo.cpp
  head/contrib/llvm/lib/CodeGen/MachineModuleInfoImpls.cpp
  head/contrib/llvm/lib/CodeGen/MachineRegisterInfo.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/MachineTraceMetrics.h
  head/contrib/llvm/lib/CodeGen/MachineVerifier.cpp
  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/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/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/SDNodeOrdering.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/SelectionDAGPrinter.cpp
  head/contrib/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
  head/contrib/llvm/lib/CodeGen/SelectionDAG/TargetSelectionDAGInfo.cpp
  head/contrib/llvm/lib/CodeGen/ShrinkWrapping.cpp
  head/contrib/llvm/lib/CodeGen/SjLjEHPrepare.cpp
  head/contrib/llvm/lib/CodeGen/SlotIndexes.cpp
  head/contrib/llvm/lib/CodeGen/SplitKit.cpp
  head/contrib/llvm/lib/CodeGen/StackProtector.cpp
  head/contrib/llvm/lib/CodeGen/StackSlotColoring.cpp
  head/contrib/llvm/lib/CodeGen/StrongPHIElimination.cpp
  head/contrib/llvm/lib/CodeGen/TailDuplication.cpp
  head/contrib/llvm/lib/CodeGen/TargetInstrInfoImpl.cpp
  head/contrib/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  head/contrib/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
  head/contrib/llvm/lib/CodeGen/VirtRegMap.cpp
  head/contrib/llvm/lib/CodeGen/VirtRegMap.h
  head/contrib/llvm/lib/DebugInfo/DIContext.cpp
  head/contrib/llvm/lib/DebugInfo/DWARFCompileUnit.cpp
  head/contrib/llvm/lib/DebugInfo/DWARFCompileUnit.h
  head/contrib/llvm/lib/DebugInfo/DWARFContext.cpp
  head/contrib/llvm/lib/DebugInfo/DWARFContext.h
  head/contrib/llvm/lib/DebugInfo/DWARFDebugAranges.cpp
  head/contrib/llvm/lib/DebugInfo/DWARFDebugInfoEntry.cpp
  head/contrib/llvm/lib/DebugInfo/DWARFDebugInfoEntry.h
  head/contrib/llvm/lib/DebugInfo/DWARFDebugLine.cpp
  head/contrib/llvm/lib/DebugInfo/DWARFDebugLine.h
  head/contrib/llvm/lib/DebugInfo/DWARFFormValue.cpp
  head/contrib/llvm/lib/DebugInfo/DWARFFormValue.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/JIT/JIT.cpp
  head/contrib/llvm/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp
  head/contrib/llvm/lib/ExecutionEngine/JIT/JITDwarfEmitter.h
  head/contrib/llvm/lib/ExecutionEngine/JIT/JITEmitter.cpp
  head/contrib/llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp
  head/contrib/llvm/lib/ExecutionEngine/MCJIT/MCJIT.h
  head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/GDBRegistrar.cpp
  head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/JITRegistrar.h
  head/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.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/TargetSelect.cpp
  head/contrib/llvm/lib/MC/ELFObjectWriter.cpp
  head/contrib/llvm/lib/MC/MCAsmBackend.cpp
  head/contrib/llvm/lib/MC/MCAsmInfo.cpp
  head/contrib/llvm/lib/MC/MCAsmInfoCOFF.cpp
  head/contrib/llvm/lib/MC/MCAsmInfoDarwin.cpp
  head/contrib/llvm/lib/MC/MCAsmStreamer.cpp
  head/contrib/llvm/lib/MC/MCAssembler.cpp
  head/contrib/llvm/lib/MC/MCContext.cpp
  head/contrib/llvm/lib/MC/MCDisassembler/Disassembler.cpp
  head/contrib/llvm/lib/MC/MCDisassembler/EDDisassembler.cpp
  head/contrib/llvm/lib/MC/MCDwarf.cpp
  head/contrib/llvm/lib/MC/MCELFObjectTargetWriter.cpp
  head/contrib/llvm/lib/MC/MCELFStreamer.cpp
  head/contrib/llvm/lib/MC/MCExpr.cpp
  head/contrib/llvm/lib/MC/MCInst.cpp
  head/contrib/llvm/lib/MC/MCInstPrinter.cpp
  head/contrib/llvm/lib/MC/MCLabel.cpp
  head/contrib/llvm/lib/MC/MCMachOStreamer.cpp
  head/contrib/llvm/lib/MC/MCObjectFileInfo.cpp
  head/contrib/llvm/lib/MC/MCObjectStreamer.cpp
  head/contrib/llvm/lib/MC/MCParser/AsmLexer.cpp
  head/contrib/llvm/lib/MC/MCParser/AsmParser.cpp
  head/contrib/llvm/lib/MC/MCParser/ELFAsmParser.cpp
  head/contrib/llvm/lib/MC/MCParser/MCAsmLexer.cpp
  head/contrib/llvm/lib/MC/MCParser/MCAsmParser.cpp
  head/contrib/llvm/lib/MC/MCParser/MCTargetAsmParser.cpp
  head/contrib/llvm/lib/MC/MCRegisterInfo.cpp
  head/contrib/llvm/lib/MC/MCStreamer.cpp
  head/contrib/llvm/lib/MC/MCSubtargetInfo.cpp
  head/contrib/llvm/lib/MC/MCSymbol.cpp
  head/contrib/llvm/lib/MC/MCValue.cpp
  head/contrib/llvm/lib/MC/MachObjectWriter.cpp
  head/contrib/llvm/lib/MC/SubtargetFeature.cpp
  head/contrib/llvm/lib/MC/WinCOFFStreamer.cpp
  head/contrib/llvm/lib/Object/COFFObjectFile.cpp
  head/contrib/llvm/lib/Object/MachOObjectFile.cpp
  head/contrib/llvm/lib/Support/APFloat.cpp
  head/contrib/llvm/lib/Support/Atomic.cpp
  head/contrib/llvm/lib/Support/CommandLine.cpp
  head/contrib/llvm/lib/Support/DAGDeltaAlgorithm.cpp
  head/contrib/llvm/lib/Support/DataExtractor.cpp
  head/contrib/llvm/lib/Support/DataStream.cpp
  head/contrib/llvm/lib/Support/DynamicLibrary.cpp
  head/contrib/llvm/lib/Support/Errno.cpp
  head/contrib/llvm/lib/Support/FoldingSet.cpp
  head/contrib/llvm/lib/Support/Host.cpp
  head/contrib/llvm/lib/Support/LockFileManager.cpp
  head/contrib/llvm/lib/Support/Memory.cpp
  head/contrib/llvm/lib/Support/MemoryBuffer.cpp
  head/contrib/llvm/lib/Support/SmallVector.cpp
  head/contrib/llvm/lib/Support/StreamableMemoryObject.cpp
  head/contrib/llvm/lib/Support/StringMap.cpp
  head/contrib/llvm/lib/Support/StringRef.cpp
  head/contrib/llvm/lib/Support/Triple.cpp
  head/contrib/llvm/lib/Support/Unix/Memory.inc
  head/contrib/llvm/lib/Support/Unix/Path.inc
  head/contrib/llvm/lib/Support/Unix/Signals.inc
  head/contrib/llvm/lib/Support/Windows/Memory.inc
  head/contrib/llvm/lib/Support/Windows/PathV2.inc
  head/contrib/llvm/lib/Support/YAMLParser.cpp
  head/contrib/llvm/lib/Support/raw_ostream.cpp
  head/contrib/llvm/lib/Support/regexec.c
  head/contrib/llvm/lib/Support/system_error.cpp
  head/contrib/llvm/lib/TableGen/Error.cpp
  head/contrib/llvm/lib/TableGen/Main.cpp
  head/contrib/llvm/lib/TableGen/Record.cpp
  head/contrib/llvm/lib/TableGen/TGParser.cpp
  head/contrib/llvm/lib/TableGen/TGParser.h
  head/contrib/llvm/lib/Target/ARM/ARM.h
  head/contrib/llvm/lib/Target/ARM/ARM.td
  head/contrib/llvm/lib/Target/ARM/ARMAsmPrinter.cpp
  head/contrib/llvm/lib/Target/ARM/ARMAsmPrinter.h
  head/contrib/llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
  head/contrib/llvm/lib/Target/ARM/ARMBaseInstrInfo.h
  head/contrib/llvm/lib/Target/ARM/ARMBaseRegisterInfo.cpp
  head/contrib/llvm/lib/Target/ARM/ARMBaseRegisterInfo.h
  head/contrib/llvm/lib/Target/ARM/ARMCallingConv.td
  head/contrib/llvm/lib/Target/ARM/ARMCodeEmitter.cpp
  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/ARMFastISel.cpp
  head/contrib/llvm/lib/Target/ARM/ARMFrameLowering.cpp
  head/contrib/llvm/lib/Target/ARM/ARMHazardRecognizer.cpp
  head/contrib/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp
  head/contrib/llvm/lib/Target/ARM/ARMISelLowering.cpp
  head/contrib/llvm/lib/Target/ARM/ARMISelLowering.h
  head/contrib/llvm/lib/Target/ARM/ARMInstrFormats.td
  head/contrib/llvm/lib/Target/ARM/ARMInstrInfo.cpp
  head/contrib/llvm/lib/Target/ARM/ARMInstrInfo.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/ARMJITInfo.cpp
  head/contrib/llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
  head/contrib/llvm/lib/Target/ARM/ARMMachineFunctionInfo.h
  head/contrib/llvm/lib/Target/ARM/ARMRegisterInfo.td
  head/contrib/llvm/lib/Target/ARM/ARMSchedule.td
  head/contrib/llvm/lib/Target/ARM/ARMScheduleA9.td
  head/contrib/llvm/lib/Target/ARM/ARMSelectionDAGInfo.cpp
  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/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/ARMAsmBackend.cpp
  head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp
  head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp
  head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp
  head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCExpr.h
  head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
  head/contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMMachObjectWriter.cpp
  head/contrib/llvm/lib/Target/ARM/MLxExpansionPass.cpp
  head/contrib/llvm/lib/Target/CellSPU/SPUAsmPrinter.cpp
  head/contrib/llvm/lib/Target/CellSPU/SPUFrameLowering.cpp
  head/contrib/llvm/lib/Target/CellSPU/SPUISelDAGToDAG.cpp
  head/contrib/llvm/lib/Target/CellSPU/SPUSubtarget.h
  head/contrib/llvm/lib/Target/CellSPU/SPUTargetMachine.cpp
  head/contrib/llvm/lib/Target/CellSPU/SPUTargetMachine.h
  head/contrib/llvm/lib/Target/CppBackend/CPPBackend.cpp
  head/contrib/llvm/lib/Target/CppBackend/CPPTargetMachine.h
  head/contrib/llvm/lib/Target/Hexagon/HexagonAsmPrinter.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonCallingConvLower.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonInstrFormats.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonInstrInfo.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonNewValueJump.cpp
  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/HexagonRemoveSZExtArgs.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonSchedule.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonScheduleV4.td
  head/contrib/llvm/lib/Target/Hexagon/HexagonSubtarget.cpp
  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/HexagonVLIWPacketizer.cpp
  head/contrib/llvm/lib/Target/Hexagon/HexagonVarargsCallingConvention.h
  head/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.cpp
  head/contrib/llvm/lib/Target/MBlaze/AsmParser/MBlazeAsmParser.cpp
  head/contrib/llvm/lib/Target/MBlaze/MBlazeAsmPrinter.cpp
  head/contrib/llvm/lib/Target/MBlaze/MBlazeFrameLowering.cpp
  head/contrib/llvm/lib/Target/MBlaze/MBlazeIntrinsicInfo.cpp
  head/contrib/llvm/lib/Target/MBlaze/MBlazeRegisterInfo.cpp
  head/contrib/llvm/lib/Target/MBlaze/MBlazeTargetMachine.cpp
  head/contrib/llvm/lib/Target/MBlaze/MBlazeTargetMachine.h
  head/contrib/llvm/lib/Target/MBlaze/MBlazeTargetObjectFile.cpp
  head/contrib/llvm/lib/Target/MBlaze/MCTargetDesc/MBlazeMCCodeEmitter.cpp
  head/contrib/llvm/lib/Target/MSP430/MSP430FrameLowering.cpp
  head/contrib/llvm/lib/Target/MSP430/MSP430FrameLowering.h
  head/contrib/llvm/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
  head/contrib/llvm/lib/Target/MSP430/MSP430ISelLowering.cpp
  head/contrib/llvm/lib/Target/MSP430/MSP430ISelLowering.h
  head/contrib/llvm/lib/Target/MSP430/MSP430RegisterInfo.cpp
  head/contrib/llvm/lib/Target/MSP430/MSP430RegisterInfo.h
  head/contrib/llvm/lib/Target/MSP430/MSP430TargetMachine.cpp
  head/contrib/llvm/lib/Target/MSP430/MSP430TargetMachine.h
  head/contrib/llvm/lib/Target/Mangler.cpp
  head/contrib/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
  head/contrib/llvm/lib/Target/Mips/Disassembler/MipsDisassembler.cpp
  head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp
  head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h
  head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
  head/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp
  head/contrib/llvm/lib/Target/Mips/Mips.td
  head/contrib/llvm/lib/Target/Mips/Mips16FrameLowering.cpp
  head/contrib/llvm/lib/Target/Mips/Mips16FrameLowering.h
  head/contrib/llvm/lib/Target/Mips/Mips16InstrInfo.cpp
  head/contrib/llvm/lib/Target/Mips/Mips16InstrInfo.h
  head/contrib/llvm/lib/Target/Mips/Mips16InstrInfo.td
  head/contrib/llvm/lib/Target/Mips/Mips16RegisterInfo.cpp
  head/contrib/llvm/lib/Target/Mips/Mips16RegisterInfo.h
  head/contrib/llvm/lib/Target/Mips/Mips64InstrInfo.td
  head/contrib/llvm/lib/Target/Mips/MipsAnalyzeImmediate.cpp
  head/contrib/llvm/lib/Target/Mips/MipsAsmPrinter.cpp
  head/contrib/llvm/lib/Target/Mips/MipsAsmPrinter.h
  head/contrib/llvm/lib/Target/Mips/MipsCallingConv.td
  head/contrib/llvm/lib/Target/Mips/MipsCodeEmitter.cpp
  head/contrib/llvm/lib/Target/Mips/MipsDelaySlotFiller.cpp
  head/contrib/llvm/lib/Target/Mips/MipsFrameLowering.cpp
  head/contrib/llvm/lib/Target/Mips/MipsFrameLowering.h
  head/contrib/llvm/lib/Target/Mips/MipsISelDAGToDAG.cpp
  head/contrib/llvm/lib/Target/Mips/MipsISelLowering.cpp
  head/contrib/llvm/lib/Target/Mips/MipsISelLowering.h
  head/contrib/llvm/lib/Target/Mips/MipsInstrFPU.td
  head/contrib/llvm/lib/Target/Mips/MipsInstrFormats.td
  head/contrib/llvm/lib/Target/Mips/MipsInstrInfo.cpp
  head/contrib/llvm/lib/Target/Mips/MipsInstrInfo.h
  head/contrib/llvm/lib/Target/Mips/MipsInstrInfo.td
  head/contrib/llvm/lib/Target/Mips/MipsLongBranch.cpp
  head/contrib/llvm/lib/Target/Mips/MipsMCInstLower.cpp
  head/contrib/llvm/lib/Target/Mips/MipsMCInstLower.h
  head/contrib/llvm/lib/Target/Mips/MipsMachineFunction.cpp
  head/contrib/llvm/lib/Target/Mips/MipsMachineFunction.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/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/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/NVPTX/NVPTX.td
  head/contrib/llvm/lib/Target/NVPTX/NVPTXAllocaHoisting.h
  head/contrib/llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
  head/contrib/llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
  head/contrib/llvm/lib/Target/NVPTX/NVPTXISelLowering.h
  head/contrib/llvm/lib/Target/NVPTX/NVPTXLowerAggrCopies.cpp
  head/contrib/llvm/lib/Target/NVPTX/NVPTXLowerAggrCopies.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/PowerPC/InstPrinter/PPCInstPrinter.cpp
  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/PPCMCCodeEmitter.cpp
  head/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp
  head/contrib/llvm/lib/Target/PowerPC/PPC.td
  head/contrib/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
  head/contrib/llvm/lib/Target/PowerPC/PPCCallingConv.td
  head/contrib/llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
  head/contrib/llvm/lib/Target/PowerPC/PPCFrameLowering.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/PPCInstrFormats.td
  head/contrib/llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
  head/contrib/llvm/lib/Target/PowerPC/PPCInstrInfo.td
  head/contrib/llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp
  head/contrib/llvm/lib/Target/PowerPC/PPCRegisterInfo.h
  head/contrib/llvm/lib/Target/PowerPC/PPCSchedule.td
  head/contrib/llvm/lib/Target/PowerPC/PPCSchedule440.td
  head/contrib/llvm/lib/Target/PowerPC/PPCScheduleA2.td
  head/contrib/llvm/lib/Target/PowerPC/PPCScheduleG3.td
  head/contrib/llvm/lib/Target/PowerPC/PPCScheduleG4.td
  head/contrib/llvm/lib/Target/PowerPC/PPCScheduleG4Plus.td
  head/contrib/llvm/lib/Target/PowerPC/PPCScheduleG5.td
  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/Sparc/SparcFrameLowering.cpp
  head/contrib/llvm/lib/Target/Sparc/SparcISelLowering.cpp
  head/contrib/llvm/lib/Target/Sparc/SparcInstrInfo.td
  head/contrib/llvm/lib/Target/Sparc/SparcTargetMachine.cpp
  head/contrib/llvm/lib/Target/Sparc/SparcTargetMachine.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/TargetMachineC.cpp
  head/contrib/llvm/lib/Target/TargetRegisterInfo.cpp
  head/contrib/llvm/lib/Target/X86/AsmParser/X86AsmLexer.cpp
  head/contrib/llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
  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.c
  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/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/X86MCAsmInfo.cpp
  head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp
  head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp
  head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h
  head/contrib/llvm/lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp
  head/contrib/llvm/lib/Target/X86/X86.td
  head/contrib/llvm/lib/Target/X86/X86AsmPrinter.cpp
  head/contrib/llvm/lib/Target/X86/X86AsmPrinter.h
  head/contrib/llvm/lib/Target/X86/X86COFFMachineModuleInfo.h
  head/contrib/llvm/lib/Target/X86/X86CallingConv.td
  head/contrib/llvm/lib/Target/X86/X86CodeEmitter.cpp
  head/contrib/llvm/lib/Target/X86/X86FastISel.cpp
  head/contrib/llvm/lib/Target/X86/X86FloatingPoint.cpp
  head/contrib/llvm/lib/Target/X86/X86FrameLowering.cpp
  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/X86InstrCompiler.td
  head/contrib/llvm/lib/Target/X86/X86InstrControl.td
  head/contrib/llvm/lib/Target/X86/X86InstrFMA.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/X86InstrXOP.td
  head/contrib/llvm/lib/Target/X86/X86JITInfo.cpp
  head/contrib/llvm/lib/Target/X86/X86MCInstLower.cpp
  head/contrib/llvm/lib/Target/X86/X86RegisterInfo.cpp
  head/contrib/llvm/lib/Target/X86/X86RegisterInfo.h
  head/contrib/llvm/lib/Target/X86/X86RegisterInfo.td
  head/contrib/llvm/lib/Target/X86/X86SelectionDAGInfo.cpp
  head/contrib/llvm/lib/Target/X86/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/X86VZeroUpper.cpp
  head/contrib/llvm/lib/Target/XCore/XCoreAsmPrinter.cpp
  head/contrib/llvm/lib/Target/XCore/XCoreFrameLowering.cpp
  head/contrib/llvm/lib/Target/XCore/XCoreISelLowering.cpp
  head/contrib/llvm/lib/Target/XCore/XCoreInstrInfo.td
  head/contrib/llvm/lib/Target/XCore/XCoreRegisterInfo.cpp
  head/contrib/llvm/lib/Target/XCore/XCoreTargetMachine.cpp
  head/contrib/llvm/lib/Target/XCore/XCoreTargetMachine.h
  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/GlobalOpt.cpp
  head/contrib/llvm/lib/Transforms/IPO/IPO.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/InstCombine/InstCombine.h
  head/contrib/llvm/lib/Transforms/InstCombine/InstCombineAddSub.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/InstCombineVectorOps.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/BoundsChecking.cpp
  head/contrib/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp
  head/contrib/llvm/lib/Transforms/Instrumentation/MaximumSpanningTree.h
  head/contrib/llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp
  head/contrib/llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp
  head/contrib/llvm/lib/Transforms/Scalar/ConstantProp.cpp
  head/contrib/llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
  head/contrib/llvm/lib/Transforms/Scalar/DCE.cpp
  head/contrib/llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
  head/contrib/llvm/lib/Transforms/Scalar/EarlyCSE.cpp
  head/contrib/llvm/lib/Transforms/Scalar/GVN.cpp
  head/contrib/llvm/lib/Transforms/Scalar/GlobalMerge.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/LoopIdiomRecognize.cpp
  head/contrib/llvm/lib/Transforms/Scalar/LoopInstSimplify.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/ObjCARC.cpp
  head/contrib/llvm/lib/Transforms/Scalar/Reassociate.cpp
  head/contrib/llvm/lib/Transforms/Scalar/SCCP.cpp
  head/contrib/llvm/lib/Transforms/Scalar/Scalar.cpp
  head/contrib/llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp
  head/contrib/llvm/lib/Transforms/Scalar/SimplifyCFGPass.cpp
  head/contrib/llvm/lib/Transforms/Scalar/SimplifyLibCalls.cpp
  head/contrib/llvm/lib/Transforms/Utils/AddrModeMatcher.cpp
  head/contrib/llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
  head/contrib/llvm/lib/Transforms/Utils/BuildLibCalls.cpp
  head/contrib/llvm/lib/Transforms/Utils/CloneFunction.cpp
  head/contrib/llvm/lib/Transforms/Utils/CodeExtractor.cpp
  head/contrib/llvm/lib/Transforms/Utils/InlineFunction.cpp
  head/contrib/llvm/lib/Transforms/Utils/LCSSA.cpp
  head/contrib/llvm/lib/Transforms/Utils/Local.cpp
  head/contrib/llvm/lib/Transforms/Utils/LoopSimplify.cpp
  head/contrib/llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp
  head/contrib/llvm/lib/Transforms/Utils/SSAUpdater.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/Utils.cpp
  head/contrib/llvm/lib/Transforms/Utils/ValueMapper.cpp
  head/contrib/llvm/lib/Transforms/Vectorize/BBVectorize.cpp
  head/contrib/llvm/lib/Transforms/Vectorize/Vectorize.cpp
  head/contrib/llvm/lib/VMCore/AsmWriter.cpp
  head/contrib/llvm/lib/VMCore/Attributes.cpp
  head/contrib/llvm/lib/VMCore/AutoUpgrade.cpp
  head/contrib/llvm/lib/VMCore/ConstantFold.cpp
  head/contrib/llvm/lib/VMCore/Constants.cpp
  head/contrib/llvm/lib/VMCore/ConstantsContext.h
  head/contrib/llvm/lib/VMCore/Core.cpp
  head/contrib/llvm/lib/VMCore/DIBuilder.cpp
  head/contrib/llvm/lib/VMCore/DebugInfo.cpp
  head/contrib/llvm/lib/VMCore/Dominators.cpp
  head/contrib/llvm/lib/VMCore/Function.cpp
  head/contrib/llvm/lib/VMCore/GCOV.cpp
  head/contrib/llvm/lib/VMCore/IRBuilder.cpp
  head/contrib/llvm/lib/VMCore/InlineAsm.cpp
  head/contrib/llvm/lib/VMCore/Instructions.cpp
  head/contrib/llvm/lib/VMCore/LLVMContext.cpp
  head/contrib/llvm/lib/VMCore/LLVMContextImpl.cpp
  head/contrib/llvm/lib/VMCore/LLVMContextImpl.h
  head/contrib/llvm/lib/VMCore/PassManager.cpp
  head/contrib/llvm/lib/VMCore/Type.cpp
  head/contrib/llvm/lib/VMCore/User.cpp
  head/contrib/llvm/lib/VMCore/Value.cpp
  head/contrib/llvm/lib/VMCore/ValueTypes.cpp
  head/contrib/llvm/lib/VMCore/Verifier.cpp
  head/contrib/llvm/tools/bugpoint/ExtractFunction.cpp
  head/contrib/llvm/tools/bugpoint/OptimizerDriver.cpp
  head/contrib/llvm/tools/clang/include/clang-c/Index.h
  head/contrib/llvm/tools/clang/include/clang/ARCMigrate/ARCMT.h
  head/contrib/llvm/tools/clang/include/clang/AST/ASTConsumer.h
  head/contrib/llvm/tools/clang/include/clang/AST/ASTContext.h
  head/contrib/llvm/tools/clang/include/clang/AST/ASTMutationListener.h
  head/contrib/llvm/tools/clang/include/clang/AST/Attr.h
  head/contrib/llvm/tools/clang/include/clang/AST/BuiltinTypes.def
  head/contrib/llvm/tools/clang/include/clang/AST/CXXInheritance.h
  head/contrib/llvm/tools/clang/include/clang/AST/CanonicalType.h
  head/contrib/llvm/tools/clang/include/clang/AST/CharUnits.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/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/Decl.h
  head/contrib/llvm/tools/clang/include/clang/AST/DeclBase.h
  head/contrib/llvm/tools/clang/include/clang/AST/DeclCXX.h
  head/contrib/llvm/tools/clang/include/clang/AST/DeclFriend.h
  head/contrib/llvm/tools/clang/include/clang/AST/DeclObjC.h
  head/contrib/llvm/tools/clang/include/clang/AST/DeclTemplate.h
  head/contrib/llvm/tools/clang/include/clang/AST/DeclarationName.h
  head/contrib/llvm/tools/clang/include/clang/AST/Expr.h
  head/contrib/llvm/tools/clang/include/clang/AST/ExprCXX.h
  head/contrib/llvm/tools/clang/include/clang/AST/ExprObjC.h
  head/contrib/llvm/tools/clang/include/clang/AST/ExternalASTSource.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/OperationKinds.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/SelectorLocationsKind.h
  head/contrib/llvm/tools/clang/include/clang/AST/Stmt.h
  head/contrib/llvm/tools/clang/include/clang/AST/StmtCXX.h
  head/contrib/llvm/tools/clang/include/clang/AST/StmtObjC.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/UnresolvedSet.h
  head/contrib/llvm/tools/clang/include/clang/AST/VTableBuilder.h
  head/contrib/llvm/tools/clang/include/clang/ASTMatchers/ASTMatchFinder.h
  head/contrib/llvm/tools/clang/include/clang/ASTMatchers/ASTMatchers.h
  head/contrib/llvm/tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
  head/contrib/llvm/tools/clang/include/clang/ASTMatchers/ASTMatchersMacros.h
  head/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/FormatString.h
  head/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ThreadSafety.h
  head/contrib/llvm/tools/clang/include/clang/Analysis/AnalysisContext.h
  head/contrib/llvm/tools/clang/include/clang/Analysis/CFG.h
  head/contrib/llvm/tools/clang/include/clang/Analysis/ProgramPoint.h
  head/contrib/llvm/tools/clang/include/clang/Basic/Attr.td
  head/contrib/llvm/tools/clang/include/clang/Basic/Builtins.def
  head/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsMips.def
  head/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsNVPTX.def
  head/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsX86.def
  head/contrib/llvm/tools/clang/include/clang/Basic/ConvertUTF.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/DiagnosticCommentKinds.td
  head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticCommonKinds.td
  head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticDriverKinds.td
  head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticFrontendKinds.td
  head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticGroups.td
  head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticLexKinds.td
  head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticParseKinds.td
  head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticSemaKinds.td
  head/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticSerializationKinds.td
  head/contrib/llvm/tools/clang/include/clang/Basic/FileManager.h
  head/contrib/llvm/tools/clang/include/clang/Basic/IdentifierTable.h
  head/contrib/llvm/tools/clang/include/clang/Basic/LangOptions.def
  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/OnDiskHashTable.h
  head/contrib/llvm/tools/clang/include/clang/Basic/SourceLocation.h
  head/contrib/llvm/tools/clang/include/clang/Basic/SourceManager.h
  head/contrib/llvm/tools/clang/include/clang/Basic/Specifiers.h
  head/contrib/llvm/tools/clang/include/clang/Basic/StmtNodes.td
  head/contrib/llvm/tools/clang/include/clang/Basic/TargetInfo.h
  head/contrib/llvm/tools/clang/include/clang/Basic/TargetOptions.h
  head/contrib/llvm/tools/clang/include/clang/Basic/TokenKinds.def
  head/contrib/llvm/tools/clang/include/clang/Basic/TokenKinds.h
  head/contrib/llvm/tools/clang/include/clang/Basic/TypeTraits.h
  head/contrib/llvm/tools/clang/include/clang/Basic/arm_neon.td
  head/contrib/llvm/tools/clang/include/clang/CodeGen/CodeGenAction.h
  head/contrib/llvm/tools/clang/include/clang/Driver/Action.h
  head/contrib/llvm/tools/clang/include/clang/Driver/Arg.h
  head/contrib/llvm/tools/clang/include/clang/Driver/ArgList.h
  head/contrib/llvm/tools/clang/include/clang/Driver/CC1AsOptions.h
  head/contrib/llvm/tools/clang/include/clang/Driver/CC1AsOptions.td
  head/contrib/llvm/tools/clang/include/clang/Driver/CC1Options.td
  head/contrib/llvm/tools/clang/include/clang/Driver/Compilation.h
  head/contrib/llvm/tools/clang/include/clang/Driver/Driver.h
  head/contrib/llvm/tools/clang/include/clang/Driver/Job.h
  head/contrib/llvm/tools/clang/include/clang/Driver/OptParser.td
  head/contrib/llvm/tools/clang/include/clang/Driver/OptTable.h
  head/contrib/llvm/tools/clang/include/clang/Driver/Option.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/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/Frontend/ASTUnit.h
  head/contrib/llvm/tools/clang/include/clang/Frontend/CodeGenOptions.h
  head/contrib/llvm/tools/clang/include/clang/Frontend/CompilerInstance.h
  head/contrib/llvm/tools/clang/include/clang/Frontend/CompilerInvocation.h
  head/contrib/llvm/tools/clang/include/clang/Frontend/DiagnosticRenderer.h
  head/contrib/llvm/tools/clang/include/clang/Frontend/FrontendAction.h
  head/contrib/llvm/tools/clang/include/clang/Frontend/FrontendOptions.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/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/TextDiagnosticPrinter.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/Lexer.h
  head/contrib/llvm/tools/clang/include/clang/Lex/LiteralSupport.h
  head/contrib/llvm/tools/clang/include/clang/Lex/MacroInfo.h
  head/contrib/llvm/tools/clang/include/clang/Lex/ModuleMap.h
  head/contrib/llvm/tools/clang/include/clang/Lex/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/PreprocessingRecord.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/Token.h
  head/contrib/llvm/tools/clang/include/clang/Lex/TokenLexer.h
  head/contrib/llvm/tools/clang/include/clang/Parse/Parser.h
  head/contrib/llvm/tools/clang/include/clang/Sema/AttributeList.h
  head/contrib/llvm/tools/clang/include/clang/Sema/CodeCompleteConsumer.h
  head/contrib/llvm/tools/clang/include/clang/Sema/DeclSpec.h
  head/contrib/llvm/tools/clang/include/clang/Sema/DelayedDiagnostic.h
  head/contrib/llvm/tools/clang/include/clang/Sema/ExternalSemaSource.h
  head/contrib/llvm/tools/clang/include/clang/Sema/Initialization.h
  head/contrib/llvm/tools/clang/include/clang/Sema/LocInfoType.h
  head/contrib/llvm/tools/clang/include/clang/Sema/Overload.h
  head/contrib/llvm/tools/clang/include/clang/Sema/Ownership.h
  head/contrib/llvm/tools/clang/include/clang/Sema/ParsedTemplate.h
  head/contrib/llvm/tools/clang/include/clang/Sema/Scope.h
  head/contrib/llvm/tools/clang/include/clang/Sema/ScopeInfo.h
  head/contrib/llvm/tools/clang/include/clang/Sema/Sema.h
  head/contrib/llvm/tools/clang/include/clang/Sema/SemaConsumer.h
  head/contrib/llvm/tools/clang/include/clang/Sema/Template.h
  head/contrib/llvm/tools/clang/include/clang/Sema/TemplateDeduction.h
  head/contrib/llvm/tools/clang/include/clang/Sema/TypoCorrection.h
  head/contrib/llvm/tools/clang/include/clang/Serialization/ASTBitCodes.h
  head/contrib/llvm/tools/clang/include/clang/Serialization/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/Module.h
  head/contrib/llvm/tools/clang/include/clang/Serialization/ModuleManager.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/PathDiagnostic.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/Checker.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/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/CallEvent.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.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/Environment.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h
  head/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/TaintManager.h
  head/contrib/llvm/tools/clang/include/clang/Tooling/CompilationDatabase.h
  head/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring.h
  head/contrib/llvm/tools/clang/include/clang/Tooling/Tooling.h
  head/contrib/llvm/tools/clang/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/Transforms.cpp
  head/contrib/llvm/tools/clang/lib/AST/ASTConsumer.cpp
  head/contrib/llvm/tools/clang/lib/AST/ASTContext.cpp
  head/contrib/llvm/tools/clang/lib/AST/ASTDiagnostic.cpp
  head/contrib/llvm/tools/clang/lib/AST/ASTImporter.cpp
  head/contrib/llvm/tools/clang/lib/AST/CXXInheritance.cpp
  head/contrib/llvm/tools/clang/lib/AST/Comment.cpp
  head/contrib/llvm/tools/clang/lib/AST/CommentBriefParser.cpp
  head/contrib/llvm/tools/clang/lib/AST/CommentCommandTraits.cpp
  head/contrib/llvm/tools/clang/lib/AST/CommentDumper.cpp
  head/contrib/llvm/tools/clang/lib/AST/CommentLexer.cpp
  head/contrib/llvm/tools/clang/lib/AST/CommentParser.cpp
  head/contrib/llvm/tools/clang/lib/AST/CommentSema.cpp
  head/contrib/llvm/tools/clang/lib/AST/Decl.cpp
  head/contrib/llvm/tools/clang/lib/AST/DeclBase.cpp
  head/contrib/llvm/tools/clang/lib/AST/DeclCXX.cpp
  head/contrib/llvm/tools/clang/lib/AST/DeclObjC.cpp
  head/contrib/llvm/tools/clang/lib/AST/DeclPrinter.cpp
  head/contrib/llvm/tools/clang/lib/AST/DeclTemplate.cpp
  head/contrib/llvm/tools/clang/lib/AST/DumpXML.cpp
  head/contrib/llvm/tools/clang/lib/AST/Expr.cpp
  head/contrib/llvm/tools/clang/lib/AST/ExprCXX.cpp
  head/contrib/llvm/tools/clang/lib/AST/ExprClassification.cpp
  head/contrib/llvm/tools/clang/lib/AST/ExprConstant.cpp
  head/contrib/llvm/tools/clang/lib/AST/ItaniumMangle.cpp
  head/contrib/llvm/tools/clang/lib/AST/MicrosoftMangle.cpp
  head/contrib/llvm/tools/clang/lib/AST/NSAPI.cpp
  head/contrib/llvm/tools/clang/lib/AST/ParentMap.cpp
  head/contrib/llvm/tools/clang/lib/AST/RawCommentList.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/StmtDumper.cpp
  head/contrib/llvm/tools/clang/lib/AST/StmtPrinter.cpp
  head/contrib/llvm/tools/clang/lib/AST/StmtProfile.cpp
  head/contrib/llvm/tools/clang/lib/AST/TemplateBase.cpp
  head/contrib/llvm/tools/clang/lib/AST/Type.cpp
  head/contrib/llvm/tools/clang/lib/AST/TypeLoc.cpp
  head/contrib/llvm/tools/clang/lib/AST/TypePrinter.cpp
  head/contrib/llvm/tools/clang/lib/AST/VTableBuilder.cpp
  head/contrib/llvm/tools/clang/lib/ASTMatchers/ASTMatchFinder.cpp
  head/contrib/llvm/tools/clang/lib/ASTMatchers/ASTMatchersInternal.cpp
  head/contrib/llvm/tools/clang/lib/Analysis/AnalysisDeclContext.cpp
  head/contrib/llvm/tools/clang/lib/Analysis/CFG.cpp
  head/contrib/llvm/tools/clang/lib/Analysis/FormatString.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/UninitializedValues.cpp
  head/contrib/llvm/tools/clang/lib/Basic/ConvertUTF.c
  head/contrib/llvm/tools/clang/lib/Basic/ConvertUTFWrapper.cpp
  head/contrib/llvm/tools/clang/lib/Basic/Diagnostic.cpp
  head/contrib/llvm/tools/clang/lib/Basic/DiagnosticIDs.cpp
  head/contrib/llvm/tools/clang/lib/Basic/FileManager.cpp
  head/contrib/llvm/tools/clang/lib/Basic/IdentifierTable.cpp
  head/contrib/llvm/tools/clang/lib/Basic/Module.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/CodeGen/ABIInfo.h
  head/contrib/llvm/tools/clang/lib/CodeGen/BackendUtil.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/CGBuiltin.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/CGClass.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGDebugInfo.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGDebugInfo.h
  head/contrib/llvm/tools/clang/lib/CodeGen/CGDecl.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGDeclCXX.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGException.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGExpr.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGExprAgg.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGExprCXX.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGExprComplex.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGExprConstant.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGExprScalar.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGObjC.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGObjCGNU.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGObjCMac.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGObjCRuntime.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CGObjCRuntime.h
  head/contrib/llvm/tools/clang/lib/CodeGen/CGRTTI.cpp
  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/CGVTables.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/CodeGenTBAA.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CodeGenTBAA.h
  head/contrib/llvm/tools/clang/lib/CodeGen/CodeGenTypes.cpp
  head/contrib/llvm/tools/clang/lib/CodeGen/CodeGenTypes.h
  head/contrib/llvm/tools/clang/lib/CodeGen/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/Driver/Arg.cpp
  head/contrib/llvm/tools/clang/lib/Driver/ArgList.cpp
  head/contrib/llvm/tools/clang/lib/Driver/CC1AsOptions.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/DriverOptions.cpp
  head/contrib/llvm/tools/clang/lib/Driver/OptTable.cpp
  head/contrib/llvm/tools/clang/lib/Driver/Option.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/Driver/WindowsToolChain.cpp
  head/contrib/llvm/tools/clang/lib/Edit/RewriteObjCFoundationAPI.cpp
  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/ChainedDiagnosticConsumer.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/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/PrintPreprocessedOutput.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/TextDiagnosticPrinter.cpp
  head/contrib/llvm/tools/clang/lib/Frontend/VerifyDiagnosticConsumer.cpp
  head/contrib/llvm/tools/clang/lib/Frontend/Warnings.cpp
  head/contrib/llvm/tools/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
  head/contrib/llvm/tools/clang/lib/Headers/altivec.h
  head/contrib/llvm/tools/clang/lib/Headers/bmi2intrin.h
  head/contrib/llvm/tools/clang/lib/Headers/cpuid.h
  head/contrib/llvm/tools/clang/lib/Headers/immintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/module.map
  head/contrib/llvm/tools/clang/lib/Headers/unwind.h
  head/contrib/llvm/tools/clang/lib/Headers/wmmintrin.h
  head/contrib/llvm/tools/clang/lib/Headers/x86intrin.h
  head/contrib/llvm/tools/clang/lib/Headers/xmmintrin.h
  head/contrib/llvm/tools/clang/lib/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/MacroInfo.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/PreprocessingRecord.cpp
  head/contrib/llvm/tools/clang/lib/Lex/Preprocessor.cpp
  head/contrib/llvm/tools/clang/lib/Lex/TokenLexer.cpp
  head/contrib/llvm/tools/clang/lib/Parse/ParseAST.cpp
  head/contrib/llvm/tools/clang/lib/Parse/ParseCXXInlineMethods.cpp
  head/contrib/llvm/tools/clang/lib/Parse/ParseDecl.cpp
  head/contrib/llvm/tools/clang/lib/Parse/ParseDeclCXX.cpp
  head/contrib/llvm/tools/clang/lib/Parse/ParseExpr.cpp
  head/contrib/llvm/tools/clang/lib/Parse/ParseExprCXX.cpp
  head/contrib/llvm/tools/clang/lib/Parse/ParseInit.cpp
  head/contrib/llvm/tools/clang/lib/Parse/ParseObjc.cpp
  head/contrib/llvm/tools/clang/lib/Parse/ParsePragma.cpp
  head/contrib/llvm/tools/clang/lib/Parse/ParsePragma.h
  head/contrib/llvm/tools/clang/lib/Parse/ParseStmt.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/Sema/AnalysisBasedWarnings.cpp
  head/contrib/llvm/tools/clang/lib/Sema/CodeCompleteConsumer.cpp
  head/contrib/llvm/tools/clang/lib/Sema/DeclSpec.cpp
  head/contrib/llvm/tools/clang/lib/Sema/DelayedDiagnostic.cpp
  head/contrib/llvm/tools/clang/lib/Sema/IdentifierResolver.cpp
  head/contrib/llvm/tools/clang/lib/Sema/JumpDiagnostics.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/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/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/Serialization/ASTCommon.cpp
  head/contrib/llvm/tools/clang/lib/Serialization/ASTReader.cpp
  head/contrib/llvm/tools/clang/lib/Serialization/ASTReaderDecl.cpp
  head/contrib/llvm/tools/clang/lib/Serialization/ASTReaderStmt.cpp
  head/contrib/llvm/tools/clang/lib/Serialization/ASTWriter.cpp
  head/contrib/llvm/tools/clang/lib/Serialization/ASTWriterDecl.cpp
  head/contrib/llvm/tools/clang/lib/Serialization/ASTWriterStmt.cpp
  head/contrib/llvm/tools/clang/lib/Serialization/GeneratePCH.cpp
  head/contrib/llvm/tools/clang/lib/Serialization/Module.cpp
  head/contrib/llvm/tools/clang/lib/Serialization/ModuleManager.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ArrayBoundChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/AttrNonNullChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/BoolAssignmentChecker.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/CStringSyntaxChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CastSizeChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CastToStructChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/Checkers.td
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ChrootChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DereferenceChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DivZeroChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/FixedAddressChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/IdempotentOperationChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MacOSXAPIChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/NSAutoreleasePoolChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/NSErrorChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCAtSyncChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCContainersASTChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCContainersChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/PointerArithChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/PointerSubChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ReturnPointerRangeChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ReturnUndefChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/StackAddrEscapeChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/TaintTesterChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UndefBranchChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UndefResultChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UndefinedArraySubscriptChecker.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UndefinedAssignmentChecker.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/Core/AnalysisManager.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/BasicValueFactory.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/CheckerContext.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/CheckerManager.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/Environment.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExprEngineObjC.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/ProgramState.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SValBuilder.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SVals.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SimpleConstraintManager.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SimpleConstraintManager.h
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/Store.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SymbolManager.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/TextPathDiagnostics.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.h
  head/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp
  head/contrib/llvm/tools/clang/lib/Tooling/CompilationDatabase.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/ClangDiagnosticsEmitter.cpp
  head/contrib/llvm/tools/clang/utils/TableGen/ClangSACheckersEmitter.cpp
  head/contrib/llvm/tools/clang/utils/TableGen/NeonEmitter.cpp
  head/contrib/llvm/tools/clang/utils/TableGen/OptParserEmitter.cpp
  head/contrib/llvm/tools/clang/utils/TableGen/TableGen.cpp
  head/contrib/llvm/tools/clang/utils/TableGen/TableGenBackends.h
  head/contrib/llvm/tools/llc/llc.cpp
  head/contrib/llvm/tools/lli/lli.cpp
  head/contrib/llvm/tools/llvm-ar/llvm-ar.cpp
  head/contrib/llvm/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
  head/contrib/llvm/tools/llvm-extract/llvm-extract.cpp
  head/contrib/llvm/tools/llvm-mc/llvm-mc.cpp
  head/contrib/llvm/tools/llvm-nm/llvm-nm.cpp
  head/contrib/llvm/tools/llvm-objdump/llvm-objdump.cpp
  head/contrib/llvm/tools/llvm-ranlib/llvm-ranlib.cpp
  head/contrib/llvm/tools/llvm-rtdyld/llvm-rtdyld.cpp
  head/contrib/llvm/tools/llvm-stress/llvm-stress.cpp
  head/contrib/llvm/tools/opt/opt.cpp
  head/contrib/llvm/utils/TableGen/AsmMatcherEmitter.cpp
  head/contrib/llvm/utils/TableGen/AsmWriterEmitter.cpp
  head/contrib/llvm/utils/TableGen/AsmWriterInst.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/CodeGenRegisters.cpp
  head/contrib/llvm/utils/TableGen/CodeGenRegisters.h
  head/contrib/llvm/utils/TableGen/CodeGenSchedule.cpp
  head/contrib/llvm/utils/TableGen/CodeGenSchedule.h
  head/contrib/llvm/utils/TableGen/CodeGenTarget.cpp
  head/contrib/llvm/utils/TableGen/CodeGenTarget.h
  head/contrib/llvm/utils/TableGen/DAGISelMatcher.h
  head/contrib/llvm/utils/TableGen/DAGISelMatcherEmitter.cpp
  head/contrib/llvm/utils/TableGen/DAGISelMatcherGen.cpp
  head/contrib/llvm/utils/TableGen/DFAPacketizerEmitter.cpp
  head/contrib/llvm/utils/TableGen/DisassemblerEmitter.cpp
  head/contrib/llvm/utils/TableGen/EDEmitter.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/SetTheory.cpp
  head/contrib/llvm/utils/TableGen/SetTheory.h
  head/contrib/llvm/utils/TableGen/SubtargetEmitter.cpp
  head/contrib/llvm/utils/TableGen/TGValueTypes.cpp
  head/contrib/llvm/utils/TableGen/TableGen.cpp
  head/contrib/llvm/utils/TableGen/TableGenBackends.h
  head/contrib/llvm/utils/TableGen/X86DisassemblerTables.cpp
  head/contrib/llvm/utils/TableGen/X86ModRMFilters.h
  head/contrib/llvm/utils/TableGen/X86RecognizableInstr.cpp
  head/contrib/llvm/utils/TableGen/X86RecognizableInstr.h
  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/llvm/Config/config.h
  head/lib/clang/libclanganalysis/Makefile
  head/lib/clang/libclangast/Makefile
  head/lib/clang/libclangsema/Makefile
  head/lib/clang/libclangstaticanalyzercheckers/Makefile
  head/lib/clang/libclangstaticanalyzercore/Makefile
  head/lib/clang/libllvmanalysis/Makefile
  head/lib/clang/libllvmarmcodegen/Makefile
  head/lib/clang/libllvmcodegen/Makefile
  head/lib/clang/libllvmcore/Makefile
  head/lib/clang/libllvmdebuginfo/Makefile
  head/lib/clang/libllvminstrumentation/Makefile
  head/lib/clang/libllvmipo/Makefile
  head/lib/clang/libllvmmcjit/Makefile
  head/lib/clang/libllvmmipsasmparser/Makefile
  head/lib/clang/libllvmmipscodegen/Makefile
  head/lib/clang/libllvmmipsdesc/Makefile
  head/lib/clang/libllvmscalaropts/Makefile
  head/lib/clang/libllvmtablegen/Makefile
  head/lib/clang/libllvmtarget/Makefile
  head/lib/clang/libllvmtransformutils/Makefile
  head/lib/clang/libllvmvectorize/Makefile
  head/lib/clang/libllvmx86codegen/Makefile
  head/tools/build/mk/OptionalObsoleteFiles.inc
  head/usr.bin/clang/clang-tblgen/Makefile
  head/usr.bin/clang/clang/Makefile
  head/usr.bin/clang/llc/Makefile
  head/usr.bin/clang/lli/Makefile
  head/usr.bin/clang/llvm-mc/Makefile
  head/usr.bin/clang/llvm-objdump/Makefile
  head/usr.bin/clang/llvm-rtdyld/Makefile
  head/usr.bin/clang/opt/Makefile
  head/usr.bin/clang/tblgen/Makefile
Directory Properties:
  head/contrib/llvm/   (props changed)
  head/contrib/llvm/tools/clang/   (props changed)

Modified: head/contrib/llvm/include/llvm-c/Core.h
==============================================================================
--- head/contrib/llvm/include/llvm-c/Core.h	Mon Dec  3 19:00:23 2012	(r243829)
+++ head/contrib/llvm/include/llvm-c/Core.h	Mon Dec  3 19:24:08 2012	(r243830)
@@ -173,10 +173,11 @@ typedef enum {
     LLVMUWTable = 1 << 30,
     LLVMNonLazyBind = 1 << 31
 
-    // FIXME: This attribute is currently not included in the C API as
-    // a temporary measure until the API/ABI impact to the C API is understood
-    // and the path forward agreed upon.
-    //LLVMAddressSafety = 1ULL << 32
+    /* FIXME: This attribute is currently not included in the C API as
+       a temporary measure until the API/ABI impact to the C API is understood
+       and the path forward agreed upon.
+    LLVMAddressSafety = 1ULL << 32
+    */
 } LLVMAttribute;
 
 typedef enum {
@@ -282,6 +283,7 @@ typedef enum {
   LLVMLinkOnceAnyLinkage, /**< Keep one copy of function when linking (inline)*/
   LLVMLinkOnceODRLinkage, /**< Same, but only replaced by something
                             equivalent. */
+  LLVMLinkOnceODRAutoHideLinkage, /**< Like LinkOnceODR, but possibly hidden. */
   LLVMWeakAnyLinkage,     /**< Keep one copy of function when linking (weak) */
   LLVMWeakODRLinkage,     /**< Same, but only replaced by something
                             equivalent. */
@@ -295,9 +297,7 @@ typedef enum {
   LLVMGhostLinkage,       /**< Obsolete */
   LLVMCommonLinkage,      /**< Tentative definitions */
   LLVMLinkerPrivateLinkage, /**< Like Private, but linker removes. */
-  LLVMLinkerPrivateWeakLinkage, /**< Like LinkerPrivate, but is weak. */
-  LLVMLinkerPrivateWeakDefAutoLinkage /**< Like LinkerPrivateWeak, but possibly
-                                           hidden. */
+  LLVMLinkerPrivateWeakLinkage /**< Like LinkerPrivate, but is weak. */
 } LLVMLinkage;
 
 typedef enum {
@@ -1803,7 +1803,7 @@ LLVMAttribute LLVMGetAttribute(LLVMValue
  * Set the alignment for a function parameter.
  *
  * @see llvm::Argument::addAttr()
- * @see llvm::Attribute::constructAlignmentFromInt()
+ * @see llvm::AttrBuilder::addAlignmentAttr()
  */
 void LLVMSetParamAlignment(LLVMValueRef Arg, unsigned align);
 
@@ -1869,6 +1869,27 @@ LLVMValueRef LLVMMDNode(LLVMValueRef *Va
 const char  *LLVMGetMDString(LLVMValueRef V, unsigned* Len);
 
 /**
+ * Obtain the number of operands from an MDNode value.
+ *
+ * @param V MDNode to get number of operands from.
+ * @return Number of operands of the MDNode.
+ */
+unsigned LLVMGetMDNodeNumOperands(LLVMValueRef V);
+
+/**
+ * Obtain the given MDNode's operands.
+ *
+ * The passed LLVMValueRef pointer should point to enough memory to hold all of
+ * the operands of the given MDNode (see LLVMGetMDNodeNumOperands) as
+ * LLVMValueRefs. This memory will be populated with the LLVMValueRefs of the
+ * MDNode's operands.
+ *
+ * @param V MDNode to get the operands from.
+ * @param Dest Destination array for operands.
+ */
+void LLVMGetMDNodeOperands(LLVMValueRef V, LLVMValueRef *Dest);
+
+/**
  * @}
  */
 
@@ -2688,7 +2709,7 @@ namespace llvm {
   
   template<typename T>
   inline T **unwrap(LLVMValueRef *Vals, unsigned Length) {
-    #if DEBUG
+    #ifdef DEBUG
     for (LLVMValueRef *I = Vals, *E = Vals + Length; I != E; ++I)
       cast<T>(*I);
     #endif

Modified: head/contrib/llvm/include/llvm-c/Disassembler.h
==============================================================================
--- head/contrib/llvm/include/llvm-c/Disassembler.h	Mon Dec  3 19:00:23 2012	(r243829)
+++ head/contrib/llvm/include/llvm-c/Disassembler.h	Mon Dec  3 19:24:08 2012	(r243830)
@@ -146,6 +146,15 @@ LLVMDisasmContextRef LLVMCreateDisasm(co
                                       LLVMSymbolLookupCallback SymbolLookUp);
 
 /**
+ * Set the disassembler's options.  Returns 1 if it can set the Options and 0
+ * otherwise.
+ */
+int LLVMSetDisasmOptions(LLVMDisasmContextRef DC, uint64_t Options);
+
+/* The option to produce marked up assembly. */
+#define LLVMDisassembler_Option_UseMarkup 1
+
+/**
  * Dispose of a disassembler context.
  */
 void LLVMDisasmDispose(LLVMDisasmContextRef DC);

Modified: head/contrib/llvm/include/llvm-c/Target.h
==============================================================================
--- head/contrib/llvm/include/llvm-c/Target.h	Mon Dec  3 19:00:23 2012	(r243829)
+++ head/contrib/llvm/include/llvm-c/Target.h	Mon Dec  3 19:24:08 2012	(r243830)
@@ -145,7 +145,7 @@ static inline LLVMBool LLVMInitializeNat
 /*===-- Target Data -------------------------------------------------------===*/
 
 /** Creates target data from a target layout string.
-    See the constructor llvm::TargetData::TargetData. */
+    See the constructor llvm::DataLayout::DataLayout. */
 LLVMTargetDataRef LLVMCreateTargetData(const char *StringRep);
 
 /** Adds target data information to a pass manager. This does not take ownership
@@ -160,48 +160,58 @@ void LLVMAddTargetLibraryInfo(LLVMTarget
 
 /** Converts target data to a target layout string. The string must be disposed
     with LLVMDisposeMessage.
-    See the constructor llvm::TargetData::TargetData. */
+    See the constructor llvm::DataLayout::DataLayout. */
 char *LLVMCopyStringRepOfTargetData(LLVMTargetDataRef);
 
 /** Returns the byte order of a target, either LLVMBigEndian or
     LLVMLittleEndian.
-    See the method llvm::TargetData::isLittleEndian. */
+    See the method llvm::DataLayout::isLittleEndian. */
 enum LLVMByteOrdering LLVMByteOrder(LLVMTargetDataRef);
 
 /** Returns the pointer size in bytes for a target.
-    See the method llvm::TargetData::getPointerSize. */
+    See the method llvm::DataLayout::getPointerSize. */
 unsigned LLVMPointerSize(LLVMTargetDataRef);
 
+/** Returns the pointer size in bytes for a target for a specified
+    address space.
+    See the method llvm::DataLayout::getPointerSize. */
+unsigned LLVMPointerSizeForAS(LLVMTargetDataRef, unsigned AS);
+
 /** Returns the integer type that is the same size as a pointer on a target.
-    See the method llvm::TargetData::getIntPtrType. */
+    See the method llvm::DataLayout::getIntPtrType. */
 LLVMTypeRef LLVMIntPtrType(LLVMTargetDataRef);
 
+/** Returns the integer type that is the same size as a pointer on a target.
+    This version allows the address space to be specified.
+    See the method llvm::DataLayout::getIntPtrType. */
+LLVMTypeRef LLVMIntPtrTypeForAS(LLVMTargetDataRef, unsigned AS);
+
 /** Computes the size of a type in bytes for a target.
-    See the method llvm::TargetData::getTypeSizeInBits. */
+    See the method llvm::DataLayout::getTypeSizeInBits. */
 unsigned long long LLVMSizeOfTypeInBits(LLVMTargetDataRef, LLVMTypeRef);
 
 /** Computes the storage size of a type in bytes for a target.
-    See the method llvm::TargetData::getTypeStoreSize. */
+    See the method llvm::DataLayout::getTypeStoreSize. */
 unsigned long long LLVMStoreSizeOfType(LLVMTargetDataRef, LLVMTypeRef);
 
 /** Computes the ABI size of a type in bytes for a target.
-    See the method llvm::TargetData::getTypeAllocSize. */
+    See the method llvm::DataLayout::getTypeAllocSize. */
 unsigned long long LLVMABISizeOfType(LLVMTargetDataRef, LLVMTypeRef);
 
 /** Computes the ABI alignment of a type in bytes for a target.
-    See the method llvm::TargetData::getTypeABISize. */
+    See the method llvm::DataLayout::getTypeABISize. */
 unsigned LLVMABIAlignmentOfType(LLVMTargetDataRef, LLVMTypeRef);
 
 /** Computes the call frame alignment of a type in bytes for a target.
-    See the method llvm::TargetData::getTypeABISize. */
+    See the method llvm::DataLayout::getTypeABISize. */
 unsigned LLVMCallFrameAlignmentOfType(LLVMTargetDataRef, LLVMTypeRef);
 
 /** Computes the preferred alignment of a type in bytes for a target.
-    See the method llvm::TargetData::getTypeABISize. */
+    See the method llvm::DataLayout::getTypeABISize. */
 unsigned LLVMPreferredAlignmentOfType(LLVMTargetDataRef, LLVMTypeRef);
 
 /** Computes the preferred alignment of a global variable in bytes for a target.
-    See the method llvm::TargetData::getPreferredAlignment. */
+    See the method llvm::DataLayout::getPreferredAlignment. */
 unsigned LLVMPreferredAlignmentOfGlobal(LLVMTargetDataRef,
                                         LLVMValueRef GlobalVar);
 
@@ -216,7 +226,7 @@ unsigned long long LLVMOffsetOfElement(L
                                        unsigned Element);
 
 /** Deallocates a TargetData.
-    See the destructor llvm::TargetData::~TargetData. */
+    See the destructor llvm::DataLayout::~DataLayout. */
 void LLVMDisposeTargetData(LLVMTargetDataRef);
 
 /**
@@ -227,15 +237,15 @@ void LLVMDisposeTargetData(LLVMTargetDat
 }
 
 namespace llvm {
-  class TargetData;
+  class DataLayout;
   class TargetLibraryInfo;
 
-  inline TargetData *unwrap(LLVMTargetDataRef P) {
-    return reinterpret_cast<TargetData*>(P);
+  inline DataLayout *unwrap(LLVMTargetDataRef P) {
+    return reinterpret_cast<DataLayout*>(P);
   }
   
-  inline LLVMTargetDataRef wrap(const TargetData *P) {
-    return reinterpret_cast<LLVMTargetDataRef>(const_cast<TargetData*>(P));
+  inline LLVMTargetDataRef wrap(const DataLayout *P) {
+    return reinterpret_cast<LLVMTargetDataRef>(const_cast<DataLayout*>(P));
   }
 
   inline TargetLibraryInfo *unwrap(LLVMTargetLibraryInfoRef P) {

Modified: head/contrib/llvm/include/llvm-c/TargetMachine.h
==============================================================================
--- head/contrib/llvm/include/llvm-c/TargetMachine.h	Mon Dec  3 19:00:23 2012	(r243829)
+++ head/contrib/llvm/include/llvm-c/TargetMachine.h	Mon Dec  3 19:24:08 2012	(r243830)
@@ -104,7 +104,7 @@ char *LLVMGetTargetMachineCPU(LLVMTarget
   LLVMDisposeMessage. */
 char *LLVMGetTargetMachineFeatureString(LLVMTargetMachineRef T);
 
-/** Returns the llvm::TargetData used for this llvm:TargetMachine. */
+/** Returns the llvm::DataLayout used for this llvm:TargetMachine. */
 LLVMTargetDataRef LLVMGetTargetMachineData(LLVMTargetMachineRef T);
 
 /** Emits an asm or object file for the given module to the filename. This

Modified: head/contrib/llvm/include/llvm-c/Transforms/Vectorize.h
==============================================================================
--- head/contrib/llvm/include/llvm-c/Transforms/Vectorize.h	Mon Dec  3 19:00:23 2012	(r243829)
+++ head/contrib/llvm/include/llvm-c/Transforms/Vectorize.h	Mon Dec  3 19:24:08 2012	(r243830)
@@ -36,6 +36,9 @@ extern "C" {
 /** See llvm::createBBVectorizePass function. */
 void LLVMAddBBVectorizePass(LLVMPassManagerRef PM);
 
+/** See llvm::createLoopVectorizePass function. */
+void LLVMAddLoopVectorizePass(LLVMPassManagerRef PM);
+
 /**
  * @}
  */

Modified: head/contrib/llvm/include/llvm/ADT/APFloat.h
==============================================================================
--- head/contrib/llvm/include/llvm/ADT/APFloat.h	Mon Dec  3 19:00:23 2012	(r243829)
+++ head/contrib/llvm/include/llvm/ADT/APFloat.h	Mon Dec  3 19:24:08 2012	(r243830)
@@ -455,14 +455,11 @@ namespace llvm {
 
     /* The sign bit of this number.  */
     unsigned int sign: 1;
-
-    /* For PPCDoubleDouble, we have a second exponent and sign (the second
-       significand is appended to the first one, although it would be wrong to
-       regard these as a single number for arithmetic purposes).  These fields
-       are not meaningful for any other type. */
-    exponent_t exponent2 : 11;
-    unsigned int sign2: 1;
   };
+
+  // See friend declaration above. This additional declaration is required in
+  // order to compile LLVM with IBM xlC compiler.
+  hash_code hash_value(const APFloat &Arg);
 } /* namespace llvm */
 
 #endif /* LLVM_FLOAT_H */

Modified: head/contrib/llvm/include/llvm/ADT/APInt.h
==============================================================================
--- head/contrib/llvm/include/llvm/ADT/APInt.h	Mon Dec  3 19:00:23 2012	(r243829)
+++ head/contrib/llvm/include/llvm/ADT/APInt.h	Mon Dec  3 19:24:08 2012	(r243830)
@@ -251,7 +251,7 @@ public:
   /// constructor.
   APInt(unsigned numBits, unsigned numWords, const uint64_t bigVal[]);
 
-  /// This constructor interprets the string \arg str in the given radix. The
+  /// This constructor interprets the string \p str in the given radix. The
   /// interpretation stops when the first character that is not suitable for the
   /// radix is encountered, or the end of the string. Acceptable radix values
   /// are 2, 8, 10, 16, and 36. It is an error for the value implied by the 
@@ -760,7 +760,7 @@ public:
   APInt shl(unsigned shiftAmt) const {
     assert(shiftAmt <= BitWidth && "Invalid shift amount");
     if (isSingleWord()) {
-      if (shiftAmt == BitWidth)
+      if (shiftAmt >= BitWidth)
         return APInt(BitWidth, 0); // avoid undefined shift results
       return APInt(BitWidth, VAL << shiftAmt);
     }
@@ -1231,15 +1231,15 @@ public:
   }
 
   /// This method determines how many bits are required to hold the APInt
-  /// equivalent of the string given by \arg str.
+  /// equivalent of the string given by \p str.
   /// @brief Get bits required for string value.
   static unsigned getBitsNeeded(StringRef str, uint8_t radix);
 
   /// countLeadingZeros - This function is an APInt version of the
   /// countLeadingZeros_{32,64} functions in MathExtras.h. It counts the number
   /// of zeros from the most significant bit to the first one bit.
-  /// @returns BitWidth if the value is zero.
-  /// @returns the number of zeros from the most significant bit to the first
+  /// @returns BitWidth if the value is zero, otherwise
+  /// returns the number of zeros from the most significant bit to the first
   /// one bits.
   unsigned countLeadingZeros() const {
     if (isSingleWord()) {
@@ -1252,8 +1252,8 @@ public:
   /// countLeadingOnes - This function is an APInt version of the
   /// countLeadingOnes_{32,64} functions in MathExtras.h. It counts the number
   /// of ones from the most significant bit to the first zero bit.
-  /// @returns 0 if the high order bit is not set
-  /// @returns the number of 1 bits from the most significant to the least
+  /// @returns 0 if the high order bit is not set, otherwise
+  /// returns the number of 1 bits from the most significant to the least
   /// @brief Count the number of leading one bits.
   unsigned countLeadingOnes() const;
 
@@ -1266,8 +1266,8 @@ public:
   /// countTrailingZeros - This function is an APInt version of the
   /// countTrailingZeros_{32,64} functions in MathExtras.h. It counts
   /// the number of zeros from the least significant bit to the first set bit.
-  /// @returns BitWidth if the value is zero.
-  /// @returns the number of zeros from the least significant bit to the first
+  /// @returns BitWidth if the value is zero, otherwise
+  /// returns the number of zeros from the least significant bit to the first
   /// one bit.
   /// @brief Count the number of trailing zero bits.
   unsigned countTrailingZeros() const;
@@ -1275,8 +1275,8 @@ public:
   /// countTrailingOnes - This function is an APInt version of the
   /// countTrailingOnes_{32,64} functions in MathExtras.h. It counts
   /// the number of ones from the least significant bit to the first zero bit.
-  /// @returns BitWidth if the value is all ones.
-  /// @returns the number of ones from the least significant bit to the first
+  /// @returns BitWidth if the value is all ones, otherwise
+  /// returns the number of ones from the least significant bit to the first
   /// zero bit.
   /// @brief Count the number of trailing one bits.
   unsigned countTrailingOnes() const {
@@ -1288,8 +1288,8 @@ public:
   /// countPopulation - This function is an APInt version of the
   /// countPopulation_{32,64} functions in MathExtras.h. It counts the number
   /// of 1 bits in the APInt value.
-  /// @returns 0 if the value is zero.
-  /// @returns the number of set bits.
+  /// @returns 0 if the value is zero, otherwise returns the number of set
+  /// bits.
   /// @brief Count the number of bits set.
   unsigned countPopulation() const {
     if (isSingleWord())
@@ -1780,6 +1780,9 @@ inline APInt Not(const APInt& APIVal) {
 
 } // End of APIntOps namespace
 
+  // See friend declaration above. This additional declaration is required in
+  // order to compile LLVM with IBM xlC compiler.
+  hash_code hash_value(const APInt &Arg);
 } // End of llvm namespace
 
 #endif

Modified: head/contrib/llvm/include/llvm/ADT/ArrayRef.h
==============================================================================
--- head/contrib/llvm/include/llvm/ADT/ArrayRef.h	Mon Dec  3 19:00:23 2012	(r243829)
+++ head/contrib/llvm/include/llvm/ADT/ArrayRef.h	Mon Dec  3 19:24:08 2012	(r243830)
@@ -59,12 +59,17 @@ namespace llvm {
     ArrayRef(const T *begin, const T *end)
       : Data(begin), Length(end - begin) {}
 
-    /// Construct an ArrayRef from a SmallVector.
-    /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T> &Vec)
-      : Data(Vec.data()), Length(Vec.size()) {}
+    /// Construct an ArrayRef from a SmallVector. This is templated in order to
+    /// avoid instantiating SmallVectorTemplateCommon<T> whenever we
+    /// copy-construct an ArrayRef.
+    template<typename U>
+    /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec)
+      : Data(Vec.data()), Length(Vec.size()) {
+    }
 
     /// Construct an ArrayRef from a std::vector.
-    /*implicit*/ ArrayRef(const std::vector<T> &Vec)
+    template<typename A>
+    /*implicit*/ ArrayRef(const std::vector<T, A> &Vec)
       : Data(Vec.empty() ? (T*)0 : &Vec[0]), Length(Vec.size()) {}
 
     /// Construct an ArrayRef from a C array.

Modified: head/contrib/llvm/include/llvm/ADT/BitVector.h
==============================================================================
--- head/contrib/llvm/include/llvm/ADT/BitVector.h	Mon Dec  3 19:00:23 2012	(r243829)
+++ head/contrib/llvm/include/llvm/ADT/BitVector.h	Mon Dec  3 19:24:08 2012	(r243830)
@@ -172,7 +172,7 @@ public:
     unsigned BitPos = Prev % BITWORD_SIZE;
     BitWord Copy = Bits[WordPos];
     // Mask off previous bits.
-    Copy &= ~0L << BitPos;
+    Copy &= ~0UL << BitPos;
 
     if (Copy != 0) {
       if (sizeof(BitWord) == 4)
@@ -237,6 +237,34 @@ public:
     return *this;
   }
 
+  /// set - Efficiently set a range of bits in [I, E)
+  BitVector &set(unsigned I, unsigned E) {
+    assert(I <= E && "Attempted to set backwards range!");
+    assert(E <= size() && "Attempted to set out-of-bounds range!");
+
+    if (I == E) return *this;
+
+    if (I / BITWORD_SIZE == E / BITWORD_SIZE) {
+      BitWord EMask = 1UL << (E % BITWORD_SIZE);
+      BitWord IMask = 1UL << (I % BITWORD_SIZE);
+      BitWord Mask = EMask - IMask;
+      Bits[I / BITWORD_SIZE] |= Mask;
+      return *this;
+    }
+
+    BitWord PrefixMask = ~0UL << (I % BITWORD_SIZE);
+    Bits[I / BITWORD_SIZE] |= PrefixMask;
+    I = RoundUpToAlignment(I, BITWORD_SIZE);
+
+    for (; I + BITWORD_SIZE <= E; I += BITWORD_SIZE)
+      Bits[I / BITWORD_SIZE] = ~0UL;
+
+    BitWord PostfixMask = (1UL << (E % BITWORD_SIZE)) - 1;
+    Bits[I / BITWORD_SIZE] |= PostfixMask;
+
+    return *this;
+  }
+
   BitVector &reset() {
     init_words(Bits, Capacity, false);
     return *this;
@@ -247,6 +275,34 @@ public:
     return *this;
   }
 
+  /// reset - Efficiently reset a range of bits in [I, E)
+  BitVector &reset(unsigned I, unsigned E) {
+    assert(I <= E && "Attempted to reset backwards range!");
+    assert(E <= size() && "Attempted to reset out-of-bounds range!");
+
+    if (I == E) return *this;
+
+    if (I / BITWORD_SIZE == E / BITWORD_SIZE) {
+      BitWord EMask = 1UL << (E % BITWORD_SIZE);
+      BitWord IMask = 1UL << (I % BITWORD_SIZE);
+      BitWord Mask = EMask - IMask;
+      Bits[I / BITWORD_SIZE] &= ~Mask;
+      return *this;
+    }
+
+    BitWord PrefixMask = ~0UL << (I % BITWORD_SIZE);
+    Bits[I / BITWORD_SIZE] &= ~PrefixMask;
+    I = RoundUpToAlignment(I, BITWORD_SIZE);
+
+    for (; I + BITWORD_SIZE <= E; I += BITWORD_SIZE)
+      Bits[I / BITWORD_SIZE] = 0UL;
+
+    BitWord PostfixMask = (1UL << (E % BITWORD_SIZE)) - 1;
+    Bits[I / BITWORD_SIZE] &= ~PostfixMask;
+
+    return *this;
+  }
+
   BitVector &flip() {
     for (unsigned i = 0; i < NumBitWords(size()); ++i)
       Bits[i] = ~Bits[i];
@@ -311,7 +367,7 @@ public:
     return !(*this == RHS);
   }
 
-  // Intersection, union, disjoint union.
+  /// Intersection, union, disjoint union.
   BitVector &operator&=(const BitVector &RHS) {
     unsigned ThisWords = NumBitWords(size());
     unsigned RHSWords  = NumBitWords(RHS.size());
@@ -328,7 +384,7 @@ public:
     return *this;
   }
 
-  // reset - Reset bits that are set in RHS. Same as *this &= ~RHS.
+  /// reset - Reset bits that are set in RHS. Same as *this &= ~RHS.
   BitVector &reset(const BitVector &RHS) {
     unsigned ThisWords = NumBitWords(size());
     unsigned RHSWords  = NumBitWords(RHS.size());
@@ -338,6 +394,23 @@ public:
     return *this;
   }
 
+  /// test - Check if (This - RHS) is zero.
+  /// This is the same as reset(RHS) and any().
+  bool test(const BitVector &RHS) const {
+    unsigned ThisWords = NumBitWords(size());
+    unsigned RHSWords  = NumBitWords(RHS.size());
+    unsigned i;
+    for (i = 0; i != std::min(ThisWords, RHSWords); ++i)
+      if ((Bits[i] & ~RHS.Bits[i]) != 0)
+        return true;
+
+    for (; i != ThisWords ; ++i)
+      if (Bits[i] != 0)
+        return true;
+
+    return false;
+  }
+
   BitVector &operator|=(const BitVector &RHS) {
     if (size() < RHS.size())
       resize(RHS.size());
@@ -451,8 +524,11 @@ private:
     //  Then set any stray high bits of the last used word.
     unsigned ExtraBits = Size % BITWORD_SIZE;
     if (ExtraBits) {
-      Bits[UsedWords-1] &= ~(~0L << ExtraBits);
-      Bits[UsedWords-1] |= (0 - (BitWord)t) << ExtraBits;
+      BitWord ExtraBitMask = ~0UL << ExtraBits;
+      if (t)
+        Bits[UsedWords-1] |= ExtraBitMask;
+      else
+        Bits[UsedWords-1] &= ~ExtraBitMask;
     }
   }
 

Modified: head/contrib/llvm/include/llvm/ADT/DAGDeltaAlgorithm.h
==============================================================================
--- head/contrib/llvm/include/llvm/ADT/DAGDeltaAlgorithm.h	Mon Dec  3 19:00:23 2012	(r243829)
+++ head/contrib/llvm/include/llvm/ADT/DAGDeltaAlgorithm.h	Mon Dec  3 19:24:08 2012	(r243830)
@@ -48,17 +48,18 @@ public:
 public:
   virtual ~DAGDeltaAlgorithm() {}
 
-  /// Run - Minimize the DAG formed by the \arg Changes vertices and the \arg
-  /// Dependencies edges by executing \see ExecuteOneTest() on subsets of
+  /// Run - Minimize the DAG formed by the \p Changes vertices and the
+  /// \p Dependencies edges by executing \see ExecuteOneTest() on subsets of
   /// changes and returning the smallest set which still satisfies the test
-  /// predicate and the input \arg Dependencies.
+  /// predicate and the input \p Dependencies.
   ///
   /// \param Changes The list of changes.
   ///
   /// \param Dependencies The list of dependencies amongst changes. For each
-  /// (x,y) in \arg Dependencies, both x and y must be in \arg Changes. The
-  /// minimization algorithm guarantees that for each tested changed set S, x
-  /// \in S implies y \in S. It is an error to have cyclic dependencies.
+  /// (x,y) in \p Dependencies, both x and y must be in \p Changes. The
+  /// minimization algorithm guarantees that for each tested changed set S,
+  /// \f$ x \in S \f$ implies \f$ y \in S \f$. It is an error to have cyclic
+  /// dependencies.
   changeset_ty Run(const changeset_ty &Changes,
                    const std::vector<edge_ty> &Dependencies);
 
@@ -67,7 +68,7 @@ public:
                                   const changesetlist_ty &Sets,
                                   const changeset_ty &Required) {}
 
-  /// ExecuteOneTest - Execute a single test predicate on the change set \arg S.
+  /// ExecuteOneTest - Execute a single test predicate on the change set \p S.
   virtual bool ExecuteOneTest(const changeset_ty &S) = 0;
 };
 

Modified: head/contrib/llvm/include/llvm/ADT/DeltaAlgorithm.h
==============================================================================
--- head/contrib/llvm/include/llvm/ADT/DeltaAlgorithm.h	Mon Dec  3 19:00:23 2012	(r243829)
+++ head/contrib/llvm/include/llvm/ADT/DeltaAlgorithm.h	Mon Dec  3 19:24:08 2012	(r243830)
@@ -45,23 +45,23 @@ private:
   /// since we always reduce following a success.
   std::set<changeset_ty> FailedTestsCache;
 
-  /// GetTestResult - Get the test result for the \arg Changes from the
+  /// GetTestResult - Get the test result for the \p Changes from the
   /// cache, executing the test if necessary.
   ///
   /// \param Changes - The change set to test.
   /// \return - The test result.
   bool GetTestResult(const changeset_ty &Changes);
 
-  /// Split - Partition a set of changes \arg S into one or two subsets.
+  /// Split - Partition a set of changes \p S into one or two subsets.
   void Split(const changeset_ty &S, changesetlist_ty &Res);
 
-  /// Delta - Minimize a set of \arg Changes which has been partioned into
+  /// Delta - Minimize a set of \p Changes which has been partioned into
   /// smaller sets, by attempting to remove individual subsets.
   changeset_ty Delta(const changeset_ty &Changes,
                      const changesetlist_ty &Sets);
 
-  /// Search - Search for a subset (or subsets) in \arg Sets which can be
-  /// removed from \arg Changes while still satisfying the predicate.
+  /// Search - Search for a subset (or subsets) in \p Sets which can be
+  /// removed from \p Changes while still satisfying the predicate.
   ///
   /// \param Res - On success, a subset of Changes which satisfies the
   /// predicate.
@@ -74,13 +74,13 @@ protected:
   virtual void UpdatedSearchState(const changeset_ty &Changes,
                                   const changesetlist_ty &Sets) {}
 
-  /// ExecuteOneTest - Execute a single test predicate on the change set \arg S.
+  /// ExecuteOneTest - Execute a single test predicate on the change set \p S.
   virtual bool ExecuteOneTest(const changeset_ty &S) = 0;
 
 public:
   virtual ~DeltaAlgorithm();
 
-  /// Run - Minimize the set \arg Changes by executing \see ExecuteOneTest() on
+  /// Run - Minimize the set \p Changes by executing \see ExecuteOneTest() on
   /// subsets of changes and returning the smallest set which still satisfies
   /// the test predicate.
   changeset_ty Run(const changeset_ty &Changes);

Modified: head/contrib/llvm/include/llvm/ADT/DenseMap.h
==============================================================================
--- head/contrib/llvm/include/llvm/ADT/DenseMap.h	Mon Dec  3 19:00:23 2012	(r243829)
+++ head/contrib/llvm/include/llvm/ADT/DenseMap.h	Mon Dec  3 19:24:08 2012	(r243830)
@@ -420,9 +420,10 @@ private:
       NumBuckets = getNumBuckets();
     }
     if (NumBuckets-(NewNumEntries+getNumTombstones()) <= NumBuckets/8) {
-      this->grow(NumBuckets);
+      this->grow(NumBuckets * 2);
       LookupBucketFor(Key, TheBucket);
     }
+    assert(TheBucket);
 
     // Only update the state after we've grown our bucket space appropriately
     // so that when growing buckets we have self-consistent entry count.
@@ -599,7 +600,7 @@ public:
     unsigned OldNumBuckets = NumBuckets;
     BucketT *OldBuckets = Buckets;
 
-    allocateBuckets(std::max<unsigned>(64, NextPowerOf2(AtLeast)));
+    allocateBuckets(std::max<unsigned>(64, NextPowerOf2(AtLeast-1)));
     assert(Buckets);
     if (!OldBuckets) {
       this->BaseT::initEmpty();
@@ -825,11 +826,11 @@ public:
   }
 
   void grow(unsigned AtLeast) {
-    if (AtLeast > InlineBuckets)
-      AtLeast = std::max<unsigned>(64, NextPowerOf2(AtLeast));
+    if (AtLeast >= InlineBuckets)
+      AtLeast = std::max<unsigned>(64, NextPowerOf2(AtLeast-1));
 
     if (Small) {
-      if (AtLeast <= InlineBuckets)
+      if (AtLeast < InlineBuckets)
         return; // Nothing to do.
 
       // First move the inline buckets into a temporary storage.

Modified: head/contrib/llvm/include/llvm/ADT/DenseMapInfo.h
==============================================================================
--- head/contrib/llvm/include/llvm/ADT/DenseMapInfo.h	Mon Dec  3 19:00:23 2012	(r243829)
+++ head/contrib/llvm/include/llvm/ADT/DenseMapInfo.h	Mon Dec  3 19:24:08 2012	(r243830)
@@ -31,12 +31,12 @@ struct DenseMapInfo {
 template<typename T>
 struct DenseMapInfo<T*> {
   static inline T* getEmptyKey() {
-    intptr_t Val = -1;
+    uintptr_t Val = static_cast<uintptr_t>(-1);
     Val <<= PointerLikeTypeTraits<T*>::NumLowBitsAvailable;
     return reinterpret_cast<T*>(Val);
   }
   static inline T* getTombstoneKey() {
-    intptr_t Val = -2;
+    uintptr_t Val = static_cast<uintptr_t>(-2);
     Val <<= PointerLikeTypeTraits<T*>::NumLowBitsAvailable;
     return reinterpret_cast<T*>(Val);
   }
@@ -105,7 +105,7 @@ template<> struct DenseMapInfo<int> {
 // Provide DenseMapInfo for longs.
 template<> struct DenseMapInfo<long> {
   static inline long getEmptyKey() {
-    return (1UL << (sizeof(long) * 8 - 1)) - 1L;
+    return (1UL << (sizeof(long) * 8 - 1)) - 1UL;
   }
   static inline long getTombstoneKey() { return getEmptyKey() - 1L; }
   static unsigned getHashValue(const long& Val) {

Modified: head/contrib/llvm/include/llvm/ADT/EquivalenceClasses.h
==============================================================================
--- head/contrib/llvm/include/llvm/ADT/EquivalenceClasses.h	Mon Dec  3 19:00:23 2012	(r243829)
+++ head/contrib/llvm/include/llvm/ADT/EquivalenceClasses.h	Mon Dec  3 19:24:08 2012	(r243830)
@@ -33,6 +33,7 @@ namespace llvm {
 ///
 /// Here is a simple example using integers:
 ///
+/// \code
 ///  EquivalenceClasses<int> EC;
 ///  EC.unionSets(1, 2);                // insert 1, 2 into the same set
 ///  EC.insert(4); EC.insert(5);        // insert 4, 5 into own sets
@@ -46,6 +47,7 @@ namespace llvm {
 ///      cerr << *MI << " ";  // Print member.
 ///    cerr << "\n";   // Finish set.
 ///  }
+/// \endcode
 ///
 /// This example prints:
 ///   4

Modified: head/contrib/llvm/include/llvm/ADT/FoldingSet.h
==============================================================================
--- head/contrib/llvm/include/llvm/ADT/FoldingSet.h	Mon Dec  3 19:00:23 2012	(r243829)
+++ head/contrib/llvm/include/llvm/ADT/FoldingSet.h	Mon Dec  3 19:24:08 2012	(r243830)
@@ -278,6 +278,10 @@ public:
 
   bool operator==(FoldingSetNodeIDRef) const;
 
+  /// Used to compare the "ordering" of two nodes as defined by the
+  /// profiled bits and their ordering defined by memcmp().
+  bool operator<(FoldingSetNodeIDRef) const;
+
   const unsigned *getData() const { return Data; }
   size_t getSize() const { return Size; }
 };
@@ -327,6 +331,11 @@ public:
   bool operator==(const FoldingSetNodeID &RHS) const;
   bool operator==(const FoldingSetNodeIDRef RHS) const;
 
+  /// Used to compare the "ordering" of two nodes as defined by the
+  /// profiled bits and their ordering defined by memcmp().
+  bool operator<(const FoldingSetNodeID &RHS) const;
+  bool operator<(const FoldingSetNodeIDRef RHS) const;
+
   /// Intern - Copy this node's data to a memory region allocated from the
   /// given allocator and return a FoldingSetNodeIDRef describing the
   /// interned data.

Modified: head/contrib/llvm/include/llvm/ADT/Hashing.h
==============================================================================
--- head/contrib/llvm/include/llvm/ADT/Hashing.h	Mon Dec  3 19:00:23 2012	(r243829)
+++ head/contrib/llvm/include/llvm/ADT/Hashing.h	Mon Dec  3 19:24:08 2012	(r243830)
@@ -409,7 +409,6 @@ bool store_and_advance(char *&buffer_ptr
 /// combining them, this (as an optimization) directly combines the integers.
 template <typename InputIteratorT>
 hash_code hash_combine_range_impl(InputIteratorT first, InputIteratorT last) {
-  typedef typename std::iterator_traits<InputIteratorT>::value_type ValueT;
   const size_t seed = get_execution_seed();
   char buffer[64], *buffer_ptr = buffer;
   char *const buffer_end = buffer_ptr + array_lengthof(buffer);
@@ -711,7 +710,7 @@ hash_code hash_combine(const T1 &arg1) {
 #endif
 
 
-// Implementation details for implementatinos of hash_value overloads provided
+// Implementation details for implementations of hash_value overloads provided
 // here.
 namespace hashing {
 namespace detail {

Modified: head/contrib/llvm/include/llvm/ADT/ImmutableList.h
==============================================================================
--- head/contrib/llvm/include/llvm/ADT/ImmutableList.h	Mon Dec  3 19:00:23 2012	(r243829)
+++ head/contrib/llvm/include/llvm/ADT/ImmutableList.h	Mon Dec  3 19:24:08 2012	(r243830)
@@ -33,9 +33,8 @@ class ImmutableListImpl : public Folding
 
   friend class ImmutableListFactory<T>;
 
-  // Do not implement.
-  void operator=(const ImmutableListImpl&);
-  ImmutableListImpl(const ImmutableListImpl&);
+  void operator=(const ImmutableListImpl&) LLVM_DELETED_FUNCTION;
+  ImmutableListImpl(const ImmutableListImpl&) LLVM_DELETED_FUNCTION;
 
 public:
   const T& getHead() const { return Head; }

Modified: head/contrib/llvm/include/llvm/ADT/ImmutableMap.h
==============================================================================
--- head/contrib/llvm/include/llvm/ADT/ImmutableMap.h	Mon Dec  3 19:00:23 2012	(r243829)
+++ head/contrib/llvm/include/llvm/ADT/ImmutableMap.h	Mon Dec  3 19:24:08 2012	(r243830)
@@ -122,8 +122,8 @@ public:
     }
 
   private:
-    Factory(const Factory& RHS); // DO NOT IMPLEMENT
-    void operator=(const Factory& RHS); // DO NOT IMPLEMENT
+    Factory(const Factory& RHS) LLVM_DELETED_FUNCTION;
+    void operator=(const Factory& RHS) LLVM_DELETED_FUNCTION;
   };
 
   bool contains(key_type_ref K) const {

Modified: head/contrib/llvm/include/llvm/ADT/ImmutableSet.h
==============================================================================
--- head/contrib/llvm/include/llvm/ADT/ImmutableSet.h	Mon Dec  3 19:00:23 2012	(r243829)
+++ head/contrib/llvm/include/llvm/ADT/ImmutableSet.h	Mon Dec  3 19:24:08 2012	(r243830)
@@ -22,7 +22,6 @@
 #include <cassert>
 #include <functional>
 #include <vector>
-#include <stdio.h>
 
 namespace llvm {
 
@@ -84,13 +83,13 @@ public:
     }
     return NULL;
   }
-  
+
   /// getMaxElement - Find the subtree associated with the highest ranged
   ///  key value.
   ImutAVLTree* getMaxElement() {
     ImutAVLTree *T = this;
-    ImutAVLTree *Right = T->getRight();    
-    while (Right) { T = right; right = T->getRight(); }
+    ImutAVLTree *Right = T->getRight();
+    while (Right) { T = Right; Right = T->getRight(); }
     return T;
   }
 
@@ -258,7 +257,7 @@ private:
   ///  method returns false for an instance of ImutAVLTree, all subtrees
   ///  will also have this method return false.  The converse is not true.
   bool isMutable() const { return IsMutable; }
-  
+
   /// hasCachedDigest - Returns true if the digest for this tree is cached.
   ///  This can only be true if the tree is immutable.
   bool hasCachedDigest() const { return IsDigestCached; }
@@ -280,7 +279,7 @@ private:
     assert(isMutable() && "Mutable flag already removed.");
     IsMutable = false;
   }
-  
+
   /// markedCachedDigest - Clears the NoCachedDigest flag for a tree.
   void markedCachedDigest() {
     assert(!hasCachedDigest() && "NoCachedDigest flag already removed.");
@@ -349,7 +348,7 @@ public:
       else
         factory->Cache[factory->maskCacheIndex(computeDigest())] = next;
     }
-    
+
     // We need to clear the mutability bit in case we are
     // destroying the node as part of a sweep in ImutAVLFactory::recoverNodes().
     IsMutable = false;
@@ -415,7 +414,7 @@ public:
   TreeTy* getEmptyTree() const { return NULL; }
 
 protected:
-  
+
   //===--------------------------------------------------===//
   // A bunch of quick helper functions used for reasoning
   // about the properties of trees and their children.
@@ -461,7 +460,7 @@ protected:
   // returned to the caller.
   //===--------------------------------------------------===//
 
-  TreeTy* createNode(TreeTy* L, value_type_ref V, TreeTy* R) {   
+  TreeTy* createNode(TreeTy* L, value_type_ref V, TreeTy* R) {
     BumpPtrAllocator& A = getAllocator();
     TreeTy* T;
     if (!freeNodes.empty()) {
@@ -469,8 +468,7 @@ protected:
       freeNodes.pop_back();
       assert(T != L);
       assert(T != R);
-    }
-    else {
+    } else {
       T = (TreeTy*) A.Allocate<TreeTy>();
     }
     new (T) TreeTy(this, L, R, V, incrementHeight(L,R));
@@ -513,7 +511,8 @@ protected:
 
       return createNode(createNode(LL,L,LRL), LR, createNode(LRR,V,R));
     }
-    else if (hr > hl + 2) {
+
+    if (hr > hl + 2) {
       assert(!isEmpty(R) && "Right tree cannot be empty to have a height >= 2");
 
       TreeTy *RL = getLeft(R);
@@ -529,8 +528,8 @@ protected:
 
       return createNode(createNode(L,V,RLL), RL, createNode(RLR,R,RR));
     }
-    else
-      return createNode(L,V,R);
+
+    return createNode(L,V,R);
   }
 
   /// add_internal - Creates a new tree that includes the specified
@@ -604,7 +603,7 @@ protected:
     markImmutable(getLeft(T));
     markImmutable(getRight(T));
   }
-  
+
 public:
   TreeTy *getCanonicalTree(TreeTy *TNew) {
     if (!TNew)
@@ -937,7 +936,7 @@ public:
 
 private:
   TreeTy *Root;
-  
+
 public:
   /// Constructs a set from a pointer to a tree root.  In general one
   /// should use a Factory object to create sets instead of directly
@@ -1006,10 +1005,10 @@ public:
     typename TreeTy::Factory *getTreeFactory() const {
       return const_cast<typename TreeTy::Factory *>(&F);
     }
-    
+
   private:
-    Factory(const Factory& RHS); // DO NOT IMPLEMENT
-    void operator=(const Factory& RHS); // DO NOT IMPLEMENT
+    Factory(const Factory& RHS) LLVM_DELETED_FUNCTION;
+    void operator=(const Factory& RHS) LLVM_DELETED_FUNCTION;
   };
 
   friend class Factory;
@@ -1027,11 +1026,11 @@ public:
     return Root && RHS.Root ? Root->isNotEqual(*RHS.Root) : Root != RHS.Root;
   }
 
-  TreeTy *getRoot() { 
+  TreeTy *getRoot() {
     if (Root) { Root->retain(); }
     return Root;
   }
-  
+
   TreeTy *getRootWithoutRetain() const {
     return Root;
   }
@@ -1092,7 +1091,7 @@ public:
 
   void validateTree() const { if (Root) Root->validateTree(); }
 };
-  
+
 // NOTE: This may some day replace the current ImmutableSet.
 template <typename ValT, typename ValInfo = ImutContainerInfo<ValT> >
 class ImmutableSetRef {
@@ -1101,11 +1100,11 @@ public:
   typedef typename ValInfo::value_type_ref  value_type_ref;
   typedef ImutAVLTree<ValInfo> TreeTy;
   typedef typename TreeTy::Factory          FactoryTy;
-  
+
 private:
   TreeTy *Root;
   FactoryTy *Factory;
-  
+
 public:
   /// Constructs a set from a pointer to a tree root.  In general one
   /// should use a Factory object to create sets instead of directly
@@ -1133,44 +1132,44 @@ public:
   ~ImmutableSetRef() {
     if (Root) { Root->release(); }
   }
-  
+
   static inline ImmutableSetRef getEmptySet(FactoryTy *F) {
     return ImmutableSetRef(0, F);
   }
-  
+
   ImmutableSetRef add(value_type_ref V) {
     return ImmutableSetRef(Factory->add(Root, V), Factory);
   }
-  
+
   ImmutableSetRef remove(value_type_ref V) {
     return ImmutableSetRef(Factory->remove(Root, V), Factory);
   }
-    
+
   /// Returns true if the set contains the specified value.
   bool contains(value_type_ref V) const {
     return Root ? Root->contains(V) : false;
   }
-  
+
   ImmutableSet<ValT> asImmutableSet(bool canonicalize = true) const {
     return ImmutableSet<ValT>(canonicalize ?
                               Factory->getCanonicalTree(Root) : Root);
   }
-  
+
   TreeTy *getRootWithoutRetain() const {
     return Root;
   }
-  
+
   bool operator==(const ImmutableSetRef &RHS) const {
     return Root && RHS.Root ? Root->isEqual(*RHS.Root) : Root == RHS.Root;
   }
-  
+
   bool operator!=(const ImmutableSetRef &RHS) const {
     return Root && RHS.Root ? Root->isNotEqual(*RHS.Root) : Root != RHS.Root;
   }
 
   /// isEmpty - Return true if the set contains no elements.
   bool isEmpty() const { return !Root; }
-  
+
   /// isSingleton - Return true if the set contains exactly one element.
   ///   This method runs in constant time.
   bool isSingleton() const { return getHeight() == 1; }
@@ -1178,7 +1177,7 @@ public:
   //===--------------------------------------------------===//
   // Iterators.
   //===--------------------------------------------------===//
-  
+
   class iterator {
     typename TreeTy::iterator itr;
     iterator(TreeTy* t) : itr(t) {}
@@ -1194,28 +1193,28 @@ public:
     inline bool operator!=(const iterator& RHS) const { return RHS.itr != itr; }
     inline value_type *operator->() const { return &(operator*()); }
   };
-  
+
   iterator begin() const { return iterator(Root); }
   iterator end() const { return iterator(); }
-  
+
   //===--------------------------------------------------===//
   // Utility methods.
   //===--------------------------------------------------===//
-  
+
   unsigned getHeight() const { return Root ? Root->getHeight() : 0; }
-  
+
   static inline void Profile(FoldingSetNodeID& ID, const ImmutableSetRef& S) {

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



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