llvm-6502/include/llvm/Analysis
Dan Gohman d19534add9 Add a SCEV class and supporting code for sign-extend expressions.
This created an ambiguity for expandInTy to decide when to use
sign-extension or zero-extension, but it turns out that most of its callers
don't actually need a type conversion, now that LLVM types don't have
explicit signedness. Drop expandInTy in favor of plain expand, and change
the few places that actually need a type conversion to do it themselves.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37591 91177308-0d34-0410-b5e6-96231b3b80d8
2007-06-15 14:38:12 +00:00
..
AliasAnalysis.h Drop 'const' 2007-05-03 01:11:54 +00:00
AliasSetTracker.h
CallGraph.h Drop 'const' 2007-05-03 01:11:54 +00:00
CFGPrinter.h
ConstantFolding.h
ConstantsScanner.h
Dominators.h Protect updateDFSNumbers() 2007-06-12 17:30:56 +00:00
ET-Forest.h
FindUsedTypes.h Fix typo in comment. 2007-05-06 13:37:16 +00:00
Interval.h
IntervalIterator.h
IntervalPartition.h Fix typo in comment. 2007-05-06 13:37:16 +00:00
LoadValueNumbering.h
LoopInfo.h Use DominatorTree instead of ETForest. 2007-06-08 00:17:13 +00:00
LoopPass.h Drop 'const' 2007-05-03 01:11:54 +00:00
Passes.h
PostDominators.h Break DominatorTree from ETNode. 2007-06-12 00:54:38 +00:00
ProfileInfo.h Drop 'const' 2007-05-03 01:11:54 +00:00
ProfileInfoLoader.h
ProfileInfoTypes.h
ScalarEvolution.h Fix typo in comment. 2007-05-06 13:37:16 +00:00
ScalarEvolutionExpander.h Add a SCEV class and supporting code for sign-extend expressions. 2007-06-15 14:38:12 +00:00
ScalarEvolutionExpressions.h Add a SCEV class and supporting code for sign-extend expressions. 2007-06-15 14:38:12 +00:00
Trace.h
ValueNumbering.h Drop 'const' 2007-05-03 01:11:54 +00:00
Verifier.h