summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode/attributes.ll
Commit message (Expand)AuthorAgeFilesLines
* IR: print value numbers for unnamed function argumentsTim Northover2019-08-031-36/+36
* ARM MTE stack sanitizer.Evgeniy Stepanov2019-07-151-2/+9
* [Attributor] Deduce "nosync" function attribute.Stefan Stipanovic2019-07-111-3/+10
* Add, and infer, a nofree function attributeBrian Homerding2019-07-081-2/+8
* [Attr] Add "willreturn" function attributeJohannes Doerfert2019-06-271-2/+9
* Reapply: IR: add optional type to 'byval' function parametersTim Northover2019-05-301-1/+1
* Revert "IR: add optional type to 'byval' function parameters"Tim Northover2019-05-291-1/+1
* IR: add optional type to 'byval' function parametersTim Northover2019-05-291-1/+1
* Revert "[Sanitizers] UBSan unreachable incompatible with ASan in the presence...Julian Lettner2019-01-241-9/+2
* [Sanitizers] UBSan unreachable incompatible with ASan in the presence of `nor...Julian Lettner2019-01-241-2/+9
* Add the ShadowCallStack attributeVlad Tsyrklevich2018-04-031-2/+9
* Hardware-assisted AddressSanitizer (llvm part).Evgeniy Stepanov2017-12-091-2/+9
* Add speculatable function attributeMatt Arsenault2017-04-281-2/+8
* Add writeonly IR attributeNicolai Haehnle2016-07-041-2/+9
* Add the allocsize attribute to LLVM.George Burgess IV2016-04-121-2/+14
* Swift Calling Convention: add swifterror attribute.Manman Ren2016-04-011-0/+25
* Swift Calling Convention: add swiftself attribute.Manman Ren2016-03-291-0/+6
* Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributesVaivaswatha Nagaraj2015-12-161-2/+14
* Add a new attribute: norecurseJames Molloy2015-11-061-2/+8
* Currently string attributes on function arguments/return values can be genera...Artur Pilipenko2015-08-031-0/+10
* Add argmemonly attribute.Igor Laevsky2015-07-111-2/+9
* Add initial support for the convergent attribute.Owen Anderson2015-05-261-2/+8
* [IR] Introduce a dereferenceable_or_null(N) attribute.Sanjoy Das2015-04-161-0/+6
* verify-uselistorder: Force -preserve-bc-use-list-orderDuncan P. N. Exon Smith2014-08-191-1/+1
* verify-uselistorder: Change the default -num-shuffles=5Duncan P. N. Exon Smith2014-07-311-1/+1
* Rename llvm-uselistorder => verify-uselistorderDuncan P. N. Exon Smith2014-07-301-1/+1
* Bitcode: Correctly compare a Use against itselfDuncan P. N. Exon Smith2014-07-291-0/+1
* Make use of the align parameter attribute for all pointer argumentsHal Finkel2014-07-221-0/+5
* Add a dereferenceable attributeHal Finkel2014-07-181-0/+10
* Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder2014-06-051-3/+9
* Add 'nonnull', a new parameter and return attribute which indicates that the ...Nick Lewycky2014-05-201-0/+5
* Begin adding docs and IR-level support for the inalloca attributeReid Kleckner2013-12-191-0/+5
* The 'optnone' attribute means don't inline anything into this functionPaul Robinson2013-11-181-2/+2
* Add function attribute 'optnone'.Andrea Di Biagio2013-08-231-2/+10
* Add some uncovered attribute testsTobias Grosser2013-07-171-0/+31
* Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany2013-02-261-6/+6
* Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling2013-02-201-21/+21
* Test for string attributes and for attribute group output.Bill Wendling2013-02-121-0/+28
* [tsan/msan] adding thread_safety and uninitialized_checks attributesKostya Serebryany2013-02-111-0/+10
* PR12696: Attribute bits above 1<<30 are not encoded in bitcodeMeador Inge2012-05-281-0/+164
OpenPOWER on IntegriCloud