llvm-6502/lib/Analysis
Reid Spencer 7858b336f2 Bail on the getInferredCast idea. Remove the function and convert
remaining uses to more specific casts.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32231 91177308-0d34-0410-b5e6-96231b3b80d8
2006-12-05 19:14:13 +00:00
..
DataStructure Replacing std::iostreams with llvm iostreams. Some of these changes involve 2006-11-29 00:19:40 +00:00
IPA Add a comment and fix a memory leak. Thanks to Vikram for pointing this out. 2006-12-04 21:22:45 +00:00
AliasAnalysis.cpp Removed unneeded <iostream> #include. 2006-11-17 07:10:51 +00:00
AliasAnalysisCounter.cpp Removed some of the iostream #includes. Moved towards converting to using 2006-11-28 22:46:12 +00:00
AliasAnalysisEvaluator.cpp Removed some of the iostream #includes. Moved towards converting to using 2006-11-28 22:46:12 +00:00
AliasDebugger.cpp
AliasSetTracker.cpp Removed some of the iostream #includes. Moved towards converting to using 2006-11-28 22:46:12 +00:00
BasicAliasAnalysis.cpp Convert to using llvm streams instead of iostreams. 2006-11-28 23:33:06 +00:00
CFGPrinter.cpp Removed some of the iostream #includes. Moved towards converting to using 2006-11-28 22:46:12 +00:00
ConstantFolding.cpp Unbreak VC++ build. 2006-12-02 02:22:01 +00:00
ConstantRange.cpp Change inferred casts to explicit casts. 2006-12-04 02:46:44 +00:00
InstCount.cpp Removed some of the iostream #includes. Moved towards converting to using 2006-11-28 22:46:12 +00:00
Interval.cpp
IntervalPartition.cpp
LoadValueNumbering.cpp
LoopInfo.cpp Removed some of the iostream #includes. Moved towards converting to using 2006-11-28 22:46:12 +00:00
Makefile
PostDominators.cpp Removed unneeded <iostream> #include. 2006-11-17 07:10:51 +00:00
ProfileInfo.cpp
ProfileInfoLoader.cpp Removed some of the iostream #includes. Moved towards converting to using 2006-11-28 22:46:12 +00:00
ProfileInfoLoaderPass.cpp Removed some of the iostream #includes. Moved towards converting to using 2006-11-28 22:46:12 +00:00
ScalarEvolution.cpp Bail on the getInferredCast idea. Remove the function and convert 2006-12-05 19:14:13 +00:00
ScalarEvolutionExpander.cpp Fix 80 cols violation 2006-12-04 17:04:44 +00:00
Trace.cpp Removed some of the iostream #includes. Moved towards converting to using 2006-11-28 22:46:12 +00:00
ValueNumbering.cpp For PR950: 2006-11-27 01:05:10 +00:00