llvm-6502/lib/Analysis
Chris Lattner 2ef1236e4a Make getNumBackEdges more efficient
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9063 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-12 22:14:27 +00:00
..
DataStructure Fix spelling. 2003-10-10 17:57:28 +00:00
IPA Switch from using CallInst's to represent call sites to using the LLVM 2003-09-20 16:34:13 +00:00
LiveVar Fixed spelling and grammar. 2003-09-11 18:14:24 +00:00
AliasAnalysis.cpp Add new -no-aa implementation 2003-02-26 19:57:10 +00:00
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 Fix bug: BasicAA/2003-09-19-LocalArgument.ll 2003-09-20 03:08:47 +00:00
ConstantRange.cpp Simplify code by using ConstantInt::getRawValue instead of checking to see 2003-07-23 15:22:26 +00:00
Expressions.cpp Eliminate old-style cast 2003-07-23 15:16:40 +00:00
InductionVariable.cpp Fixed spelling and grammar. 2003-09-11 18:14:24 +00:00
InstCount.cpp There is no reason for this to be a pass! 2003-08-29 14:43:17 +00:00
Interval.cpp *** empty log message *** 2002-07-31 19:32:01 +00:00
IntervalPartition.cpp Fix spelling of `propagate'. 2002-10-29 23:06:16 +00:00
LoadValueNumbering.cpp Fixed spelling and grammar. 2003-09-11 18:14:24 +00:00
LoopInfo.cpp Make getNumBackEdges more efficient 2003-10-12 22:14:27 +00:00
Makefile Use PARALLEL_DIRS. 2002-10-11 16:08:17 +00:00
PostDominators.cpp Fixed spelling and grammar. 2003-09-11 18:14:24 +00:00
PrintSCC.cpp Rename TarjanSCCIterator -> scc_iterator 2003-08-31 20:01:57 +00:00
ValueNumbering.cpp Fixed spelling and grammar. 2003-09-11 18:14:24 +00:00