summaryrefslogtreecommitdiff
path: root/include/llvm/Attributes.h
Commit message (Expand)AuthorAge
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Add a new function attribute, nonlazybind, which inhibits lazy-loadingJohn McCall2011-06-15
* Fix some issues Duncan found in the previous commit.Rafael Espindola2011-05-25
* Replace the -unwind-tables option with a per function flag. This is moreRafael Espindola2011-05-25
* Add a new 'hotpatch' attribute. This attribute will insert a two-byte no-opCharles Davis2010-10-25
* Avoid warnings about implicit conversions to `bool' in MSVC. This timeOscar Fuentes2010-09-25
* Avoid warnings about conversions to `bool' in MS compilers.Oscar Fuentes2010-09-23
* Reduce size of 'StackAlignment' field from 5 to 3 bits. Seriously, who needs aCharles Davis2010-02-21
* Add a new function attribute, 'alignstack'. It will indicate (when the backendsCharles Davis2010-02-12
* Reintroduce the InlineHint function attribute.Jakob Stoklund Olesen2010-02-06
* Remove the InlineHint attribute. There are no current or plannedEric Christopher2010-01-15
* Fix the Emacs mode string.Mikhail Glushenkov2010-01-04
* Add an 'inline hint' attribute to represent sourceDale Johannesen2009-08-26
* Add support for naked functionsAnton Korobeynikov2009-07-17
* Cosmetic changes to parameter attribute verification.Duncan Sands2009-06-11
* Add new function attribute - noimplicitfloatDevang Patel2009-06-05
* Add new function attribute - noredzone. Devang Patel2009-06-04
* Add a new Attribute::getAlignmentFromAttrs method.Chris Lattner2008-12-31
* Resubmit support for the 'nocapture' attribute.Nick Lewycky2008-12-19
* Temporarily revert r61019, r61030, and r61040. These were breaking LLVM ReleaseBill Wendling2008-12-16
* It turns out that "align 1" and unaligned are different. Add a bias to theNick Lewycky2008-12-15
* Introducing nocapture, a parameter attribute for pointers to indicate that theNick Lewycky2008-12-15
* Implement stack protectors as function attributes: "ssp" and "sspreq".Bill Wendling2008-11-13
* Fix whitespace in a comment.Dan Gohman2008-10-15
* Remove dead code.Devang Patel2008-10-14
* Fix function attribute verification check.Devang Patel2008-10-03
* Verify function attributes.Devang Patel2008-10-03
* Attributes noinline alwaysinline are incompatibleDevang Patel2008-10-01
* Add missing #include for asserts.Bill Wendling2008-09-27
* Now Attributes are divided in three groupsDevang Patel2008-09-26
* Large mechanical patch.Devang Patel2008-09-25
* s/ParamAttrsWithIndex/FnAttributeWithIndex/gDevang Patel2008-09-24
* s/ParamAttributeListImpl/AttributeListImpl/gDevang Patel2008-09-24
* Put FN_NOTE_AlwaysInline and others in FnAttr namespace.Devang Patel2008-09-24
* Move FN_NOTE_AlwaysInline and other out of ParamAttrs namespace.Devang Patel2008-09-23
* 80 colsDevang Patel2008-09-23
* s/ParameterAttributes/Attributes/gDevang Patel2008-09-23