1. 3467e30 Create a new class: AttributeSetNode. by Bill Wendling · 12 years ago
  2. 2915a69 Remove dead methods. by Bill Wendling · 12 years ago
  3. c5f1bc8 Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Attribute. by Bill Wendling · 12 years ago
  4. 1db9b69 Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hangings. by Bill Wendling · 12 years ago
  5. ff88716 Add the integer value of the ConstantInt instead of the Constant* value. by Bill Wendling · 12 years ago
  6. a90a99a Rough out a new c'tor for the AttrBuilder class. by Bill Wendling · 12 years ago
  7. 1bbd644 Add a method to create an AttributeSet from an AttrBuilder. by Bill Wendling · 12 years ago
  8. 60507d5 General cleanups. by Bill Wendling · 12 years ago
  9. e5ab1be Revert everything to r171366 to try to fix the build. by Bill Wendling · 12 years ago
  10. 22bd641 Try again to revert the bad patch. The tree was reverted for some unknown reason by Bill Wendling · 12 years ago
  11. 8351a60 Remove the 'contains' methods in favor of the 'operator==' method. by Bill Wendling · 12 years ago
  12. 47990e9 Make the type signature more strict. by Bill Wendling · 12 years ago
  13. 0b8c9a8 Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 12 years ago
  14. c2c50cd Rename VMCore directory to IR. by Chandler Carruth · 12 years ago[Renamed from lib/VMCore/AttributeImpl.h]
  15. 831737d Remove the Function::getFnAttributes method in favor of using the AttributeSet by Bill Wendling · 12 years ago
  16. 979aff6 Add a few more c'tors: by Bill Wendling · 12 years ago
  17. 529ec71 Add a few (as yet unused) query methods to determine if the attribute that's by Bill Wendling · 12 years ago
  18. 435654b Uniquify the AttributeImpl based on the Constant pointer, since those are by Bill Wendling · 12 years ago
  19. c966e08 s/Raw/getBitMask/g to be more in line with current naming conventions. This method won't be sticking around. by Bill Wendling · 12 years ago
  20. 7c1683d Use a 'Constant' object instead of a bit field to store the attribute data. by Bill Wendling · 12 years ago
  21. 27107f6 Some random comment, naming, and format changes. by Bill Wendling · 12 years ago
  22. 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]
  23. 5f93e2b Add a context so that once we uniquify strings we can access them easily. by Bill Wendling · 12 years ago
  24. 18e7211 s/AttributeListImpl/AttributeSetImpl/g to match the namechange of AttributeList. by Bill Wendling · 12 years ago
  25. 034b94b Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. by Bill Wendling · 12 years ago
  26. a1514e2 Sort includes for all of the .h files under the 'lib' tree. These were by Chandler Carruth · 12 years ago
  27. 0976e00 Make the AttrListPtr object a part of the LLVMContext. by Bill Wendling · 12 years ago
  28. 925bcb1 Have AttributesImpl defriend the Attributes class. by Bill Wendling · 12 years ago
  29. 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]
  30. e82a040 Remove dead methods. by Bill Wendling · 12 years ago
  31. 2e879bc Use the enum value of the attributes when adding them to the attributes builder. by Bill Wendling · 12 years ago
  32. 6765834 Create enums for the different attributes. by Bill Wendling · 12 years ago
  33. 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]
  34. 2c79ecb Initial commit for the AttributesImpl class. by Bill Wendling · 12 years ago