aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/Attributes.cpp
AgeCommit message (Expand)Author
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