llvm-6502/lib/Transforms/IPO
Bill Wendling 772fe17a6d Merge the contents from exception-handling-rewrite to the mainline.
This adds the new instructions 'landingpad' and 'resume'.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136253 91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-27 20:18:04 +00:00
..
ArgumentPromotion.cpp Convert GetElementPtrInst to use ArrayRef. 2011-07-25 09:48:08 +00:00
CMakeLists.txt
ConstantMerge.cpp Teach the ConstantMerge pass about alignment. Fixes PR10514! 2011-07-27 19:47:34 +00:00
DeadArgumentElimination.cpp land David Blaikie's patch to de-constify Type, with a few tweaks. 2011-07-18 04:54:35 +00:00
ExtractGV.cpp
FunctionAttrs.cpp
GlobalDCE.cpp
GlobalOpt.cpp Merge the contents from exception-handling-rewrite to the mainline. 2011-07-27 20:18:04 +00:00
InlineAlways.cpp
Inliner.cpp land David Blaikie's patch to de-constify Type, with a few tweaks. 2011-07-18 04:54:35 +00:00
InlineSimple.cpp
Internalize.cpp
IPConstantPropagation.cpp land David Blaikie's patch to de-constify Type, with a few tweaks. 2011-07-18 04:54:35 +00:00
IPO.cpp Add LLVMAddAlwaysInlinerPass to the C API. 2011-07-26 15:23:23 +00:00
LoopExtractor.cpp
LowerSetJmp.cpp land David Blaikie's patch to de-constify Type, with a few tweaks. 2011-07-18 04:54:35 +00:00
Makefile
MergeFunctions.cpp Convert TargetData::getIndexedOffset to use ArrayRef. 2011-07-19 14:01:37 +00:00
PartialInlining.cpp
PruneEH.cpp Convert CallInst and InvokeInst APIs to use ArrayRef. 2011-07-15 08:37:34 +00:00
StripDeadPrototypes.cpp
StripSymbols.cpp