aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Argument.h
AgeCommit message (Expand)Author
2009-12-29sink twine.h down out of Value.h. It is annoying that you needChris Lattner
2009-12-11Add utility method for determining whether a function argumentDuncan Sands
2009-07-25Initial update to VMCore to use Twines for string arguments.Daniel Dunbar
2008-12-31Don't analyze arguments already marked 'nocapture'.Duncan Sands
2008-09-25 Large mechanical patch.Devang Patel
2008-09-23s/ParameterAttributes/Attributes/gDevang Patel
2008-08-28Fix a missing #include. Patch by Andrew John Hughes.Dan Gohman
2008-08-23Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner
2008-07-28Fold the useful features of alist and alist_node into ilist, andDan Gohman
2008-04-28Expose parameter attributes via C bindings.Gordon Henriksen
2008-02-17Add a predicate to Argument to check for the StructRet attribute.Owen Anderson
2008-01-24Add hasByValAttr() and hasNoAliasAttr() methods to the Argument class.Chris Lattner
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-10Reverting dtor devirtualization patch.Gordon Henriksen
2007-12-09Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!Gordon Henriksen
2007-05-23make these accessors private.Chris Lattner
2007-04-17Refactor SymbolTableListTraits to only have a single pointer in it, insteadChris Lattner
2007-04-13Rename Value::getValueType to getValueID, to avoid confusion withDan Gohman
2007-03-23Add the 'explicit' keyword to several constructors that accept oneDan Gohman
2006-12-17Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling
2006-06-05For PR778:Reid Spencer
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-05remove all of the various setName implementations, consolidating them intoChris Lattner
2005-03-05Remove the second argument to Value::setName, it is never needed.Chris Lattner
2004-03-11Forward-declare templates for fix compilation when Argument.h is included first.Misha Brukman
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-09-20Fix header, fix broken friend declChris Lattner
2002-09-06* Clean up some commentsChris Lattner
2002-08-25Convert comments to Doxygen styleChris Lattner
2002-06-25*** empty log message ***Chris Lattner
2002-04-09Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner