| Commit message (Expand) | Author | Age | Files | Lines |
| * | [Alignment][NFC] Attributes use Align/MaybeAlign | Guillaume Chatelet | 2019-10-22 | 1 | -4/+4 |
| * | [Alignment] Migrate Attribute::getWith(Stack)Alignment | Guillaume Chatelet | 2019-10-15 | 1 | -4/+4 |
| * | Reapply: IR: add optional type to 'byval' function parameters | Tim Northover | 2019-05-30 | 1 | -0/+20 |
| * | Revert "IR: add optional type to 'byval' function parameters" | Tim Northover | 2019-05-29 | 1 | -20/+0 |
| * | IR: add optional type to 'byval' function parameters | Tim Northover | 2019-05-29 | 1 | -0/+20 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [Attributes] Fix a bug in AttributeList::get so it can handle a mix of Functi... | Craig Topper | 2018-04-16 | 1 | -0/+8 |
| * | [Attributes] Fix crash when attempting to remove alignment from an attribute ... | Daniel Neilson | 2018-01-17 | 1 | -0/+70 |
| * | Fix assertion when merging multiple empty AttributeLists | Reid Kleckner | 2017-05-31 | 1 | -0/+7 |
| * | Fix off-by-one bug in AttributeList::addAttributes index handling | Reid Kleckner | 2017-05-19 | 1 | -0/+19 |
| * | Re-land r301697 "[IR] Make add/remove Attributes use AttrBuilder instead of A... | Reid Kleckner | 2017-05-02 | 1 | -1/+1 |
| * | Revert r301697 "[IR] Make add/remove Attributes use AttrBuilder instead of At... | Hans Wennborg | 2017-04-28 | 1 | -1/+1 |
| * | [IR] Make add/remove Attributes use AttrBuilder instead of AttributeList | Reid Kleckner | 2017-04-28 | 1 | -1/+1 |
| * | 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 |