llvm-6502/lib/Transforms/IPO
Ted Kremenek 58d5e05157 Fix some compilation errors on msvc:
- "Redefinition of I" (iterator masks previous definition)
- include missing header file

Patch by Argiris Kirtzidis!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48115 91177308-0d34-0410-b5e6-96231b3b80d8
2008-03-09 18:32:50 +00:00
..
ArgumentPromotion.cpp Split ParameterAttributes.h, putting the complicated 2008-02-22 22:17:59 +00:00
ConstantMerge.cpp remove some dead code. 2008-02-13 17:18:26 +00:00
DeadArgumentElimination.cpp s/isReturnStruct()/hasStructRetAttr()/g 2008-03-03 21:46:28 +00:00
DeadTypeElimination.cpp
ExtractFunction.cpp
ExtractGV.cpp Fix some compilation errors on msvc: 2008-03-09 18:32:50 +00:00
GlobalDCE.cpp
GlobalOpt.cpp Split ParameterAttributes.h, putting the complicated 2008-02-22 22:17:59 +00:00
IndMemRemoval.cpp
Inliner.cpp allow specified inline threshold to be negative, as the value is 2008-03-01 08:09:51 +00:00
InlineSimple.cpp
Internalize.cpp
IPConstantPropagation.cpp Make Transforms to be 4.3 warnings-clean 2008-02-20 11:26:25 +00:00
LoopExtractor.cpp
LowerSetJmp.cpp
Makefile
PruneEH.cpp And again. 2008-03-09 17:13:05 +00:00
RaiseAllocations.cpp
SimplifyLibCalls.cpp Get rid of hash_map. Use StringMap instead 2008-02-20 11:27:49 +00:00
StripDeadPrototypes.cpp
StripSymbols.cpp Handle attribute(used) global variables that are i8. 2008-01-16 21:35:43 +00:00
StructRetPromotion.cpp Skip, for now, callsites where use of sret argument is not dominated by callsite. 2008-03-05 23:39:23 +00:00