llvm-6502/lib/Transforms/IPO
Nick Lewycky ff1ef6bdf1 Remove tab.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101223 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-14 04:19:05 +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 Remove tab. 2010-04-14 04:19:05 +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 Try to keep the cached inliner costs around for a bit longer for big functions. 2010-03-09 23:02:17 +00:00
Inliner.cpp Try to keep the cached inliner costs around for a bit longer for big functions. 2010-03-09 23:02:17 +00:00
InlineSimple.cpp Try to keep the cached inliner costs around for a bit longer for big functions. 2010-03-09 23:02:17 +00:00
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