llvm-6502/lib/Analysis
Reid Spencer c10305743c For PR1043:
This is the final patch for this PR. It implements some minor cleanup
in the use of IntegerType, to wit:
1. Type::getIntegerTypeMask -> IntegerType::getBitMask
2. Type::Int*Ty changed to IntegerType* from Type*
3. ConstantInt::getType() returns IntegerType* now, not Type*

This also fixes PR1120.

Patch by Sheng Zhou.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33370 91177308-0d34-0410-b5e6-96231b3b80d8
2007-01-19 21:13:56 +00:00
..
IPA Add CGPassManager. 2007-01-17 21:45:01 +00:00
AliasAnalysis.cpp
AliasAnalysisCounter.cpp
AliasAnalysisEvaluator.cpp
AliasDebugger.cpp
AliasSetTracker.cpp
BasicAliasAnalysis.cpp fit to 80 cols. 2007-01-14 05:57:53 +00:00
CFGPrinter.cpp
ConstantFolding.cpp Constant fold llvm.powi.*. This speeds up tramp3d--v4 by 9.5% 2007-01-15 06:27:37 +00:00
ConstantRange.cpp For PR1043: 2007-01-19 21:13:56 +00:00
InstCount.cpp eliminate static ctors from Statistics 2006-12-19 22:30:33 +00:00
Interval.cpp
IntervalPartition.cpp
LoadValueNumbering.cpp
LoopInfo.cpp For PR950: 2006-12-23 06:05:41 +00:00
Makefile Changed from PARALLEL_DIRS to DIRS since we're only building one directory. 2006-12-13 19:42:54 +00:00
PostDominators.cpp
ProfileInfo.cpp
ProfileInfoLoader.cpp
ProfileInfoLoaderPass.cpp
ScalarEvolution.cpp For PR1043: 2007-01-19 21:13:56 +00:00
ScalarEvolutionExpander.cpp rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. 2007-01-15 02:27:26 +00:00
Trace.cpp Added an automatic cast to "std::ostream*" etc. from OStream. We then can 2006-12-17 05:15:13 +00:00
ValueNumbering.cpp For PR950: 2006-12-23 06:05:41 +00:00