aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Attributes.h
AgeCommit message (Expand)Author
2010-02-21Reduce size of 'StackAlignment' field from 5 to 3 bits. Seriously, who needs aCharles Davis
2010-02-12Add a new function attribute, 'alignstack'. It will indicate (when the backendsCharles Davis
2010-02-06Reintroduce the InlineHint function attribute.Jakob Stoklund Olesen
2010-01-15Remove the InlineHint attribute. There are no current or plannedEric Christopher
2010-01-04Fix the Emacs mode string.Mikhail Glushenkov
2009-08-26Add an 'inline hint' attribute to represent sourceDale Johannesen
2009-07-17Add support for naked functionsAnton Korobeynikov
2009-06-11Cosmetic changes to parameter attribute verification.Duncan Sands
2009-06-05Add new function attribute - noimplicitfloatDevang Patel
2009-06-04Add new function attribute - noredzone. Devang Patel
2008-12-31Add a new Attribute::getAlignmentFromAttrs method.Chris Lattner
2008-12-19Resubmit support for the 'nocapture' attribute.Nick Lewycky
2008-12-16Temporarily revert r61019, r61030, and r61040. These were breaking LLVM ReleaseBill Wendling
2008-12-15It turns out that "align 1" and unaligned are different. Add a bias to theNick Lewycky
2008-12-15Introducing nocapture, a parameter attribute for pointers to indicate that theNick Lewycky
2008-11-13Implement stack protectors as function attributes: "ssp" and "sspreq".Bill Wendling
2008-10-15Fix whitespace in a comment.Dan Gohman
2008-10-14Remove dead code.Devang Patel
2008-10-03Fix function attribute verification check.Devang Patel
2008-10-03Verify function attributes.Devang Patel
2008-10-01Attributes noinline alwaysinline are incompatibleDevang Patel
2008-09-27Add missing #include for asserts.Bill Wendling
2008-09-26Now Attributes are divided in three groupsDevang Patel
2008-09-25 Large mechanical patch.Devang Patel
2008-09-24s/ParamAttrsWithIndex/FnAttributeWithIndex/gDevang Patel
2008-09-24s/ParamAttributeListImpl/AttributeListImpl/gDevang 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-2380 colsDevang Patel
2008-09-23s/ParameterAttributes/Attributes/gDevang Patel