aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Attributes.h
Commit message (Expand)AuthorAgeFilesLines
* Reduce size of 'StackAlignment' field from 5 to 3 bits. Seriously, who needs aCharles Davis2010-02-211-6/+6
* Add a new function attribute, 'alignstack'. It will indicate (when the backendsCharles Davis2010-02-121-1/+28
* Reintroduce the InlineHint function attribute.Jakob Stoklund Olesen2010-02-061-1/+3
* Remove the InlineHint attribute. There are no current or plannedEric Christopher2010-01-151-3/+1
* Fix the Emacs mode string.Mikhail Glushenkov2010-01-041-37/+40
* Add an 'inline hint' attribute to represent sourceDale Johannesen2009-08-261-2/+3
* Add support for naked functionsAnton Korobeynikov2009-07-171-1/+2
* Cosmetic changes to parameter attribute verification.Duncan Sands2009-06-111-2/+3
* Add new function attribute - noimplicitfloatDevang Patel2009-06-051-1/+3
* Add new function attribute - noredzone. Devang Patel2009-06-041-1/+3
* Add a new Attribute::getAlignmentFromAttrs method.Chris Lattner2008-12-311-5/+11
* Resubmit support for the 'nocapture' attribute.Nick Lewycky2008-12-191-13/+26
* Temporarily revert r61019, r61030, and r61040. These were breaking LLVM ReleaseBill Wendling2008-12-161-18/+13
* It turns out that "align 1" and unaligned are different. Add a bias to theNick Lewycky2008-12-151-3/+5
* Introducing nocapture, a parameter attribute for pointers to indicate that theNick Lewycky2008-12-151-12/+15
* Implement stack protectors as function attributes: "ssp" and "sspreq".Bill Wendling2008-11-131-1/+3
* Fix whitespace in a comment.Dan Gohman2008-10-151-1/+1
* Remove dead code.Devang Patel2008-10-141-3/+0
* Fix function attribute verification check.Devang Patel2008-10-031-1/+2
* Verify function attributes.Devang Patel2008-10-031-2/+2
* Attributes noinline alwaysinline are incompatibleDevang Patel2008-10-011-2/+3
* Add missing #include for asserts.Bill Wendling2008-09-271-0/+1
* Now Attributes are divided in three groupsDevang Patel2008-09-261-4/+22
* Large mechanical patch.Devang Patel2008-09-251-64/+63
* s/ParamAttrsWithIndex/FnAttributeWithIndex/gDevang Patel2008-09-241-6/+6
* s/ParamAttributeListImpl/AttributeListImpl/gDevang Patel2008-09-241-4/+4
* Put FN_NOTE_AlwaysInline and others in FnAttr namespace.Devang Patel2008-09-241-4/+6
* Move FN_NOTE_AlwaysInline and other out of ParamAttrs namespace.Devang Patel2008-09-231-7/+6
* 80 colsDevang Patel2008-09-231-1/+1
* s/ParameterAttributes/Attributes/gDevang Patel2008-09-231-0/+211