aboutsummaryrefslogtreecommitdiffstats
path: root/lib/IR/Verifier.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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