aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Attributes.h
AgeCommit message (Expand)Author
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