aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Bitcode/attributes.ll
AgeCommit message (Expand)AuthorFilesLines
2016-07-04Add writeonly IR attributeNicolai Haehnle1-2/+9
2016-04-12Add the allocsize attribute to LLVM.George Burgess IV1-2/+14
2016-04-01Swift Calling Convention: add swifterror attribute.Manman Ren1-0/+25
2016-03-29Swift Calling Convention: add swiftself attribute.Manman Ren1-0/+6
2015-12-16Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributesVaivaswatha Nagaraj1-2/+14
2015-11-06Add a new attribute: norecurseJames Molloy1-2/+8
2015-08-03Currently string attributes on function arguments/return values can be genera...Artur Pilipenko1-0/+10
2015-07-11Add argmemonly attribute.Igor Laevsky1-2/+9
2015-05-26Add initial support for the convergent attribute.Owen Anderson1-2/+8
2015-04-16[IR] Introduce a dereferenceable_or_null(N) attribute.Sanjoy Das1-0/+6
2014-08-19verify-uselistorder: Force -preserve-bc-use-list-orderDuncan P. N. Exon Smith1-1/+1
2014-07-31verify-uselistorder: Change the default -num-shuffles=5Duncan P. N. Exon Smith1-1/+1
2014-07-30Rename llvm-uselistorder => verify-uselistorderDuncan P. N. Exon Smith1-1/+1
2014-07-29Bitcode: Correctly compare a Use against itselfDuncan P. N. Exon Smith1-0/+1
2014-07-22Make use of the align parameter attribute for all pointer argumentsHal Finkel1-0/+5
2014-07-18Add a dereferenceable attributeHal Finkel1-0/+10
2014-06-05Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder1-3/+9
2014-05-20Add 'nonnull', a new parameter and return attribute which indicates that the ...Nick Lewycky1-0/+5
2013-12-19Begin adding docs and IR-level support for the inalloca attributeReid Kleckner1-0/+5
2013-11-18The 'optnone' attribute means don't inline anything into this functionPaul Robinson1-2/+2
2013-08-23Add function attribute 'optnone'.Andrea Di Biagio1-2/+10
2013-07-17Add some uncovered attribute testsTobias Grosser1-0/+31
2013-02-26Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany1-6/+6
2013-02-20Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling1-21/+21
2013-02-12Test for string attributes and for attribute group output.Bill Wendling1-0/+28
2013-02-11[tsan/msan] adding thread_safety and uninitialized_checks attributesKostya Serebryany1-0/+10
2012-05-28PR12696: Attribute bits above 1<<30 are not encoded in bitcodeMeador Inge1-0/+164