Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 1 | add_llvm_library(LLVMAnalysis |
2 | AliasAnalysis.cpp | ||||
3 | AliasAnalysisCounter.cpp | ||||
4 | AliasAnalysisEvaluator.cpp | ||||
5 | AliasDebugger.cpp | ||||
6 | AliasSetTracker.cpp | ||||
7 | Analysis.cpp | ||||
8 | BasicAliasAnalysis.cpp | ||||
Jakub Staszak | f55c1c8 | 2011-07-25 19:25:40 +0000 | [diff] [blame^] | 9 | BlockFrequencyInfo.cpp |
Andrew Trick | 9e76422 | 2011-06-04 01:16:30 +0000 | [diff] [blame] | 10 | BranchProbabilityInfo.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 11 | CFGPrinter.cpp |
Ted Kremenek | 1935629 | 2009-07-15 21:08:16 +0000 | [diff] [blame] | 12 | CaptureTracking.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 13 | ConstantFolding.cpp |
Ted Kremenek | 918de31 | 2011-03-01 00:02:51 +0000 | [diff] [blame] | 14 | DIBuilder.cpp |
Oscar Fuentes | 8069f28 | 2008-12-16 12:25:04 +0000 | [diff] [blame] | 15 | DbgInfoPrinter.cpp |
Chris Lattner | 903361e | 2008-11-10 02:58:28 +0000 | [diff] [blame] | 16 | DebugInfo.cpp |
Chris Lattner | b839c55 | 2009-10-18 04:10:40 +0000 | [diff] [blame] | 17 | DomPrinter.cpp |
Ted Kremenek | 918de31 | 2011-03-01 00:02:51 +0000 | [diff] [blame] | 18 | DominanceFrontier.cpp |
Ted Kremenek | 1935629 | 2009-07-15 21:08:16 +0000 | [diff] [blame] | 19 | IVUsers.cpp |
Benjamin Kramer | 56bfa4d | 2009-10-13 18:50:54 +0000 | [diff] [blame] | 20 | InlineCost.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 21 | InstCount.cpp |
Chris Lattner | 9f3c25a | 2009-11-09 22:57:59 +0000 | [diff] [blame] | 22 | InstructionSimplify.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 23 | Interval.cpp |
24 | IntervalPartition.cpp | ||||
Chris Lattner | 10f2d13 | 2009-11-11 00:22:30 +0000 | [diff] [blame] | 25 | LazyValueInfo.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 26 | LibCallAliasAnalysis.cpp |
27 | LibCallSemantics.cpp | ||||
Ted Kremenek | b8db3c2 | 2010-04-08 18:52:18 +0000 | [diff] [blame] | 28 | Lint.cpp |
Dan Gohman | dd9344f | 2010-05-28 16:19:17 +0000 | [diff] [blame] | 29 | Loads.cpp |
Andreas Bolka | cb21010 | 2009-06-24 21:29:13 +0000 | [diff] [blame] | 30 | LoopDependenceAnalysis.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 31 | LoopInfo.cpp |
32 | LoopPass.cpp | ||||
Benjamin Kramer | fc24c1a | 2010-09-16 23:06:18 +0000 | [diff] [blame] | 33 | MemDepPrinter.cpp |
Victor Hernandez | f006b18 | 2009-10-27 20:05:49 +0000 | [diff] [blame] | 34 | MemoryBuiltins.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 35 | MemoryDependenceAnalysis.cpp |
Dan Gohman | ef0b145 | 2010-05-07 16:22:32 +0000 | [diff] [blame] | 36 | ModuleDebugInfoPrinter.cpp |
Ted Kremenek | 918de31 | 2011-03-01 00:02:51 +0000 | [diff] [blame] | 37 | NoAliasAnalysis.cpp |
38 | PHITransAddr.cpp | ||||
Andrew Trick | 04317cc | 2011-01-29 01:09:53 +0000 | [diff] [blame] | 39 | PathNumbering.cpp |
40 | PathProfileInfo.cpp | ||||
41 | PathProfileVerifier.cpp | ||||
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 42 | PostDominators.cpp |
Daniel Dunbar | 55e354a | 2009-08-08 18:44:18 +0000 | [diff] [blame] | 43 | ProfileEstimatorPass.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 44 | ProfileInfo.cpp |
45 | ProfileInfoLoader.cpp | ||||
46 | ProfileInfoLoaderPass.cpp | ||||
Benjamin Kramer | 6818863 | 2009-09-01 10:24:10 +0000 | [diff] [blame] | 47 | ProfileVerifierPass.cpp |
Tobias Grosser | f96b006 | 2010-07-22 07:46:31 +0000 | [diff] [blame] | 48 | RegionInfo.cpp |
Tobias Grosser | 6551360 | 2010-10-20 01:54:44 +0000 | [diff] [blame] | 49 | RegionPass.cpp |
Tobias Grosser | f96b006 | 2010-07-22 07:46:31 +0000 | [diff] [blame] | 50 | RegionPrinter.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 51 | ScalarEvolution.cpp |
Douglas Gregor | 8149101 | 2009-08-26 16:33:57 +0000 | [diff] [blame] | 52 | ScalarEvolutionAliasAnalysis.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 53 | ScalarEvolutionExpander.cpp |
Benjamin Kramer | da63792 | 2010-04-07 23:01:37 +0000 | [diff] [blame] | 54 | ScalarEvolutionNormalization.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 55 | SparsePropagation.cpp |
56 | Trace.cpp | ||||
Michael J. Spencer | 4473b37 | 2010-08-03 02:38:20 +0000 | [diff] [blame] | 57 | TypeBasedAliasAnalysis.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 58 | ValueTracking.cpp |
59 | ) | ||||
Oscar Fuentes | 6d857ca | 2011-02-18 22:06:14 +0000 | [diff] [blame] | 60 | |
61 | add_subdirectory(IPA) |