llvm-6502/lib/Transforms/IPO
Chris Lattner a27ea769eb Add an option to this pass. If it is set, we are allowed to internalize
all but main.  If it's not set, we can still internalize, but only if an
explicit symbol list is provided.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23783 91177308-0d34-0410-b5e6-96231b3b80d8
2005-10-18 06:29:22 +00:00
..
ArgumentPromotion.cpp
ConstantMerge.cpp
DeadArgumentElimination.cpp
DeadTypeElimination.cpp
ExtractFunction.cpp
FunctionResolution.cpp
GlobalDCE.cpp
GlobalOpt.cpp Fix a regression in my previous patch, fixing GlobalOpt/2005-09-27-Crash.ll 2005-09-27 22:28:11 +00:00
Inliner.cpp
Inliner.h
InlineSimple.cpp
Internalize.cpp Add an option to this pass. If it is set, we are allowed to internalize 2005-10-18 06:29:22 +00:00
IPConstantPropagation.cpp
LoopExtractor.cpp
LowerSetJmp.cpp
Makefile
PruneEH.cpp Eliminate all remaining tabs and trailing spaces. 2005-07-27 06:12:32 +00:00
RaiseAllocations.cpp
SimplifyLibCalls.cpp Fold isascii into a simple comparison. This speeds up 197.parser by 7.4%, 2005-09-29 06:17:27 +00:00
StripSymbols.cpp