Extend 'readonly' and 'readnone' to work on function arguments as well as
[oota-llvm.git] / lib / IR / Verifier.cpp
2013-07-06 Nick LewyckyExtend 'readonly' and 'readnone' to work on function...
2013-07-02 Tobias GrosserIRVerifier: Correctly check attribute types
2013-06-27 Michael GottesmanAdded support for the Builtin attribute.
2013-06-19 Michael Gottesman[APFloat] Converted all references to APFloat::isNormal...
2013-06-18 Bill WendlingWe want a string representation of the attribute, not...
2013-06-11 Rafael EspindolaRequire members of llvm.used to be named.
2013-05-27 Rafael EspindolaMake it explicit that GlobalAlias are ok in llvm.used.
2013-05-24 Diego NovilloAdd a new function attribute 'cold' to functions.
2013-04-23 Stephen LinAdd some constraints to use of 'returned':
2013-04-22 Rafael EspindolaAlso verify llvm.compiler_used.
2013-04-22 Rafael EspindolaClarify that llvm.used can contain aliases.
2013-04-20 Stephen LinAdd CodeGen support for functions that always return...
2013-04-18 Bill WendlingThis patch addresses two cleanup issues:
2013-02-26 Kostya SerebryanyUnify clang/llvm attributes for asan/tsan/msan (LLVM...
2013-02-22 Bill WendlingImplement the NoBuiltin attribute.
2013-02-11 Kostya Serebryany[tsan/msan] adding thread_safety and uninitialized_chec...
2013-02-10 Bill WendlingAdd 'empty' query methods to the builder and use them...
2013-01-31 Bill WendlingMake the AttrBuilder creation method of Attribute priva...
2013-01-31 Bill WendlingRevert for now:
2013-01-31 Bill WendlingRemove the AttrBuilder version of the Attribute::get...
2013-01-30 Bill WendlingConvert typeIncompatible to return an AttributeSet.
2013-01-30 Bill WendlingAttempt to fix dragonegg. Use the number of slots to...
2013-01-25 Bill WendlingRemove some introspection functions.
2013-01-25 Bill WendlingAdd an accessor method to get the slot's index. This...
2013-01-25 Bill WendlingUse the AttributeSet query instead of the Attribute...
2013-01-21 Bill WendlingUse AttributeSet instead of Attribute to verify things.
2013-01-18 Bill WendlingPush some more methods down to hide the use of the...
2013-01-16 Daniel Dunbar[IR] Add 'Append' and 'AppendUnique' module flag behaviors.
2013-01-15 Daniel Dunbar[IR] Add verification for module flags with the "requir...
2013-01-15 Daniel Dunbar[IR] Add verifier support for llvm.module.flags.
2013-01-11 Michael IlsemanSupport for half intrinsics. Pushes MMX into slower...
2013-01-04 Eli BenderskyRemove unused #include
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthRename VMCore directory to IR.