summaryrefslogtreecommitdiff
path: root/include/llvm/IR/Argument.h
Commit message (Expand)AuthorAge
* Add 'nonnull', a new parameter and return attribute which indicates that the ...Nick Lewycky2014-05-20
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-09
* Add an inalloca flag to allocasReid Kleckner2014-01-17
* Begin adding docs and IR-level support for the inalloca attributeReid Kleckner2013-12-19
* Extend 'readonly' and 'readnone' to work on function arguments as well asNick Lewycky2013-07-06
* Add CodeGen support for functions that always return arguments via a new para...Stephen Lin2013-04-20
* Remove the last of uses that use the Attribute object as a collection of attr...Bill Wendling2013-01-23
* Doxygenified Argument.h and performed some copy editing of the documentation.Michael Gottesman2013-01-20
* 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