aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/AttributeImpl.h
Commit message (Expand)AuthorAgeFilesLines
* Add a few (as yet unused) query methods to determine if the attribute that'sBill Wendling2012-12-301-0/+17
* Uniquify the AttributeImpl based on the Constant pointer, since those areBill Wendling2012-12-301-1/+3
* s/Raw/getBitMask/g to be more in line with current naming conventions. This m...Bill Wendling2012-12-301-2/+2
* Use a 'Constant' object instead of a bit field to store the attribute data.Bill Wendling2012-12-291-7/+6
* Some random comment, naming, and format changes.Bill Wendling2012-12-201-4/+13
* s/AttributesImpl/AttributeImpl/g This is going to apply to Attribute, not Att...Bill Wendling2012-12-201-0/+74