aboutsummaryrefslogtreecommitdiff
path: root/lib/IR/Verifier.cpp
AgeCommit message (Expand)Author
2013-04-23Add some constraints to use of 'returned':Stephen Lin
2013-04-22Also verify llvm.compiler_used.Rafael Espindola
2013-04-22Clarify that llvm.used can contain aliases.Rafael Espindola
2013-04-20Add CodeGen support for functions that always return arguments via a new para...Stephen Lin
2013-04-18This patch addresses two cleanup issues:Bill Wendling
2013-02-26Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany
2013-02-22Implement the NoBuiltin attribute.Bill Wendling
2013-02-11[tsan/msan] adding thread_safety and uninitialized_checks attributesKostya Serebryany
2013-02-10Add 'empty' query methods to the builder and use them in the verifier.Bill Wendling
2013-01-31Make the AttrBuilder creation method of Attribute private so that people won'...Bill Wendling
2013-01-31Revert for now:Bill Wendling
2013-01-31Remove the AttrBuilder version of the Attribute::get function.Bill Wendling
2013-01-30Convert typeIncompatible to return an AttributeSet.Bill Wendling
2013-01-30Attempt to fix dragonegg. Use the number of slots to determine if the Attribu...Bill Wendling
2013-01-25Remove some introspection functions.Bill Wendling
2013-01-25Add an accessor method to get the slot's index. This will limit the use of At...Bill Wendling
2013-01-25Use the AttributeSet query instead of the Attribute query.Bill Wendling
2013-01-21Use AttributeSet instead of Attribute to verify things.Bill Wendling
2013-01-18Push some more methods down to hide the use of the Attribute class.Bill Wendling
2013-01-16[IR] Add 'Append' and 'AppendUnique' module flag behaviors.Daniel Dunbar
2013-01-15[IR] Add verification for module flags with the "require" behavior.Daniel Dunbar
2013-01-15[IR] Add verifier support for llvm.module.flags.Daniel Dunbar
2013-01-11Support for half intrinsics. Pushes MMX into slower encoding path.Michael Ilseman
2013-01-04Remove unused #includeEli Bendersky
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2013-01-02Rename VMCore directory to IR.Chandler Carruth