summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/Inliner.h
Commit message (Expand)AuthorAge
* Simplify the interface and remove an unneeded #includeChris Lattner2004-05-23
* REALLY fix PR324: don't delete linkonce functions until after the SCC traversalChris Lattner2004-04-20
* Remove the "really gross hacks" that are there to deal with recursive functions.Chris Lattner2004-04-08
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Do NOT inline self recursive calls into other functions. This is causing theChris Lattner2003-11-09
* Added LLVM copyright header.John Criswell2003-10-21
* Heavily refactor code:Chris Lattner2003-08-31