1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/lib/Transforms/IPO
Reid Spencer 4885d68272 Create a pass to strip dead function declarations (prototypes). This is
for use by llvm-extract and bugpoint.

llvm-svn: 33916
2007-02-05 20:24:25 +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 PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid 2007-01-30 20:08:39 +00:00
FunctionResolution.cpp For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid 2007-01-30 20:08:39 +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 PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid 2007-01-30 20:08:39 +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 PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid 2007-01-30 20:08:39 +00:00
IPConstantPropagation.cpp For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid 2007-01-30 20:08:39 +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 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 PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid 2007-01-30 20:08:39 +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-01-06 07:24:44 +00:00