[Bitcode] Add compatibility tests for new instructions
[oota-llvm.git] / test / Bitcode / attributes.ll
2015-08-03 Artur PilipenkoCurrently string attributes on function arguments/retur...
2015-07-11 Igor LaevskyAdd argmemonly attribute.
2015-05-26 Owen AndersonAdd initial support for the convergent attribute.
2015-04-16 Sanjoy Das[IR] Introduce a dereferenceable_or_null(N) attribute.
2014-08-19 Duncan P. N. Exon... verify-uselistorder: Force -preserve-bc-use-list-order
2014-07-31 Duncan P. N. Exon... verify-uselistorder: Change the default -num-shuffles=5
2014-07-30 Duncan P. N. Exon... Rename llvm-uselistorder => verify-uselistorder
2014-07-29 Duncan P. N. Exon... Bitcode: Correctly compare a Use against itself
2014-07-22 Hal FinkelMake use of the align parameter attribute for all point...
2014-07-18 Hal FinkelAdd a dereferenceable attribute
2014-06-05 Tom RoederAdd a new attribute called 'jumptable' that creates...
2014-05-20 Nick LewyckyAdd 'nonnull', a new parameter and return attribute...
2013-12-19 Reid KlecknerBegin adding docs and IR-level support for the inalloca...
2013-11-18 Paul RobinsonThe 'optnone' attribute means don't inline anything...
2013-08-23 Andrea Di BiagioAdd function attribute 'optnone'.
2013-07-17 Tobias GrosserAdd some uncovered attribute tests
2013-02-26 Kostya SerebryanyUnify clang/llvm attributes for asan/tsan/msan (LLVM...
2013-02-20 Bill WendlingModify the LLVM assembly output so that it uses referen...
2013-02-12 Bill WendlingTest for string attributes and for attribute group...
2013-02-11 Kostya Serebryany[tsan/msan] adding thread_safety and uninitialized_chec...
2012-05-28 Meador IngePR12696: Attribute bits above 1<<30 are not encoded...