llvm-6502/test/Analysis
2012-04-07 17:19:26 +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 Handle intrinsics in GlobalsModRef. Fixes pr12351. 2012-03-28 21:31:24 +00:00
LoopDependenceAnalysis
LoopInfo
PostDominators
Profiling
RegionInfo
ScalarEvolution SCEV: When expanding a GEP the final addition to the base pointer has NUW but not NSW. 2012-04-07 17:19:26 +00:00
TypeBasedAliasAnalysis