aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Argument.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+72