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 |
Oscar Fuentes | 2cb560f | 2009-01-18 13:14:11 +0000 | [diff] [blame] | 9 | CaptureTracking.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 10 | CFGPrinter.cpp |
| 11 | ConstantFolding.cpp |
Oscar Fuentes | 8069f28 | 2008-12-16 12:25:04 +0000 | [diff] [blame] | 12 | DbgInfoPrinter.cpp |
Chris Lattner | 903361e | 2008-11-10 02:58:28 +0000 | [diff] [blame] | 13 | DebugInfo.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 14 | InstCount.cpp |
| 15 | Interval.cpp |
| 16 | IntervalPartition.cpp |
Chris Lattner | 21c4bdd | 2009-05-13 06:28:04 +0000 | [diff] [blame] | 17 | IVUsers.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 18 | LibCallAliasAnalysis.cpp |
| 19 | LibCallSemantics.cpp |
Sebastian Redl | 48fe635 | 2009-03-19 23:26:52 +0000 | [diff] [blame] | 20 | LiveValues.cpp |
Andreas Bolka | cb21010 | 2009-06-24 21:29:13 +0000 | [diff] [blame] | 21 | LoopDependenceAnalysis.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 22 | LoopInfo.cpp |
| 23 | LoopPass.cpp |
| 24 | LoopVR.cpp |
| 25 | MemoryDependenceAnalysis.cpp |
Ted Kremenek | 2da51db | 2009-07-14 19:46:07 +0000 | [diff] [blame^] | 26 | PointerTracking.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 27 | PostDominators.cpp |
| 28 | ProfileInfo.cpp |
| 29 | ProfileInfoLoader.cpp |
| 30 | ProfileInfoLoaderPass.cpp |
| 31 | ScalarEvolution.cpp |
| 32 | ScalarEvolutionExpander.cpp |
| 33 | SparsePropagation.cpp |
| 34 | Trace.cpp |
| 35 | ValueTracking.cpp |
| 36 | ) |
Douglas Gregor | 8947881 | 2009-06-26 15:37:00 +0000 | [diff] [blame] | 37 | |
| 38 | target_link_libraries (LLVMAnalysis LLVMSupport) |