llvm-6502/lib/Analysis
Chris Lattner 8e8f865227 Remove use of Instruction::getNext
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36201 91177308-0d34-0410-b5e6-96231b3b80d8
2007-04-17 17:52:45 +00:00
..
IPA Removed tabs everywhere except autogenerated & external files. Add make 2007-04-16 18:10:23 +00:00
AliasAnalysis.cpp
AliasAnalysisCounter.cpp
AliasAnalysisEvaluator.cpp
AliasDebugger.cpp
AliasSetTracker.cpp
BasicAliasAnalysis.cpp
CFGPrinter.cpp
ConstantFolding.cpp The bit counting intrinsics return i32 not the operand type. This fixes 2007-04-01 18:42:20 +00:00
InstCount.cpp
Interval.cpp
IntervalPartition.cpp
LoadValueNumbering.cpp Remove use of Instruction::getNext 2007-04-17 17:52:45 +00:00
LoopInfo.cpp
LoopPass.cpp
Makefile
PostDominators.cpp Tabs -> Spaces 2007-04-15 23:14:18 +00:00
ProfileInfo.cpp
ProfileInfoLoader.cpp
ProfileInfoLoaderPass.cpp
ScalarEvolution.cpp Revert last patch. It was already fixed. 2007-04-16 02:24:41 +00:00
ScalarEvolutionExpander.cpp CSE simple binary expressions when they are inserted. This makes LSR produce 2007-04-13 05:04:18 +00:00
Trace.cpp
ValueNumbering.cpp