Reorder some functions and add comments. No functionality change.
[oota-llvm.git] / lib / IR / AttributeImpl.h
2013-01-29 Bill WendlingReorder some functions and add comments. No functionali...
2013-01-28 Bill WendlingTry to appease some broken compilers by using 'unsigned...
2013-01-28 Bill WendlingRemove the AttributeWithIndex class.
2013-01-28 Bill WendlingRemove a use of AttributeWithIndex.
2013-01-27 Bill WendlingUse proper return type for attribute index.
2013-01-27 Bill WendlingPush the calculation of the 'Raw' attribute mask down...
2013-01-27 Bill WendlingPrivitize some the copy c'tor and assignment operator...
2013-01-27 Bill WendlingAdd some helpful comments.
2013-01-27 Bill WendlingStart using more of the AttrNode in the AttributeSetImp...
2013-01-27 Bill WendlingIn the AttributeSetImpl c'tor, fill in the AttrNodes...
2013-01-25 Bill WendlingRemove some introspection functions.
2013-01-25 Bill WendlingAdd an accessor method to get the slot's index. This...
2013-01-24 Bill WendlingAdd a profile for uniquifying the AttributeSet with...
2013-01-24 Bill WendlingCreate a new class: AttributeSetNode.
2013-01-23 Bill WendlingRemove dead methods.
2013-01-21 Bill WendlingMake AttributeSet::getFnAttributes() return an Attribut...
2013-01-09 Bill WendlingRevert s/Raw/getBitMask/g name change. This is possibly...
2013-01-09 Bill WendlingAdd the integer value of the ConstantInt instead of...
2013-01-07 Bill WendlingRough out a new c'tor for the AttrBuilder class.
2013-01-05 Bill WendlingAdd a method to create an AttributeSet from an AttrBuilder.
2013-01-04 Bill WendlingGeneral cleanups.
2013-01-03 Bill WendlingRevert everything to r171366 to try to fix the build.
2013-01-03 Bill WendlingTry again to revert the bad patch. The tree was reverte...
2013-01-03 Bill WendlingRemove the 'contains' methods in favor of the 'operator...
2013-01-03 Bill WendlingMake the type signature more strict.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthRename VMCore directory to IR.