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