llvm-6502/lib/Transforms/IPO
2012-10-10 03:12:49 +00:00
..
ArgumentPromotion.cpp Create enums for the different attributes. 2012-10-09 07:45:08 +00:00
CMakeLists.txt
ConstantMerge.cpp
DeadArgumentElimination.cpp Fixup for r165490: Use DenseMap instead of std::map. Simplify the loop in CollectFunctionDIs. 2012-10-09 10:34:52 +00:00
ExtractGV.cpp
FunctionAttrs.cpp Use the attribute enums to query if a parameter has an attribute. 2012-10-09 21:38:14 +00:00
GlobalDCE.cpp
GlobalOpt.cpp Create enums for the different attributes. 2012-10-09 07:45:08 +00:00
InlineAlways.cpp Create enums for the different attributes. 2012-10-09 07:45:08 +00:00
Inliner.cpp Have 'addFnAttr' take the attribute enum value. Then have it build the attribute object and add it appropriately. No functionality change. 2012-10-10 03:12:49 +00:00
InlineSimple.cpp
Internalize.cpp
IPConstantPropagation.cpp
IPO.cpp
LLVMBuild.txt
LoopExtractor.cpp
Makefile
MergeFunctions.cpp
PartialInlining.cpp
PassManagerBuilder.cpp
PruneEH.cpp Use the enum value of the attributes when adding them to the attributes builder. 2012-10-09 09:11:20 +00:00
StripDeadPrototypes.cpp
StripSymbols.cpp