llvm-6502/test/Analysis
Andrew Trick eb6dd23c95 SCEV fix: Handle loop invariant loads.
Fixes PR11882: NULL dereference in ComputeLoadConstantCompareExitLimit.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153480 91177308-0d34-0410-b5e6-96231b3b80d8
2012-03-26 22:33:59 +00:00
..
BasicAA Duncan pointed out that if the alignment isn't explicitly specified, it defaults to the ABI alignment. Given that, make this code a bit more aggressive in such cases. 2012-02-27 23:16:46 +00:00
BlockFrequencyInfo
BranchProbabilityInfo
CallGraph
Dominators Change the implementation of dominates(inst, inst) to one based on what the 2012-02-26 02:19:19 +00:00
GlobalsModRef
LoopDependenceAnalysis
LoopInfo
PostDominators
Profiling
RegionInfo
ScalarEvolution SCEV fix: Handle loop invariant loads. 2012-03-26 22:33:59 +00:00
TypeBasedAliasAnalysis