llvm-6502/lib/Transforms/IPO
2009-09-20 02:20:51 +00:00
..
ArgumentPromotion.cpp add a new CallGraphNode::replaceCallEdge method and use it from 2009-09-15 05:40:35 +00:00
CMakeLists.txt
ConstantMerge.cpp
DeadArgumentElimination.cpp
DeadTypeElimination.cpp
ExtractGV.cpp
FunctionAttrs.cpp Enhance transform passes so that they apply the same tranforms to malloc calls as to MallocInst. 2009-09-18 22:35:49 +00:00
GlobalDCE.cpp
GlobalOpt.cpp Remove the default value for ConstantStruct::get's isPacked parameter and 2009-09-19 20:30:26 +00:00
IndMemRemoval.cpp
InlineAlways.cpp
Inliner.cpp
InlineSimple.cpp
Internalize.cpp
IPConstantPropagation.cpp
IPO.cpp
LoopExtractor.cpp
LowerSetJmp.cpp
Makefile
MergeFunctions.cpp Tabs -> spaces, and remove trailing whitespace. 2009-09-20 02:20:51 +00:00
PartialInlining.cpp Fix PR4909, patch by Jakub Staszak. 2009-09-08 19:53:15 +00:00
PartialSpecialization.cpp
PruneEH.cpp
RaiseAllocations.cpp
StripDeadPrototypes.cpp
StripSymbols.cpp Remove VISIBILITY_HIDDEN from this file. 2009-09-03 06:43:15 +00:00
StructRetPromotion.cpp