aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/Utils/BasicInliner.h
AgeCommit message (Expand)Author
2012-03-15Remove the basic inliner. This was added in 2007, and hasn't reallyChandler Carruth
2009-10-13Move the InlineCost code from Transforms/Utils to Analysis.Dan Gohman
2008-07-07Add explicit keywords.Dan Gohman
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-10-17Updated VC++ build system.Hartmut Kaiser
2007-07-25Add BasicInliner interface. Devang Patel