summaryrefslogtreecommitdiff
path: root/include/llvm/IR/Function.h
Commit message (Expand)AuthorAge
* Implement function prefix data as an IR feature.Peter Collingbourne2013-09-16
* Add a way to add a kind-value string pair to an attribute.Bill Wendling2013-07-25
* Add helpful accessor methods to get the specified function attribute.Bill Wendling2013-07-24
* Add missing per-argument doesNotAccessMemory accessors. No functionality changeNick Lewycky2013-07-07
* Extend 'readonly' and 'readnone' to work on function arguments as well asNick Lewycky2013-07-06
* add Function::removeFnAttr()Kostya Serebryany2013-06-21
* Add some additonal attribute helper functions. Test will be on followReed Kotler2013-03-13
* Cache the result of Function::getIntrinsicID() in a DenseMap attached to the ...Michael Ilseman2013-03-01
* Add some convenience methods for querying function attributes.Bill Wendling2013-02-18
* Rename to something more sensible. No functionality change.Bill Wendling2013-02-11
* Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKindBill Wendling2013-01-23
* Use the AttributeSet when adding multiple attributes and an Attribute::AttrKindBill Wendling2013-01-23
* Remove unused method.Bill Wendling2013-01-21
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02