llvm-6502/lib/Transforms/IPO
2010-04-10 18:19:22 +00:00
..
ArgumentPromotion.cpp When we promote a load of an argument make sure to take the alignment 2010-03-27 01:54:00 +00:00
CMakeLists.txt
ConstantMerge.cpp
DeadArgumentElimination.cpp Introduce ImmutableCallSite, useful for contexts where no mutation 2010-04-01 08:21:08 +00:00
DeadTypeElimination.cpp
ExtractGV.cpp
FunctionAttrs.cpp
GlobalDCE.cpp
GlobalOpt.cpp fix PR6760, a missing check in heap SRoA. 2010-04-10 18:19:22 +00:00
InlineAlways.cpp
Inliner.cpp
InlineSimple.cpp
Internalize.cpp don't internalize available_externally functions, they are 2010-04-03 05:24:50 +00:00
IPConstantPropagation.cpp
IPO.cpp Adding IPSCCP and Internalize passes to the C-bindings 2010-04-09 20:43:20 +00:00
LoopExtractor.cpp
LowerSetJmp.cpp
Makefile
MergeFunctions.cpp
PartialInlining.cpp
PartialSpecialization.cpp
PruneEH.cpp Finally land the InvokeInst operand reordering. 2010-03-24 13:21:49 +00:00
StripDeadPrototypes.cpp
StripSymbols.cpp
StructRetPromotion.cpp