llvm-6502/lib/Transforms/IPO
2009-09-28 14:37: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 remove special handling of bitcast(malloc), it will be handled 2009-09-27 21:29:28 +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 Constant propagating byval pointer is safe if function is readonly. 2009-09-24 18:33:42 +00:00
IPO.cpp
LoopExtractor.cpp Convert LoopSimplify and LoopExtractor from FunctionPass to LoopPass. 2009-09-28 14:37:51 +00:00
LowerSetJmp.cpp
Makefile
MergeFunctions.cpp Tabs -> spaces, and remove trailing whitespace. 2009-09-20 02:20:51 +00:00
PartialInlining.cpp
PartialSpecialization.cpp
PruneEH.cpp
RaiseAllocations.cpp
StripDeadPrototypes.cpp
StripSymbols.cpp
StructRetPromotion.cpp