llvm-6502/lib/Analysis
2007-04-07 17:48:27 +00:00
..
IPA Avoid constructing std::strings unless pass debugging is ON. 2007-03-05 20:01:30 +00:00
AliasAnalysis.cpp
AliasAnalysisCounter.cpp
AliasAnalysisEvaluator.cpp
AliasDebugger.cpp
AliasSetTracker.cpp
BasicAliasAnalysis.cpp For PR1195: 2007-02-15 02:26:10 +00:00
CFGPrinter.cpp
ConstantFolding.cpp The bit counting intrinsics return i32 not the operand type. This fixes 2007-04-01 18:42:20 +00:00
InstCount.cpp
Interval.cpp
IntervalPartition.cpp
LoadValueNumbering.cpp Expunge DomSet from LoadValueNumbering. This is part of the continuing 2007-04-07 04:43:07 +00:00
LoopInfo.cpp Speed up Loop::isLCSSAForm by using a hash table instead of a sorted vector. 2007-03-04 04:06:39 +00:00
LoopPass.cpp Now IndVarSimplify is a LoopPass. 2007-03-07 06:39:01 +00:00
Makefile
PostDominators.cpp Completely purge DomSet. This is the (hopefully) final patch for PR1171. 2007-04-07 07:17:27 +00:00
ProfileInfo.cpp Change uses of Function::front to Function::getEntryBlock for readability. 2007-03-22 16:38:57 +00:00
ProfileInfoLoader.cpp Change uses of Function::front to Function::getEntryBlock for readability. 2007-03-22 16:38:57 +00:00
ProfileInfoLoaderPass.cpp
ScalarEvolution.cpp Eliminate unnecessary APInt construction. 2007-04-07 17:48:27 +00:00
ScalarEvolutionExpander.cpp Prefer non-virtual calls to ConstantInt::isZero over virtual calls to 2007-03-02 00:28:52 +00:00
Trace.cpp
ValueNumbering.cpp