summaryrefslogtreecommitdiff
path: root/include/llvm/IR/Attributes.h
Commit message (Expand)AuthorAge
...
* Remove Attribute::hasAttributes() and make Attribute::hasAttribute() private.Bill Wendling2013-01-31
* Make the AttrBuilder creation method of Attribute private so that people won'...Bill Wendling2013-01-31
* Revert for now:Bill Wendling2013-01-31
* Remove the AttrBuilder version of the Attribute::get function.Bill Wendling2013-01-31
* Make sure that the Attribute object represents one attribute only.Bill Wendling2013-01-31
* Remove addRetAttributes and addFnAttributes, which aren't useful abstractions.Bill Wendling2013-01-30
* Convert typeIncompatible to return an AttributeSet.Bill Wendling2013-01-30
* Use the number of 'slots' in the AttributeSetImpl being 0 to indicate that th...Bill Wendling2013-01-30
* Add a couple of accessor methods to get the kind and values of an attribute.Bill Wendling2013-01-29
* Convert getAttributes() to return an AttributeSetNode.Bill Wendling2013-01-29
* Use an AttrBuilder to generate the correct AttributeSet.Bill Wendling2013-01-29
* S'more small non-functional changes in comments and #includes.Bill Wendling2013-01-29
* Reorder some functions and add comments. No functionality change.Bill Wendling2013-01-29
* Try to appease some broken compilers by using 'unsigned' instead of 'uint64_t'.Bill Wendling2013-01-28
* Remove the AttributeWithIndex class.Bill Wendling2013-01-28
* Mid-air collision. reapply r173656.Bill Wendling2013-01-28
* Rewrite the removeAttr() method.Bill Wendling2013-01-28
* Rewrite the addAttr() method.Bill Wendling2013-01-28
* Revert r173646, "Use proper type for the index."NAKAMURA Takumi2013-01-28
* Use proper type for the index.Bill Wendling2013-01-28
* Use proper return type for attribute index.Bill Wendling2013-01-27
* Push the calculation of the 'Raw' attribute mask down into the implementation...Bill Wendling2013-01-27
* Don't erase these methods. They're used during testing.Bill Wendling2013-01-27
* Add special 'get' methods to create an Attribute with an alignment. Also do s...Bill Wendling2013-01-27
* s/AttrList/pImpl/g in AttributeSet. No functionality change.Bill Wendling2013-01-27
* Fix miscompile. Add back the use of the ArrayRef version of the ::get method.Bill Wendling2013-01-27
* Rearrange some deckchairs. Moving the class before it's use.Bill Wendling2013-01-27
* Remove dead methods.Bill Wendling2013-01-27
* Hide the method that creates an AttributeSet with AttributeWithIndexes.Bill Wendling2013-01-27
* Convert BuildLibCalls.cpp to using the AttributeSet methods instead of Attrib...Bill Wendling2013-01-26
* Remove dead method.Bill Wendling2013-01-25
* Remove some introspection functions.Bill Wendling2013-01-25
* Add an accessor method to get the slot's index. This will limit the use of At...Bill Wendling2013-01-25
* Add a profile for uniquifying the AttributeSet with the AttributeSetNodes.Bill Wendling2013-01-24
* Create a new class: AttributeSetNode.Bill Wendling2013-01-24
* Remove dead methods.Bill Wendling2013-01-23
* Remove unused methods and ivars.Bill Wendling2013-01-23
* Add the IR attribute 'sspstrong'.Bill Wendling2013-01-23
* Remove the last of uses that use the Attribute object as a collection of attr...Bill Wendling2013-01-23
* Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKindBill Wendling2013-01-23
* More encapsulation work.Bill Wendling2013-01-22
* Add a new method that adds the AttributeSet at the given index. No functional...Bill Wendling2013-01-22
* Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attri...Bill Wendling2013-01-21
* Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Att...Bill Wendling2013-01-21
* Use AttributeSet accessor methods instead of Attribute accessor methods.Bill Wendling2013-01-18
* Push some more methods down to hide the use of the Attribute class.Bill Wendling2013-01-18
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hang...Bill Wendling2013-01-09
* Rough out a new c'tor for the AttrBuilder class.Bill Wendling2013-01-07
* Switch the empty and tombstone key enumerators to not have explicitChandler Carruth2013-01-05