llvm-6502/lib/Transforms/IPO
2009-01-09 16:44:42 +00:00
..
ArgumentPromotion.cpp If SI->size() is 0, we are not allowed to dereference ->begin(). 2008-11-16 17:21:25 +00:00
CMakeLists.txt Rename AddReadAttrs to FunctionAttrs, and teach it how 2008-12-31 16:14:43 +00:00
ConstantMerge.cpp
DeadArgumentElimination.cpp
DeadTypeElimination.cpp
ExtractGV.cpp
FunctionAttrs.cpp Remove alloca tracking from nocapture analysis. Not only 2009-01-07 19:39:06 +00:00
GlobalDCE.cpp The verifier checks that the aliasee is not null. 2009-01-07 18:45:53 +00:00
GlobalOpt.cpp Whitespace - correct formatting. 2009-01-07 20:01:06 +00:00
IndMemRemoval.cpp
InlineAlways.cpp Adjustments to last patch based on review. 2009-01-09 01:30:11 +00:00
Inliner.cpp Adjustments to last patch based on review. 2009-01-09 01:30:11 +00:00
InlineSimple.cpp Adjustments to last patch based on review. 2009-01-09 01:30:11 +00:00
Internalize.cpp Teach the internalize pass to also internalize 2009-01-05 21:24:45 +00:00
IPConstantPropagation.cpp
LoopExtractor.cpp
LowerSetJmp.cpp
Makefile Removed trailing whitespace from Makefiles. 2009-01-09 16:44:42 +00:00
MergeFunctions.cpp
PartialSpecialization.cpp
PruneEH.cpp
RaiseAllocations.cpp
StripDeadPrototypes.cpp
StripSymbols.cpp Do not forget llvm.dbg.declare's first argument while removing debugging information. 2008-11-20 01:20:42 +00:00
StructRetPromotion.cpp