summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/IR/AttributesTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Attributes] Fix a bug in AttributeList::get so it can handle a mix of Functi...Craig Topper2018-04-161-0/+8
* [Attributes] Fix crash when attempting to remove alignment from an attribute ...Daniel Neilson2018-01-171-0/+70
* Fix assertion when merging multiple empty AttributeListsReid Kleckner2017-05-311-0/+7
* Fix off-by-one bug in AttributeList::addAttributes index handlingReid Kleckner2017-05-191-0/+19
* Re-land r301697 "[IR] Make add/remove Attributes use AttrBuilder instead of A...Reid Kleckner2017-05-021-1/+1
* Revert r301697 "[IR] Make add/remove Attributes use AttrBuilder instead of At...Hans Wennborg2017-04-281-1/+1
* [IR] Make add/remove Attributes use AttrBuilder instead of AttributeListReid Kleckner2017-04-281-1/+1
* Remove buggy 'addAttributes(unsigned, AttrBuilder)' overloadReid Kleckner2017-04-191-0/+5
* Fix crash in AttributeList::addAttributes, add testReid Kleckner2017-04-181-0/+9
* Rename AttributeSet to AttributeListReid Kleckner2017-03-211-12/+8
* Fix non-determinism in order of LLVM attributesReid Kleckner2016-04-041-0/+9
* Make one of the AttributeSet ctors maintain the invariant that thePeter Collingbourne2013-08-021-0/+13
* Fix test to not use the AttributeSet's AttributeWithIndex creation method.Bill Wendling2013-01-271-5/+5
* Add a unit test to verifies that attribute uniquing works so it doesn't break...Benjamin Kramer2013-01-121-0/+34
OpenPOWER on IntegriCloud