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 | ||||
9 | CFGPrinter.cpp | ||||
Ted Kremenek | 1935629 | 2009-07-15 21:08:16 +0000 | [diff] [blame] | 10 | CaptureTracking.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 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 |
Chris Lattner | b839c55 | 2009-10-18 04:10:40 +0000 | [diff] [blame] | 14 | DomPrinter.cpp |
Ted Kremenek | 1935629 | 2009-07-15 21:08:16 +0000 | [diff] [blame] | 15 | IVUsers.cpp |
Benjamin Kramer | 56bfa4d | 2009-10-13 18:50:54 +0000 | [diff] [blame] | 16 | InlineCost.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 17 | InstCount.cpp |
Chris Lattner | 9f3c25a | 2009-11-09 22:57:59 +0000 | [diff] [blame] | 18 | InstructionSimplify.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 19 | Interval.cpp |
20 | IntervalPartition.cpp | ||||
Chris Lattner | 10f2d13 | 2009-11-11 00:22:30 +0000 | [diff] [blame] | 21 | LazyValueInfo.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 22 | LibCallAliasAnalysis.cpp |
23 | LibCallSemantics.cpp | ||||
Sebastian Redl | 48fe635 | 2009-03-19 23:26:52 +0000 | [diff] [blame] | 24 | LiveValues.cpp |
Andreas Bolka | cb21010 | 2009-06-24 21:29:13 +0000 | [diff] [blame] | 25 | LoopDependenceAnalysis.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 26 | LoopInfo.cpp |
27 | LoopPass.cpp | ||||
Victor Hernandez | f006b18 | 2009-10-27 20:05:49 +0000 | [diff] [blame] | 28 | MemoryBuiltins.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 29 | MemoryDependenceAnalysis.cpp |
Chris Lattner | bbf9a58 | 2009-12-04 04:15:36 +0000 | [diff] [blame^] | 30 | PHITransAddr.cpp |
Ted Kremenek | 2da51db | 2009-07-14 19:46:07 +0000 | [diff] [blame] | 31 | PointerTracking.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 32 | PostDominators.cpp |
Daniel Dunbar | 55e354a | 2009-08-08 18:44:18 +0000 | [diff] [blame] | 33 | ProfileEstimatorPass.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 34 | ProfileInfo.cpp |
35 | ProfileInfoLoader.cpp | ||||
36 | ProfileInfoLoaderPass.cpp | ||||
Benjamin Kramer | 6818863 | 2009-09-01 10:24:10 +0000 | [diff] [blame] | 37 | ProfileVerifierPass.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 38 | ScalarEvolution.cpp |
Douglas Gregor | 8149101 | 2009-08-26 16:33:57 +0000 | [diff] [blame] | 39 | ScalarEvolutionAliasAnalysis.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 40 | ScalarEvolutionExpander.cpp |
41 | SparsePropagation.cpp | ||||
42 | Trace.cpp | ||||
43 | ValueTracking.cpp | ||||
44 | ) | ||||
Douglas Gregor | 8947881 | 2009-06-26 15:37:00 +0000 | [diff] [blame] | 45 | |
46 | target_link_libraries (LLVMAnalysis LLVMSupport) |