llvm-6502/lib/Analysis
Owen Anderson 4d13de4e3b Cache non-local memory dependence analysis. This is a significant compile
time performance win in most cases.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41126 91177308-0d34-0410-b5e6-96231b3b80d8
2007-08-16 21:27:05 +00:00
..
IPA Do not overuse std::string. Pass around char * directly. 2007-08-10 18:29:32 +00:00
AliasAnalysis.cpp
AliasAnalysisCounter.cpp
AliasAnalysisEvaluator.cpp
AliasDebugger.cpp
AliasSetTracker.cpp
BasicAliasAnalysis.cpp This resolves a regression of BasicAA which failed to find any memory information for overloaded intrinsics (PR1600). This resolves that issue, and improves the matching scheme to use a BitVector rather than a binary search. 2007-08-06 20:57:16 +00:00
CFGPrinter.cpp
ConstantFolding.cpp constant fold ptrtoint(inttoptr) with target data when available. This allows 2007-08-11 23:49:01 +00:00
InstCount.cpp
Interval.cpp
IntervalPartition.cpp
LoadValueNumbering.cpp
LoopInfo.cpp
LoopPass.cpp Introduce Simple Analysis interface for loop passes. 2007-07-31 08:00:57 +00:00
Makefile
MemoryDependenceAnalysis.cpp Cache non-local memory dependence analysis. This is a significant compile 2007-08-16 21:27:05 +00:00
PostDominators.cpp reimplement dfs number computation to be significantly faster. This speeds up 2007-08-08 05:51:24 +00:00
ProfileInfo.cpp
ProfileInfoLoader.cpp
ProfileInfoLoaderPass.cpp More explicit keywords. 2007-08-01 15:32:29 +00:00
ScalarEvolution.cpp Let scalar-evolution analyze loops with an unsigned comparison for the exit 2007-08-06 19:21:00 +00:00
ScalarEvolutionExpander.cpp
Trace.cpp
ValueNumbering.cpp