Use proper return type for attribute index.
[oota-llvm.git] / lib / IR / Verifier.cpp
2013-01-25 Bill WendlingRemove some introspection functions.
2013-01-25 Bill WendlingAdd an accessor method to get the slot's index. This...
2013-01-25 Bill WendlingUse the AttributeSet query instead of the Attribute...
2013-01-21 Bill WendlingUse AttributeSet instead of Attribute to verify things.
2013-01-18 Bill WendlingPush some more methods down to hide the use of the...
2013-01-16 Daniel Dunbar[IR] Add 'Append' and 'AppendUnique' module flag behaviors.
2013-01-15 Daniel Dunbar[IR] Add verification for module flags with the "requir...
2013-01-15 Daniel Dunbar[IR] Add verifier support for llvm.module.flags.
2013-01-11 Michael IlsemanSupport for half intrinsics. Pushes MMX into slower...
2013-01-04 Eli BenderskyRemove unused #include
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthRename VMCore directory to IR.