Large mechanical patch.
[oota-llvm.git] / lib / Transforms / IPO / InlineAlways.cpp
2008-09-25 Devang Patel Large mechanical patch.
2008-09-24 Devang PatelPut FN_NOTE_AlwaysInline and others in FnAttr namespace.
2008-09-23 Devang PatelMove FN_NOTE_AlwaysInline and other out of ParamAttrs...
2008-09-23 Devang PatelUse parameter attribute store (soon to be renamed) for
2008-09-22 Devang PatelAdd hasNote() to check note associated with a function.
2008-09-03 Devang PatelFix typo in a comment.
2008-09-03 Devang PatelFix comments.
2008-09-03 Devang PatelAdd custom inliner that handles only functions that...