summaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Attributes.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add new function attribute - noimplicitfloatDevang Patel2009-06-051-0/+2
* Add new function attribute - noredzone. Devang Patel2009-06-041-0/+2
* Use v.data() instead of &v[0] when SmallVector v might be empty.Jay Foad2009-05-211-3/+3
* Use the spiffy new getAlignmentFromAttrs function.Nick Lewycky2009-01-111-1/+1
* Commit missed files from nocapture change.Nick Lewycky2008-12-191-2/+5
* Temporarily revert r61019, r61030, and r61040. These were breaking LLVM ReleaseBill Wendling2008-12-161-5/+2
* It turns out that "align 1" and unaligned are different. Add a bias to theNick Lewycky2008-12-151-1/+1
* Introducing nocapture, a parameter attribute for pointers to indicate that theNick Lewycky2008-12-151-2/+5
* Implement stack protectors as function attributes: "ssp" and "sspreq".Bill Wendling2008-11-131-0/+4
* Now Attributes are divided in three groupsDevang Patel2008-09-261-0/+6
* Large mechanical patch.Devang Patel2008-09-251-79/+79
* s/ParamAttrsWithIndex/FnAttributeWithIndex/gDevang Patel2008-09-241-16/+16
* s/ParamAttributeListImpl/AttributeListImpl/gDevang Patel2008-09-241-12/+12
* 80 colsDevang Patel2008-09-231-1/+1
* s/ParameterAttributes/Attributes/gDevang Patel2008-09-231-0/+297