llvm-6502/test/Analysis
Adam Nemet 8e7d56f6f7 [LoopAccesses 3/3] Print the dependences with -analyze
The dependences are now expose through the new getInterestingDependences
API so we can use that with -analyze too and fix the FIXME.

This lets us remove the test that relied on -debug to check the
dependences.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231807 91177308-0d34-0410-b5e6-96231b3b80d8
2015-03-10 17:40:43 +00:00
..
AssumptionCache
BasicAA
BlockFrequencyInfo
BranchProbabilityInfo
CallGraph
CFLAliasAnalysis Added ConstantExpr support to CFLAA. 2015-03-10 02:58:15 +00:00
CostModel
Delinearization Make DataLayout Non-Optional in the Module 2015-03-04 18:43:29 +00:00
DependenceAnalysis Fix a memory corruption in Dependency Analysis. 2015-03-10 14:32:02 +00:00
Dominators
GlobalsModRef
LazyCallGraph
Lint
LoopAccessAnalysis [LoopAccesses 3/3] Print the dependences with -analyze 2015-03-10 17:40:43 +00:00
LoopInfo
MemoryDependenceAnalysis
PostDominators
RegionInfo
ScalarEvolution [SCEV] Unify getUnsignedRange and getSignedRange 2015-03-09 21:43:43 +00:00
ScopedNoAliasAA
TypeBasedAliasAnalysis
ValueTracking