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