Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove buggy 'addAttributes(unsigned, AttrBuilder)' overload | Reid Kleckner | 2017-04-19 | 1 | -0/+5 |
* | Fix crash in AttributeList::addAttributes, add test | Reid Kleckner | 2017-04-18 | 1 | -0/+9 |
* | Rename AttributeSet to AttributeList | Reid Kleckner | 2017-03-21 | 1 | -12/+8 |
* | Fix non-determinism in order of LLVM attributes | Reid Kleckner | 2016-04-04 | 1 | -0/+9 |
* | Make one of the AttributeSet ctors maintain the invariant that the | Peter Collingbourne | 2013-08-02 | 1 | -0/+13 |
* | Fix test to not use the AttributeSet's AttributeWithIndex creation method. | Bill Wendling | 2013-01-27 | 1 | -5/+5 |
* | Add a unit test to verifies that attribute uniquing works so it doesn't break... | Benjamin Kramer | 2013-01-12 | 1 | -0/+34 |