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