llvm-6502/lib/Transforms/IPO
Reid Spencer 688b0490e2 For PR411:
Adjust to changes in Module interface:
getMainFunction() -> getFunction("main")
getNamedFunction(X) -> getFunction(X)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33922 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-05 21:19:13 +00:00
..
ArgumentPromotion.cpp Inherit CallGraphSCCPass directly from Pass. 2007-01-26 00:47:38 +00:00
ConstantMerge.cpp Eliminate static ctors due to Statistic objects 2006-12-19 22:09:18 +00:00
DeadArgumentElimination.cpp For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid 2007-01-30 20:08: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 For PR411: 2007-02-05 21:19:13 +00:00
GlobalDCE.cpp For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid 2007-01-30 20:08:39 +00:00
GlobalOpt.cpp Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
IndMemRemoval.cpp For PR411: 2007-02-05 21:19:13 +00:00
Inliner.cpp the inliner pass now passes targetdata down through the inliner api's 2007-01-30 23:28:39 +00:00
Inliner.h the inliner pass now passes targetdata down through the inliner api's 2007-01-30 23:28:39 +00:00
InlineSimple.cpp Inherit CallGraphSCCPass directly from Pass. 2007-01-26 00:47:38 +00:00
Internalize.cpp For PR411: 2007-02-05 21:19:13 +00:00
IPConstantPropagation.cpp For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid 2007-01-30 20:08:39 +00:00
LoopExtractor.cpp For PR411: 2007-02-05 20:47:22 +00:00
LowerSetJmp.cpp For PR411: 2007-02-05 21:19:13 +00:00
Makefile DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now 2005-10-24 02:26:13 +00:00
PruneEH.cpp For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid 2007-01-30 20:08:39 +00:00
RaiseAllocations.cpp For PR411: 2007-02-05 20:47:22 +00:00
SimplifyLibCalls.cpp eliminate temporary vectors 2007-01-31 19:59:55 +00:00
StripDeadPrototypes.cpp Create a pass to strip dead function declarations (prototypes). This is 2007-02-05 20:24:25 +00:00
StripSymbols.cpp For PR411: 2007-02-05 21:19:13 +00:00