summaryrefslogtreecommitdiff
path: root/include/llvm/IR/Function.h
Commit message (Expand)AuthorAge
* Split GlobalValue into GlobalValue and GlobalObject.Rafael Espindola2014-05-13
* Allow sret on the second parameter as well as the firstReid Kleckner2014-05-09
* Run clang-format in small sections of code to make a patch easier to read.Rafael Espindola2014-05-09
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-09
* Add args() iteartor adapter to Function, for range-for loops.Eli Bendersky2014-03-26
* [C++11] Add 'override' keyword to IR library.Craig Topper2014-03-05
* 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