llvm-6502/lib/Analysis
Owen Anderson 718cb665ca Add lengthof and endof templates that hide a lot of sizeof computations.
Patch by Sterling Stein!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41758 91177308-0d34-0410-b5e6-96231b3b80d8
2007-09-07 04:06:50 +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 Add lengthof and endof templates that hide a lot of sizeof computations. 2007-09-07 04:06:50 +00:00
CFGPrinter.cpp Add explicit keywords. 2007-07-02 14:53:37 +00:00
ConstantFolding.cpp Next round of APFloat changes. 2007-09-06 18:13:44 +00:00
InstCount.cpp
Interval.cpp
IntervalPartition.cpp
LoadValueNumbering.cpp
LoopInfo.cpp Use SmallVector. 2007-08-21 16:54:51 +00:00
LoopPass.cpp - Use correct header for SCEV inside LoopPass.cpp 2007-08-20 21:17:26 +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 Next round of APFloat changes. 2007-09-06 18:13:44 +00:00
ScalarEvolutionExpander.cpp - Use correct header for SCEV inside LoopPass.cpp 2007-08-20 21:17:26 +00:00
Trace.cpp
ValueNumbering.cpp