llvm-6502/lib/Transforms/IPO
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
..
ArgumentPromotion.cpp For PR950: 2006-12-31 05:48:39 +00:00
ConstantMerge.cpp Eliminate static ctors due to Statistic objects 2006-12-19 22:09:18 +00:00
DeadArgumentElimination.cpp For PR950: 2006-12-31 05:48:39 +00:00
DeadTypeElimination.cpp rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. 2007-01-15 02:27:26 +00:00
ExtractFunction.cpp llvm-extract should remove module-level asm 2006-10-20 21:35:41 +00:00
FunctionResolution.cpp Eliminate static ctors due to Statistic objects 2006-12-19 22:09:18 +00:00
GlobalDCE.cpp Eliminate static ctors due to Statistic objects 2006-12-19 22:09:18 +00:00
GlobalOpt.cpp Branch conditions must be i1 2007-01-12 18:30:11 +00:00
IndMemRemoval.cpp For PR1043: 2007-01-19 21:13:56 +00:00
Inliner.cpp Eliminate static ctors due to Statistic objects 2006-12-19 22:09:18 +00:00
Inliner.h
InlineSimple.cpp For PR950: 2006-11-27 01:05:10 +00:00
Internalize.cpp Eliminate static ctors due to Statistic objects 2006-12-19 22:09:18 +00:00
IPConstantPropagation.cpp Eliminate static ctors due to Statistic objects 2006-12-19 22:09:18 +00:00
LoopExtractor.cpp Eliminate static ctors due to Statistic objects 2006-12-19 22:09:18 +00:00
LowerSetJmp.cpp Rename BoolTy as Int1Ty. Patch by Sheng Zhou. 2007-01-11 18:21:29 +00:00
Makefile
PruneEH.cpp Eliminate static ctors due to Statistic objects 2006-12-19 22:09:18 +00:00
RaiseAllocations.cpp For PR950: 2006-12-31 05:48:39 +00:00
SimplifyLibCalls.cpp rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. 2007-01-15 02:27:26 +00:00
StripSymbols.cpp For PR411: 2007-01-06 07:24:44 +00:00