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 |
Devang Patel | 57c5a20 | 2010-11-04 15:01:38 +0000 | [diff] [blame] | 14 | DIBuilder.cpp |
Cameron Zwarich | 6b0c4c9 | 2011-01-18 06:06:27 +0000 | [diff] [blame] | 15 | DominanceFrontier.cpp |
Chris Lattner | 9e6882c | 2009-10-18 04:10:40 +0000 | [diff] [blame] | 16 | DomPrinter.cpp |
Ted Kremenek | 39816d9 | 2009-07-15 21:08:16 +0000 | [diff] [blame] | 17 | IVUsers.cpp |
Benjamin Kramer | a8d176d | 2009-10-13 18:50:54 +0000 | [diff] [blame] | 18 | InlineCost.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 19 | InstCount.cpp |
Chris Lattner | 084a1b5 | 2009-11-09 22:57:59 +0000 | [diff] [blame] | 20 | InstructionSimplify.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 21 | Interval.cpp |
22 | IntervalPartition.cpp | ||||
Chris Lattner | 741c94c | 2009-11-11 00:22:30 +0000 | [diff] [blame] | 23 | LazyValueInfo.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 24 | LibCallAliasAnalysis.cpp |
25 | LibCallSemantics.cpp | ||||
Ted Kremenek | 7ffb294 | 2010-04-08 18:52:18 +0000 | [diff] [blame] | 26 | Lint.cpp |
Sebastian Redl | 8d5baa0 | 2009-03-19 23:26:52 +0000 | [diff] [blame] | 27 | LiveValues.cpp |
Dan Gohman | 826bdf8 | 2010-05-28 16:19:17 +0000 | [diff] [blame] | 28 | Loads.cpp |
Andreas Bolka | 8c7e299 | 2009-06-24 21:29:13 +0000 | [diff] [blame] | 29 | LoopDependenceAnalysis.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 30 | LoopInfo.cpp |
31 | LoopPass.cpp | ||||
Benjamin Kramer | d61e383 | 2010-09-16 23:06:18 +0000 | [diff] [blame] | 32 | MemDepPrinter.cpp |
Victor Hernandez | f390e04 | 2009-10-27 20:05:49 +0000 | [diff] [blame] | 33 | MemoryBuiltins.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 34 | MemoryDependenceAnalysis.cpp |
Dan Gohman | fb64b5d | 2010-05-07 16:22:32 +0000 | [diff] [blame] | 35 | ModuleDebugInfoPrinter.cpp |
Andrew Trick | 24f5ff0 | 2011-01-29 01:09:53 +0000 | [diff] [blame] | 36 | PathNumbering.cpp |
37 | PathProfileInfo.cpp | ||||
38 | PathProfileVerifier.cpp | ||||
Douglas Gregor | 48b4568 | 2010-10-20 01:36:56 +0000 | [diff] [blame] | 39 | NoAliasAnalysis.cpp |
Chris Lattner | 6d947a0 | 2009-12-04 04:15:36 +0000 | [diff] [blame] | 40 | PHITransAddr.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 41 | PostDominators.cpp |
Daniel Dunbar | 003a1b1 | 2009-08-08 18:44:18 +0000 | [diff] [blame] | 42 | ProfileEstimatorPass.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 43 | ProfileInfo.cpp |
44 | ProfileInfoLoader.cpp | ||||
45 | ProfileInfoLoaderPass.cpp | ||||
Benjamin Kramer | a43ad3d | 2009-09-01 10:24:10 +0000 | [diff] [blame] | 46 | ProfileVerifierPass.cpp |
Tobias Grosser | 336734a | 2010-07-22 07:46:31 +0000 | [diff] [blame] | 47 | RegionInfo.cpp |
Tobias Grosser | 23c8341 | 2010-10-20 01:54:44 +0000 | [diff] [blame] | 48 | RegionPass.cpp |
Tobias Grosser | 336734a | 2010-07-22 07:46:31 +0000 | [diff] [blame] | 49 | RegionPrinter.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 50 | ScalarEvolution.cpp |
Douglas Gregor | 1bb5d32 | 2009-08-26 16:33:57 +0000 | [diff] [blame] | 51 | ScalarEvolutionAliasAnalysis.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 52 | ScalarEvolutionExpander.cpp |
Benjamin Kramer | 33f6413 | 2010-04-07 23:01:37 +0000 | [diff] [blame] | 53 | ScalarEvolutionNormalization.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 54 | SparsePropagation.cpp |
55 | Trace.cpp | ||||
Michael J. Spencer | 2ce6994 | 2010-08-03 02:38:20 +0000 | [diff] [blame] | 56 | TypeBasedAliasAnalysis.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 57 | ValueTracking.cpp |
58 | ) | ||||
Oscar Fuentes | 5ed9626 | 2011-02-18 22:06:14 +0000 | [diff] [blame^] | 59 | |
60 | add_subdirectory(IPA) |