X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FAnalysis%2FCMakeLists.txt;h=6dbd486ba7bb5afe656de2eff2d97989a409687c;hb=3d03d60ca8ad1f1b4e76cd5af024e31a1aed5b6d;hp=d2333224f8f31aa4c488bd56b75dd0271542af0b;hpb=b84c5ae3d4d34d2e4cafbd7c1281de771b813a09;p=oota-llvm.git diff --git a/lib/Analysis/CMakeLists.txt b/lib/Analysis/CMakeLists.txt index d2333224f8f..6dbd486ba7b 100644 --- a/lib/Analysis/CMakeLists.txt +++ b/lib/Analysis/CMakeLists.txt @@ -5,38 +5,60 @@ add_llvm_library(LLVMAnalysis AliasDebugger.cpp AliasSetTracker.cpp Analysis.cpp + AssumptionTracker.cpp BasicAliasAnalysis.cpp + BlockFrequencyInfo.cpp + BlockFrequencyInfoImpl.cpp + BranchProbabilityInfo.cpp + CFG.cpp CFGPrinter.cpp + CFLAliasAnalysis.cpp + CGSCCPassManager.cpp CaptureTracking.cpp + CostModel.cpp + CodeMetrics.cpp ConstantFolding.cpp - DbgInfoPrinter.cpp - DebugInfo.cpp + Delinearization.cpp + DependenceAnalysis.cpp + DomPrinter.cpp + DominanceFrontier.cpp IVUsers.cpp InstCount.cpp + InstructionSimplify.cpp Interval.cpp IntervalPartition.cpp + JumpInstrTableInfo.cpp + LazyCallGraph.cpp + LazyValueInfo.cpp LibCallAliasAnalysis.cpp LibCallSemantics.cpp - LiveValues.cpp - LoopDependenceAnalysis.cpp + Lint.cpp + Loads.cpp LoopInfo.cpp LoopPass.cpp - LoopVR.cpp - MallocHelper.cpp + MemDepPrinter.cpp + MemoryBuiltins.cpp MemoryDependenceAnalysis.cpp - PointerTracking.cpp + ModuleDebugInfoPrinter.cpp + NoAliasAnalysis.cpp + PHITransAddr.cpp PostDominators.cpp - ProfileEstimatorPass.cpp - ProfileInfo.cpp - ProfileInfoLoader.cpp - ProfileInfoLoaderPass.cpp - ProfileVerifierPass.cpp + PtrUseVisitor.cpp + RegionInfo.cpp + RegionPass.cpp + RegionPrinter.cpp ScalarEvolution.cpp ScalarEvolutionAliasAnalysis.cpp ScalarEvolutionExpander.cpp + ScalarEvolutionNormalization.cpp SparsePropagation.cpp + TargetTransformInfo.cpp Trace.cpp + TypeBasedAliasAnalysis.cpp + ScopedNoAliasAA.cpp ValueTracking.cpp ) -target_link_libraries (LLVMAnalysis LLVMSupport) +add_dependencies(LLVMAnalysis intrinsics_gen) + +add_subdirectory(IPA)