llvm-6502/lib/Transforms/IPO
2009-03-04 01:22:23 +00:00
..
ArgumentPromotion.cpp Add explicit keywords. 2009-02-18 16:37:45 +00:00
CMakeLists.txt
ConstantMerge.cpp
DeadArgumentElimination.cpp
DeadTypeElimination.cpp
ExtractGV.cpp
FunctionAttrs.cpp Ignore debug info intrinsics. 2009-03-03 00:28:44 +00:00
GlobalDCE.cpp If an alias is dead and so is its aliasee, then globaldce would 2009-02-17 23:05:26 +00:00
GlobalOpt.cpp If a global constant is dead then global's debug info should not prevent the optimizer in deleting the global. And while deleting global, delete global's debug info also. 2009-03-04 01:22:23 +00:00
IndMemRemoval.cpp The function that does nothing but call malloc is noalias return. 2009-01-25 07:59:57 +00:00
InlineAlways.cpp
Inliner.cpp
InlineSimple.cpp
Internalize.cpp Rename getAnalysisToUpdate to getAnalysisIfAvailable. 2009-01-28 13:14:17 +00:00
IPConstantPropagation.cpp
LoopExtractor.cpp
LowerSetJmp.cpp
Makefile
MergeFunctions.cpp
PartialSpecialization.cpp
PruneEH.cpp
RaiseAllocations.cpp
StripDeadPrototypes.cpp
StripSymbols.cpp Recursively remove dead argument while removing llvm.dbg.declare intrinsic. 2009-03-03 21:31:02 +00:00
StructRetPromotion.cpp