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