aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/IR/Function.h
AgeCommit message (Expand)Author
2013-03-13Add some additonal attribute helper functions. Test will be on followReed Kotler
2013-03-01Cache the result of Function::getIntrinsicID() in a DenseMap attached to the ...Michael Ilseman
2013-02-18Add some convenience methods for querying function attributes.Bill Wendling
2013-02-11Rename to something more sensible. No functionality change.Bill Wendling
2013-01-23Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKindBill Wendling
2013-01-23Use the AttributeSet when adding multiple attributes and an Attribute::AttrKindBill Wendling
2013-01-21Remove unused method.Bill Wendling
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth