llvm-6502/lib/Transforms/IPO
2009-10-21 23:57:35 +00:00
..
ArgumentPromotion.cpp
CMakeLists.txt remove the IndMemRemPass, which only made sense for when malloc/free were intrinsic 2009-10-18 05:02:09 +00:00
ConstantMerge.cpp
DeadArgumentElimination.cpp
DeadTypeElimination.cpp
ExtractGV.cpp Introduce and use convenience methods for getting pointer types 2009-10-06 15:40:36 +00:00
FunctionAttrs.cpp Malloc calls are marked NoAlias, so the code below the isMalloc() check makes it redundant. Removing the isMalloc() check. 2009-10-19 21:47:22 +00:00
GlobalDCE.cpp Derive metadata hierarchy from Value instead of User. 2009-10-21 23:57:35 +00:00
GlobalOpt.cpp Remove MallocInst from LLVM Instructions. 2009-10-17 01:18:07 +00:00
InlineAlways.cpp Move the InlineCost code from Transforms/Utils to Analysis. 2009-10-13 18:30:07 +00:00
Inliner.cpp Move the InlineCost code from Transforms/Utils to Analysis. 2009-10-13 18:30:07 +00:00
InlineSimple.cpp Move the InlineCost code from Transforms/Utils to Analysis. 2009-10-13 18:30:07 +00:00
Internalize.cpp
IPConstantPropagation.cpp
IPO.cpp
LoopExtractor.cpp
LowerSetJmp.cpp Introduce and use convenience methods for getting pointer types 2009-10-06 15:40:36 +00:00
Makefile
MergeFunctions.cpp
PartialInlining.cpp
PartialSpecialization.cpp
PruneEH.cpp
RaiseAllocations.cpp Autoupgrade malloc insts to malloc calls. 2009-10-17 00:00:19 +00:00
StripDeadPrototypes.cpp
StripSymbols.cpp Derive metadata hierarchy from Value instead of User. 2009-10-21 23:57:35 +00:00
StructRetPromotion.cpp