summaryrefslogtreecommitdiff
path: root/lib/VMCore/Attributes.cpp
Commit message (Expand)AuthorAge
* Add an 'inline hint' attribute to represent sourceDale Johannesen2009-08-26
* Kill off more cerr/cout uses and prune includes a bit.Benjamin Kramer2009-08-23
* Reduce contention on the Attributes lock by using atomic operations for refer...Owen Anderson2009-08-20
* AttrListPtr operations need to be atomic.Owen Anderson2009-08-19
* Add locking around the attributes list.Owen Anderson2009-08-17
* Add support for naked functionsAnton Korobeynikov2009-07-17
* Add new function attribute - noimplicitfloatDevang Patel2009-06-05
* Add new function attribute - noredzone. Devang Patel2009-06-04
* Use v.data() instead of &v[0] when SmallVector v might be empty.Jay Foad2009-05-21
* Use the spiffy new getAlignmentFromAttrs function.Nick Lewycky2009-01-11
* Commit missed files from nocapture change.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
* 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
* 80 colsDevang Patel2008-09-23
* s/ParameterAttributes/Attributes/gDevang Patel2008-09-23