llvm-6502/lib/Transforms/IPO
Gabor Greif a9b2313c13 use abstract accessors to CallInst
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101899 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-20 13:13:04 +00:00
..
ArgumentPromotion.cpp Fix rdar://7879828 - crash in CallGraph, a self host issue. 2010-04-20 00:46:50 +00:00
CMakeLists.txt IPO needs ScalarOpts and InstCombine in its libs 2010-04-14 23:42:23 +00:00
ConstantMerge.cpp 1. modernize the constantmerge pass, using densemap/smallvector. 2010-02-12 18:17:23 +00:00
DeadArgumentElimination.cpp I don't know how, but I managed to goof the revert. Remove function that should 2010-04-14 05:03:50 +00:00
DeadTypeElimination.cpp Uniformize the names of type predicates: rather than having isFloatTy and 2010-02-15 16:12:20 +00:00
ExtractGV.cpp
FunctionAttrs.cpp introduce a new CallGraphSCC class, and pass it around 2010-04-16 22:42:17 +00:00
GlobalDCE.cpp
GlobalOpt.cpp use abstract accessors to CallInst 2010-04-20 13:13:04 +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 make the inliner do less work for leaf functions. 2010-04-20 00:47:08 +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 Revert 101465, it broke internal OpenGL testing. 2010-04-16 23:37:20 +00:00
Makefile
MergeFunctions.cpp
PartialInlining.cpp
PartialSpecialization.cpp
PruneEH.cpp introduce a new CallGraphSCC class, and pass it around 2010-04-16 22:42:17 +00:00
StripDeadPrototypes.cpp
StripSymbols.cpp Strip new llvm.dbg.value intrinsic. 2010-02-10 21:19:56 +00:00
StructRetPromotion.cpp introduce a new CallGraphSCC class, and pass it around 2010-04-16 22:42:17 +00:00