llvm-6502/test/Analysis
Jakob Stoklund Olesen 97be1d608e Minimize precision loss when computing cyclic probabilities.
Allow block frequencies to exceed 32 bits by using the new
BlockFrequency division function.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185236 91177308-0d34-0410-b5e6-96231b3b80d8
2013-06-28 22:40:43 +00:00
..
BasicAA
BlockFrequencyInfo Minimize precision loss when computing cyclic probabilities. 2013-06-28 22:40:43 +00:00
BranchProbabilityInfo
CallGraph
CostModel CostModel: improve the cost model for load/store of non power-of-two types such as <3 x float>, which are popular in graphics. 2013-06-27 17:52:04 +00:00
DependenceAnalysis git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185187 91177308-0d34-0410-b5e6-96231b3b80d8 2013-06-28 18:44:48 +00:00
Dominators
GlobalsModRef
LoopInfo
MemoryDependenceAnalysis
PostDominators
Profiling
RegionInfo
ScalarEvolution Unit test for SCEV fix r182989, PR16130. 2013-05-31 16:42:41 +00:00
TypeBasedAliasAnalysis