llvm-6502/lib/Analysis
2007-09-30 04:17:16 +00:00
..
IPA Add a new DenseSet abstraction. 2007-09-30 00:47:20 +00:00
AliasAnalysis.cpp
AliasAnalysisCounter.cpp
AliasAnalysisEvaluator.cpp
AliasDebugger.cpp
AliasSetTracker.cpp
BasicAliasAnalysis.cpp Add lengthof and endof templates that hide a lot of sizeof computations. 2007-09-07 04:06:50 +00:00
CFGPrinter.cpp
ConstantFolding.cpp Add sqrt and powi intrinsics for long double. 2007-09-28 01:08:20 +00:00
InstCount.cpp
Interval.cpp
IntervalPartition.cpp
LoadValueNumbering.cpp
LoopInfo.cpp Use SmallVector. 2007-08-21 16:54:51 +00:00
LoopPass.cpp ooops... 2007-09-18 23:58:14 +00:00
Makefile
MemoryDependenceAnalysis.cpp Add partial caching of non-local memory dependence queries. This provides a modest 2007-09-21 03:53:52 +00:00
PostDominatorCalculation.h Template-ize more of the DomTree internal implementation details. Only the calculate() methods for DomTree and PostDomTree remain to be merged/template-ized. 2007-09-30 04:17:16 +00:00
PostDominators.cpp Have PostDomTree use the newly templated DFSPass. 2007-09-28 01:23:47 +00:00
ProfileInfo.cpp
ProfileInfoLoader.cpp
ProfileInfoLoaderPass.cpp More explicit keywords. 2007-08-01 15:32:29 +00:00
ScalarEvolution.cpp Build the correct range for loops with unusual bounds. Fix from Jay Foad. 2007-09-27 14:12:54 +00:00
ScalarEvolutionExpander.cpp Change "tmp." to "tmp" for temporaries created by ScalarEvolutionExpander 2007-09-14 20:11:40 +00:00
Trace.cpp
ValueNumbering.cpp