summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode/attributes.ll
Commit message (Expand)AuthorAgeFilesLines
* 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