hanchenye-llvm-project/llvm/lib/Analysis
Chris Lattner 13082d63dd Adjust to new AA interface
llvm-svn: 5637
2003-02-26 19:29:16 +00:00
..
DataStructure Fix resolution of indirect function calls... whoops 2003-02-14 23:27:18 +00:00
IPA Implement optimization for direct function call case. This dramatically 2003-02-05 21:59:58 +00:00
LiveVar Rename llvm/Analysis/LiveVar/FunctionLiveVarInfo.h -> llvm/CodeGen/FunctionLiveVarInfo.h 2003-01-14 23:05:08 +00:00
AliasAnalysis.cpp - Checkin of the alias analysis work: 2003-02-26 19:26:51 +00:00
AliasAnalysisCounter.cpp Adjust to new AA interface 2003-02-26 19:27:05 +00:00
AliasAnalysisEvaluator.cpp Adjust to new AA interface 2003-02-26 19:29:16 +00:00
AliasSetTracker.cpp Convert to work with new AliasAnalysis interface by conservatively assuming all pointers are arbitrarily large accesses 2003-02-26 19:28:57 +00:00
Expressions.cpp
InductionVariable.cpp Fix warning 2002-11-09 00:49:43 +00:00
InstCount.cpp Add total instruction, bb, & function counts 2002-12-07 23:24:24 +00:00
Interval.cpp
IntervalPartition.cpp
LoadValueNumbering.cpp Calculate and pass load sizes to the alias analysis infrastructure 2003-02-26 19:27:35 +00:00
LoopInfo.cpp Dramatically simplify building of natural loops and fix a bug where the BBMap 2003-02-22 21:33:11 +00:00
Makefile
PostDominators.cpp
PrintSCC.cpp
ValueNumbering.cpp