llvm-6502/lib/Analysis
Chris Lattner 0bbe58f073 * Implement dominator based loop identification
* Implement cleaner induction variable identification


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1359 91177308-0d34-0410-b5e6-96231b3b80d8
2001-11-26 18:41:20 +00:00
..
IPA New pass to find types in use by a program 2001-11-09 05:27:21 +00:00
LiveVar No major change - added some comments 2001-10-16 01:25:05 +00:00
Expressions.cpp * Implement more powerful expr analysis of cast instructions 2001-11-26 16:53:50 +00:00
InductionVariable.cpp * Implement dominator based loop identification 2001-11-26 18:41:20 +00:00
Interval.cpp
IntervalPartition.cpp
LoopDepth.cpp
LoopInfo.cpp * Implement dominator based loop identification 2001-11-26 18:41:20 +00:00
Makefile
ModuleAnalyzer.cpp Commit more code over to new cast style 2001-10-02 03:41:24 +00:00
PostDominators.cpp
Writer.cpp