llvm-6502/lib/Transforms/IPO
2010-02-26 18:23:13 +00:00
..
ArgumentPromotion.cpp Correct whitespace. 2010-02-25 06:38:51 +00:00
CMakeLists.txt
ConstantMerge.cpp 1. modernize the constantmerge pass, using densemap/smallvector. 2010-02-12 18:17:23 +00:00
DeadArgumentElimination.cpp There are two ways of checking for a given type, for example isa<PointerType>(T) 2010-02-16 11:11:14 +00:00
DeadTypeElimination.cpp Uniformize the names of type predicates: rather than having isFloatTy and 2010-02-15 16:12:20 +00:00
ExtractGV.cpp
FunctionAttrs.cpp There are two ways of checking for a given type, for example isa<PointerType>(T) 2010-02-16 11:11:14 +00:00
GlobalDCE.cpp
GlobalOpt.cpp fix PR6435 another bug from the MallocInst elimination work. 2010-02-26 18:23:13 +00:00
InlineAlways.cpp
Inliner.cpp Enable the inlinehint attribute in the Inliner. 2010-02-13 01:51:53 +00:00
InlineSimple.cpp
Internalize.cpp
IPConstantPropagation.cpp
IPO.cpp
LoopExtractor.cpp
LowerSetJmp.cpp
Makefile
MergeFunctions.cpp
PartialInlining.cpp
PartialSpecialization.cpp
PruneEH.cpp
StripDeadPrototypes.cpp
StripSymbols.cpp Strip new llvm.dbg.value intrinsic. 2010-02-10 21:19:56 +00:00
StructRetPromotion.cpp