Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attrib...
[oota-llvm.git] / lib / VMCore / AttributesImpl.h
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-11-20 Bill WendlingMake the AttrListPtr object a part of the LLVMContext.
2012-10-16 Bill WendlingHave AttributesImpl defriend the Attributes class.
2012-10-15 Bill WendlingMove the AttributesImpl header file into the VMCore...
2012-10-08 Bill WendlingBegin the transition to using the AttributesImpl object...
2012-09-26 Bill WendlingInitial commit for the AttributesImpl class.