summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/InlineAlways.cpp
Commit message (Expand)AuthorAge
* Adjustments to last patch based on review.Dale Johannesen2009-01-09
* Do now allow InlineAlways pass to remove dead functions.Devang Patel2008-11-05
* Add InlineCost class for represent the estimated cost of inlining aDaniel Dunbar2008-10-30
* Assorted comment/naming fixes, 80-col violations, and reindentation.Daniel Dunbar2008-10-28
* Implement function notes as function attributes. Devang Patel2008-09-26
* Large mechanical patch.Devang Patel2008-09-25
* Put FN_NOTE_AlwaysInline and others in FnAttr namespace.Devang Patel2008-09-24
* Move FN_NOTE_AlwaysInline and other out of ParamAttrs namespace.Devang Patel2008-09-23
* Use parameter attribute store (soon to be renamed) forDevang Patel2008-09-23
* Add hasNote() to check note associated with a function.Devang Patel2008-09-22
* Fix typo in a comment.Devang Patel2008-09-03
* Fix comments.Devang Patel2008-09-03
* Add custom inliner that handles only functions that are marked as always_inline.Devang Patel2008-09-03