llvm-6502/lib/Transforms/IPO
2007-10-17 20:12:58 +00:00
..
ArgumentPromotion.cpp Update GEP constructors to use an iterator interface to fix 2007-09-04 15:46:09 +00:00
ConstantMerge.cpp
DeadArgumentElimination.cpp Update InvokeInst to work like CallInst 2007-08-27 19:04:21 +00:00
DeadTypeElimination.cpp
ExtractFunction.cpp
GlobalDCE.cpp
GlobalOpt.cpp Fix a logic error in ValueIsOnlyUsedLocallyOrStoredToOneGlobal that caused 2007-09-14 03:41:21 +00:00
IndMemRemoval.cpp
Inliner.cpp Use empty() member functions when that's what's being tested for instead 2007-10-03 19:26:29 +00:00
InlineSimple.cpp
Internalize.cpp Fix PR1719, by not marking llvm.global.annotations internal. 2007-10-03 17:05:40 +00:00
IPConstantPropagation.cpp
LoopExtractor.cpp Use SmallVector instead of std::vector. 2007-08-21 00:31:24 +00:00
LowerSetJmp.cpp Update InvokeInst to work like CallInst 2007-08-27 19:04:21 +00:00
Makefile
PruneEH.cpp
RaiseAllocations.cpp Do not raise free() call that is called through invoke instruction. 2007-10-17 20:12:58 +00:00
SimplifyLibCalls.cpp minor long double related changes 2007-09-28 18:06:58 +00:00
StripDeadPrototypes.cpp
StripSymbols.cpp