Oscar Fuentes | a229b3c | 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 | 39816d9 | 2009-07-15 21:08:16 +0000 | [diff] [blame] | 10 | CaptureTracking.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 11 | ConstantFolding.cpp |
Oscar Fuentes | 4f9b3ef | 2008-12-16 12:25:04 +0000 | [diff] [blame] | 12 | DbgInfoPrinter.cpp |
Chris Lattner | 4978d35 | 2008-11-10 02:58:28 +0000 | [diff] [blame] | 13 | DebugInfo.cpp |
Chris Lattner | 9e6882c | 2009-10-18 04:10:40 +0000 | [diff] [blame] | 14 | DomPrinter.cpp |
Ted Kremenek | 39816d9 | 2009-07-15 21:08:16 +0000 | [diff] [blame] | 15 | IVUsers.cpp |
Benjamin Kramer | a8d176d | 2009-10-13 18:50:54 +0000 | [diff] [blame] | 16 | InlineCost.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 17 | InstCount.cpp |
| 18 | Interval.cpp |
| 19 | IntervalPartition.cpp |
| 20 | LibCallAliasAnalysis.cpp |
| 21 | LibCallSemantics.cpp |
Sebastian Redl | 8d5baa0 | 2009-03-19 23:26:52 +0000 | [diff] [blame] | 22 | LiveValues.cpp |
Andreas Bolka | 8c7e299 | 2009-06-24 21:29:13 +0000 | [diff] [blame] | 23 | LoopDependenceAnalysis.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 24 | LoopInfo.cpp |
| 25 | LoopPass.cpp |
Victor Hernandez | f390e04 | 2009-10-27 20:05:49 +0000 | [diff] [blame^] | 26 | MemoryBuiltins.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 27 | MemoryDependenceAnalysis.cpp |
Ted Kremenek | cc46134 | 2009-07-14 19:46:07 +0000 | [diff] [blame] | 28 | PointerTracking.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 29 | PostDominators.cpp |
Daniel Dunbar | 003a1b1 | 2009-08-08 18:44:18 +0000 | [diff] [blame] | 30 | ProfileEstimatorPass.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 31 | ProfileInfo.cpp |
| 32 | ProfileInfoLoader.cpp |
| 33 | ProfileInfoLoaderPass.cpp |
Benjamin Kramer | a43ad3d | 2009-09-01 10:24:10 +0000 | [diff] [blame] | 34 | ProfileVerifierPass.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 35 | ScalarEvolution.cpp |
Douglas Gregor | 1bb5d32 | 2009-08-26 16:33:57 +0000 | [diff] [blame] | 36 | ScalarEvolutionAliasAnalysis.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 37 | ScalarEvolutionExpander.cpp |
| 38 | SparsePropagation.cpp |
| 39 | Trace.cpp |
| 40 | ValueTracking.cpp |
| 41 | ) |
Douglas Gregor | 6d94e6a | 2009-06-26 15:37:00 +0000 | [diff] [blame] | 42 | |
| 43 | target_link_libraries (LLVMAnalysis LLVMSupport) |