aboutsummaryrefslogtreecommitdiffstats
path: root/lib/IR/Verifier.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make it explicit that GlobalAlias are ok in llvm.used.Rafael Espindola2013-05-271-5/+4
* Add a new function attribute 'cold' to functions.Diego Novillo2013-05-241-1/+2
* Add some constraints to use of 'returned':Stephen Lin2013-04-231-0/+4
* Also verify llvm.compiler_used.Rafael Espindola2013-04-221-1/+2
* Clarify that llvm.used can contain aliases.Rafael Espindola2013-04-221-0/+23
* Add CodeGen support for functions that always return arguments via a new para...Stephen Lin2013-04-201-6/+45
* This patch addresses two cleanup issues:Bill Wendling2013-04-181-81/+71
* Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany2013-02-261-3/+3
* Implement the NoBuiltin attribute.Bill Wendling2013-02-221-1/+2
* [tsan/msan] adding thread_safety and uninitialized_checks attributesKostya Serebryany2013-02-111-0/+2
* Add 'empty' query methods to the builder and use them in the verifier.Bill Wendling2013-02-101-1/+1
* Make the AttrBuilder creation method of Attribute private so that people won'...Bill Wendling2013-01-311-1/+3
* Revert for now:Bill Wendling2013-01-311-3/+1
* Remove the AttrBuilder version of the Attribute::get function.Bill Wendling2013-01-311-1/+3
* Convert typeIncompatible to return an AttributeSet.Bill Wendling2013-01-301-2/+2
* Attempt to fix dragonegg. Use the number of slots to determine if the Attribu...Bill Wendling2013-01-301-1/+1
* Remove some introspection functions.Bill Wendling2013-01-251-2/+2
* Add an accessor method to get the slot's index. This will limit the use of At...Bill Wendling2013-01-251-12/+12
* Use the AttributeSet query instead of the Attribute query.Bill Wendling2013-01-251-2/+2
* Use AttributeSet instead of Attribute to verify things.Bill Wendling2013-01-211-53/+52
* Push some more methods down to hide the use of the Attribute class.Bill Wendling2013-01-181-29/+49
* [IR] Add 'Append' and 'AppendUnique' module flag behaviors.Daniel Dunbar2013-01-161-13/+33
* [IR] Add verification for module flags with the "require" behavior.Daniel Dunbar2013-01-151-7/+35
* [IR] Add verifier support for llvm.module.flags.Daniel Dunbar2013-01-151-0/+57
* Support for half intrinsics. Pushes MMX into slower encoding path.Michael Ilseman2013-01-111-0/+1
* Remove unused #includeEli Bendersky2013-01-041-1/+0
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-8/+8
* Rename VMCore directory to IR.Chandler Carruth2013-01-021-0/+2015