Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
refs/heads/r
/
unittests
/
IR
/
AttributesTest.cpp
a71a379
[Attributes] Fix a bug in AttributeList::get so it can handle a mix of FunctionIndex and ReturnIndex/arg indices at the same time
by Craig Topper
· 7 years ago
9bc0b10
[Attributes] Fix crash when attempting to remove alignment from an attribute list/set
by Daniel Neilson
· 8 years ago
3db1299
Fix assertion when merging multiple empty AttributeLists
by Reid Kleckner
· 8 years ago
e6f2078
Fix off-by-one bug in AttributeList::addAttributes index handling
by Reid Kleckner
· 8 years ago
dac7487
Re-land r301697 "[IR] Make add/remove Attributes use AttrBuilder instead of AttributeList"
by Reid Kleckner
· 8 years ago
dfc1ffb
Revert r301697 "[IR] Make add/remove Attributes use AttrBuilder instead of AttributeList"
by Hans Wennborg
· 8 years ago
fde3916
[IR] Make add/remove Attributes use AttrBuilder instead of AttributeList
by Reid Kleckner
· 8 years ago
4bc9eb6
Remove buggy 'addAttributes(unsigned, AttrBuilder)' overload
by Reid Kleckner
· 8 years ago
129271c
Fix crash in AttributeList::addAttributes, add test
by Reid Kleckner
· 8 years ago
6707770
Rename AttributeSet to AttributeList
by Reid Kleckner
· 8 years ago
3918651
Fix non-determinism in order of LLVM attributes
by Reid Kleckner
· 9 years ago
7bba9c5
Make one of the AttributeSet ctors maintain the invariant that the
by Peter Collingbourne
· 12 years ago
c83f621
Fix test to not use the AttributeSet's AttributeWithIndex creation method.
by Bill Wendling
· 13 years ago
8591fa3
Add a unit test to verifies that attribute uniquing works so it doesn't break again.
by Benjamin Kramer
· 13 years ago