Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make one of the AttributeSet ctors maintain the invariant that the | Peter Collingbourne | 2013-08-02 | 1 | -0/+13 |
| | | | | | | | | attribute list is ordered by index. Differential Revision: http://llvm-reviews.chandlerc.com/D1265 llvm-svn: 187682 | ||||
* | Fix test to not use the AttributeSet's AttributeWithIndex creation method. | Bill Wendling | 2013-01-27 | 1 | -5/+5 |
| | | | | llvm-svn: 173608 | ||||
* | Add a unit test to verifies that attribute uniquing works so it doesn't ↵ | Benjamin Kramer | 2013-01-12 | 1 | -0/+34 |
break again. The folding set details can be subtle and broke twice in the last couple of weeks. llvm-svn: 172313 |