summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/IR/AttributesTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Alignment][NFC] Attributes use Align/MaybeAlignGuillaume Chatelet2019-10-221-4/+4
* [Alignment] Migrate Attribute::getWith(Stack)AlignmentGuillaume Chatelet2019-10-151-4/+4
* Reapply: IR: add optional type to 'byval' function parametersTim Northover2019-05-301-0/+20
* Revert "IR: add optional type to 'byval' function parameters"Tim Northover2019-05-291-20/+0
* IR: add optional type to 'byval' function parametersTim Northover2019-05-291-0/+20
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [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