llvm-6502/lib/Transforms/IPO
Nick Lewycky c0d025f54f Prune the unwind_to labels on BBs that don't need them. Another step in the
removal of invoke, PR1269.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48084 91177308-0d34-0410-b5e6-96231b3b80d8
2008-03-09 04:55:16 +00:00
..
ArgumentPromotion.cpp
ConstantMerge.cpp
DeadArgumentElimination.cpp s/isReturnStruct()/hasStructRetAttr()/g 2008-03-03 21:46:28 +00:00
DeadTypeElimination.cpp
ExtractFunction.cpp
ExtractGV.cpp add a pass that can extract all kinds of global values, not just functions. Update llvm-extract to use it and optionally extract a global variable if you want it too 2008-03-07 19:51:57 +00:00
GlobalDCE.cpp Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
GlobalOpt.cpp
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
LoopExtractor.cpp
LowerSetJmp.cpp
Makefile
PruneEH.cpp Prune the unwind_to labels on BBs that don't need them. Another step in the 2008-03-09 04:55:16 +00:00
RaiseAllocations.cpp
SimplifyLibCalls.cpp
StripDeadPrototypes.cpp
StripSymbols.cpp
StructRetPromotion.cpp Skip, for now, callsites where use of sret argument is not dominated by callsite. 2008-03-05 23:39:23 +00:00