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