summaryrefslogtreecommitdiff
path: root/include/llvm/Argument.h
Commit message (Expand)AuthorAge
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Remove unnecessary classof()'sSean Silva2012-10-11
* Fix wrong name in comment.Duncan Sands2012-10-04
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* add a helper method to get the byval alignment of an argument.Chris Lattner2011-05-22
* sink twine.h down out of Value.h. It is annoying that you needChris Lattner2009-12-29
* Add utility method for determining whether a function argumentDuncan Sands2009-12-11
* Initial update to VMCore to use Twines for string arguments.Daniel Dunbar2009-07-25
* Don't analyze arguments already marked 'nocapture'.Duncan Sands2008-12-31
* Large mechanical patch.Devang Patel2008-09-25
* s/ParameterAttributes/Attributes/gDevang Patel2008-09-23
* Fix a missing #include. Patch by Andrew John Hughes.Dan Gohman2008-08-28
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-23
* Fold the useful features of alist and alist_node into ilist, andDan Gohman2008-07-28
* Expose parameter attributes via C bindings.Gordon Henriksen2008-04-28
* Add a predicate to Argument to check for the StructRet attribute.Owen Anderson2008-02-17
* Add hasByValAttr() and hasNoAliasAttr() methods to the Argument class.Chris Lattner2008-01-24
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Reverting dtor devirtualization patch.Gordon Henriksen2007-12-10
* Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!Gordon Henriksen2007-12-09
* make these accessors private.Chris Lattner2007-05-23
* Refactor SymbolTableListTraits to only have a single pointer in it, insteadChris Lattner2007-04-17
* Rename Value::getValueType to getValueID, to avoid confusion withDan Gohman2007-04-13
* Add the 'explicit' keyword to several constructors that accept oneDan Gohman2007-03-23
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-17
* For PR778:Reid Spencer2006-06-05
* Remove trailing whitespaceMisha Brukman2005-04-21
* remove all of the various setName implementations, consolidating them intoChris Lattner2005-03-05
* Remove the second argument to Value::setName, it is never needed.Chris Lattner2005-03-05
* Forward-declare templates for fix compilation when Argument.h is included first.Misha Brukman2004-03-11
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Fix header, fix broken friend declChris Lattner2003-09-20
* * Clean up some commentsChris Lattner2002-09-06
* Convert comments to Doxygen styleChris Lattner2002-08-25
* *** empty log message ***Chris Lattner2002-06-25
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-09