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 | ||||
Chandler Carruth | 66b3130 | 2015-01-04 12:03:27 +0000 | [diff] [blame] | 8 | AssumptionCache.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 9 | BasicAliasAnalysis.cpp |
Jakub Staszak | 875ebd5 | 2011-07-25 19:25:40 +0000 | [diff] [blame] | 10 | BlockFrequencyInfo.cpp |
Duncan P. N. Exon Smith | 10be9a8 | 2014-04-21 17:57:07 +0000 | [diff] [blame] | 11 | BlockFrequencyInfoImpl.cpp |
Andrew Trick | 49371f3 | 2011-06-04 01:16:30 +0000 | [diff] [blame] | 12 | BranchProbabilityInfo.cpp |
Nick Lewycky | cd1e893 | 2013-07-27 01:25:51 +0000 | [diff] [blame] | 13 | CFG.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 14 | CFGPrinter.cpp |
Hal Finkel | 7529c55 | 2014-09-02 21:43:13 +0000 | [diff] [blame] | 15 | CFLAliasAnalysis.cpp |
Chandler Carruth | 572e340 | 2014-04-21 11:12:00 +0000 | [diff] [blame] | 16 | CGSCCPassManager.cpp |
Ted Kremenek | 39816d9 | 2009-07-15 21:08:16 +0000 | [diff] [blame] | 17 | CaptureTracking.cpp |
Nadav Rotem | a6b91ac | 2012-11-02 21:48:17 +0000 | [diff] [blame] | 18 | CostModel.cpp |
Chandler Carruth | 3c256fb | 2012-03-16 05:51:52 +0000 | [diff] [blame] | 19 | CodeMetrics.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 20 | ConstantFolding.cpp |
Sebastian Pop | c62c679 | 2013-11-12 22:47:20 +0000 | [diff] [blame] | 21 | Delinearization.cpp |
Sebastian Pop | 59b61b9 | 2012-10-11 07:32:34 +0000 | [diff] [blame] | 22 | DependenceAnalysis.cpp |
Chris Lattner | 9e6882c | 2009-10-18 04:10:40 +0000 | [diff] [blame] | 23 | DomPrinter.cpp |
Ted Kremenek | 49d15b9 | 2011-03-01 00:02:51 +0000 | [diff] [blame] | 24 | DominanceFrontier.cpp |
Ted Kremenek | 39816d9 | 2009-07-15 21:08:16 +0000 | [diff] [blame] | 25 | IVUsers.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 26 | InstCount.cpp |
Chris Lattner | 084a1b5 | 2009-11-09 22:57:59 +0000 | [diff] [blame] | 27 | InstructionSimplify.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 28 | Interval.cpp |
29 | IntervalPartition.cpp | ||||
Tom Roeder | 44cb65f | 2014-06-05 19:29:43 +0000 | [diff] [blame] | 30 | JumpInstrTableInfo.cpp |
Chandler Carruth | bf71a34 | 2014-02-06 04:37:03 +0000 | [diff] [blame] | 31 | LazyCallGraph.cpp |
Chris Lattner | 741c94c | 2009-11-11 00:22:30 +0000 | [diff] [blame] | 32 | LazyValueInfo.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 33 | LibCallAliasAnalysis.cpp |
34 | LibCallSemantics.cpp | ||||
Ted Kremenek | 7ffb294 | 2010-04-08 18:52:18 +0000 | [diff] [blame] | 35 | Lint.cpp |
Dan Gohman | 826bdf8 | 2010-05-28 16:19:17 +0000 | [diff] [blame] | 36 | Loads.cpp |
Adam Nemet | 0456327 | 2015-02-01 16:56:15 +0000 | [diff] [blame] | 37 | LoopAccessAnalysis.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 38 | LoopInfo.cpp |
39 | LoopPass.cpp | ||||
Benjamin Kramer | d61e383 | 2010-09-16 23:06:18 +0000 | [diff] [blame] | 40 | MemDepPrinter.cpp |
Ramkumar Ramachandra | 8378ac3 | 2015-02-06 01:46:42 +0000 | [diff] [blame^] | 41 | MemDerefPrinter.cpp |
Victor Hernandez | f390e04 | 2009-10-27 20:05:49 +0000 | [diff] [blame] | 42 | MemoryBuiltins.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 43 | MemoryDependenceAnalysis.cpp |
Dan Gohman | fb64b5d | 2010-05-07 16:22:32 +0000 | [diff] [blame] | 44 | ModuleDebugInfoPrinter.cpp |
Ted Kremenek | 49d15b9 | 2011-03-01 00:02:51 +0000 | [diff] [blame] | 45 | NoAliasAnalysis.cpp |
46 | PHITransAddr.cpp | ||||
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 47 | PostDominators.cpp |
Chandler Carruth | e41e7b7 | 2012-12-10 08:28:39 +0000 | [diff] [blame] | 48 | PtrUseVisitor.cpp |
Tobias Grosser | 336734a | 2010-07-22 07:46:31 +0000 | [diff] [blame] | 49 | RegionInfo.cpp |
Tobias Grosser | 23c8341 | 2010-10-20 01:54:44 +0000 | [diff] [blame] | 50 | RegionPass.cpp |
Tobias Grosser | 336734a | 2010-07-22 07:46:31 +0000 | [diff] [blame] | 51 | RegionPrinter.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 52 | ScalarEvolution.cpp |
Douglas Gregor | 1bb5d32 | 2009-08-26 16:33:57 +0000 | [diff] [blame] | 53 | ScalarEvolutionAliasAnalysis.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 54 | ScalarEvolutionExpander.cpp |
Benjamin Kramer | 33f6413 | 2010-04-07 23:01:37 +0000 | [diff] [blame] | 55 | ScalarEvolutionNormalization.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 56 | SparsePropagation.cpp |
Chandler Carruth | 62d4215 | 2015-01-15 02:16:27 +0000 | [diff] [blame] | 57 | TargetLibraryInfo.cpp |
Chandler Carruth | d3e7355 | 2013-01-07 03:08:10 +0000 | [diff] [blame] | 58 | TargetTransformInfo.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 59 | Trace.cpp |
Michael J. Spencer | 2ce6994 | 2010-08-03 02:38:20 +0000 | [diff] [blame] | 60 | TypeBasedAliasAnalysis.cpp |
Hal Finkel | 9414665 | 2014-07-24 14:25:39 +0000 | [diff] [blame] | 61 | ScopedNoAliasAA.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 62 | ValueTracking.cpp |
63 | ) | ||||
Oscar Fuentes | 5ed9626 | 2011-02-18 22:06:14 +0000 | [diff] [blame] | 64 | |
NAKAMURA Takumi | 704de07 | 2012-06-24 13:32:01 +0000 | [diff] [blame] | 65 | add_dependencies(LLVMAnalysis intrinsics_gen) |
66 | |||||
Oscar Fuentes | 5ed9626 | 2011-02-18 22:06:14 +0000 | [diff] [blame] | 67 | add_subdirectory(IPA) |