llvm-6502/lib/Analysis
Chris Lattner 2446b0aaaf Remove using declarations
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8442 91177308-0d34-0410-b5e6-96231b3b80d8
2003-09-10 16:08:03 +00:00
..
DataStructure Final cleanup: remove dead code 2003-09-01 18:01:36 +00:00
IPA Replace M with F when refering to functions 2003-08-31 20:36:52 +00:00
LiveVar This file is hopelessly out of date 2003-09-01 20:14:00 +00:00
AliasAnalysis.cpp
AliasAnalysisCounter.cpp
AliasAnalysisEvaluator.cpp
AliasSetTracker.cpp
BasicAliasAnalysis.cpp Reuse the values if they are constants: this is important so that we index into the right structure field 2003-07-03 06:42:38 +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 another trivial cleanup 2003-09-10 14:55:05 +00:00
InstCount.cpp There is no reason for this to be a pass! 2003-08-29 14:43:17 +00:00
Interval.cpp
IntervalPartition.cpp
LoadValueNumbering.cpp Fix bug: RLE-Preserve-Volatile.ll 2003-09-08 18:13:58 +00:00
LoopInfo.cpp Fix the bug that broke the nightly tester in McCat/18-imp last night. :( 2003-08-17 21:47:33 +00:00
Makefile
PostDominators.cpp Remove using declarations 2003-09-10 16:08:03 +00:00
PrintSCC.cpp Rename TarjanSCCIterator -> scc_iterator 2003-08-31 20:01:57 +00:00
ValueNumbering.cpp