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