Fix case for include of Compiler.h.
[oota-llvm.git] / include / llvm / Argument.h
2012-10-11 Sean SilvaRemove unnecessary classof()'s
2012-10-04 Duncan SandsFix wrong name in comment.
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-05-22 Chris Lattneradd a helper method to get the byval alignment of an...
2009-12-29 Chris Lattnersink twine.h down out of Value.h. It is annoying that...
2009-12-11 Duncan SandsAdd utility method for determining whether a function...
2009-07-25 Daniel DunbarInitial update to VMCore to use Twines for string argum...
2008-12-31 Duncan SandsDon't analyze arguments already marked 'nocapture'.
2008-09-25 Devang Patel Large mechanical patch.
2008-09-23 Devang Patels/ParameterAttributes/Attributes/g
2008-08-28 Dan GohmanFix a missing #include. Patch by Andrew John Hughes.
2008-08-23 Chris LattnerSwitch the asmprinter (.ll) and all the stuff it requir...
2008-07-28 Dan GohmanFold the useful features of alist and alist_node into...
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...