Convert to storing the attribute's internals as enums, integers, and strings.
[oota-llvm.git] / lib / IR / Verifier.cpp
2013-01-31 Bill WendlingMake the AttrBuilder creation method of Attribute priva...
2013-01-31 Bill WendlingRevert for now:
2013-01-31 Bill WendlingRemove the AttrBuilder version of the Attribute::get...
2013-01-30 Bill WendlingConvert typeIncompatible to return an AttributeSet.
2013-01-30 Bill WendlingAttempt to fix dragonegg. Use the number of slots to...
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.