llvm-6502/lib/Transforms/IPO
Oscar Fuentes ee56c42168 Prefix next' iterator operation with llvm::'.
Fixes potential ambiguity problems on VS 2010.

Patch by nobled!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110029 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-02 06:00:15 +00:00
..
ArgumentPromotion.cpp simplify by using CallSite constructors; virtually eliminates CallSite::get from the tree 2010-07-28 22:50:26 +00:00
CMakeLists.txt IPO needs ScalarOpts and InstCombine in its libs 2010-04-14 23:42:23 +00:00
ConstantMerge.cpp Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). 2010-07-21 22:09:45 +00:00
DeadArgumentElimination.cpp simplify by using CallSite constructors; virtually eliminates CallSite::get from the tree 2010-07-28 22:50:26 +00:00
DeadTypeElimination.cpp Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). 2010-07-21 22:09:45 +00:00
ExtractGV.cpp Remove includes of Support/Compiler.h that are no longer needed after the 2009-10-25 06:57:41 +00:00
FunctionAttrs.cpp simplify by using CallSite constructors; virtually eliminates CallSite::get from the tree 2010-07-28 22:50:26 +00:00
GlobalDCE.cpp Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). 2010-07-21 22:09:45 +00:00
GlobalOpt.cpp Prefix next' iterator operation with llvm::'. 2010-08-02 06:00:15 +00:00
InlineAlways.cpp Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). 2010-07-21 22:09:45 +00:00
Inliner.cpp simplify by using CallSite constructors; virtually eliminates CallSite::get from the tree 2010-07-28 22:50:26 +00:00
InlineSimple.cpp Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). 2010-07-21 22:09:45 +00:00
Internalize.cpp Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). 2010-07-21 22:09:45 +00:00
IPConstantPropagation.cpp simplify by using CallSite constructors; virtually eliminates CallSite::get from the tree 2010-07-28 22:50:26 +00:00
IPO.cpp Adding IPSCCP and Internalize passes to the C-bindings 2010-04-09 20:43:20 +00:00
LoopExtractor.cpp The BlockExtractorPass() constructor was not reading the BlockFile and that was 2010-07-31 00:32:17 +00:00
LowerSetJmp.cpp Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). 2010-07-21 22:09:45 +00:00
Makefile make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
MergeFunctions.cpp Fix a -Wreorder warning. 2010-08-02 05:43:46 +00:00
PartialInlining.cpp pass dereferenced iterator to dyn_cast 2010-07-22 11:48:35 +00:00
PartialSpecialization.cpp simplify 2010-07-22 13:07:39 +00:00
PruneEH.cpp Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). 2010-07-21 22:09:45 +00:00
StripDeadPrototypes.cpp Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). 2010-07-21 22:09:45 +00:00
StripSymbols.cpp Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). 2010-07-21 22:09:45 +00:00
StructRetPromotion.cpp simplify by using CallSite constructors; virtually eliminates CallSite::get from the tree 2010-07-28 22:50:26 +00:00