Expose parameter attributes via C bindings.
[oota-llvm.git] / include / llvm / Argument.h
2008-04-28 Gordon HenriksenExpose parameter attributes via C bindings.
2008-02-17 Owen AndersonAdd a predicate to Argument to check for the StructRet...
2008-01-24 Chris LattnerAdd hasByValAttr() and hasNoAliasAttr() methods to...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-10 Gordon HenriksenReverting dtor devirtualization patch.
2007-12-09 Gordon HenriksenDevirtualizing Value destructor (PR889). Patch by Pawel...
2007-05-23 Chris Lattnermake these accessors private.
2007-04-17 Chris LattnerRefactor SymbolTableListTraits to only have a single...
2007-04-13 Dan GohmanRename Value::getValueType to getValueID, to avoid...
2007-03-23 Dan GohmanAdd the 'explicit' keyword to several constructors...
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-06-05 Reid SpencerFor PR778:
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-05 Chris Lattnerremove all of the various setName implementations,...
2005-03-05 Chris LattnerRemove the second argument to Value::setName, it is...
2004-03-11 Misha BrukmanForward-declare templates for fix compilation when...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-09-20 Chris LattnerFix header, fix broken friend decl
2002-09-06 Chris Lattner* Clean up some comments
2002-08-25 Chris LattnerConvert comments to Doxygen style
2002-06-25 Chris Lattner*** empty log message ***
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...