aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/IR/Attributes.h
Commit message (Expand)AuthorAgeFilesLines
* Convert BuildLibCalls.cpp to using the AttributeSet methods instead of Attrib...Bill Wendling2013-01-261-1/+1
* Remove dead method.Bill Wendling2013-01-251-4/+0
* Remove some introspection functions.Bill Wendling2013-01-251-14/+26
* Add an accessor method to get the slot's index. This will limit the use of At...Bill Wendling2013-01-251-0/+3
* Add a profile for uniquifying the AttributeSet with the AttributeSetNodes.Bill Wendling2013-01-241-1/+3
* Create a new class: AttributeSetNode.Bill Wendling2013-01-241-0/+5
* Remove dead methods.Bill Wendling2013-01-231-6/+0
* Remove unused methods and ivars.Bill Wendling2013-01-231-11/+0
* Add the IR attribute 'sspstrong'.Bill Wendling2013-01-231-0/+2
* Remove the last of uses that use the Attribute object as a collection of attr...Bill Wendling2013-01-231-3/+3
* Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKindBill Wendling2013-01-231-2/+14
* More encapsulation work.Bill Wendling2013-01-221-4/+9
* Add a new method that adds the AttributeSet at the given index. No functional...Bill Wendling2013-01-221-2/+11
* Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attri...Bill Wendling2013-01-211-3/+1
* Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Att...Bill Wendling2013-01-211-34/+35
* Use AttributeSet accessor methods instead of Attribute accessor methods.Bill Wendling2013-01-181-0/+4
* Push some more methods down to hide the use of the Attribute class.Bill Wendling2013-01-181-3/+5
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hang...Bill Wendling2013-01-091-3/+3
* Rough out a new c'tor for the AttrBuilder class.Bill Wendling2013-01-071-106/+120
* Switch the empty and tombstone key enumerators to not have explicitChandler Carruth2013-01-051-5/+4
* IR/Attributes: Provide EmptyKey and TombstoneKey in part of enum, as workarou...NAKAMURA Takumi2013-01-051-3/+7
* Add a method to create an AttributeSet from an AttrBuilder.Bill Wendling2013-01-051-0/+16
* Get rid of the 'Bits' mask in the attribute builder.Bill Wendling2013-01-041-13/+40
* General cleanups.Bill Wendling2013-01-041-18/+17
* Try again to revert the bad patch. The tree was reverted for some unknown reasonBill Wendling2013-01-031-49/+25
* Revert patch. Something snuck in there that shouldn't be.Bill Wendling2013-01-031-22/+46
* Remove the 'contains' methods in favor of the 'operator==' method.Bill Wendling2013-01-031-3/+3
* Revert r171427, "An intermediate step in the Attributes rewrite."NAKAMURA Takumi2013-01-031-46/+22
* An intermediate step in the Attributes rewrite.Bill Wendling2013-01-021-22/+46
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-0/+399