hanchenye-llvm-project/llvm/lib/Analysis
Chris Lattner cd7482b354 Keep track of how many inlinings are performed
llvm-svn: 7076
2003-07-02 20:24:42 +00:00
..
DataStructure Keep track of how many inlinings are performed 2003-07-02 20:24:42 +00:00
IPA Adjust for new DSGraph API 2003-06-30 03:14:54 +00:00
LiveVar Renamed MachienOperand::opIsDef to MachineOperand::opIsDefOnly() 2003-05-27 00:06:48 +00:00
AliasAnalysis.cpp
AliasAnalysisCounter.cpp Avoid divide by zero errors 2003-06-17 15:07:20 +00:00
AliasAnalysisEvaluator.cpp Count operands to instructions as well as just results. This allows for global variables to be checked as well 2003-06-29 00:07:11 +00:00
AliasSetTracker.cpp Fix miscompilation in Fhourstones and bug: LICM/2003-05-02-LoadHoist.ll 2003-05-03 03:42:08 +00:00
BasicAliasAnalysis.cpp Implement handling of constantexprs for disambiguation. This implements 2003-06-17 15:25:37 +00:00
Expressions.cpp Fix bug: Regression/Other/2002-03-11-ExprAssertion.ll 2003-07-01 21:08:52 +00:00
InductionVariable.cpp Remove unneccesary &* 2003-04-23 16:36:11 +00:00
InstCount.cpp
Interval.cpp
IntervalPartition.cpp
LoadValueNumbering.cpp If the alias analysis algorithm we are using can provide MUST alias information, 2003-06-29 00:53:34 +00:00
LoopInfo.cpp Fix bug: Analysis/LoopInfo/2003-05-15-NestingProblem.ll 2003-05-15 18:03:51 +00:00
Makefile
PostDominators.cpp
PrintSCC.cpp
ValueNumbering.cpp