aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/Inliner.h
AgeCommit message (Expand)Author
2004-04-20REALLY fix PR324: don't delete linkonce functions until after the SCC traversalChris Lattner
2004-04-08Remove the "really gross hacks" that are there to deal with recursive functions.Chris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-11-09Do NOT inline self recursive calls into other functions. This is causing theChris Lattner
2003-10-21Added LLVM copyright header.John Criswell
2003-08-31Heavily refactor code:Chris Lattner