summaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms/Utils/BasicInliner.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the basic inliner. This was added in 2007, and hasn't reallyChandler Carruth2012-03-151-55/+0
* Move the InlineCost code from Transforms/Utils to Analysis.Dan Gohman2009-10-131-1/+1
* Add explicit keywords.Dan Gohman2008-07-071-1/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Updated VC++ build system.Hartmut Kaiser2007-10-171-1/+1
* Add BasicInliner interface. Devang Patel2007-07-251-0/+55