1. a71a379 [Attributes] Fix a bug in AttributeList::get so it can handle a mix of FunctionIndex and ReturnIndex/arg indices at the same time by Craig Topper · 7 years ago
  2. 9bc0b10 [Attributes] Fix crash when attempting to remove alignment from an attribute list/set by Daniel Neilson · 8 years ago
  3. 3db1299 Fix assertion when merging multiple empty AttributeLists by Reid Kleckner · 8 years ago
  4. e6f2078 Fix off-by-one bug in AttributeList::addAttributes index handling by Reid Kleckner · 8 years ago
  5. dac7487 Re-land r301697 "[IR] Make add/remove Attributes use AttrBuilder instead of AttributeList" by Reid Kleckner · 8 years ago
  6. dfc1ffb Revert r301697 "[IR] Make add/remove Attributes use AttrBuilder instead of AttributeList" by Hans Wennborg · 8 years ago
  7. fde3916 [IR] Make add/remove Attributes use AttrBuilder instead of AttributeList by Reid Kleckner · 8 years ago
  8. 4bc9eb6 Remove buggy 'addAttributes(unsigned, AttrBuilder)' overload by Reid Kleckner · 8 years ago
  9. 129271c Fix crash in AttributeList::addAttributes, add test by Reid Kleckner · 8 years ago
  10. 6707770 Rename AttributeSet to AttributeList by Reid Kleckner · 8 years ago
  11. 3918651 Fix non-determinism in order of LLVM attributes by Reid Kleckner · 9 years ago
  12. 7bba9c5 Make one of the AttributeSet ctors maintain the invariant that the by Peter Collingbourne · 12 years ago
  13. c83f621 Fix test to not use the AttributeSet's AttributeWithIndex creation method. by Bill Wendling · 13 years ago
  14. 8591fa3 Add a unit test to verifies that attribute uniquing works so it doesn't break again. by Benjamin Kramer · 13 years ago