summaryrefslogtreecommitdiff
path: root/lib/IR/Verifier.cpp
Commit message (Expand)AuthorAge
* [APFloat] Converted all references to APFloat::isNormal => APFloat::isFiniteN...Michael Gottesman2013-06-19
* We want a string representation of the attribute, not the kind as a string.Bill Wendling2013-06-18
* Require members of llvm.used to be named.Rafael Espindola2013-06-11
* Make it explicit that GlobalAlias are ok in llvm.used.Rafael Espindola2013-05-27
* Add a new function attribute 'cold' to functions.Diego Novillo2013-05-24
* Add some constraints to use of 'returned':Stephen Lin2013-04-23
* Also verify llvm.compiler_used.Rafael Espindola2013-04-22
* Clarify that llvm.used can contain aliases.Rafael Espindola2013-04-22
* Add CodeGen support for functions that always return arguments via a new para...Stephen Lin2013-04-20
* This patch addresses two cleanup issues:Bill Wendling2013-04-18
* Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany2013-02-26
* Implement the NoBuiltin attribute.Bill Wendling2013-02-22
* [tsan/msan] adding thread_safety and uninitialized_checks attributesKostya Serebryany2013-02-11
* Add 'empty' query methods to the builder and use them in the verifier.Bill Wendling2013-02-10
* Make the AttrBuilder creation method of Attribute private so that people won'...Bill Wendling2013-01-31
* Revert for now:Bill Wendling2013-01-31
* Remove the AttrBuilder version of the Attribute::get function.Bill Wendling2013-01-31
* Convert typeIncompatible to return an AttributeSet.Bill Wendling2013-01-30
* Attempt to fix dragonegg. Use the number of slots to determine if the Attribu...Bill Wendling2013-01-30
* Remove some introspection functions.Bill Wendling2013-01-25
* Add an accessor method to get the slot's index. This will limit the use of At...Bill Wendling2013-01-25
* Use the AttributeSet query instead of the Attribute query.Bill Wendling2013-01-25
* Use AttributeSet instead of Attribute to verify things.Bill Wendling2013-01-21
* Push some more methods down to hide the use of the Attribute class.Bill Wendling2013-01-18
* [IR] Add 'Append' and 'AppendUnique' module flag behaviors.Daniel Dunbar2013-01-16
* [IR] Add verification for module flags with the "require" behavior.Daniel Dunbar2013-01-15
* [IR] Add verifier support for llvm.module.flags.Daniel Dunbar2013-01-15
* Support for half intrinsics. Pushes MMX into slower encoding path.Michael Ilseman2013-01-11
* Remove unused #includeEli Bendersky2013-01-04
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Rename VMCore directory to IR.Chandler Carruth2013-01-02