1. f667072 s/AttributesImpl/AttributeImpl/g This is going to apply to Attribute, not Attributes. by Bill Wendling · 12 years ago[Renamed (91%) from lib/VMCore/AttributesImpl.h]
  2. 5f93e2b Add a context so that once we uniquify strings we can access them easily. by Bill Wendling · 12 years ago
  3. 18e7211 s/AttributeListImpl/AttributeSetImpl/g to match the namechange of AttributeList. by Bill Wendling · 12 years ago
  4. 034b94b Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. by Bill Wendling · 12 years ago
  5. a1514e2 Sort includes for all of the .h files under the 'lib' tree. These were by Chandler Carruth · 12 years ago
  6. 0976e00 Make the AttrListPtr object a part of the LLVMContext. by Bill Wendling · 12 years ago
  7. 925bcb1 Have AttributesImpl defriend the Attributes class. by Bill Wendling · 12 years ago
  8. 05cc40d Move the AttributesImpl header file into the VMCore directory so that it can be opaque. by Bill Wendling · 12 years ago[Renamed from include/llvm/AttributesImpl.h]
  9. e82a040 Remove dead methods. by Bill Wendling · 12 years ago
  10. 2e879bc Use the enum value of the attributes when adding them to the attributes builder. by Bill Wendling · 12 years ago
  11. 6765834 Create enums for the different attributes. by Bill Wendling · 12 years ago
  12. 8e635db Begin the transition to using the AttributesImpl object for the Attributes ivar. by Bill Wendling · 12 years ago[Renamed (78%) from lib/VMCore/AttributesImpl.h]
  13. 2c79ecb Initial commit for the AttributesImpl class. by Bill Wendling · 12 years ago