aboutsummaryrefslogtreecommitdiff
path: root/lib/IR
AgeCommit message (Expand)Author
2013-02-01Remove one of the odious 'Raw' methods.Bill Wendling
2013-02-01Use iterators instead of relying upon a bitmask of attributes to remove attri...Bill Wendling
2013-01-31Add iterators to the AttributeSet class so that we can access the Attributes ...Bill Wendling
2013-01-31s/AttrBuilder::addAttributes/AttrBuilder::addAttribute/g because that's more ...Bill Wendling
2013-01-31Remove the AttrBuilder form of the Attribute::get creators.Bill Wendling
2013-01-31Add support for emitting a string attribute.Bill Wendling
2013-01-31Remove the Attribute::hasAttributes() function.Bill Wendling
2013-01-31Revert r174026, "Remove Attribute::hasAttributes() and make Attribute::hasAtt...NAKAMURA Takumi
2013-01-31Remove Attribute::hasAttributes() and make Attribute::hasAttribute() private.Bill Wendling
2013-01-31Make the AttrBuilder creation method of Attribute private so that people won'...Bill Wendling
2013-01-31Revert for now:Bill Wendling
2013-01-31Remove the AttrBuilder version of the Attribute::get function.Bill Wendling
2013-01-31Make sure that the Attribute object represents one attribute only.Bill Wendling
2013-01-31Fix ConstantFold's folding of icmp instructions to recognize that,Dan Gohman
2013-01-30Remove addRetAttributes and addFnAttributes, which aren't useful abstractions.Bill Wendling
2013-01-30Convert typeIncompatible to return an AttributeSet.Bill Wendling
2013-01-30Remove redundant code.Bill Wendling
2013-01-30Clean up whitespace and indentation a bitEli Bendersky
2013-01-30Attempt to fix dragonegg. Use the number of slots to determine if the Attribu...Bill Wendling
2013-01-29Add a couple of accessor methods to get the kind and values of an attribute.Bill Wendling
2013-01-29s/Data/Kind/g. No functionality change.Bill Wendling
2013-01-29AttributeSet::get(): Fix a valgrind error. It doesn't affect actual behavior,...NAKAMURA Takumi
2013-01-29Convert getAttributes() to return an AttributeSetNode.Bill Wendling
2013-01-29Use an AttrBuilder to generate the correct AttributeSet.Bill Wendling
2013-01-29Convert the AttrBuilder into a list of Attributes instead of one Attribute ob...Bill Wendling
2013-01-29S'more small non-functional changes in comments and #includes.Bill Wendling
2013-01-29Reorder some functions and add comments. No functionality change.Bill Wendling
2013-01-28Try to appease some broken compilers by using 'unsigned' instead of 'uint64_t'.Bill Wendling
2013-01-28Remove the AttributeWithIndex class.Bill Wendling
2013-01-28Mid-air collision. reapply r173656.Bill Wendling
2013-01-28Rewrite the removeAttr() method.Bill Wendling
2013-01-28Rewrite the addAttr() method.Bill Wendling
2013-01-28Revert r173646, "Use proper type for the index."NAKAMURA Takumi
2013-01-28Use proper type for the index.Bill Wendling
2013-01-28Remove another use of AttributeWithIndex, using the AttributeSetImpl accessor...Bill Wendling
2013-01-28Remove another use of AttributeWithIndex, using the AttributeSetImpl accessor...Bill Wendling
2013-01-28Remove a use of AttributeWithIndex.Bill Wendling
2013-01-27Improve the debug output a bit.Bill Wendling
2013-01-27Use proper return type for attribute index.Bill Wendling
2013-01-27Use proper return type for attribute index.Bill Wendling
2013-01-27Push the calculation of the 'Raw' attribute mask down into the implementation...Bill Wendling
2013-01-27Add special 'get' methods to create an Attribute with an alignment. Also do s...Bill Wendling
2013-01-27Privitize some the copy c'tor and assignment operator of uniquified objects.Bill Wendling
2013-01-27Add some helpful comments.Bill Wendling
2013-01-27s/AttrList/pImpl/g in AttributeSet. No functionality change.Bill Wendling
2013-01-27Start using more of the AttrNode in the AttributeSetImpl class.Bill Wendling
2013-01-27In the AttributeSetImpl c'tor, fill in the AttrNodes data structure with the ...Bill Wendling
2013-01-27Fix miscompile. Add back the use of the ArrayRef version of the ::get method.Bill Wendling
2013-01-27Remove dead methods.Bill Wendling
2013-01-26Convert BuildLibCalls.cpp to using the AttributeSet methods instead of Attrib...Bill Wendling