summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/Inliner.h
Commit message (Expand)AuthorAgeFilesLines
* Moved Inliner.h to include/llvm/Transforms/IPO/InlinerPass.hTanya Lattner2007-06-191-65/+0
* Fix PR1395, by passing the ID correctlyChris Lattner2007-05-061-2/+1
* Drop 'const'Devang Patel2007-05-031-1/+1
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-1/+1
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-0/+1
* the inliner pass now passes targetdata down through the inliner api'sChris Lattner2007-01-301-0/+5
* Remove trailing whitespaceMisha Brukman2005-04-211-2/+2
* Simplify the interface and remove an unneeded #includeChris Lattner2004-05-231-9/+1
* REALLY fix PR324: don't delete linkonce functions until after the SCC traversalChris Lattner2004-04-201-0/+5
* Remove the "really gross hacks" that are there to deal with recursive functions.Chris Lattner2004-04-081-6/+0
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Do NOT inline self recursive calls into other functions. This is causing theChris Lattner2003-11-091-0/+6
* Added LLVM copyright header.John Criswell2003-10-211-0/+7
* Heavily refactor code:Chris Lattner2003-08-311-0/+52
OpenPOWER on IntegriCloud