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