summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/AttributeImpl.h
Commit message (Expand)AuthorAgeFilesLines
* Rename VMCore directory to IR.Chandler Carruth2013-01-021-113/+0
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-301-1/+1
* Add a few more c'tors:Bill Wendling2012-12-301-5/+17
* 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
OpenPOWER on IntegriCloud