summaryrefslogtreecommitdiffstats
path: root/include/llvm/IR/Function.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-21/+10
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-12/+30
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-0/+9
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-9/+9
* Update to LLVM 3.5a.Stephen Hines2014-04-241-6/+17
* Implement function prefix data as an IR feature.Peter Collingbourne2013-09-161-3/+10
* Add a way to add a kind-value string pair to an attribute.Bill Wendling2013-07-251-0/+5
* Add helpful accessor methods to get the specified function attribute.Bill Wendling2013-07-241-11/+14
* Add missing per-argument doesNotAccessMemory accessors. No functionality changeNick Lewycky2013-07-071-2/+9
* Extend 'readonly' and 'readnone' to work on function arguments as well asNick Lewycky2013-07-061-0/+8
* add Function::removeFnAttr()Kostya Serebryany2013-06-211-0/+7
* Add some additonal attribute helper functions. Test will be on followReed Kotler2013-03-131-0/+8
* Cache the result of Function::getIntrinsicID() in a DenseMap attached to the ...Michael Ilseman2013-03-011-2/+8
* Add some convenience methods for querying function attributes.Bill Wendling2013-02-181-0/+8
* Rename to something more sensible. No functionality change.Bill Wendling2013-02-111-14/+14
* Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKindBill Wendling2013-01-231-1/+1
* Use the AttributeSet when adding multiple attributes and an Attribute::AttrKindBill Wendling2013-01-231-6/+10
* Remove unused method.Bill Wendling2013-01-211-8/+0
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-0/+452