llvm-6502/lib/Transforms/IPO
Bill Wendling 2626dba9c5 Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.
This is some of my original LLVM code. *wipes tear*


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136821 91177308-0d34-0410-b5e6-96231b3b80d8
2011-08-03 22:18:20 +00:00
..
ArgumentPromotion.cpp Convert GetElementPtrInst to use ArrayRef. 2011-07-25 09:48:08 +00:00
CMakeLists.txt Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets. 2011-08-03 22:18:20 +00:00
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 Improve the handling of available_externally and llvm.global_ctors. 2011-06-09 14:38:09 +00:00
FunctionAttrs.cpp
GlobalDCE.cpp
GlobalOpt.cpp Add the 'resume' instruction for the new EH rewrite. 2011-07-31 06:30:59 +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 Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets. 2011-08-03 22:18:20 +00:00
LoopExtractor.cpp
Makefile
MergeFunctions.cpp Misc optimizer+codegen work for 'cmpxchg' and 'atomicrmw'. They appear to be 2011-07-29 03:05:32 +00:00
PartialInlining.cpp
PassManagerBuilder.cpp Move methods in PassManagerBuilder offline. 2011-08-02 21:50:27 +00:00
PruneEH.cpp Convert CallInst and InvokeInst APIs to use ArrayRef. 2011-07-15 08:37:34 +00:00
StripDeadPrototypes.cpp
StripSymbols.cpp remove the DerivedType which isn't adding value anymore. 2011-07-09 17:59:15 +00:00